回測撈的到,但盤中雷達都跑不出來

  •   35 
  • 最後發表   sheng99  2025 六月 24
sheng99 發文於   2025/06/24

當天開盤9:10分前,股價有曾經跌破昨日開盤價,但價格在3%以內,目前價格回到平盤以上

if time<=091000

and ( GetField("最低價","D") <  GetField("收盤價","D")[1])                      

 and (GetField("最低價","D")>= GetField("收盤價","D")[1] * 0.97)              

 and (GetField("收盤價","D") >  GetField("收盤價","D")[1])                     

 and (GetField("股本(億)","D") < 50)                                  

 and (volume>=100)

 then

   ret = 1;

回測都可以撈到股票,但實際盤中雷達都沒跳出來

能否幫我看一下程式碼有哪裡有問題嗎?

虎科大許教授 發文於   2025/06/24

GetField("股本(億)","D")[1] < 50

發表回覆
Close