Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:a=0;
if 开仓条件 and holding=0 then begin
buy();
a:=openprofit;
end
if openproft>a then a:=openprofit;
if 平仓条件 and holding>0 then begin
sell();
a:=0;