xa_1:=130;
xa_2:=99;
xa_3:=3;
xa_4:=if(xa_1>totalbarscount,totalbarscount,xa_1);
xa_5:=if(currbarscount>xa_4,0,xa_4);
xa_6:=refdate(hhv(high,xa_5),date);
xa_7:=refdate(llv(low,xa_5),date);
xa_8:=if(currbarscount<=xa_5,close,drawnull);
xa_9:=exp(ln(xa_6/xa_7)/10);{}
xa_10:=sum(if(xa_8>=xa_6/xa_9,vol,0),xa_5);
xa_11:=sum(if(xa_8>=xa_6/pow(xa_9,2) and xa_8<xa_6/xa_9,vol,0),xa_5);
xa_12:=sum(if(xa_8>=xa_6/pow(xa_9,3) and xa_8<xa_6/pow(xa_9,2),vol,0),xa_5);
xa_13:=sum(if(xa_8>=xa_6/pow(xa_9,4) and xa_8<xa_6/pow(xa_9,3),vol,0),xa_5);
xa_14:=sum(if(xa_8>=xa_6/pow(xa_9,5) and xa_8<xa_6/pow(xa_9,4),vol,0),xa_5);
xa_15:=sum(if(xa_8>=xa_6/pow(xa_9,6) and xa_8<xa_6/pow(xa_9,5),vol,0),xa_5);
xa_16:=sum(if(xa_8>=xa_6/pow(xa_9,7) and xa_8<xa_6/pow(xa_9,6),vol,0),xa_5);
xa_17:=sum(if(xa_8>=xa_6/pow(xa_9,8) and xa_8<xa_6/pow(xa_9,7),vol,0),xa_5);
xa_18:=sum(if(xa_8>=xa_7*xa_9 and xa_8<xa_7*pow(xa_9,2),vol,0),xa_5);
xa_19:=sum(if(xa_8>=xa_7 and xa_8<xa_7*xa_9,vol,0),xa_5);
xa_20:=refdate(hhv(xa_10,xa_5),date);
xa_21:=refdate(hhv(xa_11,xa_5),date);
xa_22:=refdate(hhv(xa_12,xa_5),date);
xa_23:=refdate(hhv(xa_13,xa_5),date);
xa_24:=refdate(hhv(xa_14,xa_5),date);
xa_25:=refdate(hhv(xa_15,xa_5),date);
xa_26:=refdate(hhv(xa_16,xa_5),date);
xa_27:=refdate(hhv(xa_17,xa_5),date);
xa_28:=refdate(hhv(xa_18,xa_5),date);
xa_29:=refdate(hhv(xa_19,xa_5),date);
xa_30:=xa_20+xa_21+xa_22+xa_23+xa_24+xa_25+xa_26+xa_27+xa_28+xa_29;
stickline(ceiling(xa_5*xa_20/xa_30)*3>=currbarscount,xa_6*xa_2/100,xa_6/xa_9,9,0),color2c4fa0,linethick3;
stickline(ceiling(xa_5*xa_21/xa_30)*3>=currbarscount,xa_6/pow(xa_9,1)*xa_2/100,xa_6/pow(xa_9,2),9,0),color2c4fa0,linethick3;
stickline(ceiling(xa_5*xa_22/xa_30)*3>=currbarscount,xa_6/pow(xa_9,2)*xa_2/100,xa_6/pow(xa_9,3),9,0),color2c4fa0,linethick3;
stickline(ceiling(xa_5*xa_23/xa_30)*3>=currbarscount,xa_6/pow(xa_9,3)*xa_2/100,xa_6/pow(xa_9,4),9,0),color956565,linethick3;
stickline(ceiling(xa_5*xa_24/xa_30)*3>=currbarscount,xa_6/pow(xa_9,4)*xa_2/100,xa_6/pow(xa_9,5),9,0),color956565,linethick3;
stickline(ceiling(xa_5*xa_25/xa_30)*3>=currbarscount,xa_6/pow(xa_9,5)*xa_2/100,xa_6/pow(xa_9,6),9,0),color956565,linethick3;
stickline(ceiling(xa_5*xa_26/xa_30)*3>=currbarscount,xa_6/pow(xa_9,6)*xa_2/100,xa_6/pow(xa_9,7),9,0),color956565,linethick3;
stickline(ceiling(xa_5*xa_27/xa_30)*3>=currbarscount,xa_7*pow(xa_9,2),xa_7*pow(xa_9,3)*xa_2/100,9,0),color956565,linethick3;
stickline(ceiling(xa_5*xa_28/xa_30)*3>=currbarscount,xa_7*pow(xa_9,1),xa_7*pow(xa_9,2)*xa_2/100,9,0),color956565,linethick3;
stickline(ceiling(xa_5*xa_29/xa_30)*3>=currbarscount,xa_7,xa_7*pow(xa_9,1)*xa_2/100,9,0),color956565,linethick3;
drawkline(high,open,low,close);{}
十号线:ma(cost(99.940002),xa_2),coloryellow;
九号线:ma(cost(90),xa_2),colorred;
七号线:ma(cost(70),xa_2),colormagenta;
五号线:ma(cost(50),xa_2),colorwhite;
三号线:ma(cost(30),xa_2),colorffff80;
一号线:ma(cost(10),xa_2),color47a04e;
o号线:ma(cost(0.02),xa_2),colorgreen;
stickline(close>=open and close>=十号线,open,close,3,1),coloryellow;
stickline(open>close and close>=十号线,close,open,3,0),coloryellow;
stickline(close>=open and close>=十号线,close,high,0.1,1),coloryellow;
stickline(close>=open and close>=十号线,open,low,0.1,1),coloryellow;
stickline(open>close and close>=十号线,close,low,0.1,0),coloryellow;
stickline(open>close and close>=十号线,open,high,0.1,0),coloryellow;
stickline(close>=open and close>=九号线 and close<十号线,open,close,3,1),colorred;
stickline(open>close and close>=九号线 and close<十号线,close,open,3,0),colorred;
stickline(close>=open and close>=九号线 and close<十号线,close,high,0.1,1),colorred;
stickline(close>=open and close>=九号线 and close<十号线,open,low,0.1,1),colorred;
stickline(open>close and close>=九号线 and close<十号线,close,low,0.1,0),colorred;
stickline(open>close and close>=九号线 and close<十号线,open,high,0.1,0),colorred;
stickline(close>=open and close>=七号线 and close<九号线,open,close,3,1),colormagenta;
stickline(open>close and close>=七号线 and close<九号线,close,open,3,0),colormagenta;
stickline(close>=open and close>=七号线 and close<九号线,close,high,0.1,1),colormagenta;
stickline(close>=open and close>=七号线 and close<九号线,open,low,0.1,1),colormagenta;
stickline(open>close and close>=七号线 and close<九号线,close,low,0.1,0),colormagenta;
stickline(open>close and close>=七号线 and close<九号线,open,high,0.1,0),colormagenta;
stickline(close>=open and close<七号线,open,close,3,1),colorcyan;
stickline(open>close and close<七号线,close,open,3,0),colorcyan;
stickline(close>=open and close<七号线,close,high,0.1,1),colorcyan;
stickline(close>=open and close<七号线,open,low,0.1,1),colorcyan;
stickline(open>close and close<七号线,close,low,0.1,0),colorcyan;
stickline(open>close and close<七号线,open,high,0.1,0),colorcyan;
上一指标公式:限售解禁股数据的采集以及使用说明公式下载 通达信采集股数
下一指标公式:开花骑牛副图公式下载 通达信开花
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文琪彩飞扬主图公式下载 通达信飞扬仅供学习研究。