出錯的程式碼:
if marketposition=0 and RSI(C,10)[1]<30 then
print(Date,time,RSI(c,10),RSI(c,10)[1])
end if
顯示出來的RSI(c,10)值正確, 但RSI(c,10)[1]值卻有一堆都是0
圖表上是10000根5分鐘K棒...此錯誤不知要如何改正?
--
if marketposition=0 and RSI(C,10)[1]<30 then
print(Date,time,RSI(c,10),RSI(c,10)[1])
end if
顯示出來的RSI(c,10)值正確, 但RSI(c,10)[1]值卻有一堆都是0
圖表上是10000根5分鐘K棒...此錯誤不知要如何改正?
--
All Comments