jakon67 發表於 17-2-4 15:56

[MC] 條件成立後,該根K棒的收盤價+10點後放空,語法該怎麼

if condition1 then sellshort this bar on Close+10,目前是這樣寫,但是程式說我語法錯誤想要,條件成立後,該根K棒的收盤價+10後放空,或是下一根的開盤價+10放空,請問語法該怎麼寫呢

marklin 發表於 17-2-8 10:24

if condition1 then
sellshort next bar at Close+10 stop;
加一個 stop

blj0511 發表於 17-2-6 14:40

本帖最後由 blj0511 於 17-2-6 14:41 編輯

this bar 改next bar即可

if condition1 then sellshort next bar at Close+10;





jakon67 發表於 17-2-7 23:04

blj0511 發表於 17-2-6 14:40
this bar 改next bar即可

依照您的語法輸入,編譯過不了,顯示以下訊息請稍候 ....
------ 編譯時產生錯誤: ------
syntax error, unexpected ';'
line 2, column 80


頁: [1]
查看完整版本: [MC] 條件成立後,該根K棒的收盤價+10點後放空,語法該怎麼