箱体 主图源码 + 主力潜伏中 副图源码
感谢原作!
箱体 主图源码
cc:=close;
oo:=open;
hh:=high;
ll:=low;
top:=high;
bot:=low;
xx[1]:=1;
kk:=1;
for i=1 to datacount do begin
if xx=1 then begin
top:=hh;
end;
if xx[i-1]=1 then begin
if hh>top[i-1] then begin
top:=hh;
xx:=1;
end;else begin
top:=top[i-1];
xx:=2;
end;
end;
if xx[i-1]=2 then begin
if hh>top[i-1] then begin
top:=hh;
xx:=1;
end;else begin
top:=top[i-1];
bot:=ll;
xx:=3;
end;
end;
if xx[i-1]=3 then begin
top:=top[i-1];
if ll<bot[i-1] then begin
bot:=ll;
xx:=3;
end;else begin
bot:=bot[i-1];
xx:=4;
end;
end;
if xx[i-1]=4 then begin
top:=top[i-1];
if ll<bot[i-1] then begin
bot:=ll;
xx:=3;
end;else begin
bot:=bot[i-1];
xx:=5;
end;
end;
if xx[i-1]=5 then begin
if ll<bot[i-1] or hh>top[i-1] then begin
top:=hh;
bot:=hh;
xx:=1;
end;else begin
bot:=bot[i-1];
top:=top[i-1];
xx:=5;
end;
end;
end;
for j=1 to datacount do begin
if xx[j]=5 and xx[j-1]=4 then begin
for k=j-1 downto j-kk do begin
top[k]:=top[j];
bot[k]:=bot[j];
end;
end;
if xx[j-1]=5 and xx[j]=1 then kk:=0;
kk:=kk+1;
end;
{箱体部分}
partline(top=ref(top,1),top),color3399ff,linethick2;//箱顶
partline(bot=ref(bot,1),bot),color3399ff,linethick2;//箱底
stickline((top<>ref(top,1)or bot<>ref(bot,1)) and xx=1 and ref(xx,1)=5,top,bot,1,0),color3399ff,linethick2;//左侧竖线
stickline((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top,bot,1,0),color3399ff,linethick2;//右侧竖线
drawnumber((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,bot,sumbars(top<>ref(top,1),1)-(sumbars(top<>ref(top,1),2)-sumbars(top<>ref(top,1),1)),0) colorwhite;
drawnumber((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top,sumbars(top<>ref(top,1),1),0) colorgreen;
drawnumber((top<>refx(top,1)or bot<>refx(bot,1)) and xx=5 and refx(xx,1)=1,top*1.08,(top-ref(top,sumbars(top<>ref(top,1),1)))/ref(top,sumbars(top<>ref(top,1),1))*100,2),colormagenta;
主力潜伏中 副图源码
n:=14;
m:=156;
typ:=(high+low+close)/3;
cci:(typ-ma(typ,n))/(0.15*avedev(typ,n));
diff:=ema(close,12)-ema(close,26);
dea:=ema(diff,9);
macd:=2*(diff-dea);
主力潜伏中:count(macd<0,10)=10,colorred,linethick0;
stickline(主力潜伏中,0,macd*30,8,0),colorred;
50,color555555;
0,color555555;
-10,color555555;
-10,stick,color555555;
上一指标公式:顶底背离副图公式下载 飞狐指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文箱体主图+主力潜伏中副图公式下载 飞狐箱体潜伏指标 源码仅供学习研究。