{公式名称: 波段操盘手
公式描述:
参数数量: 1
参数1: m1, 最小: 0, 最大: 1000, 缺省: 60
公式类型: 技术指标公式-其他类型
画线方法: 主图叠加
公式版本: 0
显示小数: 缺省位数
坐标线位置: 自动
额外y轴分界: 无
参数精灵:
请设置计算参数:
m1: param#0 (0.00--1000.00)
用法注释:无
公式源码:}
var1:=240/fromopen;
var2:=var1;
var3:=high-(high-low)/3;
var4:=low+(high-low)/3;
var5:=const(hhv(high,90));
var6:=const(llv(low,100));
drawkline(high,open,low,close);
var7:=const(if(ref(close,2)/ref(open,2)<0.95 and ref(open,1)<ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.03 and close/open>1.05 and close>ref(close,2),1,0));
var8:=const(if(ref(close,2)/ref(open,2)>1.03 and ref(open,1)>ref(close,2) and abs(ref(open,1)-ref(close,1))/ref(close,1)<0.02 and close/open<0.97 and close<ref(close,2),1,0));
var9:=const(if(close=open and high/low>1.03,1,0));
var10:=const(if(close=open and close=low and close!=high,1,0));
var11:=const(if(ref(close,2)/ref(open,2)<0.95 and ref(open,1)<ref(close,2) and ref(open,1)=ref(close,1) and close/open>1.05 and close>ref(close,2),1,0));
var12:=const(if(ref(close,2)/ref(open,2)>1.05 and ref(open,1)>ref(close,2) and ref(open,1)=ref(close,1) and close/open<0.95 and close<ref(close,2),1,0));
var13:=const(if(min(open,close)=low and high-low>3*(max(open,close)-low) and close>ma(close,5),1,0));
var14:=const(if(min(open,close)=low and high-low>3*(max(open,close)-low) and close<ma(close,5),1,0));
var15:=const(if(high=max(open,close) and high-low>3*(high-min(open,close)) and close<ma(close,5),1,0));
var16:=const(if(high=max(open,close) and high-low>3*(high-min(open,close)) and close>ma(close,5),1,0));
var17:=const(if(ref(close,1)/ref(open,1)>1.03 and close/open<0.96 and close<ref(open,1) and open>ref(close,1) or (ref(close,1)/ref(open,1)<0.97 and close/open>1.04 and close>ref(open,1) and open<ref(close,1)),1,0));
var18:=const(if(ref(close,1)/ref(open,1)>1.03 and close/open<0.97 and open>ref(close,1) and close<ref(close,1),1,0));
var19:=const(if(ref(close,1)/ref(open,1)<0.97 and close/open>1.03 and open<ref(close,1) and close>ref(close,1),1,0));
var20:=const(if(abs(ref(close,1)-ref(open,1))/ref(close,1)>0.04 and abs(close-open)/close<0.005 and max(close,open)<max(ref(close,1),ref(open,1)) and min(close,open)>min(ref(close,1),ref(open,1)),1,0));
var21:=const(if(abs(ref(close,1)-ref(open,1))/ref(close,1)>0.04 and close=open and close<max(ref(close,1),ref(open,1)) and close>min(ref(close,1),ref(open,1)),1,0));
var22:=const(if(abs(high-ref(high,1))/high<0.001,1,0));
var23:=const(if(abs(low-ref(low,1))/low<0.001 and abs(ref(low,1)-ref(low,2))/ref(low,1)<=0.001,1,0));
var24:=const(if(close/open>1.05 and high/low<close/open+0.018,1,0));
var25:=const(if(ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and close>open and ref(close,1)>ref(close,2) and close>ref(close,1),1,0));
var26:=const(if(ref(close,1)<ref(open,1) and close<open and close/open<0.98,1,0));
var27:=const(if(ref(close,2)>ref(open,2) and (ref(close,2)-ref(open,2))/ref(open,2)>=2/100 and ref(open,1)>=ref(close,1) and (ref(open,1)-ref(close,1))/ref(close,1)<=2/100 and ref(open,1)<=ref(close,2) and ref(close,1)>=ref(open,2) and close>=open and (close-open)/open>=2/100 and close>=ref(open,1) and open<=ref(close,1) and (max(close,ref(close,2))-min(close,ref(close,2)))/min(close,ref(close,2))<=1/100,1,0));
var28:=const(if(ref(close,2)>ref(open,2) and ref(close,1)<ref(open,1) and close>open,1,0));
var29:=const(if(open<ema(close,20) or open<ema(close,40) or open<ema(close,60) and close>max(ema(close,20),max(ema(close,40),ema(close,60))) and (vol/ma(vol,30)>1.2 and close/ref(close,1)>1.049),1,0));
var30:=const(if(ref(close,4)/ref(open,4)>1.03 and ref(close,3)<ref(open,3) and ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open>1.03 and close>ref(close,4),1,0));
var31:=const(if(ref(close,4)/ref(open,4)<0.97 and ref(close,3)>ref(open,3) and ref(close,2)>ref(open,2) and ref(close,1)>ref(open,1) and ref(low,4)<ref(low,3) and ref(low,4)<ref(low,2) and ref(low,4)<ref(low,1) and ref(high,4)>ref(high,3) and ref(high,4)>ref(high,2) and ref(high,4)>ref(high,1) and close/open<0.97 and close<ref(close,4),1,0));
var32:=const(if(high<ref(low,1) or low>ref(high,1),1,0));
var33:=const(if(ref(close,2)<ref(open,2) and ref(close,1)<ref(open,1) and close<open and ref(close,1)<ref(close,2) and close<ref(close,1),1,0));
var34:=const(if(low=close and high!=low,1,0));
var35:=const(if(high=close and high!=low,1,0));
var36:=const(if(open=ref(open,1) and (close-open)*(ref(close,1)-ref(open,1))<0,1,0));
var37:=const(if((min(close,open)-low)/(high-low)>0.667,1,0));
var38:=const(if((high-max(close,open))/(high-low)>0.667,1,0));
var39:=const(if(close=open and high!=low,1,0));
var40:=const(if(open/close>1.05 and high/low<open/close+0.018,1,0));
var41:=const(if(ref(close,1)<ref(open,1) and close>open and abs(close-ref(close,1))/close<0.002 or (ref(close,1)>ref(open,1) and close<open and abs(close-ref(close,1))/close<0.002),1,0));
var42:=const(if(ref(close,1)/ref(open,1)>=1.03 and open<ref(close,1) and open>ref(open,1) and close<ref(open,1),1,0));
var43:=const(vol*var2>ref(vol,1) and ma(vol,5)>ref(ma(vol,5),1));
var44:=const(vol*var2<ref(vol,1) and ma(vol,5)>ref(ma(vol,5),1));
var45:=const(vol*var2>ref(vol,1) and ma(vol,5)<ref(ma(vol,5),1));
var46:=const(vol*var2<ref(vol,1) and ma(vol,5)<ref(ma(vol,5),1));
var47:=const(if(close=open,1,0)+if(close>=var3,1,0)+if(close<=var4,1,0)>1);
var48:=const(amount/vol/100>ref(high,1));
var49:=const(amount/vol/100<ref(low,1));
var50:=if(var7=1,0+0.03,0);
var51:=if(var8=1,var50+0.03,var50);
var52:=if(var9=1,var51+0.03,var51);
var53:=if(var10=1,var52+0.03,var52);
var54:=if(var11=1,var53+0.03,var53);
var55:=if(var12=1,var54+0.03,var54);
var56:=if(var13=1,var55+0.03,var55);
var57:=if(var14=1,var56+0.03,var56);
var58:=if(var15=1,var57+0.03,var57);
var59:=if(var16=1,var58+0.03,var58);
var60:=if(var17=1,var59+0.03,var59);
var61:=if(var18=1,var60+0.03,var60);
var62:=if(var19=1,var61+0.03,var61);
var63:=if(var20=1,var62+0.03,var62);
var64:=if(var21=1,var63+0.03,var63);
var65:=if(var22=1,var64+0.03,var64);
var66:=if(var23=1,var65+0.03,var65);
var67:=if(var24=1,var66+0.03,var66);
var68:=if(var25=1,var67+0.03,var67);
var69:=if(var26=1,var68+0.03,var68);
var70:=if(var27=1,var69+0.03,var69);
var71:=if(var28=1,var70+0.03,var70);
var72:=if(var29=1,var71+0.03,var71);
var73:=if(var30=1,var72+0.03,var72);
var74:=if(var31=1,var73+0.03,var73);
var75:=if(var32=1,var74+0.03,var74);
var76:=if(var33=1,var75+0.03,var75);
var77:=if(var34=1,var76+0.03,var76);
var78:=if(var35=1,var77+0.03,var77);
var79:=if(var36=1,var78+0.03,var78);
var80:=if(var37=1,var79+0.03,var79);
var81:=if(var38=1,var80+0.03,var80);
var82:=if(var39=1,var81+0.03,var81);
var83:=if(var40=1,var82+0.03,var82);
var84:=if(var41=1,var83+0.03,var83);
var85:=if(var42=1,var84+0.03,var84);
var86:=if(var43=1,var85+0.03,var85);
var87:=if(var44=1,var86+0.03,var86);
var88:=if(var45=1,var87+0.03,var87);
var89:=if(var46=1,var88+0.03,var88);
var90:=if(var47=1,var89+0.03,var89);
var91:=if(var48=1,var90+0.03,var90);
var92:=if(var49=1,var91+0.03,var91);
drawtext(var7=1 and currbarscount=58,var5-var5*var50,64),colormagenta;
drawtext(var8=1 and currbarscount=58,var5-var5*var51,65),colorcyan;
drawtext(var9=1 and currbarscount=58,var5-var5*var52,66),coloryellow;
drawtext(var10=1 and currbarscount=58,var5-var5*var53,67),colorcyan;
drawtext(var11=1 and currbarscount=58,var5-var5*var54,68),colormagenta;
drawtext(var12=1 and currbarscount=58,var5-var5*var55,69),colorcyan;
drawtext(var13=1 and currbarscount=58,var5-var5*var56,70),colorcyan;
drawtext(var14=1 and currbarscount=58,var5-var5*var57,71),colormagenta;
drawtext(var15=1 and currbarscount=58,var5-var5*var58,72),colorred;
drawtext(var16=1 and currbarscount=58,var5-var5*var59,73),colorcyan;
drawtext(var17=1 and currbarscount=58,var5-var5*var60,74),colorcyan;
drawtext(var18=1 and currbarscount=58,var5-var5*var61,75),colorcyan;
drawtext(var19=1 and currbarscount=58,var5-var5*var62,76),colormagenta;
drawtext(var20=1 and currbarscount=58,var5-var5*var63,77),coloryellow;
drawtext(var21=1 and currbarscount=58,var5-var5*var64,78),coloryellow;
drawtext(var22=1 and currbarscount=58,var5-var5*var65,79),colorwhite;
drawtext(var23=1 and currbarscount=58,var5-var5*var66,80),colorwhite;
drawtext(var24=1 and currbarscount=58,var5-var5*var67,81),colorred;
drawtext(var25=1 and currbarscount=58,var5-var5*var68,82),colorwhite;
drawtext(var26=1 and currbarscount=58,var5-var5*var69,83),coloryellow;
drawtext(var27=1 and currbarscount=58,var5-var5*var70,84),coloryellow;
drawtext(var28=1 and currbarscount=58,var5-var5*var71,85),coloryellow;
drawtext(var29=1 and currbarscount=58,var5-var5*var72,86),colormagenta;
drawtext(var30=1 and currbarscount=58,var5-var5*var73,87),colormagenta;
drawtext(var31=1 and currbarscount=58,var5-var5*var74,88),colorcyan;
drawtext(var32=1 and currbarscount=58,var5-var5*var75,89),coloryellow;
drawtext(var33=1 and currbarscount=58,var5-var5*var76,90),colorcyan;
drawtext(var34=1 and currbarscount=58,var5-var5*var77,91),colorcyan;
drawtext(var35=1 and currbarscount=58,var5-var5*var78,92),colorred;
drawtext(var36=1 and currbarscount=58,var5-var5*var79,93),coloryellow;
drawtext(var37=1 and currbarscount=58,var5-var5*var80,94),coloryellow;
drawtext(var38=1 and currbarscount=58,var5-var5*var81,95),colorcyan;
drawtext(var39=1 and currbarscount=58,var5-var5*var82,96),coloryellow;
drawtext(var40=1 and currbarscount=58,var5-var5*var83,97),colorblue;
drawtext(var41=1 and currbarscount=58,var5-var5*var84,98),colormagenta;
drawtext(var42=1 and currbarscount=58,var5-var5*var85,99),colorcyan;
drawtext(var43=1 and currbarscount=58,var5-var5*var86,100),coloryellow;
drawtext(var44=1 and currbarscount=58,var5-var5*var87,101),colorcyan;
drawtext(var45=1 and currbarscount=58,var5-var5*var88,102),colorred;
drawtext(var46=1 and currbarscount=58,var5-var5*var89,103),colorred;
drawtext(var47=1 and currbarscount=58,var5-var5*var90,104),colorwhite;
drawtext(var48=1 and currbarscount=58,var5-var5*var91,105),colorred;
drawtext(var49=1 and currbarscount=58,var5-var5*var92,106),colorgreen;
ma1:ma(close,m1),colormagenta,linethick2;
var93:=ema(close,4);{好公式网-最好的股票公式网站 www.goodgongshi.com}
var94:=ema(slope(close,22)*10+close,35);
drawicon(cross(var93,var94),low*0.98,7);
stickline(var94>ref(var94,2),ref(var94,2),var94,4,0),colorred;
stickline(var94<=ref(var94,2),ref(var94,2),var94,4,0),colorgreen;
drawicon(cross(var94,var93),high*1.02,8);
stickline(var93>=var94,low,high,0,0),colorlired;
stickline(var93>=var94,close,open,3,2),colorlired;
stickline(var93<var94,low,high,0,0),colorcyan;
stickline(var93<var94,close,open,3,2),colorcyan;
stickline(open>close,close,open,2.5,0),colorcyan;
var95:=(2*close+low+high)/4;
var96:=slope(close,21)*20+close;
var97:=ema(var95,40)*0.85;
阻力线:ema(var95,40)*1.15,pointdot,colorff33ff;
必卖线:ema(var95,55)*1.3,circledot,coloryellow;
买进线:ema(var95,55),pointdot,colorwhite;
底部线:(买进线+var97)/2,circledot,color00ff33;
drawtext(islastbar,必卖线,60),colorffcc18;
drawtext(islastbar,阻力线,61),colorff18ff;
drawtext(islastbar,买进线,62),colorffcc18;
drawtext(islastbar,底部线,63),colorff18ff;
止盈价:high*0.95,colorred,linethick0;
var98:=ref(close,1);{好公式网-最好的股票公式网站 www.goodgongshi.com}
var99:=if((close-var98)*100/var98>=10-0.01*100/var98,1,0);
stickline(var99,open,close,2,0),colorred;
stickline(var99,high,low,0,0),colorred;
var100:=if((var98-close)*100/var98>=10-0.01*100/var98,1,0);
stickline(var100,open,close,2,0),colorwhite;
stickline(var100,high,low,0,1),colorwhite;
var101:=ref(close,1);
var102:=sma(max(close-var101,0),7,1)/sma(abs(close-var101),7,1)*100;
var103:=cross(87,var102);
var104:=filter(var103,4);
drawtext(var104,high*1.01,57),color9000f5;
var105:=llv(low,3)=llv(low,60) and close/ref(close,1)>=1.04;
var106:=(close-ema(close,21))/ema(close,21)*100;
var107:=cross(var106,0-20);
drawtext(filter(var105>0 and low,5),low-0.4,107),colorred;
drawtext(var107>0,low-0.2,59);
var108:=close;
var109:=ref(var108,10)=hhv(var108,2*10+1);
var110:=filter(var109,10);
var111:=backset(var110,10+1);
var112:=filter(var111,10);
前期高位:ref(high,barslast(var112)),pointdot,colorgreen;
stickline(close,前期高位,前期高位,5,0),colorgreen;
上一指标公式:黄金分割率顶点低点指标下载 通达信低点顶点
下一指标公式:加密的布林线我今天公布主图指标下载 通达信贴图加密
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文波段操盘手完全加密破解分享指标下载 通达信加密公式仅供学习研究。