ldm4:=const(hhv(ref(high,1),240));
ldm5:=const(llv(ref(low,1),240));
ldm6:=ldm4-ldm5;
ldm7:=low-ldm6*0.03;
ldm8:=high+ldm6*0.03;
ldm9:=close>500;
ldm10:=max(close,open);
ldm11:=min(close,open);
ldm12:=0;
ldm13:=1;
{}
ldm14:=if(ldm9,high,ldm10);
ldm15:=if(ldm9,low,ldm11);
ldm16:=if(close>open,if(ldm13=0,low,ldm15),if(ldm13=0,high,ldm14));
ldm17:=2/1000;
ldm18:=currbarscount;
ldm19:=400;
ldm20:=ldm18<=ldm19;
ldm21:=low;
ldm22:=if(ldm12=0,ldm21,ref(ldm12,ldm12));
基准价:if(ldm20,const(ldm22),drawnull),dotline,colorred;
ldm23:=基准价;
ldm24:=ldm23*ldm17;
ldm25:=abs(low-ldm23)<=ldm24;
ldm26:=abs(open-ldm23)<=ldm24;
ldm27:=abs(close-ldm23)<=ldm24;
ldm28:=abs(high-ldm23)<=ldm24;
ldm29:=ldm25 or ldm26 or ldm27 or ldm28 and ldm20 and ldm18!=1;
ldm30:=count(ldm29,ldm19);
精准点个数:if(ldm30>0,ldm30+1,0),nodraw,coloryellow;
{假阳真阴}
均价:=amount/vol/100;
假阳:=c>o and ref(c,1)>均价 and c>均价 and c<300 ;
stickline(假阳,o,c,1,0)colorlicyan;
标志阴:=ref(c,1)/c>1.04;
stickline(标志阴,o,c,1,0)colorwhite;
{假阴真阳}
假阴:=o>c and 均价>ref(c,1) and c>ma(c,5);
stickline(假阴,o,c,1,0),colorred;
倍量柱:=vol>=ref(v,1)*1.9 and c>o ;
drawtext(倍量柱 ,l*0.97,'倍'),colorwhite;
缩倍:=ref(v,1)*0.55>=v and not(o=c and h=o) ;
drawtext(缩倍 ,l*0.98,'2s'),colormagenta;
{涨跌停价格显示};
aa:=(c-ref(c,1))/ref(c,1)*100;
zs:=(namelike('st') or namelike('*st') or namelike('s')) and aa>=4.945;
ds:=(namelike('st') or namelike('*st') or namelike('s')) and aa<=-4.945;
涨停价:if(zs,ref(c,1)*1.05,ref(c,1)*1.1),nodraw,colorred;
跌停价:if(ds,ref(c,1)*0.95,ref(c,1)*0.9),nodraw,colorgreen;
{}
t1:=const(hhvbars(v,30));
阻力:=if(currbarscount<=30+7,const(if(t1=0,c,ref(c,t1))),drawnull);
遇阻:if(currbarscount=t1+1,阻力,drawnull),crossdot;
ab:drawline(high>=hhv(high,20),high,low<=llv(low,5),hhv(high,5),1),colorwhite,linethick2;
买:=cross(c,ab) and c/ab>1.01 ;
drawicon(买,l*0.99,1);
{}
t11:=const(llvbars(l,10));
t11h:=const(ref(h,t11));
cc:=const(currbarscount);
t12:=const(barslast(currbarscount>cc+t11 and h>t11h));
t12h:=const(ref(h,t12));
t13:=const(barslast(currbarscount>cc+t12 and h>t12h));
t13h:=const(ref(h,t13));
上线买1:drawline(currbarscount=t13+1,t13h,islastbar,t13h,1) dotline,colorwhite;
{涨跌停k线标识};
st:=namelike('st')=1 or namelike('*st')=1 or namelike('sst')=1
or namelike('s*st')=1 or namelike('s st')=1;
涨停:=c=ztprice(ref(close,1),0.1) or (c/ref(c,1)>1.0495 and st);
跌停:=ref(c,1)/c>1.0995 or (ref(c,1)/c>1.0495 and st);
stickline(涨停,c,o,3,0),colormagenta;
stickline(跌停,c,o,3,0),colorgreen;
drawicon(h=ztprice(ref(close,1),0.1) and c!=h,l*0.965,15);
筹码95:=if(显示筹码带=1,cost(95),0);
筹码85:=if(显示筹码带=1,cost(85),0);
{近期高位}
ab1:=ref(c,10)=hhv(c,2*10+1); bb1:=filter(ab1,10);
cb1:=backset(bb1,10+1); hbd:=filter(cb1,10);
近期压力:ref(c,barslast(hbd)) nodraw,colorligreen;
stickline(c,近期压力,近期压力,10,0),colorligreen,linethick2;
stickline(cross(c,近期压力) and c>筹码95 and not(h=l) and c>o,o,c*0.96,3,0),coloryellow;
drawicon(cross(c,近期压力) and c>筹码95 and not(h=l) and c>o, c*0.99,23);
{长期高位}
as1:=ref(c,60)=hhv(c,2*60+1); as2:=filter(as1,60);
as3:=backset(as2,60+1); as4:=filter(as3,60);
长期压力:ref(c,barslast(as4)) nodraw colorred;
stickline(c,长期压力,长期压力,10,0),colorligreen,linethick2;
stickline(cross(c,长期压力) and c>筹码95 and not(h=l) and c>o,o,c*0.96,3,0)coloryellow;
drawicon(cross(c,长期压力) and c>筹码95 and not(h=l) and c>o, c*0.99,23);
{箱体}
跌幅:=(c-ref(c,1))/ref(c,1)*100<-4.94;
箱顶:drawline(跌幅,o,ref(跌幅,1),ref(o,1),1),colorligreen,linethick2;
stickline(cross(c,箱顶) and c>筹码95 and not(h=l) and c>o,o,c*0.96,3,0),colorligreen;
drawicon(cross(c,箱顶) and c>筹码95 and not(h=l) and c>o, c*0.99,23);
stickline(c/ref(c,1)>=1.04 or c/ref(c,1)<=0.96,(c+o)/2,(c+o)/2,2,1),colorliblue;{中分线};
stickline(c/ref(c,1)>=1.04 or c/ref(c,1)<=0.96,(max(o,c)-min(o,c))*2/3+min(o,c),(max(o,c)-min(o,c))*2/3+min(o,c),2,1),colorliblue;{上三一线};
stickline(c/ref(c,1)>=1.04 or c/ref(c,1)<=0.96,(max(o,c)-min(o,c))/3+min(o,c),(max(o,c)-min(o,c))/3+min(o,c),2,1),colorliblue;{下三一线};
上一指标公式:准确率较高的资金趋势 通达信公式准确率
下一指标公式:股市提款机3年狂赚112倍 通达信提款机股市
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文双龙腾飞 荆州量学金融终端主图十四 通达信腾飞终端仅供学习研究。