- Replacing chart `reindex` method with `slice`. The `reindex` method will be repurposed, do not use.
0.0.18
- Added `ZigZag` Primitive (Experimental) - `Price` primitive now accepts calculation items like 'hlc', 'hlcc', ... - `Price` can now be used and composed as an indicator like in `EMA(20) Price('hlcc')`
0.0.17
- Added `ALMA` Indicator (Arnaud Legoux Moving Average) - Added `KELTNER` indicator (Keltner Channel) - Added `get_series` method to `Indicator` as a wrapper to `utils.get_series`