- 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