Hi Sir ,
用在策略雷達中! 請問為什麼 barfreq & barinterval 無法作用呢?
==下面 OK ==
if CurrentTime >= 114800
and GetField("成交量") > 1000 and GetField("成交量") > average(volume[1],1)*0.1
ret=1 ;
== 下面 有問題 ==
if CurrentTime >= 114800
and barfreq ="Min" and barinterval =2
and GetField("成交量") > 1000 and GetField("成交量") > average(volume[1],1)*0.1
ret=1 ;
===
5 評論