以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://222.73.7.161/bbs/index.asp) -- 公式模型编写问题提交 (http://222.73.7.161/bbs/list.asp?boardid=4) ---- 高人帮忙翻译个飞狐公式变成金字塔的 (http://222.73.7.161/bbs/dispbbs.asp?boardid=4&id=2321) |
-- 作者:winewine99 -- 发布时间:2010/7/31 18:56:51 -- 求助:公式调用VBA函数,修改VBA函数必须重启金字塔系统才生效 INPUT:N(10,1,100); fc:=c;fo:=o;cc:0*c,LINETHICK;oo:0*c,LINETHICK;t1:=0*c;t2:=0*c; fc:=c;fo:=o;cc:0*c,LINETHICK;oo:0*c,LINETHICK;t1:=0*c;t2:=0*c; for i=1 to datacount do begin for i=1 to datacount do begin if i=1 then begin if i=1 then begin cc[i]:=fc[i]; cc[i]:=fc[i]; oo[i]:=fc[i]; oo[i]:=fc[i]; end else begin end else begin cc[i]:=cc[i-1]; cc[i]:=cc[i-1]; oo[i]:=oo[i-1]; oo[i]:=oo[i-1]; if fc[i]>cc[i]*(1+n/100) then begin if fc[i]>cc[i]*(1+n/100) then begin cc[i]:=cc[i-1]*(1+n/100); cc[i]:=cc[i-1]*(1+n/100); oo[i]:=cc[i-1]; oo[i]:=cc[i-1]; end; end; if fc[i]<oo[i]/(1+n/100) then begin if fc[i]<oo[i]/(1+n/100) then begin oo[i]:=oo[i-1]/(1+n/100); oo[i]:=oo[i-1]/(1+n/100); cc[i]:=oo[i-1]; cc[i]:=oo[i-1]; end; end; if oo[i]=oo[i-1] then if oo[i]=oo[i-1] then t1[i]:=t1[i-1]+1; t1[i]:=t1[i-1]+1; if cc[i]=cc[i-1] then if cc[i]=cc[i-1] then t2[i]:=t2[i-1]+1; t2[i]:=t2[i-1]+1; end; end; end; end; o1:=ref(oo,t1+1); o1:=ref(oo,t1+1); c1:=ref(cc,t2+1); c1:=ref(cc,t2+1); STICKLINE(c1=oo,cc,oo,8,1),COLORRED; STICKLINE(c1=oo,cc,oo,8,1),COLORRED; STICKLINE(o1=cc,cc,oo,8,1),COLORCYAN; STICKLINE(o1=cc,cc,oo,8,1),COLORCYAN; |
-- 作者:admin -- 发布时间:2010/7/31 21:46:31 -- 此多重未来数据数组的公式系统,无法在目前的架构的金字塔下运行,请等待日后升级版 |
-- 作者:winewine99 -- 发布时间:2010/8/1 9:51:47 -- 谢谢版主回复 |