//空单管理
if holding<0 and ENTERBARS>0 and (Enterprice-o)>=10 and (Enterprice-o)<15 then begin
If (Enterprice-o)=3 Then Begin //回撤到3点
Sellshort(1,0,market);
end
end
空单 盈利大于10 小于15点 回撤到3点 平仓
盈利大于15 小于25 回撤到6点 平仓
是不是以此写下去就可以了
这样写可以嘛 有没有更好的方法