請教是系統問題嗎? 因為我一直寫不進去
腳本:
IF close>=open // 收紅
and volume>2000 // 成交量2000張以上
and close>average(close,5) // 收盤價在 5MA之上
then ret=1;
他說最後一句 then ret=1; 錯誤
請教是系統問題嗎? 因為我一直寫不進去
腳本:
IF close>=open // 收紅
and volume>2000 // 成交量2000張以上
and close>average(close,5) // 收盤價在 5MA之上
then ret=1;
他說最後一句 then ret=1; 錯誤
Hi show,
請問您編譯在哪個腳本類型?
ret = 1 不能編譯在指標腳本中喔~
如果您確定是編譯在正確的腳本類型中,
請您提供有問題的完整畫面截圖,以利小幫手查看問題的原因,謝謝。
1 評論