請問小幫手 我下列語法哪裡有問題 因為我有用print 找到明明條件不一樣 但condition6的print顯示TRUE
所以有些條件跟我寫的condition6不一樣 卻觸發 再麻煩小幫手幫我檢查了
condition6 = high <> GetField("最高價", "D") and close <= close[1]*0.995 and close[1] > high[1]*0.995 and
close[2] > high[2]*0.995 and high[1] = GetField("最高價", "D") or high[2] = GetField("最高價", "D");
因為我也寫滿多condition的 只有condition6 裡面有用到or 其他都沒用到or 所以是不是在想說or的問題
3 評論