这个是一个盘后的排序指标 特别厉害的 还有一个是量学用的成交量幅图 两个要结合起来用
量柱副图2
{看图说明:黄色为倍量柱,白色为并肩平量柱,紫色为缩倍柱,
绿色为10天低量柱,蓝色为50天低量柱,灰色为百日低量柱,
高量柱容易看无标记,!为长阴短柱, 内有红实线为假阴柱。
红色箭头(的前三天)为黄金柱。次黄金柱难判,不标
公式源码:}
drawgbk(close>0,rgb(1,1,1),rgb(1,1,1),0,0,1);
xa_1:=10;
xa_2:=0;
xa_3:=2;
xa_4:=50;
xa_5:=60;
xa_6:=0.1*hhv(vol,240);
xa_7:=if(currbarscount=1 and period=5,vol*240/fromopen,drawnull);
xa_8:=双轨线.双轨线下弱势#day=0;
stickline(currbarscount=1 and period=5,xa_7,0,1,(-1)),color00c0c0;
壹德编制:drawnull,colorcccccc;
量:if(xa_8,vol,0),volstick,colorligray;
xa_9:=量*10000/finance(7);
全换手周期:sumbars(量,capital),nodraw,colorcyan;
xa_10:=量/10000;
xa_11:=if(period=1,5,if(period=2,15,if(period=3,30,if(period=4,60,if(period=5,totalfznum,1)))));
xa_12:=mod(fromopen,xa_11);
xa_13:=if(xa_12<0.5,xa_11,xa_12);
xa_14:=if(currbarscount=1 and period<=5 and dynainfo(8)>1,vol*xa_11/xa_13/10000,drawnull);
xa_15:=if(currbarscount=1 and period<=5,xa_14,xa_10);
量比:xa_15/ref(ma(xa_15,5),1),nodraw,colorbrown;
几倍:量/ref(vol,1),nodraw,coloryellow;
xa_16:=1.9;
倍量:量>=ref(vol,1)*xa_16 and if(close<open,close>ref(close,1),1),nodraw,coloryellow;
倍缩:ref(vol,1)>=量*xa_16,nodraw,colormagenta;
xa_17:=count(close>ref(close,1),2)=2 and count(vol<ref(vol,1),2)=2;
价涨量缩:xa_17,colorgreen;
地量:量=llv(vol,xa_5) and barscount(vol)>=xa_5,nodraw,coloryellow;
xa_18:=量*0.95;
xa_19:=量*0.85;
stickline(倍量,0,xa_18,1,0),coloryellow;
stickline(地量,0,xa_19*0.66,2.5,0),coloryellow;
stickline(倍缩,0,vol*0.45,1,0),colormagenta;
stickline(close<open and close>ref(close,1),0,xa_18,0,0),colorred;
xa_20:=close>open or close>ref(close,1);
xa_21:=ref(xa_20,3);
xa_22:=ref(倍量,3);
xa_23:=ref(vol,3)>=hhv(vol,7);
xa_24:=llv(close,3)>=ref(low,3);
xa_25:=count(close>=ref(close,1),3)=3;
xa_26:=count(vol<=ref(vol,1),3)=3;
xa_27:=count(xa_20,3)=3;
xa_28:=xa_22 and xa_24 and xa_21;
xa_29:=xa_23 and xa_24 and xa_21;
xa_30:=xa_28 or xa_29;
xa_31:=xa_30 and xa_25 and xa_26 and xa_27;
stickline(xa_31,0.3*vol,0.7*vol,1,0),colorred;
xa_32:=vol>=1.3*ref(vol,1) or vol>=1.3*refx(vol,1);
xa_33:=if(xa_3>=1,1,0);
xa_34:=xa_3=2 and xa_32;
stickline(xa_34,vol*1/3,vol*1/3,xa_33,0),colorgray;
stickline(xa_34 or (xa_3=1 and xa_32),vol*1/2,vol*1/2,xa_33,0),colorgray;
stickline(xa_34,vol*2/3,vol*2/3,xa_33,0),colorgray;
xa_35:=量;
xa_36:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
xa_37:=sma(xa_36,3,1);
xa_38:=ref(xa_37>45,1);
xa_39:=close>open and close>ref(close,1);
xa_40:=close<open and close<ref(close,1);
xa_41:=close<open and close>ref(close,1);
xa_42:=ref(xa_39,1) and xa_40;
xa_43:=xa_42 and 量>ref(vol,1) and xa_38;
xa_44:=xa_42 and between(量/ref(vol,1),0.97,1.03) and xa_38;
xa_45:=xa_40 and 量/ref(vol,1)>=1.95 and xa_38;
三阴:xa_43 or xa_44 or xa_45,nodraw,colorgreen;
if(三阴,vol*1.1,drawnull),pointdot,colorgreen,linethick4;
xa_46:=5;
xa_47:=ref(量,xa_46)=hhv(量,2*xa_46+1);
xa_48:=filter(xa_47,xa_46);
xa_49:=backset(xa_48,xa_46+1);
xa_50:=filter(xa_49,xa_46);
xa_51:=ref(high,barslast(xa_50));
xa_52:=ref(max(量,ref(量,1)),xa_46)=hhv(max(量,ref(量,1)),2*xa_46+1);
xa_53:=filter(xa_52,xa_46);
xa_54:=backset(xa_53,xa_46+1);
xa_55:=filter(xa_54,xa_46);
xa_56:=ref(max(vol,ref(vol,1)),barslast(xa_55));
xa_57:=ref(vol,xa_46)=llv(vol,2*xa_46+1);
xa_58:=filter(xa_57,xa_46);
xa_59:=backset(xa_58,xa_46+1);
xa_60:=filter(xa_59,xa_46);
xa_61:=ref(vol,barslast(xa_60));
xa_62:=ref(min(vol,ref(vol,1)),xa_46)=llv(min(vol,ref(vol,1)),2*xa_46+1);
xa_63:=filter(xa_62,xa_46);
xa_64:=backset(xa_63,xa_46+1);
xa_65:=filter(xa_64,xa_46);
xa_66:=ref(min(量,ref(量,1)),barslast(xa_65));
xa_67:=if(0,xa_51,xa_56);
xa_68:=if(0,xa_61,xa_66);
stickline(xa_67=ref(xa_67,1) or ref(xa_67,1)=ref(xa_67,2),xa_67,xa_67,4,0),colorlicyan;
双龙排序v18b
过期280630:drawgbk(close>0,rgb(1,1,1),rgb(1,1,1),0,1,0);
xa_1:=(ema(close,12)/ema(close,26)-1)*1000;
xa_2:=(ema(indexc,12)/ema(indexc,26)-1)*1000;
xa_3:=ema(xa_1,5);
xa_4:=ema(xa_2,5);
xa_5:=xa_3-ref(xa_3,1);
xa_6:=xa_4-ref(xa_4,1);
xa_7:=if(xa_5-xa_6>0,(xa_5-xa_6)*5,0);
xa_8:=xa_7-ref(xa_7,1);
xa_9:=双轨线.双轨线下弱势#day;
xa_10:=云端增仓资金.资金增仓#day;
xa_11:=ema(xa_10,12)-ema(xa_10,26);
xa_12:=ema(xa_11,9);
xa_13:=(xa_11-xa_12)*2;
xa_14:=hhvbars(xa_13,barslast(xa_13<0)+1);
xa_15:=cross(backset(cross(0,xa_13),ref(xa_14,1)+2),0.5);
xa_16:=drawline(xa_15,xa_13,ref(xa_15,1),ref(xa_13,1),1);
xa_17:=xa_13>xa_16 and xa_13>=ref(xa_13,1);
xa_18:=close>=ztprice(ref(close,1),0.1) and low=high;
xa_19:=001引用.o1#day;
xa_20:=close>=ztprice(ref(close,1),0.1) and low<high;
xa_21:=high>=ztprice(ref(close,1),0.1) and close<high;
xa_22:=1+3*xa_20+1*xa_18+0.2*xa_21;
xa_23:=(close-ref(close,1))/ref(close,1)*100;
xa_24:=xa_23*xa_22;
xa_25:=kdj优化.k#day;
xa_26:=if(close>open,xa_25*(high-low),if(close<open,xa_25*(high-open+(close-low)),if(close=open and close>ref(close,1),vol*0.7,vol*0.3)));
xa_27:=if(close>open,xa_25*(high-close+(open-low)),if(close<open,xa_25*(high-low),if(close=open and close<ref(close,1),vol*0.7,vol*0.3)));
xa_28:=if(xa_9=1,0,sum((xa_26-xa_27)/capital,1)*1000);
xa_29:=主力吸筹#day;
xa_30:=if(xa_29>30,1,if(xa_29>3 and xa_29<=30,33,if(close>=ztprice(ref(close,1),0.1) and xa_29<=2,xa_29*20,xa_29)));
xa_31:=if(close>=ref(close,1) and xa_29>3,33,if(close<ref(close,1) and xa_29>3,0,if(close>=ref(close,1) and xa_29<=3,xa_29*10,xa_29)));
xa_32:=1;
xa_33:=ema(100*(close-llv(low,100))/(hhv(high,100)-llv(low,100)),13)/4*xa_32;
xa_34:=wygs#day;
xa_35:=ema(xa_34,30)*xa_32;
xa_36:=2*(xa_34-xa_35)*10*xa_32;
xa_37:=pow(xa_36,3)*0.1+pow(xa_36,2)*xa_32;
xa_38:=if(xa_36>0.015,xa_37,0)/45*xa_32;
xa_39:=dma(ema(close,12),sum(vol,5)/3/capital);
xa_40:=xa_13-ref(xa_13,1);
xa_41:=dynainfo(4)>0;
xa_42:=exist(abs(close-ref(close,1))/ref(close,1)>0.052,20) and exist(close/ref(close,1)>1.15,2)!=1;
xa_43:=finance(40)<300*100000000 and finance(7)<=流通盘小于亿*100000000;
xa_44:=xa_42 and xa_41 and xa_19!=1 and amount/10000>1000;
xa_45:=lon01#day;
xa_46:=xa_9;
xa_47:=if(xa_46=0,indexadv/(indexadv+indexdec)*100,0);
xa_48:=xa_47>85 or ref(xa_47,1)>85;
xa_49:=if(xa_46=0,indexc-ma(indexc,7),0);
xa_50:=(hhv(xa_49,60)-0)*60/100;
xa_51:=xa_49>xa_50;
xa_52:=xa_48=1 or xa_51=1;
xa_53:=if(震荡过滤=1,xa_52,0);
xa_54:=close>=open;
xa_55:=(close-xa_39)/xa_39*100*2;
竞价:if(fromopen<=10 and xa_53!=1 and xa_44 and xa_43 and xa_45 and xa_54 and xa_17=1,(xa_28+xa_8*3+xa_24+xa_31+xa_40*5+xa_55)*3,0),nodraw,coloryellow;
盘后:if(fromopen>10 and xa_53!=1 and xa_44 and xa_43 and xa_45 and xa_54 and xa_17=1,(xa_28+xa_8*3+xa_24+xa_30+xa_40*5+xa_55)*3,0),nodraw,colormagenta;
起爆选大:xa_55*0.8,nodraw;
上一指标公式:屠龙选股器转载和谐完全加密指标公式下载 通达信选股指标
下一指标公式:水晶指标副图无未来公式下载 通达信水晶未来
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文量柱副图双龙排序--盘后的排序指标特别厉害的公式下载 通达信双龙厉害仅供学习研究。