5 Commits

Author SHA1 Message Date
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 a2f25ffa31 Extends a Series of Indicators With IIndicatorWarmUpPeriodProvider
- Indicators with name starting with A;
- `Maximum`. `Minimum` and `MACD`;
- Adds new unit test method to `CommonIndicatorTests`: `WarmsUpProperly`;
- Indicators unit tests inherit from `CommonIndicatorTests`.
2019-05-10 20:04:55 +01:00
David Hsieh 7a3ee6f724 Added initial commit for the Stochastic Indicators in addition to test cases.
Updated the Maximum Indicator with the suggested changes.

Updated the Minimum Indicator with the suggested changes.

Added the Slow Stochastic Indicator with given test case (looking to
improve the structure of the indicator).
2015-04-23 00:07:16 +10:00
Adriano Marcondes Machado b2229e8968 Fixed a few compilation warnings 2015-03-09 16:28:17 -03:00
Jared Broad b3de520915 Initial commit 2015-01-12 12:03:33 -03:00