請問小幫手要如何表達5分K收盤價在5.10.20.60均線之上
if getfielddate("Date","5") <> getfielddate("Date","5")[1]
and c > average(c,5)
and average(c,5) > average(c,10)
and average(c,10) > average(c,20)
and average(c,20) > average(c,60)
then begin .....
我這樣寫但不知道哪裡錯誤各種線型都會出現...
1 評論