12 Commits

Author SHA1 Message Date
JosueNina ed551458f5 Use EndTime instead of Time for indicator updates (#8860) 2025-07-08 17:47:00 -04:00
Ricardo Andrés Marino Rojas 5c5c527252 Use SafeDivision() method to avoid overflow exception in CCI (#8396)
* Use SafeDivision() method to avoid overflow exception

* Nit change
2024-11-14 18:20:00 -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 1be9482728 Indicators with name starting with B to F. 2019-05-13 17:50:51 +01:00
Michael Handschuh 591f6b2127 Use IBaseData in type constraints
Refactors existing consolidators, indicators, and helper methods to depend on
IBaseData instead of BaseData. These updates also defines an IBaseDataBar to
act as an abstraction point between TradeBar and QuoteBar.
2016-11-09 09:20:16 -05:00
snugs e1938baafe Clean up using directives 2015-09-01 22:17:35 -04:00
snugs 89b6e98af8 Fixes warnings mostly relating to xml comments
Also cleans up some block comments

Via PR#72 - thanks @ammachado!
2015-05-13 10:56:47 -04:00
snugs eef438af2f Closes #43 - review usage of indicator reset impl
Also verified each indicator has a ResetsProperly test
Reformatted some files that were using K&R bracing, please format code consistently with the rest of the application
2015-03-15 16:31:08 -04:00
mattmast 7f340a56dd Expose internal indicators for CCI and MAD 2015-03-01 00:45:39 -05:00
mattmast e1da8f5aa3 Update XML docs for CCI indicator 2015-02-28 17:37:27 -05:00
mattmast 8e6d7f7f51 Add tests for CCI and handle divide by zero 2015-02-28 17:22:09 -05:00
mattmast 88a22cf503 Issue #7: Initial version of the CCI indicator and the mean absolute deviation indicator 2015-02-28 17:17:18 -05:00