release-1.2.46
- Some moving averages were added to Bokeh chart with pandas_ta library:
- Simple Moving Averages (5, 20, 50, 200),
- Hull Moving Averages (5, 20),
- Volume Weighted Moving Averages (5, 20),
Also, only "Max_close / Min_close / Trend line" is showing by default.
- Volatility indicators were implements:
- Bollinger Bands.
- Parabolic Stop and Reverse,
- Alligator (based on HMAs 13, 8, 5),
- ZigZag with 3% deviation by default.
-
Volume chart was added.
-
Candle's tooltips were added on main and volume charts.
-
The key
--horizon
when loading from a file is used to specify loading of the last N=horizon candles. -
The
--precision
key is used to specify the signs after comma. -
Bug fix with not detected timeframe when rendering from pandas dataframe without loading from file.
-
More tests and examples were added. Also, little refactor. All used libraries were updated.