feat: clearly highlight if bot is starting in demo mode

pull/13040/head
Matthias 2 weeks ago
parent 1ac68d6161
commit d8e0d41001

@ -114,6 +114,8 @@ class RPCManager:
trailing_stop = config["trailing_stop"]
timeframe = config["timeframe"]
exchange_name = config["exchange"]["name"]
if config["exchange"].get("demo_trading"):
exchange_name += " (demo trading)"
strategy_name = config.get("strategy", "")
pos_adjust_enabled = "On" if config["position_adjustment_enable"] else "Off"
self.send_msg(

Loading…
Cancel
Save