Add bot_name setting

allows naming the bot to simply differentiate when running different
bots.
This commit is contained in:
Matthias
2021-01-16 16:19:49 +01:00
parent 572f5f9186
commit 53c208197d
10 changed files with 10 additions and 0 deletions

View File

@@ -177,6 +177,7 @@
"username": "freqtrader",
"password": "SuperSecurePassword"
},
"bot_name": "freqtrade",
"db_url": "sqlite:///tradesv3.sqlite",
"initial_state": "running",
"forcebuy_enable": false,