Rss & SiteMap

金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/

专业程序化软件提供商
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:怎样按金字塔时间段编写?

1楼
tanyongde 发表于:2016/9/13 17:17:23
金字塔时间段如下编写对吗?
T1:=time>010000 and time<=025500;
T2:=time>025500 and time<130000;
T3:=time>130000 and time<=152500;
T4:=time>152500 and time<173000;
T5:=time>173000 and time<=185500;
T6:=time>185500 
开仓条件:=T1 and T3 and T5;
尾盘平仓条件:=T2 and T4 and T6;
2楼
jinzhe 发表于:2016/9/13 17:24:57

1 T2这么改

T2:=time>025500 and time<=030000
2 t1 or t3 or t5
   t2 or t4 or t6
 
共2 条记录, 每页显示 10 条, 页签: [1]


Powered By Dvbbs Version 8.3.0
Processed in 0.01172 s, 3 queries.