Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:bj=0;
//开仓条件加入bj<2;
if holding>0 and 止盈条件 then begin
sell(1,0,market);
bj:=0;
end
if holding>0 and 止损条件 then begin
bj:=bj+1;