if volume>1300 and close<open then condition1 = true;
condition2 = GetField("收盤價", "5")[1]>GetField("開盤價", "5")[1];
if condition1 and condition2 then begin
ret = 1;
condition1 = false;
retmsg = text("===1分爆量===","K棒時間=",numtostr(date,0),TimeToString(time));
end;
程式想法
條件1.一分k大於1300口且為下跌黑k
當條件1出現時 ,出現的第一根五分紅k
(如果是9:31為條件1,而9:35收紅k也算符合)
回測結果有出現 x7.x8分 做單 (感覺是五分未收完但當下為紅k)
應該要為x6分 x1分才對(5分k收完才能判定)
再麻煩幫我看看,謝謝
 
 
             
        
         
         
         
     
     分類
    分類
 
            
4 評論