|
easytrader788 發表於 15-7-12 19:26 
如果是進場後第五根K棒
if MarketPosition > 0 and BrasSinceEntry = 5 and Close < Close[1] then sellsh ...
如果是進場後第五根K棒
if MarketPosition > 0 and BrasSinceEntry = 5 and Close < Close[1] then sellshort next bat at Market ; |
更正 if MarketPosition > 0 and BrasSinceEntry = 5 and Close < Close[5] then sellshort next bat at Market ;
|
|