[問題] 語法問題麻煩大家了

作者: xxyyzzxyz627 (MrWUYUAN)   2016-05-14 14:35:23
var:KB(0),KS(0),mkp(0);
value1=Close of data2;
if date <> date[1] then begin
KB=0;
KS=0;
mkp=0;
end;
if marketposition=0 and value1 > 500 then begin buy("buy")
next bar at market;
if marketposition=0 and value1<-500 then begin sellshort("sell")
next bar at market;
if marketposition>0 then KB=1;
if marketposition<0 then KS=1;
end;
mkp=marketposition;
if mkp[1] <> 1 and mkp=1 then kb=kb+1;
if mkp[1] <> -1 and mkp=-1 then ks=ks+1;
if marketposition>0 then sell next bar at entryprice-20 stop;
if marketposition>0 then sell next bar at entryprice+20 stop;
if marketposition>0 then buytocover next bar at entryprice-20 stop;
if marketposition>0 then buytocover next bar at entryprice+20 stop;
if time>=1326 then sell("exitbuy1") this bar;
if time>=1326 then buytocover("exitshort1") this bar;
setexitonclose;
不好意思我裡面寫的內容是副圖2指數高過500點做多停損停利都20點 跟低過500點 一天
多空進出場一次請問哪邊寫錯了??
作者: aszs (o_o)   2016-05-14 15:33:00
看不懂你想問什麼另外你的週期是多少啊
作者: xxyyzzxyz627 (MrWUYUAN)   2016-05-14 18:02:00
我上面修改好了差一個END 但不會限制一天多空個進出一次 現在附圖指數沒大於500或小於500也進出不知道什麼地方有錯 多謝大大幫忙了
作者: goodddog (domiante)   2016-05-14 20:59:00
停利寫法怪怪,應該用限價單而非停止單吧?
作者: xxyyzzxyz627 (MrWUYUAN)   2016-05-15 07:06:00
非常謝謝大家最後都用好了 自己的第一支訊號非常高興!!
作者: dodo222kimo (ㄎㄎ~嘟嘟胖 <>~~~)   2016-05-15 19:44:00
推語法 可以順便學~

Links booklink

Contact Us: admin [ a t ] ucptt.com