- Added `QSF` Indicator (Quadratic Series Forecast)
0.0.20
- Metadata is passing through to indicators via the `metadata` attribute - Added `alias` method to FuncIndicator to set indicator output name
0.0.19
- Added `STEP` Indicator (Step Function) - Added `CLAG` Indicator (Confirmation Lag) - Added `LROC` Indicator (Logarithmic Rate of Change) - Added `ALMA` Indicator (Arnaud Legoux Moving Average) - Indicators `ROC` and `LROC` now accept a negative period
0.0.18
- Refactored `functions` module to move logic out of core. Function names are now **small caps**! - Upper case functions names are legacy and will be removed in the future. Use small caps.
0.0.16
- Added `DMI` indicator with grouped calculation for `ADX`, `PDI` and `MDI` - Renamed `PLUSDI`, `MINUSDI` to `PDI`, `MDI`