* `on_balance_update_ex()`: don't update direct initial asset values in Reverse cycle * Partially filled TP in Hold reverse cycle
Update * Project architecture
2.1.5
Fix * ModuleNotFoundError: No module named 'optimizer' 73
Update * Do not send orders if it was getting 'FAILED_PRECONDITION' response * Do not start Telegram control process for Simulate mode or if bot id is not setting * Do not start DB control process for Simulate mode * Changed initialization sequence during recovery from saved state
2.1.4
Fix * `on_new_funds()`
Update * Refine initialization backtesting * Up requirements for exchanges-wrapper==1.4.15
2.1.3
Fix * `calc_profit_order()`: rounding for `target_amount_first` * `restore_strategy_state()`: Tlg control thread
Update * Some minor updates * Up requirements for exchanges-wrapper==1.4.14 * Running `*_utils.py` modules as daemon
2.1.2
Fix * Create limit order error handler * Start simulate mode from saved state
2.1.1
Fix * `check_min_amount()` * `restore_strategy_state()` * Fix issue with csv empty lines on windows (71)