mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"bot_name": "Freqtrade - MoniGoMani v0.13.0",
|
|
"db_url": "sqlite:///MoniGoMani_v0.13.0.tradesv3.sqlite",
|
|
"fiat_display_currency": "EUR",
|
|
"exchange": {
|
|
"name": "binance",
|
|
"key": "",
|
|
"secret": ""
|
|
},
|
|
"telegram": {
|
|
"enabled": false,
|
|
"token": "",
|
|
"chat_id": "",
|
|
"notification_settings": {
|
|
"status": "on",
|
|
"warning": "on",
|
|
"startup": "on",
|
|
"buy": "on",
|
|
"buy_fill": "on",
|
|
"sell": {
|
|
"roi": "on",
|
|
"emergency_sell": "on",
|
|
"force_sell": "on",
|
|
"sell_signal": "on",
|
|
"trailing_stop_loss": "on",
|
|
"stop_loss": "on",
|
|
"stoploss_on_exchange": "on",
|
|
"custom_sell": "on"
|
|
},
|
|
"sell_fill": "on",
|
|
"buy_cancel": "on",
|
|
"sell_cancel": "on"
|
|
},
|
|
"reload": true,
|
|
"balance_dust_level": 0.01
|
|
},
|
|
"api_server": {
|
|
"enabled": true,
|
|
"listen_ip_address": "0.0.0.0",
|
|
"listen_port": 8080,
|
|
"verbosity": "info",
|
|
"jwt_secret_key": "",
|
|
"CORS_origins": ["http://localhost:8080"],
|
|
"username": "",
|
|
"password": ""
|
|
}
|
|
} |