1 Star 0 Fork 16

bithome / TQPY

forked from insking / TQPY 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
config.yml 1.49 KB
Copy Edit Raw Blame History
insking authored 2021-04-25 13:37 . update config.yml.
---
ctp_config:
# 为空时不登录
ctp_front: 'sim_now'
investor: ''
password: ''
product_info: ''
app_id: 'simnow_client_test'
auth_code: '0000000000000000'
# 追单设置
chasing:
wait_seconds: 3
offset_ticks: -2
resend_times: 3
# ctp前置配置: 请改用期货公司对应6.3.15(SE)的前置
fronts:
sim_now:
trade: tcp://180.168.146.187:10101
quote: tcp://180.168.146.187:10111
broker: '9999'
ebf:
trade: tcp://180.166.65.114:31205
quote: tcp://180.166.65.114:31213
broker: '8060'
# 数据源 - zmq配置
zmq_config: tcp://broadcast.eicp.net:55881
# 开关
onoff:
# 是否7*24
running_as_server: false
# 是否发送委托
real_order_enable: true
# 一根K线只发送一次指令
single_order_one_bar: true
# 是否打印行情时间
show_tick_time: false
# 策略路径配置
stra_path:
# 路径
strategies:
# 策略文件名
#Aberration_test1:
# 策略配置参数ID
#- 117
# 策略文件名
#Aberration_test2:
# 策略配置参数ID
#- 120
#mrc30rb:
#- 130
Aberration:
- 131
#adxw30min:
#- 121
#adxhigh30min:
#- 122
bandadx5min_rb:
- 132
bandadx5min_ap:
- 133
#AB:
#- 134
Python
1
https://gitee.com/bithomeAI/tqpy.git
git@gitee.com:bithomeAI/tqpy.git
bithomeAI
tqpy
TQPY
master

Search