Add bot_name setting
allows naming the bot to simply differentiate when running different bots.
This commit is contained in:
@@ -131,6 +131,7 @@ class ShowConfig(BaseModel):
|
||||
forcebuy_enabled: bool
|
||||
ask_strategy: Dict[str, Any]
|
||||
bid_strategy: Dict[str, Any]
|
||||
bot_name: str
|
||||
state: str
|
||||
runmode: str
|
||||
|
||||
|
Reference in New Issue
Block a user