hp88547 發表於 17-7-10 11:21

請問這樣停利停損寫這樣對嗎

請教各位前輩,這樣寫對嗎 還能加上些什麼加強呢>"<新手剛加入

if rsi(close,14) cross under 70 then sellshort next bar at market;
if rsi(close,14) cross over 20 then buy next bar at market;
if marketposition=1 then sell next bar at entryprice + 20 stop;
if marketposition=-1 then buytocover next bar at entryprice + 20 stop;

easytrader788 發表於 17-7-10 15:01


多單停利
if marketposition=1 then sell next bar at entryprice + 20 limit;
多單停損
if marketposition=1 then sell next bar at entryprice - 20 stop;

空單停損
if marketposition=-1 then buytocover next bar at entryprice + 20 stop;
空單停利
if marketposition=-1 then buytocover next bar at entryprice - 20 limit;

hp88547 發表於 17-7-10 18:08

感謝大大解答,下班立馬試試

flashbibby 發表於 17-7-11 09:50

小建議,希望你以後不只會只下一口單(ex 多口小台,N口大台) {:4_140:}

多單停利停損可用
if marketposition>0

空單停利停損用
if marketposition< 0

hp88547 發表於 17-7-11 10:22

flashbibby 發表於 17-7-11 09:50
小建議,希望你以後不只會只下一口單(ex 多口小台,N口大台)

多單停利停損可用


資金沒有很多~"~
所以只能跑一口小台,累積資金
但目前還沒有好的程式策略~"~

qekwee88 發表於 23-3-15 08:17

easytrader788 發表於 17-7-10 15:01
多單停利
if marketposition=1 then sell next bar at entryprice + 20 limit;
多單停損


感謝分享
頁: [1]
查看完整版本: 請問這樣停利停損寫這樣對嗎