Added comments to the example config files

This commit is contained in:
Nicolás Sánchez 2024-10-26 19:15:37 -03:00
parent 55cd58710a
commit fe84bb70ef
2 changed files with 0 additions and 46 deletions

View File

@ -1,25 +0,0 @@
{
"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
}

View File

@ -1,21 +0,0 @@
{
"pair": "BCC/USDT",
"order_size": 15,
"tp_level": 1.02,
"no_of_safety_orders": 23,
"safety_order_deviance": 2,
"safety_order_scale": 0.0105,
"write_logs": false,
"calculate_fees": true,
"cleanup": true,
"telegram": true,
"tp_mode": 3,
"tp_table": [],
"is_short": true,
"autoswitch": true,
"attempt_restart": true,
"check_old_long_price": true,
"dynamic_so_deviance": true,
"dsd_range": 1,
"bias": -0.5
}