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