You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Chipsterjulien Hi!
I think the problem is in el Calculate call, as the window size is 10, the Calculate will return 0 from index 0 up to 9, as it has not enough data to fill the window.
Try this:
movingAverage.Calculate(9).FormattedString(2)
If it does not work, take a look if you are adding the candles right. Seems they have to be added time-ordered.
Hello, i used your code with data and ... nothing works. For example EMA always gives 0
The code :
The text was updated successfully, but these errors were encountered: