if close[1]< open[1]
and high[0]> high[1]
and close[0]> open[0]
and close[0]> close[1]
and close[0]> (high[0]+ low[0])* 0.51
and close[0]> average(close,13)[0]
then condition1=true
else condition1=false;
if condition1 then plot1(high, "均線突破");
以上程式敘述我用期貨跑在5分及15分上,用點的圖示做提示
為什麼一個點都不會出現?
哪裡有寫錯嗎?
2 評論