{主图叠加换手率}
s5:ma(c,5);
s1:ma(c,10);
lg:=if(capital,capital,1);
vv:v/lg*100,linethick0;
{主图叠加换手率}
m:=57;
r0:=m/1000;
p:=sysparam(3)-sysparam(2);
q:=sysparam(3);
xl:=sysparam(5);
r:=(l-r0*xl)/vv;
r1:=llv(r,p);
r2:=r1[q];
r3:=llv(l-r2*vv,p);
r4:=r3[q];
r5:=(r2*vv+r4)*0.998;
rr:=r0*xl;
stickline(c>=ref(c,1),r5,rr,5,1)coloryellow;
stickline(c<ref(c,1),r5,rr,5,0)colorblue;
partline(1,r0*xl) colorbrown;
v5:ma(vv,5),linethick0,colorgreen;
v10:ma(vv,10),linethick0,colormagenta;
partline(1,sma(r5,5,1)),colorgreen;
partline(1,sma(r5,13,1)),colormagenta;
if capital then begin
hj:=hhv(r5,p);
jh:=hj[q]*1.1;
partline(1,rr+r2*0.8),colorgray,pointdot,shift2;
partline(jh>rr+r2*2,rr+r2*2),colorgray,pointdot,shift2;
partline(jh>rr+r2*5,rr+r2*5),colorgray,pointdot,shift2;
partline(jh>rr+r2*10,rr+r2*10),colorgray,pointdot,shift2;
partline(jh>rr+r2*20,rr+r2*20),colorgray,pointdot,shift2;
partline(jh>rr+r2*30,rr+r2*30),colorgray,pointdot,shift2;
partline(jh>rr+r2*40,rr+r2*40),colorgray,pointdot,shift2;
partline(jh>rr+r2*50,rr+r2*50),colorgray,pointdot,shift2;
drawtext(islastbar,rr+r2*0.8,'0.8%')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*2,rr+r2*2,'2 %')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*5,rr+r2*5,'5 %')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*10,rr+r2*10,'10 %')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*20,rr+r2*20,'20 %')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*30,rr+r2*30,'30 %')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*40,rr+r2*40,'40 %')colorgreen,shift1;
drawtext(islastbar and jh>rr+r2*50,rr+r2*50,'50 %')colorgreen,shift1;
end;
上一指标公式:BOLLBBI公式 飞狐BOLLBBI指标 源码
下一指标公式:引力勘盘画线主图公式 飞狐引力指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文主图叠加换手率公式 飞狐换手率指标 源码仅供学习研究。