寫了2個(警示)腳本
A.[空--聯發科2454]
condition1=close<>highest(close,5) and close>open;
ret=condition1;
B.[參照基本商品--大盤指數tse]
condition1=close=highest(close,5) and close[1]>open[1] and close[2]>open[2];
ret=condition1;
把[A.空--聯發科2454]加入策略雷達.執行商品選聯發科.多空方向=空..參照商品選[B.參照基本商品--大盤指數tse].基準商品選大盤指數.頻率為日線.執行回測(日線)
交易分析發現2021/10/18有進場.跟上述(大盤指數)B.的觸發條件
c=highest(c,5)}
不一致
請問問題出現在哪兒?
8 評論