Skip to content

v7.2.18 n_positions backtest fix

Latest
Compare
Choose a tag to compare
@enarjord enarjord released this 24 Feb 00:34
· 1 commit to master since this release
  • Fix backtester having too low exposure limit if n_positions < len(coins). Now, n_positions is min(len(coins), n_positions), which is same behavior as live bot.
  • Default exchanges for downloading OHLCV data is Binance and Bybit.
  • Update docs
  • Other small fixes

Full Changelog: v7.2.15...v7.2.18