technical-indicators
technical-indicators copied to clipboard
Technical Indicators - Plugin for Highcharts
In some servers, the error appears because there is no declaration of step10, the error mentioned in the title occurs, for correction of it simply state it at the top...
https://en.wikipedia.org/wiki/Moving_average#Cumulative_moving_average
arrayAvg used to not account for null values when calculating the average of the arrays values. A simple example would be [null, null, 100, 50, null] . arrayAvg used to...
At least for the SMA, but probably others. When there are datapoints with a null Y value, I believe the trend line treats them as if they are 0s. It...
There was a wrong assumption made that the trend line will start at the same point as the original dataset. It needs to be computed using the calculated linear equation...
There was a wrong assumption made that the trend line will start at the same point as the original dataset. It needs to be computed using the calculated linear equation...
Hello. This pull request allows the `periods` argument in the MACD call to be an array with a list of short, long and signal Periods. This allows users to plot...
this would make the line a prediction, which is what I want. How do I get it to draw in the parts of the chart in the future, where there...
Given you've accepted the bower.json file (as per pull request #8) it'd be good to register it with bower. You can use the command `bower register highcharts-technical-indicators https://github.com/laff/technical-indicators.git` or similar...
http://jsfiddle.net/WaEBc/63/