DCAv2/configs/example_exchange_config.json

26 lines
503 B
JSON
Executable File

{
"exchange": "binance",
"is_sandbox": true,
"simulate_market_orders": false,
"key": "",
"secret": "",
"pairs": [
"BTCUSDT",
"BNBUSDT",
"ETHUSDT",
"XRPUSDT",
"TRXUSDT",
"LTCUSDT"
],
"reconnect": 30,
"lap_time": 1,
"host": "0.0.0.0",
"port": "5006",
"telegram": false,
"bot_token": "",
"bot_chatID": "",
"attempt_to_restart": true,
"default_order_size": 15,
"unified_order_query": true
}