收盤強突破均線指標

  •   174 
  • 最後發表   ForisChang  2018 一月 04
ForisChang 發文於   2018/01/02

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分上,用點的圖示做提示

為什麼一個點都不會出現?

哪裡有寫錯嗎?

排序方式: 標準 | 最新
XQ小幫手 發文於   2018/01/04

你好:

小幫手用日線跑是有出現訊號的喔。

你需要跟小幫手描述哪邊有達成條件,卻沒有出現訊號,小幫手才有辦法提供協助

小幫手猜想是你的條件過於嚴苛,這部分可能要請你檢查一下,以上說明

ForisChang 發文於   2018/01/04

謝謝小幫手的協助

發表回覆
Close