[HTS]為什麼lowest函數讀不到?
我用print檢查一下結果highest(high,3)確時有取到最高值
結果lowest(low,3)卻沒有取到最低值(一直取到0)
到底是為甚麼呢?
還請各位指導!
P.S.我用5分線圖
下面是我用的程式碼
-----------------------------------
variables: aa(1),bb(1)
if time = 085000 then
aa=highest(high,3)
bb=lowest(low,3)
end if
Print(cdate(date),ctime(time),"aa = ", aa,"bb =",bb) 本帖最後由 tpkpm 於 10-11-5 03:02 PM 編輯
http://ssdkchang.blogspot.com/2009/08/hts-highest-lowest.html
請參考看看
試試最下面那各說的
bb=lowest(low,3)
不然
bb=lowest(low,3)
bb=bb
頁:
[1]