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