Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
hh:hhv(openprofit,enterbars+1);
variable:n=0,k=0;
if 平多条件 and holding>0 then begin
sell.......;
N:=N+hh;
k:=k+1;
end
if 平空条件 and holding<0 then begin
sellshort........;
n:=n+hh;
K:=k+1;
每次最大浮赢是HH
总和是N
平均是N/K