cjay 發表於 18-9-18 22:04

setstoploss在空單不會執行?

if condition1 then buy ( "long entry" ) 2 share next bar at market;
if condition2 then sellshort ( "short entry" ) 2 share next bar at market;
setstopcontract;
setstoploss(15*bigpointvalue);

為什麼同樣設停損,在多單進場後會執行,空單進場卻不會執行停損?


無無明 發表於 18-9-19 10:42

不要使用SET指令
設置VAR計算停利、停損數值,然後執行 出場指令,一個LIMIT 一個 STOP

cjay 發表於 18-9-19 11:41

無無明 發表於 18-9-19 10:42
不要使用SET指令
設置VAR計算停利、停損數值,然後執行 出場指令,一個LIMIT 一個 STOP ...

透過VAR計算停利、停損再執行出場,相對也必需使用IOG才能達成觸價停損停利
兩種選擇似乎都不很好
{:4_120:}

無無明 發表於 18-9-19 12:09

cjay 發表於 18-9-19 11:41
透過VAR計算停利、停損再執行出場,相對也必需使用IOG才能達成觸價停損停利
兩種選擇似乎都不很好
{:4_12 ...

你這個回覆顯示你認知的狀況有問題
頁: [1]
查看完整版本: setstoploss在空單不會執行?