|
if time >=1340 then sell("BMW2") next bar at open;
if time >=1340 then buytocover("SMILE2") next bar at open;
改成
if time >=1340 then sell("BMW2") next bar at market;
if time >=1340 then buytocover("SMILE2") next bar at market;
這樣嗎 感謝米粉
我下午試看看
盤中程式在跑
亂動會有問題的
|
評分
-
查看全部評分
|