- first run may need to create logs, config.json (copy from template)
- change botname in config.json
- create new folder from _template
- update .env with new CONFIG and STRATEGY
- enable telegram and api is desired
- change the pair_white/blacklists
- change pairlists (i.e. stat/dynamic)
"exchange": {
"name": "<from env>",
"key": "<from env>",
"secret": "<from env>",
- from bot father, (token below)
"telegram": {
"enabled": true,
"token": "<from env>",
"chat_id": "<from env>",
"allow_custom_messages": true,
"notification_settings": {
"status": "silent",
"warning": "on",
"startup": "off",
"entry": "silent",
"entry_fill": "on",
"entry_cancel": "silent",
"exit": {
"roi": "silent",
"emergency_exit": "on",
"force_exit": "on",
"exit_signal": "silent",
"trailing_stop_loss": "on",
"stop_loss": "on",
"stoploss_on_exchange": "on",
"custom_exit": "silent",
"partial_exit": "on"
},
"exit_cancel": "on",
"exit_fill": "off",
"protection_trigger": "off",
"protection_trigger_global": "on",
"strategy_msg": "off",
"show_candle": "off"
},
"reload": true,
"balance_dust_level": 0.01
}