Commit Graph

5 Commits

Author SHA1 Message Date
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
Mike Ellertson 1de4fb839d Complete sma, ema, min, and max extension methods
Add the following methods corresponding unit tests to QuantConnect.IndicatorExtensions:
*EMA()
*MAX()
*MIN()
*SMA()

Add method to calculate default smoothing value for an EMA indicator
2016-04-25 23:52:20 -07: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