JosueNina
3d763cf98d
Rename to Momersion and add legacy wrapper for compatibility ( #8876 )
2025-07-16 11:22:06 -03:00
Lehonti Ramos
026ba6ed5b
Modernization of syntax used in argument check exceptions ( #7380 )
...
* Changed argument exceptions so that they used the nameof() operator for parameter names
* Update IQSocket.cs
---------
Co-authored-by: John Doe <john@doe>
Co-authored-by: Martin-Molinero <martin@quantconnect.com >
2023-07-17 14:53:17 -03:00
adam-may
03efc1b735
Remove internal usages of implicit operator in Indicator code ( #4844 )
...
* Convert usages of implicit operator in IndicatorBase and IndicatorDataPoint
* Reverting changes to example code
2020-10-12 10:31:05 -03:00
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