blacklabel / indicators

Indicators plugin for Highstock by Black Label
http://blacklabel.github.io/indicators/
Other
35 stars 12 forks source link

Multiple indicators with the same type #48

Closed sebastianbochan closed 8 years ago

sebastianbochan commented 8 years ago

When using multiple indicators, but the same type on one series it will be broken, for example SMA30 and SMA15 -> in point.indicators.indicator_name[index] we will get only one indicator (because key is sma). The indicator_name should be replaced with a better key, or simply make this an array, not a literal object.