|
|
@@ -1,20 +1,18 @@
|
|
|
-broker_id = ""
|
|
|
-account_name = "test_account_001"
|
|
|
-access_key = "B5261D7FB987478FA47E14F00C4A653B"
|
|
|
-secret_key = "CAF69F5A23DE0EA32B7B15777AF47609C61B1EB17E5AC203"
|
|
|
+broker_id = "gate"
|
|
|
+account_name = "gate_account"
|
|
|
+access_key = ""
|
|
|
+secret_key = ""
|
|
|
pass_key = ""
|
|
|
-exchange = "coinex_usdt_swap"
|
|
|
-pair = "rose_usdt"
|
|
|
+exchange = "gate_usdt_swap"
|
|
|
+pair = "hifi_usdt"
|
|
|
debug = "False"
|
|
|
open = 0.001
|
|
|
close = 0.0002
|
|
|
-server_port = 8003
|
|
|
-leverrate = "1.0"
|
|
|
+leverrate = 1.0
|
|
|
interval = 0.1
|
|
|
refexchange = "['binance_usdt_swap']"
|
|
|
-refpair = "['rose_usdt']"
|
|
|
-webhook = ""
|
|
|
-used_pct = "0.9"
|
|
|
+refpair = "['hifi_usdt']"
|
|
|
+used_pct = 0.9
|
|
|
index = 0
|
|
|
save = 0
|
|
|
hold_coin = 0.0
|
|
|
@@ -22,5 +20,8 @@ log = 1
|
|
|
stoploss = "0.02"
|
|
|
gamma = 0.999
|
|
|
grid = 1
|
|
|
+place_order_limit = 0
|
|
|
+colo = 0
|
|
|
+proxy = 'socks5://127.0.0.1:7890'
|
|
|
ip = 0
|
|
|
backtest = 0
|