Skip to content

Releases: hal9000cc/live_trading_indicators

v0.5.0

11 Dec 21:52
Compare
Choose a tag to compare
  • Optimized data loading, reduced the number of requests to the data source on high timeframes.
  • Added the ability to use the ccxt library as a data source.

v0.4.0

04 Dec 18:58
Compare
Choose a tag to compare
  • The cache of saved data has been significantly updated, the number of files has been reduced.
  • Indicators whose result depends on the starting point are no longer cached, but are always calculated from the initial time (OBV, ADL, VWAP, etc.)
  • New indicator - ADL.
  • New indicator - VWAP.
  • New indicator - Awesome oscillator.

v0.3.3

29 Nov 17:49
Compare
Choose a tag to compare
  • New indicator - Keltner
  • Fixed bug that occurs at the end of the day in live mode

v0.3.2

27 Nov 01:11
Compare
Choose a tag to compare
  • New indicator - OHLCVM (quotes with the price of the maximum volume of the bar)
  • New indicator - VolumeClusters (OHLCVM and volume clusters is determined by the lower timeframe)
  • New indicator - ROC
  • New indicator - TEMA
  • New indicator - TRIX
  • New indicator - ADX
  • New indicator - VWMA

v0.3.1

21 Nov 20:06
bce4de8
Compare
Choose a tag to compare
  • New indicator - Parabolic SAR.

v0.3.0

20 Nov 11:10
7189f14
Compare
Choose a tag to compare
  • Can use Pandas Dataframe as a source.
  • New indicator - BollingerBands.
  • New indicator - CCI.
  • New indicator - Supertrend.
  • New types of moving averages, now the moving average can be 'sma', 'ema', 'ema0', 'mma', 'mma0' (types of move average).
  • Indicators can have nan values.

v0.2.1

16 Nov 11:31
Compare
Choose a tag to compare
  • New indicator - ATR.
  • New indicator - OBV.
  • Fix some bugs.

v0.2.0

15 Nov 21:36
Compare
Choose a tag to compare
  • The alfa coefficient for calculating EMA is calculated according to the generally accepted option.
  • New parameter of the RSI indicator: ma_type='ema'.
  • Two new parameters of the MACD indicator: ma_type='ema', ma_type_signal='sma'.
  • The Stochastic indicator is realized.
  • Fix some bugs.

v0.1.4

14 Nov 17:07
Compare
Choose a tag to compare

Fix some bugs on Windows.