REFSIG_PLACE(BK,1)
这句是什么意思?
加下面的几句:
if enterbars=3 and holding>0 and c<=enterprice-3*mindiff then sell(1,0,marektr);
if enterbars=4 and holding>0 and c<=enterprice-2*mindiff then sell(1,0,marketr);
if enterbars=5 and holding>0 then sell(1,0,marketr);
if enterbars=3 and holding<0 and c>=enterprice+3*mindiff then sellshort(1,0,marektr);
if enterbars=4 and holding<0 and c>=enterprice+2*mindiff then sellshort(1,0,marketr);
if enterbars=5 and holding<0 then sellshort(1,0,marketr);
if enterbars=3 and holding>0 and c<=enterprice-3*mindiff then sell(1,0,marketr);
if enterbars=4 and holding>0 and c<=enterprice-2*mindiff then sell(1,0,marketr);
if enterbars=5 and holding>0 then sell(1,0,marketr);
if enterbars=3 and holding<0 and c>=enterprice+3*mindiff then sellshort(1,0,marketr);
if enterbars=4 and holding<0 and c>=enterprice+2*mindiff then sellshort(1,0,marketr);
if enterbars=5 and holding<0 then sellshort(1,0,marketr);
有拼写错误,现在改了