q_TickVolume是單量可是前一筆單量不是q_TickVolume[1]嗎?
另外我寫了一個一分鐘頻率
variable:openprice(0);
If time=090000 then openprice=opend(0) ;
value1 = Stochastic(9,3,3,value2,value3,value4);
if close>10
and close<17.25 and close>openprice*1.0058
and average(volume,5)>80
and q_last<q_PreMatch1*1.005
and q_last<openprice*1.0108
and q_last>q_PreMatch1
and q_BestAskSize1>3
and q_BestAsk1<openprice*1.0108
and value3<50
and value4<50
and value3>value4
then ret=1;
請問一下value3不是k,value4不是d嗎?
可是執行卻跑不出東西
1 評論