- Replace bot parameters
- close_grid_min_markup and close_grid_markup_range
- with
- close_grid_markup_start and close_grid_markup_end
- see docs/configuration.md for more details
- while logic has changed, backwards compatibility with old param names/values is maintained by automatically adjusting param values
- Fixes for binance fetch pnl
- Add param
config.live.mimic_backtest_1m_delay
which when true adds delays of live order execution of up to 1m for better backtest conformity - Update some requirements
What's Changed
- V7.3.12 bounds by @enarjord in #504
- Windows bugs fix by @ozymotv in #503
- pandas: 1.4.0 -> 1.4.3 workaround for numpy/pdb bug by @eliottness in #506
- V7.3.13 markup by @enarjord in #507
New Contributors
- @ozymotv made their first contribution in #503
- @eliottness made their first contribution in #506
Full Changelog: v7.3.10...v7.3.13