{公式名称: 黄金梯
公式描述: 量学看盘系统主图七
无参数
公式类型: 技术指标公式-其他类型
画线方法: 主图叠加
公式版本: 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:=1.3;
x_40:=1;
x_41:=0;
x_42:=ma(close,5);
x_43:=ma(close,10);
x_44:=ma(close,20);
x_45:=x_42>ref(x_42,1) and x_43<ref(x_43,1) and x_44<ref(x_44,1);
x_46:=ref(vol,1);
x_47:=ref(vol,2);
x_48:=ref(vol,3);
x_49:=ref(close,1);
x_50:=ref(close,2);
x_51:=ref(close,3);
x_52:=ref(close,4);
x_53:=ref(open,1);
x_54:=ref(open,2);
x_55:=ref(open,3);
x_56:=ref(open,4);
x_57:=close>=x_51 and x_49>=x_51 and x_50>=x_51;
x_58:=low>x_55 and ref(low,1)>x_55 and ref(low,2)>x_55;
x_59:=amount/vol/100;
x_60:=ref(x_59,1);
x_61:=ref(x_59,2);
x_62:=close>=open or (close<open and x_59>x_49);
x_63:=count(x_62,3)>=2;
x_64:=x_51>x_55;
x_65:=x_59>=x_60 or close>x_49 and (x_60>=x_61 or x_49>=x_50);
x_66:=(close+x_49+x_50)/3>x_51;
x_67:=vol>x_46 and x_46>x_47;
x_68:=vol<=x_46 and x_46<=x_47;
x_69:=(vol+x_46+x_47)/3<=x_48 and not(x_67);
x_70:=close/vol;
x_71:=x_70>=ref(x_70,1) and ref(x_70,1)>=ref(x_70,2);
x_72:=(close+x_49+x_50)/3/x_51;
x_73:=(vol+x_46+x_47)/3/x_48;
x_74:=x_39*x_72/x_73>1;
x_75:=x_55>x_52 and x_52>x_56;
x_76:=x_64 and x_65 and x_68 and x_57 and x_58 and x_75;
x_77:=backset(x_76,5);
x_78:=filter(x_77,4);
x_79:=x_64 and x_65 and x_68 and x_57 and x_58;
x_80:=backset(x_79,4);
x_81:=filter(x_80,3);
x_82:=x_79 and ref(x_79,1);
x_83:=backset(x_82,4);
x_84:=filter(x_83,3);
x_85:=x_79 and ref(x_79,2);
x_86:=backset(x_85,4);
x_87:=filter(x_86,3);
x_88:=x_79 and ref(x_79,3);
x_89:=backset(x_88,4);
x_90:=filter(x_89,3);
x_91:=x_64 and x_65 and x_69 and not(x_67) and x_57 and x_58 and x_75 and not(x_79) and not(x_76);
x_92:=backset(x_91,5);
x_93:=filter(x_92,4);
x_94:=x_64 and x_65 and x_69 and not(x_67) and x_57 and x_58 and not(x_79) and not(x_76);
x_95:=backset(x_94,4);
x_96:=filter(x_95,3);
x_97:=x_94 and ref(x_94,1);
x_98:=backset(x_97,4);
x_99:=filter(x_98,3);
x_100:=x_94 and ref(x_94,2);
x_101:=backset(x_100,4);
x_102:=filter(x_101,3);
x_103:=x_94 and ref(x_94,3);
x_104:=backset(x_103,4);
x_105:=filter(x_104,3);
x_106:=x_64 and x_66 and x_68 and x_57 and x_58 and x_75 and not(x_79) and not(x_94) and not(x_76) and not(x_91);
x_107:=backset(x_106,5);
x_108:=filter(x_107,4);
x_109:=x_64 and x_66 and x_68 and x_57 and x_58 and not(x_79) and not(x_94) and not(x_76) and not(x_91);
x_110:=backset(x_109,4);
x_111:=filter(x_110,3);
x_112:=x_109 and ref(x_109,1);
x_113:=backset(x_112,4);
x_114:=filter(x_113,3);
x_115:=x_109 and ref(x_109,2);
x_116:=backset(x_115,4);
x_117:=filter(x_116,3);
x_118:=x_109 and ref(x_109,3);
x_119:=backset(x_118,4);
x_120:=filter(x_119,3);
x_121:=x_64 and x_66 and x_69 and x_57 and x_58 and x_75 and not(x_79) and not(x_76) and not(x_94) and not(x_91) and not(x_109) and not(x_106);
x_122:=backset(x_121,5);
x_123:=filter(x_122,4);
x_124:=x_64 and x_66 and x_69 and x_57 and x_58 and not(x_79) and not(x_94) and not(x_109) and not(x_76) and not(x_91) and not(x_106);
x_125:=backset(x_124,4);
x_126:=filter(x_125,3);
x_127:=x_124 and ref(x_124,1);
x_128:=backset(x_127,4);
x_129:=filter(x_128,3);
x_130:=x_124 and ref(x_124,2);
x_131:=backset(x_130,4);
x_132:=filter(x_131,3);
x_133:=x_124 and ref(x_124,3);
x_134:=backset(x_133,4);
x_135:=filter(x_134,3);
x_136:=x_64 and x_66 and x_74 and x_57 and x_58 and x_75 and not(x_79) and not(x_94) and not(x_109) and not(x_124) and not(x_76) and not(x_91) and not(x_106) and not(x_121);
x_137:=backset(x_136,5);
x_138:=filter(x_137,4);
x_139:=x_64 and x_66 and x_74 and x_57 and x_58 and not(x_79) and not(x_94) and not(x_109) and not(x_124) and not(x_76) and not(x_91) and not(x_106) and not(x_121);
x_140:=backset(x_139,4);
x_141:=filter(x_140,3);
x_142:=x_139 and ref(x_139,1);
x_143:=backset(x_142,4);
x_144:=filter(x_143,3);
x_145:=x_139 and ref(x_139,2);
x_146:=backset(x_145,4);
x_147:=filter(x_146,3);
x_148:=x_139 and ref(x_139,3);
x_149:=backset(x_148,4);
x_150:=filter(x_149,3);
x_151:=x_64 and x_66 and x_71 and x_57 and x_58 and x_75 and not(x_79) and not(x_94) and not(x_109) and not(x_124) and not(x_139) and not(x_76) and not(x_91) and not(x_106) and not(x_121) and not(x_136);
x_152:=backset(x_151,5);
x_153:=filter(x_152,4);
x_154:=x_64 and x_66 and x_71 and x_57 and x_58 and not(x_79) and not(x_94) and not(x_109) and not(x_124) and not(x_139) and not(x_76) and not(x_91) and not(x_106) and not(x_121) and not(x_136);
x_155:=backset(x_154,4);
x_156:=filter(x_155,3);
x_157:=x_154 and ref(x_154,1);
x_158:=backset(x_157,4);
x_159:=filter(x_158,3);
x_160:=x_154 and ref(x_154,2);
x_161:=backset(x_160,4);
x_162:=filter(x_161,3);
x_163:=x_154 and ref(x_154,3);
x_164:=backset(x_163,4);
x_165:=filter(x_164,3);
x_166:=x_81 and not(ref(x_81,4)) or (x_84 and not(ref(x_84,4))) or (x_87 and not(ref(x_87,4))) or (x_90 and not(ref(x_90,4)));
x_167:=x_96 and not(ref(x_96,4)) or (x_99 and not(ref(x_99,4))) or (x_102 and not(ref(x_102,4))) or (x_105 and not(ref(x_105,4)));
x_168:=x_111 and not(ref(x_111,4)) or (x_114 and not(ref(x_114,4))) or (x_117 and not(ref(x_117,4))) or (x_120 and not(ref(x_120,4)));
x_169:=x_126 and not(ref(x_126,4)) or (x_129 and not(ref(x_129,4))) or (x_132 and not(ref(x_132,4))) or (x_135 and not(ref(x_135,4)));
x_170:=x_141 and not(ref(x_141,4)) or (x_144 and not(ref(x_144,4))) or (x_147 and not(ref(x_147,4))) or (x_150 and not(ref(x_150,4)));
x_171:=x_156 and not(ref(x_156,4)) or (x_159 and not(ref(x_159,4))) or (x_162 and not(ref(x_162,4))) or (x_165 and not(ref(x_165,4)));
x_172:=x_166 or x_167 or x_168 or x_169 or x_170 or x_171;
stickline(x_172 and not(ref(x_172,4)),open,close,1,0),color0099ff;
x_173:=sumbars(x_172,1);
stickline(x_173 and x_40=1,ref(close,x_173-1),ref(close,x_173-1),10,0),colormagenta;
x_174:=x_78 and not(ref(x_78,5));
x_175:=x_93 and not(ref(x_93,5));
x_176:=x_108 and not(ref(x_108,5));
x_177:=x_123 and not(ref(x_123,5));
x_178:=x_138 and not(ref(x_138,5));
x_179:=x_153 and not(ref(x_153,5));
x_180:=x_174 or x_175 or x_176 or x_177 or x_178 or x_179;
stickline(x_180 and not(ref(x_180,5)),open,close,1,0),colorred;
流通市值: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_181:=hhv(vol,10);
x_182:=barslast(x_181=vol);
x_183:=cross(ref(max(close,open),x_182),close);
stickline(x_183,max(close,open)*1.02,min(close,open)*0.98,0,1),colorred;
stickline(x_183,(open+close)/2,(open+close)/2,10,0),colorred;
drawicon(open>ref(max(close,open),1) and close>open and close>ref(close,1) and close>ma(close,5),low*0.97,11);
x_184:=close<ref(close,4) and ref(close,1)>ref(close,5);
x_185:=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_186:=close<ref(close,4) and ref(close,1)<ref(close,5) and ref(close,2)>ref(close,6);
x_187:=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_188:=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_189:=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_190:=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_191:=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_192:=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_193:=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_194:=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_195:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2) and refx(close,3)<ref(close,1);
x_196:=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_197:=refx(close,1)<ref(close,3) and refx(close,2)<ref(close,2);
x_198:=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_199:=refx(close,1)<ref(close,3);
x_200:=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_201:=if(period<4,low*(1-(period+1)/10*0.01),low*0.98);
x_202:=if(period<4,high*(1+(period+1)/10*0.01),high*1.05);
x_203:=currbarscount-1;
drawnumber(x_184 and (x_185 or x_203=0 or (x_203=1 and x_199) or (x_203=2 and x_197) or (x_203=3 and x_195) or (x_203=4 and x_193) or (x_203=5 and x_191) or (x_203=6 and x_189) or (x_203=7 and x_187)),x_201,1),colormagenta;
drawnumber(x_186 and (x_187 or x_203=0 or (x_203=1 and x_199) or (x_203=2 and x_197) or (x_203=3 and x_195) or (x_203=4 and x_193) or (x_203=5 and x_191) or (x_203=6 and x_189)),x_201,2),colormagenta;
drawnumber(x_188 and (x_189 or x_203=0 or (x_203=1 and x_199) or (x_203=2 and x_197) or (x_203=3 and x_195) or (x_203=4 and x_193) or (x_203=5 and x_191)),x_201,3),colormagenta;
drawnumber(x_190 and (x_191 or x_203=0 or (x_203=1 and x_199) or (x_203=2 and x_197) or (x_203=3 and x_195) or (x_203=4 and x_193)),x_201,4),colormagenta;
drawnumber(x_192 and (x_193 or x_203=0 or (x_203=1 and x_199) or (x_203=2 and x_197) or (x_203=3 and x_195)),x_201,5),colormagenta;
drawnumber(x_194 and (x_195 or x_203=0 or (x_203=1 and x_199) or (x_203=2 and x_197)),x_201,6),colormagenta;
drawnumber(x_196 and (x_197 or x_203=0 or (x_203=1 and x_199)),x_201,7),colormagenta;
drawnumber(x_198 and (x_199 or x_203<1),x_201,8),colormagenta;
drawnumber(x_200,x_201,9),colorgreen;
x_204:=close>ref(close,4) and ref(close,1)<ref(close,5);
x_205:=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_206:=close>ref(close,4) and ref(close,1)>ref(close,5) and ref(close,2)<ref(close,6);
x_207:=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_208:=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_209:=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_210:=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_211:=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_212:=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_213:=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_214:=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_215:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2) and refx(close,3)>ref(close,1);
x_216:=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_217:=refx(close,1)>ref(close,3) and refx(close,2)>ref(close,2);
x_218:=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_219:=refx(close,1)>ref(close,3);
x_220:=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_204 and (x_205 or x_203=0 or (x_203=1 and x_219) or (x_203=2 and x_217) or (x_203=3 and x_215) or (x_203=4 and x_213) or (x_203=5 and x_211) or (x_203=6 and x_209) or (x_203=7 and x_207)),x_202,1),colormagenta;
drawnumber(x_206 and (x_207 or x_203=0 or (x_203=1 and x_219) or (x_203=2 and x_217) or (x_203=3 and x_215) or (x_203=4 and x_213) or (x_203=5 and x_211) or (x_203=6 and x_209)),x_202,2),colormagenta;
drawnumber(x_208 and (x_209 or x_203=0 or (x_203=1 and x_219) or (x_203=2 and x_217) or (x_203=3 and x_215) or (x_203=4 and x_213) or (x_203=5 and x_211)),x_202,3),colormagenta;
drawnumber(x_210 and (x_211 or x_203=0 or (x_203=1 and x_219) or (x_203=2 and x_217) or (x_203=3 and x_215) or (x_203=4 and x_213)),x_202,4),colormagenta;
drawnumber(x_212 and (x_213 or x_203=0 or (x_203=1 and x_219) or (x_203=2 and x_217) or (x_203=3 and x_215)),x_202,5),colormagenta;
drawnumber(x_214 and (x_215 or x_203=0 or (x_203=1 and x_219) or (x_203=2 and x_217)),x_202,6),colormagenta;
drawnumber(x_216 and (x_217 or x_203=0 or (x_203=1 and x_219)),x_202,7),colormagenta;
drawnumber(x_218 and (x_219 or x_203<1),x_202,8),colormagenta;
drawnumber(x_220,x_202,9),colorgreen;
x_221:=open-(open-close)/3;
x_222:=(open+close)/2;
x_223:=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;
上一指标公式:波段操作胜率98%以上详解 通达信胜率操作
下一指标公式:很好的共振买卖详解 通达信共振买卖
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文黄金梯量学看盘系统主图七详解 通达信黄金系统仅供学习研究。