王牌柱主
{用法注释:
参数: bj(1,4,4): 1=倍量,2=高量,3=跳空,4=全部;
参数: 高量周期(3,50,5): 高量两边的周期,自行调节参数;
公式源码:}
xa_1:=date<=1250531;
xa_2:=画底虚实;
xa_3:=if(xa_2=1,min(close,open),low);
xa_4:=const(hhv(high,240)-llv(low,240));
xa_5:=low-xa_4*0.03;
xa_6:=high+xa_4*0.03;
drawtext_fix(显示板块 and islastbar,0,0,0,hyblock);
drawtext_fix(显示板块 and islastbar,0.05,0,0,dyblock);
drawtext_fix(显示板块 and islastbar,0.1,0,0,gnblock);
stickline(ref(low,1)>high,high,ref(low,1),5,0),colorgray;
stickline(ref(high,1)<low,low,ref(high,1),5,0),colorgray;
wen98编_c:const(close),pointdot,colorlired;
xa_7:=1.01;
xa_8:=高量周期;
xa_9:=filter(backset(filter(ref(vol,xa_8)=hhv(vol,2*xa_8+1),xa_8),xa_8+1),xa_8);
xa_10:=xa_9 and between(vol/ref(vol,1),1.01,5);
xa_11:=vol>ref(vol,1);
xa_12:=close/ref(close,1)>=1.03 or close/open>=1.03;
xa_13:=close>open or close>ref(close,1);
xa_14:=close>ref(max(close,open),1);
xa_15:=xa_12;
xa_16:=range(vol/ref(vol,1),0.966,1.034) and barscount(vol)>=2;
xa_17:=xa_14 and refx(xa_16 and count(close>open,2)=2,1);
xa_18:=between(vol/ref(vol,1),1.01,4.99) and xa_13;
xa_19:=xa_11 and xa_14;
xa_20:=refx(count(vol>=ref(vol,1) and xa_13,2)=2,2);
xa_21:=refx(count(between(close/ref(close,1),1.001,1.04),2)=2,2);
xa_22:=xa_10 or xa_15 or xa_17 or xa_18 or xa_19 or xa_20 or xa_21;
xa_23:=filter(xa_13 and xa_22,0);
xa_24:=llv(close,3)>=ref(min(close,open),3);
xa_25:=1*(xa_23 and refx(xa_24,3));
xa_26:=ema(vol,3)<=ref(vol,3)*1.03;
xa_27:=(ema(vol,3)-ref(vol,3))/ref(vol,3)<=(ema(close,3)-ref(close,3))/ref(close,3);
xa_28:=xa_26 or xa_27;
xa_29:=refx(min(ema(close,3),close),3)>=close;
xa_30:=1*(xa_25 and refx(xa_28,3) and xa_29);
xa_31:=count(vol<=ref(vol,1),3)=3;
xa_32:=count(close>=ref(close,1),3)=3;
xa_33:=count(close>open,4)=4;
xa_34:=xa_31 and xa_32 and xa_33;
xa_35:=refx(xa_34,3);
xa_36:=min(close,open)>ref(max(close,open),1);
xa_37:=1*(xa_13 and refx(xa_30,1) and max(close,open)<refx(open,1));
xa_38:=barslast(xa_25 and ref(xa_25=0,1));
xa_39:=ref(xa_3,xa_38);
xa_40:=xa_39=refx(xa_39,1) and xa_1;
将军白:if(xa_40,xa_39,drawnull),colorwhite;
stickline(ref(xa_25,xa_38),xa_39,xa_39,3,0),colorwhite;
xa_41:=barslast(xa_30 and ref(xa_30=0,1));
xa_42:=ref(xa_3,xa_41);
xa_43:=xa_42=refx(xa_42,1) and xa_1;
黄金黄:if(xa_43,xa_42,drawnull),coloryellow;
stickline(ref(xa_30,xa_41),xa_42,xa_42,3,0),coloryellow;
xa_44:=barslast(xa_37 and ref(xa_37=0,1));
xa_45:=ref(max(close,open),xa_44);
xa_46:=xa_45=refx(xa_45,1) and xa_1;
元帅黄:if(xa_46,xa_45,drawnull),colorlired;
stickline(ref(xa_37,xa_44),xa_45,xa_45,3,0),colorlired;
xa_47:=ma(close,5);
ma5角度:atan((xa_47/ref(xa_47,1)-1)*100)*180/3.1416,nodraw;
drawkline(high,open,low,close);
xa_48:=ref(close,1);
xa_49:=if(close>=1,10000,100000);
xa_50:=1.1*xa_48-49/xa_49;
xa_51:=1.05*xa_48-49/xa_49;
xa_52:=0.9*xa_48+51/xa_49;
xa_53:=0.95*xa_48+51/xa_49;
xa_54:=namelike(1) or namelike(2);
xa_55:=if(xa_54,close>=xa_51,close>=xa_50);
xa_56:=if(xa_54,close<=xa_53,close<=xa_52);
xa_57:=if(xa_54,high>=xa_51,high>=xa_50);
xa_58:=if(xa_54,low<=xa_53,low<=xa_52);
stickline(xa_57,high,max(close,open),0,0),colormagenta;
stickline(xa_58,low,min(close,open),0,0),colorlicyan;
xa_59:=close>open and (close>=xa_51 or close>1.05*open-51/xa_49) or (close>1000 and close>xa_48*1.024);
stickline(xa_59,open,close,1,0),color0000bb;
xa_60:=close<open and (close<=xa_53 or close<0.95*open+49/xa_49) or (close>1000 and close<xa_48*0.976);
stickline(xa_60,open,close,1,0),colorligreen;
stickline(xa_55,open,close,1,0),colormagenta;
stickline(xa_56,open,close,1,0),colorlicyan;
xa_61:=close>open and close<xa_48;
stickline(xa_61,open,close,0,0),colorgreen;
xa_62:=close<open and close>xa_48;
stickline(xa_62,open,close,0,0),colorred;
xa_63:=amount/vol/100;
xa_64:=close<open and xa_63>ref(close,1) and close<=xa_48 and xa_63<=high;
stickline(xa_64,xa_63,xa_63,1,0),colorred;
xa_65:=period=5 and namelike(3) and (abs(close-ref(close,1))/ref(close,1)>=0.025 or abs(close-open)>=60);
stickline(xa_65,(high+low)/2,(high+low)/2,2,0),coloryellow;
xa_66:=0.1*abs(close-open);
标准金柱:stickline(xa_35 and xa_1,open+xa_66,close-xa_66,1,0),colorbrown;
xa_67:=vol>=1.9*ref(vol,1) and close>open;
xa_68:=vol=hhv(vol,xa_8) and refx(vol<ref(vol,1),1);
xa_69:=if(currbarscount<xa_8,xa_68,xa_9);
xa_70:=close>500;
xa_71:=if(xa_70,high,max(close,open));
xa_72:=if(xa_70,low,min(close,open));
xa_73:=if(close>open,if(xa_2=0,low,xa_72),if(xa_2=0,high,xa_71));
xa_74:=xa_71-(xa_71-xa_72)/3;
xa_75:=xa_72+(xa_71-xa_72)/3;
xa_76:=xa_72+(xa_71-xa_72)/2;
xa_77:=1+if(xa_70,2,4.92)/100;
xa_78:=xa_71/xa_72>=xa_77;
xa_79:=xa_78 or xa_67 or xa_69;
xa_80:=barslast(xa_79);
c31:if(xa_80=0 and 显3121刻度=1,ref(xa_74,xa_80),drawnull),pointdot,colorlired;
c21:if(xa_80=0 and 显3121刻度=1,ref(xa_76,xa_80),drawnull),pointdot,colorligray;
c32:if(xa_80=0 and 显3121刻度=1,ref(xa_75,xa_80),drawnull),pointdot,colorligreen;
xa_81:=if(显3121刻度=1,ref(xa_73,xa_80),drawnull);
xa_82:=filter(ref(kdj.j,1)<=10 and cross(kdj.j,ref(kdj.j,1)),3);
xa_83:=filter(ref(rsi.rsi1,1)<=20 and cross(rsi.rsi1,ref(rsi.rsi1,1)),3);
drawicon(显买卖点=1 and xa_82 and close>ref(close,1),xa_5-xa_4*0.03,1);
drawicon(显买卖点=1 and xa_83,xa_5,1);
xa_84:=ref(hhv(if(xa_2=1,max(close,open),high),2),1);
xa_85:=filter(close>xa_84,1);
xa_86:=ref(llv(if(xa_2=1,min(close,open),low),2),1);
xa_87:=filter(close<xa_86,1);
xa_88:=xa_85 and count(xa_85,barslast(xa_87))=1 and 显买卖点=1 and xa_1;
xa_89:=xa_87 and count(xa_87,barslast(xa_85))=1 and 显买卖点=1 and xa_1;
stickline(xa_89,xa_86,xa_86,18,(-1)),colorgreen;
drawicon(xa_89,xa_6,39);
stickline(xa_88,xa_84,xa_84,18,(-1)),colormagenta;
drawicon(xa_88,xa_5,38);
上一指标公式:短线快枪手 通达信快枪手
下一指标公式:南川RB代交易 通达信RB交易
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文王牌柱主 通达信王牌仅供学习研究。