{大笨熊改编,大智慧l2版本主图指标:)} input:k(1,1,3); a:=barslast(dispstatus=1)+1; hh:=hhv(h,a); ll:=llv(l,a); 上涨:barssince(backset(dispstatus=2,barslast(l=ll)+1)),color0000ff,linethick0; ↑空间%:(c/ref(l,上涨)-1)*100,color00ffff,linethick0; 最高%:(hhvall(hh)/ref(l,上涨)-1)*100,colorff00ff,linethick0; 下跌:barssince(backset(dispstatus=2,barslast(h=hh)+1)),color00ff00,linethick0; ↓空间%:(c/ref(h,下跌)-1)*100,color998888,linethick0; 最低%:(llvall(ll)/ref(h,下跌)-1)*100,colorff0000,linethick0; 高:ref(h,下跌),color0000ff,dotline; 低:ref(l,上涨),color00ff00,dotline; vertline(上涨=0,4),color0000ff; vertline(下跌=0,3),color00ff00; {drawtext(上涨=0,hhvall(hh)*0.99,'-最高'),color0000ff; drawtext(下跌=0,llvall(ll)*1.01,'-最低'),color00ff00;} drawtext(上涨=0 and 最高%>10,ll*1.1,'-10%'),coloryellow; drawtext(上涨=0 and 最高%>10,ll*1.15,'-15%'),colorffffff; drawtext(上涨=0 and 最高%>20,ll*1.2,'-20%'),color00ff00; drawtext(上涨=0 and 最高%>25,ll*1.25,'-25%'),colorff00ff; drawtext(上涨=0 and 最高%>30,ll*1.3,'-30%'),color0000ff; drawtext(上涨=0 and 最高%>40,ll*1.4,'-40%'),color00ffff; drawtext(上涨=0 and 最高%>50,ll*1.5,'-50%'),color00ffff; drawtext(上涨=0 and 最高%>60,ll*1.6,'-60%'),color00ffff; drawtext(上涨=0 and 最高%>70,ll*1.7,'-70%'),color00ffff; drawtext(上涨=0 and 最高%>80,ll*1.8,'-80%'),color00ffff; drawtext(上涨=0 and 最高%>90,ll*1.9,'-90%'),color00ffff; drawtext(上涨=0 and 最高%>100,ll*2,'-100%'),color00ffff; drawtext(上涨=0 and 最高%>125,ll*2.25,'-125%'),color00ffff; drawtext(上涨=0 and 最高%>150,ll*2.5,'-150%'),color00ffff; drawtext(上涨=0 and 最高%>180,ll*2.8,'-180%'),color00ffff; drawtext(上涨=0 and 最高%>200,ll*3,'-200%'),color00ffff; drawtext(上涨=0 and 最高%>250,ll*3.5,'-250%'),color00ffff; drawtext(下跌=0 and 最低%<-10,hh*0.9,'-10%'),coloryellow; drawtext(下跌=0 and 最低%<-15,hh*0.85,'-15%'),colorffffff; drawtext(下跌=0 and 最低%<-20,hh*0.8,'-20%'),color00ff00; drawtext(下跌=0 and 最低%<-25,hh*0.75,'-25%'),colorff00ff; drawtext(下跌=0 and 最低%<-30,hh*0.7,'-30%'),colorff0000; drawtext(下跌=0 and 最低%<-40,hh*0.6,'-40%'),colorffffff; drawtext(下跌=0 and 最低%<-50,hh*0.5,'-50%'),colorffffff; drawtext(下跌=0 and 最低%<-60,hh*0.4,'-60%'),colorffffff; drawtext(下跌=0 and 最低%<-70,hh*0.3,'-70%'),colorffffff; drawtext(下跌=0 and 最低%<-80,hh*0.2,'-80%'),colorffffff; drawtext(下跌=0 and 最低%<-90,hh*0.1,'-90%'),colorffffff; drawtext(上涨=2,l,'3天'),color00ffff; drawtext(上涨=4,l,'5天'),color00ffff; drawtext(上涨=7,l,'8天'),color00ffff; drawtext(上涨=12,l,'13天'),color00ffff; drawtext(上涨=20,l,'21天'),color00ffff; drawtext(上涨=33,l,'34天'),color00ffff; drawtext(上涨=54,l,'55天'),color00ffff; drawtext(上涨=88,l,'89天'),color00ffff; drawtext(上涨=143,l,'144天'),color00ffff; drawtext(上涨=179,l,'180天'),color00ffff; drawtext(上涨=249,l,'250天'),color00ffff; drawtext(下跌=2,l,'-3天'),color00ff00; drawtext(下跌=4,l,'-5天'),color00ff00; drawtext(下跌=7,l,'-8天'),color00ff00; drawtext(下跌=12,l,'-13天'),color00ff00; drawtext(下跌=20,l,'-21天'),color00ff00; drawtext(下跌=33,l,'-34天'),color00ff00; drawtext(下跌=54,l,'-55天'),color00ff00; drawtext(下跌=88,l,'-89天'),color00ff00; drawtext(下跌=143,l,'-144天'),color00ff00; drawtext(下跌=179,l,'-180天'),color00ff00; drawtext(下跌=249,l,'-250天'),color00ff00; t := barslast(dispstatus=1)+1; aa:= dispstatus=2; hh1 := hhv(h, t); ll1 := llv(l, t); hl := hh1-ll1; wh := hhvbars(h, t); wl := llvbars(l, t); kk := wh-wl; mhl := hh-hl*0.5; if k=1 then begin hl191 := (hh1-ll1)*0.191; hl382 := (hh1-ll1)*0.382; hl618 := (hh1-ll1)*0.618; hl809 := (hh1-ll1)*0.809; if kk<0 then begin a1 := hh1-hl191; a2 := hh1-hl382; a3 := hh1-hl618; a4 := hh1-hl809; end else begin a1 := ll1+hl191; a2 := ll1+hl382; a3 := ll1+hl618; a4 := ll1+hl809; end end if k=1 then begin hl125 := (hh1-ll1)*0.125; hl250 := (hh1-ll1)*0.25; hl375 := (hh1-ll1)*0.375; hl625 := (hh1-ll1)*0.625; hl750 := (hh1-ll1)*0.75; hl875 := (hh1-ll1)*0.875; if kk<0 then begin b1 := hh1-hl125; b2 := hh1-hl250; b3 := hh1-hl375; b4 := hh1-hl625; b5 := hh1-hl750; b6 := hh1-hl875; end else begin b1 := ll1+hl125; b2 := ll1+hl250; b3 := ll1+hl375; b4 := ll1+hl625; b5 := ll1+hl750; b6 := ll1+hl875; end end drawtext(aa and k<>3,hh1, ' 最高价:'+hh1),align2,colorgreen; drawtext(aa and k<>3,ll1, ' 最低价:'+ll1),align2,valign2,colorgreen; drawtext(aa and k<>3,mhl,' 50%:'+mhl),align2,colorc0c0c0; drawtext(aa and k=1, a1, ' 0.191:'+numtostrn(a1,2)),align2,colorc0c0c0; drawtext(aa and k=1, a2, ' 0.382:'+numtostrn(a2,2)),align2,colorc0c0c0; drawtext(aa and k=1, a3, ' 0.618:'+numtostrn(a3,2)),align2,colorc0c0c0; drawtext(aa and k=1, a4, ' 0.809:'+numtostrn(a4,2)),align2,colorc0c0c0; drawtext(aa and k<>3,hh1, ' ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄'),align2,colorred,linethick7; drawtext(aa and k<>3,ll1, ' ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄'),align2,colorred,linethick7; drawtext(aa and k<>3,mhl,' ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄'),align2,colorff0000,linethick7; drawtext(aa and k=1, a1, '﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ '),align2,color208fff,linethick0; drawtext(aa and k=1, a2, '﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ '),align2,color208fff,linethick0; drawtext(aa and k=1, a3, '﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ '),align2,color208fff,linethick0; drawtext(aa and k=1, a4, '﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ ﹊ '),align2,color208fff,linethick0;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黄金分割组合费波拉起超级实用公式下载 大智慧源码仅供学习研究。