龙听期货论坛's Archiver

C
+
+


 微信: QQ:

龙听 发表于 2018-12-25 15:39

能否设定开启自动交易的时间?请老师回答一下

[p=22, 2, left]我的策略只开启9:05-14 59和 2105-2259的交易[/p][p=22, 2, left]软件能实现吗?[/p][p=22, 2, left]还是我的公式中添加什么语句呢。[/p]
好办,只要在代码里加下面的限制就可以了。  [font=inherit]if  (time>0905 and time<1459) or (time>2105 and time<2259)[/font]

龙听 发表于 2018-12-25 15:40

[code]
if (time>0905 and time<1459) or (time>2105 and time<2259) then begin;
[/code]

随风风风 发表于 2023-5-21 11:19

学习了

页: [1]