Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if 平仓条件 and openprofit>0 and 持仓判断 then begin
平仓语句;
n:=n+openprofit;
end
if date<>ref(date,1) then n:=0;
n是累计盈利的数据,最后一句是开盘时重置全局变量