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
The line #43 of CumulativeAnalyzableBase.cs should be LastCacheIndex = index; instead of LastCacheIndex = index - 1;
it make ComputeCumulativeValue be called twice for the same index (cause ParabolicStopAndReverse calculate wrong values)
The text was updated successfully, but these errors were encountered:
The line #43 of CumulativeAnalyzableBase.cs should be LastCacheIndex = index; instead of LastCacheIndex = index - 1;
it make ComputeCumulativeValue be called twice for the same index (cause ParabolicStopAndReverse calculate wrong values)
The text was updated successfully, but these errors were encountered: