Highstock stochastic %d is not correct
问题 I am using the stochastic indicator with the 14, 3 day moving average. The resulting %k is correct, but the %d is not. For aapl on September 14, 2018, the stochastic fast is 58.95 and 56.3. However, the values returned by highstock is 44.8 and 56.3. The series it is linked to in my case is a candlestick chart. The data includes the time in milliseconds, the open, high, low and closing prices. Are there any special parameters I need to set to get the correct %d? Thank you. 回答1: Thank you for