Commit Graph

6 Commits

Author SHA1 Message Date
AlexCatarino 0b0e6de198 Indicators with name starting with H to M.
- Since `MomentumPercent` derives from `RateOfChangePercent`, the `RateOfChange` family was included in this commit.
2019-05-14 13:32:47 +01:00
Stefano Raggi 20ace75430 RollingWindow(N) now becomes ready after N additions
Previously it became ready only after N+1 additions.
Also updated all indicators dependent on this behavior of RollingWindow.
2017-01-25 18:41:40 +01:00
Stefano Raggi 1e7d8f47ee Fixed XML comments compiler warnings 2015-12-06 16:26:48 +01:00
Jay-Jay-D a4f44ada54 LSMA indicator and test added.
Momersion small changes and fixes:
    - Name changed to MomersionIndicator
    - Conditional to avoid division by zero and estimations with few real observations in case of forward filled data added.
MomersionTest update IPython notebook test address.
2015-10-28 12:18:26 -04:00
snugs c9c6bd6e04 Minor clean up to Momersion indicator
Remove Indicator suffix from Momersion
Remove unused member variable
Remove setting of 'Current' -- allow base impl to do this
2015-10-06 20:35:35 -04:00
Jay-Jay-D 9c2e8b0386 Momersion indicator and test added.
Thanks @Jay-Jay-D
2015-10-06 20:30:59 -04:00