sat:=(amount/c)/(hhv(amount,20)/hhv(c,20));
饱和度:if(sat>1,1,sat)*100,coloryellow,linethick0;
var1:=vol/((high-low)*2-abs(close-open));
主买:=if(close>open,var1*(high-low),if(close<open,var1*((high-open)+(close-low)),vol/2));
主卖:=if(close>open,0-var1*((high-close)+(open-low)),if(close<open,0-var1*(high-low),0-vol/2));
ddx:=主买+主卖;
dx:=ma(ddx,5)*10;
ddx1:=sma(dx,3,1);
phd:=25;
中点:=ref(hhv(ddx1,100)/2,barslast(date));
p:=sysparam(1);
stickline((datacount-barpos+1)=phd,中点*1.9,中点*1.5,100,1),color00dddd;
stickline(refx(c>o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.88,中点*1.52,饱和度[p],0),color0033ff;
stickline(refx(c>o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.82,中点*1.58,饱和度[p],0),color0077ff;
stickline(refx(c>o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.76,中点*1.64,饱和度[p],0),color0099ff;
stickline(refx(c>o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.7,中点*1.7,饱和度[p],0),color00ddff;
stickline(refx(c<o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.88,中点*1.52,饱和度[p],0),colorff7700;
stickline(refx(c<o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.82,中点*1.58,饱和度[p],0),colorff9900;
stickline(refx(c<o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.76,中点*1.64,饱和度[p],0),colorffbb00;
stickline(refx(c<o,datacount-barpos)=1 and (datacount-barpos+1)=phd,中点*1.71,中点*1.69,饱和度[p],0),colorcyan;
上一指标公式:VBS当日龙虎榜专用公式下载 飞狐当日龙虎榜指标 源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文一段成交量上画上量能饱和度的图示很漂亮自用公式下载 飞狐饱和度图示指标 源码仅供学习研究。