Skip to content

release-1.2.46

Compare
Choose a tag to compare
@Tim55667757 Tim55667757 released this 28 Feb 17:36
· 135 commits to master since this release
ef8c3a9
  1. 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.
  1. Volatility indicators were implements:
  • Bollinger Bands.
  • Parabolic Stop and Reverse,
  • Alligator (based on HMAs 13, 8, 5),
  • ZigZag with 3% deviation by default.
  1. Volume chart was added.

  2. Candle's tooltips were added on main and volume charts.

  3. The key --horizon when loading from a file is used to specify loading of the last N=horizon candles.

  4. The --precision key is used to specify the signs after comma.

  5. Bug fix with not detected timeframe when rendering from pandas dataframe without loading from file.

  6. More tests and examples were added. Also, little refactor. All used libraries were updated.