dev 3
This commit is contained in:
11
go-client/etc/dev.yaml
Normal file
11
go-client/etc/dev.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# 当前计算机使用的账户和策略参数。
|
||||
account_id: CHANGE_ME
|
||||
host_key: ""
|
||||
buy_value: 5000
|
||||
min_cash_ratio: 0.10
|
||||
loss_trigger_pct: -30
|
||||
grid_step_pct: 1
|
||||
min_profit_pct: 2
|
||||
rebound_threshold: 0.61
|
||||
order_timeout_seconds: 60
|
||||
watch_timeout_seconds: 300
|
||||
9
go-client/etc/global.yaml
Normal file
9
go-client/etc/global.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
# 系统公共参数。hosts 将 Windows 计算机名映射到账户配置文件。
|
||||
qmt_base_url: http://127.0.0.1:10086
|
||||
qmt_token: QMTbyYanweidong
|
||||
api_host: http://go.apinb.com
|
||||
qmt_data_dir: D:/qmt_strategy_data
|
||||
state_dir: D:/qmt_strategy_state
|
||||
|
||||
hosts:
|
||||
DESKTOP-39H91QV: dev.yaml
|
||||
Reference in New Issue
Block a user