be4a34c7e4
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
* Implement Squeeze Momentum Indicator * Create unit test for SqueezeMomentum Indicator * Update QCAlgorithm with SqueezeMomentum indicator * Resolved review comments * Switched to using Keltner indicator instead of manual calculation * Refactor Squeeze Momentum indicator - Make the Bollinger Bands and Keltner Channels indicators public. - In IndicatorBase -> Update, if T is IndicatorDataPoint, then create a new IndicatorDataPoint. * Fix issue with regression tests * Fix unit test