{公式名称: 自动撑压
公式描述: 量学看盘系统主图五
无参数
公式类型: 技术指标公式-其他类型
画线方法: 主图叠加
公式版本: 0
显示小数: 缺省位数
坐标线位置: 自动
额外y轴分界: 无
参数精灵:无
用法注释:无
公式源码:}
x_1:=const(hhv(ref(high,1),240));
x_2:=const(llv(ref(low,1),240));
x_3:=x_1-x_2;
x_4:=low-x_3*0.03;
x_5:=high+x_3*0.03;
x_6:=close>500;
x_7:=max(close,open);
x_8:=min(close,open);
x_9:=0;
x_10:=1;
x_11:=if(x_6,high,x_7);
x_12:=if(x_6,low,x_8);
x_13:=if(close>open,if(x_10=0,low,x_12),if(x_10=0,high,x_11));
x_14:=2/1000;
x_15:=currbarscount;
x_16:=120;
x_17:=x_15<=x_16;
x_18:=low;
x_19:=if(x_9=0,x_18,ref(x_9,x_9));
基准价:if(x_17,const(x_19),drawnull),dotline,colorred;
x_20:=基准价;
x_21:=x_20*x_14;
x_22:=abs(low-x_20)<=x_21;
x_23:=abs(open-x_20)<=x_21;
x_24:=abs(close-x_20)<=x_21;
x_25:=abs(high-x_20)<=x_21;
x_26:=x_22 or x_23 or x_24 or x_25 and x_17 and x_15!=1;
x_27:=count(x_26,x_16);
精准点个数:if(x_27>0,x_27+1,0),nodraw,colorred;
x_28:=amount/vol/100;
x_29:=close>open and ref(close,1)>x_28 and close>x_28 and close<300;
stickline(x_29,open,close,1,0),colorlicyan;
x_30:=open>close and close<x_28 and x_28>ref(close,1);
stickline(x_30,open,close,1,0),colorred;
x_31:=vol>ref(vol,1)*0.95 and vol<ref(vol,1)*1.05;
x_32:=winner(close)-winner(open)>=0.2 and x_31;
stickline(x_32,open,close,1,0),colorblue;
x_33:=(close-ref(close,1))/ref(close,1)*100;
x_34:=namelike(1) or namelike(2) or namelike(3) and x_33>=4.945;
x_35:=namelike(1) or namelike(2) or namelike(3) and x_33<=(-4.945);
涨停价:if(x_34,ref(close,1)*1.05,ref(close,1)*1.1),nodraw,colorred;
跌停价:if(x_35,ref(close,1)*0.95,ref(close,1)*0.9),nodraw,colorgreen;
x_36:=ref(close,1);
x_37:=close=ztprice(ref(close,1),0.1);
stickline(x_37,open,close,2,0),colormagenta;
stickline(x_37,open,close,1,0),colormagenta;
x_38:=close=dtprice(ref(close,1),0.1);
stickline(x_38,open,close,2,0),colorgreen;
stickline(x_38,high,low,0,1),colorgreen;
x_39:=ref(high,3)=hhv(high,2*3+1);
x_40:=filter(x_39,3);
x_41:=backset(x_40,3+1);
x_42:=filter(x_41,3);
x_43:=ref(low,3)=llv(low,2*3+1);
x_44:=filter(x_43,3);
x_45:=backset(x_44,3+1);
x_46:=filter(x_45,3);
x_47:=(ref(llv(low,2*3),1)+ref(hhv(high,2*3),1))/2;
x_48:=(high+low)/2;
x_49:=x_42 and not(x_46 and x_47>=x_48) or islastbar or barscount(close)=1;
x_50:=x_42 and not(x_46 and x_47>=x_48);
x_51:=x_46 and not(x_42 and x_47=x_48);
x_52:=ref(barslast(x_49),1)+1;
x_53:=backset(x_49 and count(x_51,x_52)>0,llvbars(if(x_51,low,10000),x_52));
x_54:=x_53>ref(x_53,1);
x_55:=backset(x_54,2);
x_56:=x_55>ref(x_55,1);
x_57:=x_56 or islastbar or barscount(close)=1;
x_58:=ref(barslast(x_57),1)+1;
x_59:=backset(x_57 and count(x_50,x_58)>0,hhvbars(if(x_50,high,0),x_58));
x_60:=x_59>ref(x_59,1);
x_61:=backset(x_60,2);
x_62:=x_61>ref(x_61,1);
x_63:=backset(islastbar,min(barslast(x_62),barslast(x_56))+1);
x_64:=x_63>ref(x_63,1);
x_65:=high;
x_66:=ref(high,ref(barslast(x_62),1)+1)>ref(high,ref(barslast(x_62),1)+2+ref(barslast(x_62),ref(barslast(x_62),1)+2));
x_67:=x_65 and x_66 and x_62;
x_68:=backset(x_67,ref(barslast(x_62),1)+2);
x_69:=x_68>ref(x_68,1);
x_70:=low>ref(low,ref(barslast(x_56),1)+1);
x_71:=ref(low,ref(barslast(x_56),1)+1);
x_72:=x_70 and x_71 and x_56;
x_73:=backset(x_72,ref(barslast(x_56),1)+2);
x_74:=x_73>ref(x_73,1);
x_75:=x_69 or islastbar or barscount(close)=1;
x_76:=ref(barslast(x_75),1)+1;
x_77:=backset(x_75 and count(x_74,x_76)>0,llvbars(if(x_74,low,pow(10,20)),x_76));
x_78:=x_77>ref(x_77,1);
x_79:=backset(x_78,2);
x_80:=x_79>ref(x_79,1);
x_81:=x_80 or islastbar or barscount(close)=1;
x_82:=ref(barslast(x_81),1)+1;
x_83:=backset(x_81 and count(x_69,x_82)>0,hhvbars(if(x_69,high,-pow(10,20)),x_82));
x_84:=x_83>ref(x_83,1);
x_85:=backset(x_84,2);
x_86:=x_85>ref(x_85,1);
x_87:=backset(islastbar,min(barslast(x_86),barslast(x_80))+1);
x_88:=x_87>ref(x_87,1);
x_89:=backset(islastbar,barslast(x_56)+1);
x_90:=x_89>ref(x_89,1);
x_91:=backset(x_90,ref(barslast(x_56),1)+2);
x_92:=x_91>ref(x_91,1);
x_93:=backset(islastbar,barslast(x_62)+1);
x_94:=x_93>ref(x_93,1);
x_95:=backset(x_94,ref(barslast(x_62),1)+2);
x_96:=x_95>ref(x_95,1);
梯一:ref(low,barslast(x_90)),color99ff66;
梯二:ref(low,barslast(x_92)),color99ff66;
凹峰一:ref(high,barslast(x_94)),colorcyan;
凹峰二:ref(high,barslast(x_96)),colorcyan;
drawline(x_92,low,x_90,low,1),colormagenta;
drawline(x_96,high,x_94,high,1),colormagenta;
x_97:=1.3;
x_98:=1;
x_99:=0;
x_100:=ma(close,5);
x_101:=ma(close,10);
x_102:=ma(close,20);
x_103:=x_100>ref(x_100,1) and x_101<ref(x_101,1) and x_102<ref(x_102,1);
x_104:=ref(vol,1);
x_105:=ref(vol,2);
x_106:=ref(vol,3);
x_107:=ref(close,1);
x_108:=ref(close,2);
x_109:=ref(close,3);
x_110:=ref(close,4);
x_111:=ref(open,1);
x_112:=ref(open,2);
x_113:=ref(open,3);
x_114:=ref(open,4);
x_115:=close>=x_109 and x_107>=x_109 and x_108>=x_109;
x_116:=low>x_113 and ref(low,1)>x_113 and ref(low,2)>x_113;
x_117:=amount/vol/100;
x_118:=ref(x_117,1);
x_119:=ref(x_117,2);
x_120:=close>=open or (close<open and x_117>x_107);
x_121:=count(x_120,3)>=2;
x_122:=x_109>x_113;
x_123:=x_117>=x_118 or close>x_107 and (x_118>=x_119 or x_107>=x_108);
x_124:=(close+x_107+x_108)/3>x_109;
x_125:=vol>x_104 and x_104>x_105;
x_126:=vol<=x_104 and x_104<=x_105;
x_127:=(vol+x_104+x_105)/3<=x_106 and not(x_125);
x_128:=close/vol;
x_129:=x_128>=ref(x_128,1) and ref(x_128,1)>=ref(x_128,2);
x_130:=(close+x_107+x_108)/3/x_109;
x_131:=(vol+x_104+x_105)/3/x_106;
x_132:=x_97*x_130/x_131>1;
x_133:=x_113>x_110 and x_110>x_114;
x_134:=x_122 and x_123 and x_126 and x_115 and x_116 and x_133;
x_135:=backset(x_134,5);
x_136:=filter(x_135,4);
x_137:=x_122 and x_123 and x_126 and x_115 and x_116;
x_138:=backset(x_137,4);
x_139:=filter(x_138,3);
x_140:=x_137 and ref(x_137,1);
x_141:=backset(x_140,4);
x_142:=filter(x_141,3);
x_143:=x_137 and ref(x_137,2);
x_144:=backset(x_143,4);
x_145:=filter(x_144,3);
x_146:=x_137 and ref(x_137,3);
x_147:=backset(x_146,4);
x_148:=filter(x_147,3);
x_149:=x_122 and x_123 and x_127 and not(x_125) and x_115 and x_116 and x_133 and not(x_137) and not(x_134);
x_150:=backset(x_149,5);
x_151:=filter(x_150,4);
x_152:=x_122 and x_123 and x_127 and not(x_125) and x_115 and x_116 and not(x_137) and not(x_134);
x_153:=backset(x_152,4);
x_154:=filter(x_153,3);
x_155:=x_152 and ref(x_152,1);
x_156:=backset(x_155,4);
x_157:=filter(x_156,3);
x_158:=x_152 and ref(x_152,2);
x_159:=backset(x_158,4);
x_160:=filter(x_159,3);
x_161:=x_152 and ref(x_152,3);
x_162:=backset(x_161,4);
x_163:=filter(x_162,3);
x_164:=x_122 and x_124 and x_126 and x_115 and x_116 and x_133 and not(x_137) and not(x_152) and not(x_134) and not(x_149);
x_165:=backset(x_164,5);
x_166:=filter(x_165,4);
x_167:=x_122 and x_124 and x_126 and x_115 and x_116 and not(x_137) and not(x_152) and not(x_134) and not(x_149);
x_168:=backset(x_167,4);
x_169:=filter(x_168,3);
x_170:=x_167 and ref(x_167,1);
x_171:=backset(x_170,4);
x_172:=filter(x_171,3);
x_173:=x_167 and ref(x_167,2);
x_174:=backset(x_173,4);
x_175:=filter(x_174,3);
x_176:=x_167 and ref(x_167,3);
x_177:=backset(x_176,4);
x_178:=filter(x_177,3);
x_179:=x_122 and x_124 and x_127 and x_115 and x_116 and x_133 and not(x_137) and not(x_134) and not(x_152) and not(x_149) and not(x_167) and not(x_164);
x_180:=backset(x_179,5);
x_181:=filter(x_180,4);
x_182:=x_122 and x_124 and x_127 and x_115 and x_116 and not(x_137) and not(x_152) and not(x_167) and not(x_134) and not(x_149) and not(x_164);
x_183:=backset(x_182,4);
x_184:=filter(x_183,3);
x_185:=x_182 and ref(x_182,1);
x_186:=backset(x_185,4);
x_187:=filter(x_186,3);
x_188:=x_182 and ref(x_182,2);
x_189:=backset(x_188,4);
x_190:=filter(x_189,3);
x_191:=x_182 and ref(x_182,3);
x_192:=backset(x_191,4);
x_193:=filter(x_192,3);
x_194:=x_122 and x_124 and x_132 and x_115 and x_116 and x_133 and not(x_137) and not(x_152) and not(x_167) and not(x_182) and not(x_134) and not(x_149) and not(x_164) and not(x_179);
x_195:=backset(x_194,5);
x_196:=filter(x_195,4);
x_197:=x_122 and x_124 and x_132 and x_115 and x_116 and not(x_137) and not(x_152) and not(x_167) and not(x_182) and not(x_134) and not(x_149) and not(x_164) and not(x_179);
x_198:=backset(x_197,4);
x_199:=filter(x_198,3);
x_200:=x_197 and ref(x_197,1);
x_201:=backset(x_200,4);
x_202:=filter(x_201,3);
x_203:=x_197 and ref(x_197,2);
x_204:=backset(x_203,4);
x_205:=filter(x_204,3);
x_206:=x_197 and ref(x_197,3);
x_207:=backset(x_206,4);
x_208:=filter(x_207,3);
x_209:=x_122 and x_124 and x_129 and x_115 and x_116 and x_133 and not(x_137) and not(x_152) and not(x_167) and not(x_182) and not(x_197) and not(x_134) and not(x_149) and not(x_164) and not(x_179) and not(x_194);
x_210:=backset(x_209,5);
x_211:=filter(x_210,4);
x_212:=x_122 and x_124 and x_129 and x_115 and x_116 and not(x_137) and not(x_152) and not(x_167) and not(x_182) and not(x_197) and not(x_134) and not(x_149) and not(x_164) and not(x_179) and not(x_194);
x_213:=backset(x_212,4);
x_214:=filter(x_213,3);
x_215:=x_212 and ref(x_212,1);
x_216:=backset(x_215,4);
x_217:=filter(x_216,3);
x_218:=x_212 and ref(x_212,2);
x_219:=backset(x_218,4);
x_220:=filter(x_219,3);
x_221:=x_212 and ref(x_212,3);
x_222:=backset(x_221,4);
x_223:=filter(x_222,3);
x_224:=x_139 and not(ref(x_139,4)) or (x_142 and not(ref(x_142,4))) or (x_145 and not(ref(x_145,4))) or (x_148 and not(ref(x_148,4)));
x_225:=x_154 and not(ref(x_154,4)) or (x_157 and not(ref(x_157,4))) or (x_160 and not(ref(x_160,4))) or (x_163 and not(ref(x_163,4)));
x_226:=x_169 and not(ref(x_169,4)) or (x_172 and not(ref(x_172,4))) or (x_175 and not(ref(x_175,4))) or (x_178 and not(ref(x_178,4)));
x_227:=x_184 and not(ref(x_184,4)) or (x_187 and not(ref(x_187,4))) or (x_190 and not(ref(x_190,4))) or (x_193 and not(ref(x_193,4)));
x_228:=x_199 and not(ref(x_199,4)) or (x_202 and not(ref(x_202,4))) or (x_205 and not(ref(x_205,4))) or (x_208 and not(ref(x_208,4)));
x_229:=x_214 and not(ref(x_214,4)) or (x_217 and not(ref(x_217,4))) or (x_220 and not(ref(x_220,4))) or (x_223 and not(ref(x_223,4)));
x_230:=x_224 or x_225 or x_226 or x_227 or x_228 or x_229;
stickline(x_230 and not(ref(x_230,4)),open,close,1,0),color0099ff;
x_231:=sumbars(x_230,1);
x_232:=x_136 and not(ref(x_136,5));
x_233:=x_151 and not(ref(x_151,5));
x_234:=x_166 and not(ref(x_166,5));
x_235:=x_181 and not(ref(x_181,5));
x_236:=x_196 and not(ref(x_196,5));
x_237:=x_211 and not(ref(x_211,5));
x_238:=x_232 or x_233 or x_234 or x_235 or x_236 or x_237;
stickline(x_238 and not(ref(x_238,5)),open,close,1,0),colorred;
x_239:=sumbars(x_238,1);
x_240:=x_137 or x_152 or x_167 or x_182 or x_197 or x_212 and x_103 and x_99;
x_241:=backset(x_240,4);
x_242:=filter(x_241,3);
stickline(x_242 and not(ref(x_242,4)),open,close,1,0),color0099ff;
x_243:=x_134 or x_149 or x_164 or x_179 or x_194 or x_209 and x_103 and x_99;
x_244:=backset(x_243,5);
x_245:=filter(x_244,5);
stickline(x_245 and not(ref(x_245,4)),open,close,1,0),color0099ff;
x_246:=x_137 or x_152 or x_167 or x_182 or x_197 or x_212 and not(dynainfo(4)=0) and close=hhv(close,3);
x_247:=x_246 and ref(close,4)<ref(close,5) and ref(close,4)<ref(open,4) and ref(open,3)>=ref(open,4);
x_248:=filter(backset(x_247,5),5);
stickline(x_248,low,high,0.5,0),colormagenta;
流通市值:finance(40)/100000000,nodraw;
ma5角度:atan((ma(close,5)/ref(ma(close,5),1)-1)*100)*180/3.142,nodraw,colorred;
循环年位置:(close-llv(close,225))/(hhv(close,225)-llv(close,225))*100,nodraw,colorgreen;
x_249:=hhv(vol,10);
x_250:=barslast(x_249=vol);
x_251:=cross(ref(max(close,open),x_250),close);
stickline(x_251,max(close,open)*1.02,min(close,open)*0.98,0,1),colorred;
stickline(x_251,(open+close)/2,(open+close)/2,10,0),colorred;
x_252:=close<ref(close,4) and ref(close,1)>ref(close,5);
x_253:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1) and refx(close,4)<close and refx(close,5)<refx(close,1) and refx(close,6)<refx(close,2) and refx(close,7)<refx(close,3) and refx(close,8)<refx(close,4);
x_254:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)>ref(close,6);
x_255:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1) and refx(close,4)<close and refx(close,5)<refx(close,1) and refx(close,6)<refx(close,2) and refx(close,7)<refx(close,3);
x_256:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)>ref(close,7);
x_257:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1) and refx(close,4)<close and refx(close,5)<refx(close,1) and refx(close,6)<refx(close,2);
x_258:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)<ref(close,7) and ref(close,4)>ref(close,8);
x_259:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1) and refx(close,4)<close and refx(close,5)<refx(close,1);
x_260:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)<ref(close,7) and ref(close,4)<ref(close,8) and ref(close,5)>ref(close,9);
x_261:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1) and refx(close,4)<close;
x_262:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)<ref(close,7) and ref(close,4)<ref(close,8) and ref(close,5)<ref(close,9) and ref(close,6)>ref(close,10);
x_263:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1);
x_264:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)<ref(close,7) and ref(close,4)<ref(close,8) and ref(close,5)<ref(close,9) and ref(close,6)<ref(close,10) and ref(close,7)>ref(close,11);
x_265:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2);
x_266:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)<ref(close,7) and ref(close,4)<ref(close,8) and ref(close,5)<ref(close,9) and ref(close,6)<ref(close,10) and ref(close,7)<ref(close,11) and ref(close,8)>ref(close,12);
x_267:=refx(close,1)<ref(close,3);
x_268:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)<ref(close,6) and ref(close,3)<ref(close,7) and ref(close,4)<ref(close,8) and ref(close,5)<ref(close,9) and ref(close,6)<ref(close,10) and ref(close,7)<ref(close,11) and ref(close,8)<ref(close,12) and ref(close,9)>ref(close,13);
x_269:=if(period<4,low*(1-(period+1)/10*0.01),low*0.98);
x_270:=if(period<4,high*(1+(period+1)/10*0.01),high*1.05);
x_271:=currbarscount-1;
drawnumber(x_252 and (x_253 or x_271=0 or (x_271=1 and x_267) or (x_271=2 and x_265) or (x_271=3 and x_263) or (x_271=4 and x_261) or (x_271=5 and x_259) or (x_271=6 and x_257) or (x_271=7 and x_255)),x_269,1),colormagenta;
drawnumber(x_254 and (x_255 or x_271=0 or (x_271=1 and x_267) or (x_271=2 and x_265) or (x_271=3 and x_263) or (x_271=4 and x_261) or (x_271=5 and x_259) or (x_271=6 and x_257)),x_269,2),colormagenta;
drawnumber(x_256 and (x_257 or x_271=0 or (x_271=1 and x_267) or (x_271=2 and x_265) or (x_271=3 and x_263) or (x_271=4 and x_261) or (x_271=5 and x_259)),x_269,3),colormagenta;
drawnumber(x_258 and (x_259 or x_271=0 or (x_271=1 and x_267) or (x_271=2 and x_265) or (x_271=3 and x_263) or (x_271=4 and x_261)),x_269,4),colormagenta;
drawnumber(x_260 and (x_261 or x_271=0 or (x_271=1 and x_267) or (x_271=2 and x_265) or (x_271=3 and x_263)),x_269,5),colormagenta;
drawnumber(x_262 and (x_263 or x_271=0 or (x_271=1 and x_267) or (x_271=2 and x_265)),x_269,6),colormagenta;
drawnumber(x_264 and (x_265 or x_271=0 or (x_271=1 and x_267)),x_269,7),colormagenta;
drawnumber(x_266 and (x_267 or x_271<1),x_269,8),colormagenta;
drawnumber(x_268,x_269,9),colorgreen;
x_272:=close>ref(close,4) and ref(close,1)<ref(close,5);
x_273:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1) and refx(close,4)>close and refx(close,5)>refx(close,1) and refx(close,6)>refx(close,2) and refx(close,7)>refx(close,3) and refx(close,8)>refx(close,4);
x_274:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)<ref(close,6);
x_275:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1) and refx(close,4)>close and refx(close,5)>refx(close,1) and refx(close,6)>refx(close,2) and refx(close,7)>refx(close,3);
x_276:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)<ref(close,7);
x_277:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1) and refx(close,4)>close and refx(close,5)>refx(close,1) and refx(close,6)>refx(close,2);
x_278:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)>ref(close,7) and ref(close,4)<ref(close,8);
x_279:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1) and refx(close,4)>close and refx(close,5)>refx(close,1);
x_280:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)>ref(close,7) and ref(close,4)>ref(close,8) and ref(close,5)<ref(close,9);
x_281:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1) and refx(close,4)>close;
x_282:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)>ref(close,7) and ref(close,4)>ref(close,8) and ref(close,5)>ref(close,9) and ref(close,6)<ref(close,10);
x_283:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1);
x_284:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)>ref(close,7) and ref(close,4)>ref(close,8) and ref(close,5)>ref(close,9) and ref(close,6)>ref(close,10) and ref(close,7)<ref(close,11);
x_285:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2);
x_286:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)>ref(close,7) and ref(close,4)>ref(close,8) and ref(close,5)>ref(close,9) and ref(close,6)>ref(close,10) and ref(close,7)>ref(close,11) and ref(close,8)<ref(close,12);
x_287:=refx(close,1)>ref(close,3);
x_288:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)>ref(close,6) and ref(close,3)>ref(close,7) and ref(close,4)>ref(close,8) and ref(close,5)>ref(close,9) and ref(close,6)>ref(close,10) and ref(close,7)>ref(close,11) and ref(close,8)>ref(close,12) and ref(close,9)<ref(close,13);
drawnumber(x_272 and (x_273 or x_271=0 or (x_271=1 and x_287) or (x_271=2 and x_285) or (x_271=3 and x_283) or (x_271=4 and x_281) or (x_271=5 and x_279) or (x_271=6 and x_277) or (x_271=7 and x_275)),x_270,1),colormagenta;
drawnumber(x_274 and (x_275 or x_271=0 or (x_271=1 and x_287) or (x_271=2 and x_285) or (x_271=3 and x_283) or (x_271=4 and x_281) or (x_271=5 and x_279) or (x_271=6 and x_277)),x_270,2),colormagenta;
drawnumber(x_276 and (x_277 or x_271=0 or (x_271=1 and x_287) or (x_271=2 and x_285) or (x_271=3 and x_283) or (x_271=4 and x_281) or (x_271=5 and x_279)),x_270,3),colormagenta;
drawnumber(x_278 and (x_279 or x_271=0 or (x_271=1 and x_287) or (x_271=2 and x_285) or (x_271=3 and x_283) or (x_271=4 and x_281)),x_270,4),colormagenta;
drawnumber(x_280 and (x_281 or x_271=0 or (x_271=1 and x_287) or (x_271=2 and x_285) or (x_271=3 and x_283)),x_270,5),colormagenta;
drawnumber(x_282 and (x_283 or x_271=0 or (x_271=1 and x_287) or (x_271=2 and x_285)),x_270,6),colormagenta;
drawnumber(x_284 and (x_285 or x_271=0 or (x_271=1 and x_287)),x_270,7),colormagenta;
drawnumber(x_286 and (x_287 or x_271<1),x_270,8),colormagenta;
drawnumber(x_288,x_270,9),colorgreen;
x_289:=open-(open-close)/3;
x_290:=(open+close)/2;
x_291:=open-2*(open-close)/3;
stickline((open+close)/2 and close/ref(close,1)>=1.035 or ref(close,1)/close>=1.035,(open+close)/2,(open+close)/2,3,0),colorblue;
上一指标公式:抄死主力主图详解 通达信公式
下一指标公式:小散出击主图无未来详解 通达信散出未来
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文自动撑压量学看盘系统主图五详解 通达信系统主图五仅供学习研究。