分享监控#行情延迟#的原代码 [开拓者 TB]
-
咨询内容:
Params
Vars
Bool con;
Events
OnBar(ArrayRef<Integer> indexs)
{
If(BarStatus<>2) Return;con = (CurrentTime>=0.08 and CurrentTime<=0.0901);
con = (CurrentTime>=0.12 and CurrentTime<=0.1331) or con;
con = (CurrentTime>=0.20 and CurrentTime<=0.2101) or con;
If(con)
{
FileAppend("C:\\t.tbf",Text(CurrentDate));
FileAppend("C:\\t.tbf","CurrentTime: "+Text(CurrentTime));
FileAppend("C:\\t.tbf","Q _ lastTime: "+Text(Q_LastTime));
FileAppend("C:\\t.tbf","行情延迟秒数: "+Text(DateTimeDiff(CurrentTime,Q_LastTime)));
}
}
有思路,想编写各种指标公式,交易模型,选股公式,还原公式的朋友
可联系技术人员 QQ: 262069696 或微信号:cxh99cxh99 进行 有偿收费 编写!
(注:由于人数限制,QQ或微信请选择方便的一个联系我们就行,加好友时请简单备注下您的需求,否则无法通过。谢谢您!)
相关文章
-
没有相关内容