分价量表
{自填三个参数:选择方式, 时长, 换手次数,
选择方式可以选择:选择方式=1--以换手几次的天数统计成交量
选择方式=0--以自己选定的时长天数统计成交量}
统计时长:if(选择方式=1,const(sumbars(v/finance(7)*100,换手次数)),时长),nodraw;
kk:=统计时长;
高:=const(hhv(h,kk));
低:=const(llv(l,kk));
stickline(currbarscount=kk,高,低,0,0);{竖线统计起点位置}
xx:=(高-低);
均价:amount/v/100,nodraw;
l0:=低+xx*0/9;
l1:=低+xx*1/9;
l2:=低+xx*2/9;
l3:=低+xx*3/9;
l4:=低+xx*4/9;
l5:=低+xx*5/9;
l6:=低+xx*6/9;
l7:=低+xx*7/9;
l8:=低+xx*8/9;
l9:=低+xx*9/9;
mlz:=sum((currbarscount<kk+1)*v,kk),nodraw;
ml1:=sum((currbarscount<kk+1 and range(均价,l0-0.001,l1+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml1*200)),l0,l1*0.99,5,0),colorff5555;
ml2:=sum((currbarscount<kk+1 and range(均价,l1,l2+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml2*200)),l1,l2*0.99,5,0),colorffaa55;
ml3:=sum((currbarscount<kk+1 and range(均价,l2,l3+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml3*200)),l2,l3*0.99,5,0),coloraaff55;
ml4:=sum((currbarscount<kk+1 and range(均价,l3,l4+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml4*200)),l3,l4*0.99,5,0),color5fff00;
ml5:=sum((currbarscount<kk+1 and range(均价,l4,l5+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml5*200)),l4,l5*0.99,5,0),colorfffff0;
ml6:=sum((currbarscount<kk+1 and range(均价,l5,l6+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml6*200)),l5,l6*0.99,5,0),colorff0fff;
ml7:=sum((currbarscount<kk+1 and range(均价,l6,l7+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml7*200)),l6,l7*0.99,5,0),color509fdd;
ml8:=sum((currbarscount<kk+1 and range(均价,l7,l8+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml8*200)),l7,l8*0.99,5,0),coloraa5ddd;
ml9:=sum((currbarscount<kk+1 and range(均价,l8,l9+0.001))*v,kk)/mlz;
stickline(currbarscount<const(intpart(ml9*200)),l8,l9*0.99,5,0),color0055dd;
drawkline(high,open,low,close);
ma1:ma(close,m1);
ma2:ma(close,m2);
ma3:ma(close,m3);
ma4:ma(close,m4);
上一指标公式:买卖筹码峰特色副图横筹码指标下载 通达信源码特色
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文分价量表特色副图指标下载 通达信量表特色仅供学习研究。