fix args
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
account_id: 86037237
|
account_id: 86037237
|
||||||
host_key: dev
|
host_key: dev
|
||||||
buy_value: 5000
|
buy_value: 10000
|
||||||
min_cash_ratio: 0.10
|
min_cash_ratio: 0.10
|
||||||
loss_trigger_pct: -10
|
loss_trigger_pct: -10
|
||||||
grid_step_pct: 1
|
grid_step_pct: 1
|
||||||
min_profit_pct: 2
|
min_profit_pct: 2
|
||||||
strategy: trend
|
strategy: zt
|
||||||
signal_allow: ["morning","tail","arbitrage"]
|
signal_allow: ["dcm"]
|
||||||
enable_loss_add_position: True
|
enable_loss_add_position: True
|
||||||
enable_auto_ipo: True
|
enable_auto_ipo: True
|
||||||
excluded_codes:
|
excluded_codes:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ from libs.order import PlaceOrderRequest
|
|||||||
from libs.runtime import Runtime
|
from libs.runtime import Runtime
|
||||||
import logging as log
|
import logging as log
|
||||||
|
|
||||||
LOSS_TIERS = -30.0
|
LOSS_TIERS = -10.0
|
||||||
|
|
||||||
|
|
||||||
@dataclass(slots=True)
|
@dataclass(slots=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user