Update * Up requirements for exchanges-wrapper to 1.3.1 * Refactoring the deployment process
1.3.01
Fix * Some minor improvements
1.3.0
Added for new features * Backtesting capabilities * Based on [optuna framework](https://optuna.org) search for optimal trading parameters * Visual comparison of the results of the initial and trial trading sessions
Update * Doc migrate from readme to wiki
1.3.0b2223
Fix * correct funding check in start()
1.3.0b1821
Fix * 59
Update * Sync record/play * Add SAVE_DS = True Save session result snapshot (ticker, orders) for compare * up requirements for exchanges-wrapper to 1.3.0-1 * refactoring class StrategyBase * + backtest_data_control()