|
|
@@ -1,32 +1,32 @@
|
|
|
{
|
|
|
+ "lever_rate": 0.5,
|
|
|
+ "colo": 0,
|
|
|
+ "used_pct": 0.9,
|
|
|
+ "max_spread": 0.001,
|
|
|
+ "min_spread": 0.001,
|
|
|
"broker_id": "hl_3_7",
|
|
|
- "account_name": "localhost_test_account",
|
|
|
- "access_key": "4181c882718a95e72122ac1d52c88533",
|
|
|
- "secret_key": "de82d1507b843ff08d81a0e9b878b721359f274937216b307834b570b676fa3c",
|
|
|
- "pass_key": "",
|
|
|
- "exchange": "gate_usdt_swap",
|
|
|
+ "stop_loss": 0.01,
|
|
|
+ "rl_num": 30,
|
|
|
+ "log_level": "info",
|
|
|
"pair": "bch_usdt",
|
|
|
- "open": 0.9,
|
|
|
- "close": 0.00017,
|
|
|
- "lever_rate": 0.5,
|
|
|
"hold_coin": 0,
|
|
|
- "interval": 100,
|
|
|
+ "port": 5555,
|
|
|
+ "grid": 1,
|
|
|
"ref_exchange": [
|
|
|
"binance_usdt_swap"
|
|
|
],
|
|
|
+ "ira": 20,
|
|
|
+ "exchange": "gate_usdt_swap",
|
|
|
+ "interval": 100,
|
|
|
+ "close": 0.00017,
|
|
|
+ "max_position_value": 20,
|
|
|
+ "account_name": "gate-gcm",
|
|
|
+ "access_key": "4181c882718a95e72122ac1d52c88533",
|
|
|
+ "secret_key": "de82d1507b843ff08d81a0e9b878b721359f274937216b307834b570b676fa3c",
|
|
|
+ "pass_key": null,
|
|
|
+ "open": 0.9,
|
|
|
"ref_pair": [
|
|
|
"sc_usdt"
|
|
|
],
|
|
|
- "used_pct": 0.9,
|
|
|
- "stop_loss": 0.01,
|
|
|
- "gamma": 0.999,
|
|
|
- "grid": 1,
|
|
|
- "colo": 0,
|
|
|
- "log_level": "info",
|
|
|
- "port": 5555,
|
|
|
- "max_spread": 0.001,
|
|
|
- "min_spread": 0.001,
|
|
|
- "rl_num": 30,
|
|
|
- "max_position_value": 20,
|
|
|
- "ira": 20
|
|
|
+ "gamma": 0.999
|
|
|
}
|