glaxo 發表於 15-10-30 14:24

請問如何開盤後將Upticks 各自做 Downticks 做累加?

是這樣嗎?if bartype<=1 then
value1=upticks+upticks-1;value2= downticks+downticks-1;



{:5_252:}

pcking2008 發表於 15-10-30 14:40

本帖最後由 pcking2008 於 15-10-30 14:41 編輯

MC? 開盤後 upticks 與 downticks 各自累加?

if date<>date then
   var1=upticks
else
    var1=var1+upticks;

如果不是請當我是路人 {:5_675:}

glaxo 發表於 15-10-30 17:00

pcking2008 發表於 15-10-30 14:40 static/image/common/back.gif
MC? 開盤後 upticks 與 downticks 各自累加?

if datedate then


應該是ㄟ
感謝感謝~~{:5_248:}
頁: [1]
查看完整版本: 請問如何開盤後將Upticks 各自做 Downticks 做累加?