mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-17 19:52:09 +00:00
plotting.py was missing a call to strategy.bot_loop_start() resulting in strategies using this callback to not work. Made changes and confirmed plotting now works for strategies using bot_loop_start() callback. LMK if anything else needed for PR.