分享

通达信【萧啸捉妖抓牛】主图副图选股指标 无未来支持手机电脑

 指标公社 2024-05-14 发布于江苏

  

  

  

  

  


主图指标源码{更多指标→股票指标公式W}

GJZBGS1:=EMA(CLOSE,7);

GJZBGS2:=EMA(CLOSE,18);

GJZBGS3:=(GJZBGS1-GJZBGS2)/GJZBGS2*100;

GJZBGS4:=EMA(GJZBGS3,1);

GJZBGS5:=EMA(CLOSE,3);

GJZBGS6:=EMA(CLOSE,26);

GJZBGS7:=GJZBGS5-GJZBGS6;

DK:=EMA(EMA(EMA(CLOSE,3),3),3)+GJZBGS7,COLORGREEN;

主力攻击线:(MA(CLOSE,3)+MA(CLOSE,6)+MA(CLOSE,9))/3,COLORWHITE;

主力控盘线:(MA(CLOSE,5)+MA(CLOSE,10)+MA(CLOSE,15)+MA(CLOSE,20)+MA(CLOSE,25)+MA(CLOSE,30))/6,COLORYELLOW,LINETHICK2;

GJZBGS8:=HHV(VOL,5);

GJZBGS9:=OPEN>CLOSE;

GJZBGS10:=CLOSE>OPEN;

GJZBGS11:=CLOSE=OPEN;

GJZBGS12:=SUM(VOL,5)/GJZBGS8;

GJZBGS13:=IF(GJZBGS12>0.3,1,0);

GJZBGS14:=IF(GJZBGS9 AND GJZBGS13,VOL,0);

GJZBGS15:=IF(GJZBGS10 AND GJZBGS13,VOL,0);

GJZBGS16:=IF(GJZBGS11 AND GJZBGS13,VOL,0);

GJZBGS17:=SUM(GJZBGS15,3);

GJZBGS18:=SUM(GJZBGS14,3);

GJZBGS19:=GJZBGS17-GJZBGS18;

STICKLINE(GJZBGS19=GJZBGS17,CLOSE,OPEN,3.05,0),COLOR000099;

STICKLINE(GJZBGS19=GJZBGS17,CLOSE,OPEN,2.2,0),COLOR0000CC;

STICKLINE(GJZBGS19=GJZBGS17,CLOSE,OPEN,1.5,0),COLORRED;

STICKLINE(GJZBGS19=GJZBGS17,CLOSE,OPEN,0.5,0),COLORYELLOW;

DRAWICON(GJZBGS19=GJZBGS17 AND REF(GJZBGS19=GJZBGS17,1)=0,LOW*0.98,30),COLORMAGENTA;

GJZBGS20:=EMA(100*(CLOSE-LLV(LOW,34))/(HHV(HIGH,34)-LLV(LOW,34)),3);

GJZBGS21:=(REF(GJZBGS20,1)+REF(GJZBGS20,2)+REF(GJZBGS20,3))/3;

GJZBGS22:=(REF(GJZBGS20,1)+REF(GJZBGS20,2)+REF(GJZBGS20,3)+REF(GJZBGS20,4)+REF(GJZBGS20,5)+REF(GJZBGS20,6)+REF(GJZBGS20,7)+REF(GJZBGS20,8)+REF(GJZBGS20,9)+REF(GJZBGS20,10))/10;

GJZBGS23:=GJZBGS20<80 AND GJZBGS21<80 AND GJZBGS22<80;

GJZBGS24:=GJZBGS20>80 AND GJZBGS21>80 AND GJZBGS22>80;

GJZBGS25:=GJZBGS22<GJZBGS20;{1}

GJZBGS26:=REF(CLOSE,1);

GJZBGS27:=SMA(MAX(CLOSE-GJZBGS26,0),2,1)/SMA(ABS(CLOSE-GJZBGS26),2,1)*100;

GJZBGS28:=100*(HHV(HIGH,10)-CLOSE)/(HHV(HIGH,10)-LLV(LOW,10));

GJZBGS29:=100*(HHV(HIGH,6)-CLOSE)/(HHV(HIGH,6)-LLV(LOW,6));

GJZBGS30:=CROSS(GJZBGS27,GJZBGS29) AND GJZBGS25;

GJZBGS31:=GJZBGS27>75 AND GJZBGS29<5;

DRAWICON(GJZBGS31 AND GJZBGS17>GJZBGS19,LOW*0.99,29),COLORYELLOW;

DRAWICON(GJZBGS30,LOW*0.98,28),COLORYELLOW;

GJZBGS32:=WINNER(CLOSE*0.9)*100;

GJZBGS33:=MA(GJZBGS32,10);

GJZBGS34:=MA(GJZBGS32,3);

GJZBGS35:=IF(GJZBGS33>GJZBGS34,GJZBGS34,GJZBGS33);

GJZBGS36:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*50;

GJZBGS37:=EMA(CLOSE,12)-EMA(CLOSE,26);

GJZBGS38:=EMA(GJZBGS37,9);

GJZBGS39:=GJZBGS37>GJZBGS38;

GJZBGS40:=(CLOSE-LLV(LOW,12))/(HHV(HIGH,12)-LLV(LOW,12))*100;

GJZBGS41:=SMA(GJZBGS36,3,1);

GJZBGS42:=SMA(GJZBGS41,3,1);

GJZBGS43:=GJZBGS41>GJZBGS42;

GJZBGS44:=REF(CLOSE,1);

GJZBGS45:=SMA(MAX(CLOSE-GJZBGS44,0),9,1)/SMA(ABS(CLOSE-GJZBGS44),9,1)*100;

GJZBGS46:=SMA(MAX(CLOSE-GJZBGS44,0),26,1)/SMA(ABS(CLOSE-GJZBGS44),26,1)*100;

GJZBGS47:=GJZBGS45>GJZBGS46;

GJZBGS48:=SMA(GJZBGS40,3,1);

GJZBGS49:=SMA(GJZBGS48,3,1);

GJZBGS50:=GJZBGS48>GJZBGS49;

GJZBGS51:=(MA(CLOSE,3)+MA(CLOSE,9)+MA(CLOSE,12)+MA(CLOSE,26))/4;

GJZBGS52:=CLOSE>GJZBGS51;

GJZBGS53:=CLOSE-REF(CLOSE,1);

GJZBGS54:=100*EMA(EMA(GJZBGS53,9),9)/EMA(EMA(ABS(GJZBGS53),9),3);

GJZBGS55:=100*EMA(EMA(GJZBGS53,26),12)/EMA(EMA(ABS(GJZBGS53),26),12);

GJZBGS56:=GJZBGS54>GJZBGS55;

GJZBGS57:=GJZBGS39 AND GJZBGS43 AND GJZBGS47 AND GJZBGS50 AND GJZBGS52 AND GJZBGS56;

GJZBGS58:=EMA(EMA(CLOSE,9),9);

GJZBGS59:=100*WINNER(CLOSE*0.95);

GJZBGS60:=EMA(CLOSE,12)>EMA(CLOSE,50) AND EMA(CLOSE,20)>EMA(CLOSE,120);

GJZBGS61:=(GJZBGS58-REF(GJZBGS58,1))/REF(GJZBGS58,1)*1000;

GJZBGS62:=GJZBGS59>=50 AND COST(85)<=CLOSE AND GJZBGS61>0 AND GJZBGS61>REF(GJZBGS61,1);

GJZBGS63:=DMA((HIGH+LOW+CLOSE*2)/4,0.9);

GJZBGS64:=VOL/((HIGH-LOW)*2-ABS(CLOSE-OPEN));

GJZBGS65:=IF(CLOSE>OPEN,GJZBGS64*(HIGH-LOW),IF(CLOSE<OPEN,GJZBGS64*(HIGH-OPEN+CLOSE-LOW),VOL/2))+IF(CLOSE>OPEN,0-GJZBGS64*(HIGH-CLOSE+OPEN-LOW),IF(CLOSE<OPEN,0-GJZBGS64*(HIGH-LOW),0-VOL/2));

GJZBGS66:=GJZBGS65/20/1.15;

GJZBGS67:=GJZBGS66*0.55+REF(GJZBGS66,1)*0.33+REF(GJZBGS66,2)*0.22;

GJZBGS68:=EMA(GJZBGS67,8);

GJZBGS69:=EMA(GJZBGS67,3);

GJZBGS70:=GJZBGS69;

GJZBGS71:=MA(VOL,5);

GJZBGS72:=MA(VOL,10);

GJZBGS73:=GJZBGS71>=GJZBGS72;

GJZBGS74:=GJZBGS70>=0;

GJZBGS75:=GJZBGS74 AND GJZBGS73;

GJZBGS76:=GJZBGS57 OR GJZBGS75;

GJZBGS77:=CROSS(REF(CLOSE,1),CLOSE);

GJZBGS78:=WINNER(CLOSE)*100;

GJZBGS79:=REF(GJZBGS78,1)-GJZBGS78<=5;

GJZBGS80:=CROSS(GJZBGS78,REF(GJZBGS78,1)) AND GJZBGS78<20;

GJZBGS81:=GJZBGS79 OR GJZBGS78;

GJZBGS82:=GJZBGS77 AND GJZBGS81;

GJZBGS83:=(2*CLOSE+HIGH+LOW)/4;

GJZBGS84:=LLV(LOW,5);

GJZBGS85:=HHV(HIGH,5);

GJZBGS86:=IF((MA(CLOSE,5)-CLOSE)/CLOSE>0.04 AND (MA(CLOSE,10)-MA(CLOSE,5))/MA(CLOSE,5)>0.04,23,0);

GJZBGS87:=GJZBGS86=23;

GJZBGS88:=BARSLAST(GJZBGS87)=1;

GJZBGS89:=GJZBGS86<23;

GJZBGS90:=GJZBGS88 AND GJZBGS89;

GJZBGS91:=(BARSLASTCOUNT(GJZBGS86>0)=4)*30;

GJZBGS92:=GJZBGS90 OR GJZBGS91;

GJZBGS93:=EMA(VOL,13);

GJZBGS94:=EMA(AMOUNT,13); {1}

GJZBGS95:=GJZBGS94/GJZBGS93/100;

GJZBGS96:=(CLOSE-GJZBGS95)/GJZBGS95*100;

GJZBGS97:=GJZBGS96<0-18 OR GJZBGS96<0-6;

GJZBGS98:=GJZBGS97 AND GJZBGS92;

GJZBGS99:=GJZBGS98 OR GJZBGS82;

STICKLINE(GJZBGS99 AND GJZBGS22<80 AND GJZBGS35=GJZBGS33 AND GJZBGS76,LOW,OPEN,3,0),COLORBLUE;

STICKLINE(GJZBGS99 AND GJZBGS22<80 AND GJZBGS35=GJZBGS33 AND GJZBGS76,CLOSE,OPEN,3,0),COLORMAGENTA;

GJZBGS100:=REF(LOW,1);

GJZBGS101:=SMA(ABS(LOW-GJZBGS100),3,1)/SMA(MAX(LOW-GJZBGS100,0),3,1)*100;

GJZBGS102:=EMA(IF(CLOSE*1.3,GJZBGS101*10,GJZBGS101/10),3);

GJZBGS103:=LLV(LOW,13);

GJZBGS104:=HHV(GJZBGS102,13);

GJZBGS105:=IF(MA(CLOSE,34),1,0);

GJZBGS106:=EMA(IF(LOW<=GJZBGS103,(GJZBGS102+GJZBGS104*2)/2,0),3)/618*GJZBGS105;

GJZBGS107:=IF(GJZBGS106>100,100,GJZBGS106); {1}

GJZBGS108:=GJZBGS107>15 AND GJZBGS76;

GJZBGS109:=GJZBGS108 OR GJZBGS107=100;

STICKLINE(GJZBGS109,LOW,OPEN,3,0),COLORMAGENTA;

STICKLINE(GJZBGS109,CLOSE,OPEN,3,0),COLORBLUE;

GJZBGS110:=EMA(CLOSE,2);

GJZBGS111:=EMA(SLOPE(CLOSE,21)*20+CLOSE,42);

GJZBGS112:=IF(CROSS(GJZBGS110,GJZBGS111),LOW-0.02,DRAWNULL);

GJZBGS113:=(LOW+HIGH+CLOSE*2)/4;

GJZBGS114:=EMA(GJZBGS113,14);

GJZBGS115:=(GJZBGS114-REF(GJZBGS114,1))/REF(GJZBGS114,1)*100;

GJZBGS116:=IF(GJZBGS115>=0,GJZBGS114,DRAWNULL);

GJZBGS117:=IF(CROSS(GJZBGS112,0),5,0); {1}

GJZBGS118:=IF(CROSS(GJZBGS116,0),10,0);

GJZBGS119:=GJZBGS117 AND GJZBGS118;

DRAWICON(GJZBGS119,LOW*0.99,1),COLORGREEN;

DRAWICON(GJZBGS119,LOW*0.98,1),COLORGREEN;

GJZBGS120:=REF(CLOSE,1);

GJZBGS121:=SMA(MAX(CLOSE-GJZBGS120,0),5,1)/SMA(ABS(CLOSE-GJZBGS120),5,1)*100;

GJZBGS122:=CROSS(80,GJZBGS121);

DRAWICON(GJZBGS122,HIGH*1.01,2),COLORGREEN;

DRAWICON(GJZBGS122,HIGH*1.02,2),COLORGREEN;

GJZBGS123:=SMA(MAX(CLOSE-GJZBGS26,0),3,1)/SMA(ABS(CLOSE-GJZBGS26),3,1)*100;

GJZBGS124:=EMA(CLOSE,3);

GJZBGS125:=EMA(CLOSE,21);

DRAWICON(CROSS(GJZBGS124,GJZBGS125),LOW*0.97,38),COLORRED;

DRAWICON(CROSS(88,GJZBGS123),HIGH*1.03,39),COLORYELLOW;

GJZBGS126:=8; {1}

GJZBGS127:=100*EMA(EMA(GJZBGS53,GJZBGS126),GJZBGS126)/EMA(EMA(ABS(GJZBGS53),GJZBGS126),GJZBGS126);

GJZBGS128:=IF(LLV(GJZBGS127,2)=LLV(GJZBGS127,7) AND COUNT(GJZBGS127<0,2) AND CROSS(GJZBGS127,MA(GJZBGS127,2)),1,0);

DRAWICON(FILTER(GJZBGS128=1,5),LOW*0.99,7),COLORRED;

GJZBGS129:=CLOSE-REF(CLOSE,1);

GJZBGS130:=IF(CLOSE-REF(CLOSE,1)>=0,GJZBGS129,0);

GJZBGS131:=REF(CLOSE,1)-CLOSE;

GJZBGS132:=IF(CLOSE-REF(CLOSE,1)<=0,GJZBGS131,0);

GJZBGS133:=SUM(GJZBGS130,90)/SUM(GJZBGS132,90);

GJZBGS134:=100-100/(1+GJZBGS133);

GJZBGS135:=EMA(GJZBGS134,21);

GJZBGS136:=EMA(GJZBGS135,5);

GJZBGS137:=EMA(GJZBGS135,3);

GJZBGS138:=(CLOSE*2+HIGH+LOW)/4;

GJZBGS139:=EMA(GJZBGS138,13)-EMA(GJZBGS138,21);

GJZBGS140:=EMA(GJZBGS139,3);

GJZBGS141:=EMA(GJZBGS139,10);

GJZBGS142:=IF(GJZBGS140>=GJZBGS141,GJZBGS140,GJZBGS141);

GJZBGS143:=IF(GJZBGS141-GJZBGS140,GJZBGS141,GJZBGS140);

GJZBGS144:=EMA(CLOSE,7)-EMA(CLOSE,21);

GJZBGS145:=EMA(0.668*REF(GJZBGS144,1)+0.333*GJZBGS144,1);

GJZBGS146:=IF(GJZBGS144>=GJZBGS145,GJZBGS144,GJZBGS145);

GJZBGS147:=IF(GJZBGS145-GJZBGS144,GJZBGS145,GJZBGS144);

GJZBGS148:=GJZBGS142>GJZBGS143;

GJZBGS149:=GJZBGS142=GJZBGS143;

GJZBGS150:=GJZBGS146>GJZBGS147;

GJZBGS151:=GJZBGS146=GJZBGS147;

GJZBGS152:=GJZBGS151 AND GJZBGS149;

GJZBGS153:=GJZBGS150 AND GJZBGS148;

STICKLINE(GJZBGS150,HIGH,LOW,0,0),COLORRED;

STICKLINE(GJZBGS151,HIGH,LOW,0,0),COLORGREEN;

STICKLINE(GJZBGS148,OPEN,CLOSE,1,0),COLORRED;

STICKLINE(GJZBGS149,OPEN,CLOSE,1,0),COLORGREEN;

STICKLINE(GJZBGS153,OPEN,CLOSE,2,0),COLORRED;

STICKLINE(GJZBGS152,OPEN,CLOSE,2,0),COLORBLUE;

GJZBGS154:=HHV(MA(HIGH,3),2);

UP:=LLV(MA(HIGH,3),1),COLORRED;

DOWN:=IF(GJZBGS154-UP>0,UP,DRAWNULL),COLORGREEN;

GJZBGS155:=MA(REF(HHV((CLOSE+LOW+OPEN+HIGH)/4,30),1),3);

STICKLINE(REF(COUNT(CLOSE<GJZBGS155,5)=5,1) AND CLOSE>GJZBGS155 AND CLOSE>OPEN,CLOSE,OPEN,2,0),COLORYELLOW;

DRAWICON(REF(COUNT(CLOSE<GJZBGS155,5)=5,1) AND CLOSE>GJZBGS155 AND CLOSE>OPEN,LOW,42),COLORRED;

GJZBGS156:=MA(CLOSE,60)>REF(MA(CLOSE,60),1);

GJZBGS157:=COST(50);

GJZBGS158:=WINNER(CLOSE)*100>50;

GJZBGS159:=CROSS(CLOSE,GJZBGS157);

GJZBGS160:=GJZBGS156 AND GJZBGS157 AND GJZBGS158 AND GJZBGS159 AND GJZBGS150;

STICKLINE(GJZBGS160,CLOSE,OPEN,1,0),COLORMAGENTA;

DRAWICON(GJZBGS160,LOW*0.99,44),COLORRED;

GJZBGS161:=MA(CLOSE,10);

GJZBGS162:=MA(CLOSE,54);

STICKLINE(CLOSE/REF(CLOSE,1)>=1.096 AND HIGH=CLOSE,OPEN,CLOSE,2,0),COLORYELLOW;

GJZBGS163:=EMA(CLOSE,5);

GJZBGS164:=EMA(GJZBGS163,0); {1}

GJZBGS165:=HHV(MA(HIGH,3),2);

GJZBGS166:=LLV(MA(HIGH,3),1);

DRAWICON(GJZBGS166=GJZBGS165 AND REF(GJZBGS165,1)>REF(GJZBGS166,1) AND GJZBGS150,LOW,1);

DRAWICON(GJZBGS166<GJZBGS165 AND REF(GJZBGS166=GJZBGS165,1) AND GJZBGS151,HIGH*1.01,2);

GJZBGS167:=MA(CLOSE,5)>MA(CLOSE,10) AND MA(CLOSE,10)>REF(MA(CLOSE,10),1) AND MA(CLOSE,5)>REF(MA(CLOSE,5),1);

GJZBGS168:=100*(1-WINNER(CLOSE));

GJZBGS169:=100-GJZBGS168;

GJZBGS170:=CROSS(GJZBGS169,GJZBGS168);

DRAWICON(GJZBGS170,LOW,25);

GJZBGS171:=MA(CLOSE,5);

GJZBGS172:=MA(CLOSE,13);

GJZBGS173:=MA(CLOSE,34);

GJZBGS174:=GJZBGS171>REF(GJZBGS171,1) AND GJZBGS172>REF(GJZBGS172,1) AND GJZBGS173>REF(GJZBGS173,1);

GJZBGS175:=EMA(CLOSE,3);

GJZBGS176:=EMA(SLOPE(CLOSE,34)*5+CLOSE,21);

GJZBGS177:=CROSS(GJZBGS175,GJZBGS176);

GJZBGS178:=CROSS(GJZBGS175,GJZBGS176) AND GJZBGS174;

GJZBGS179:=GJZBGS177>0;

GJZBGS180:=GJZBGS178>0;

GJZBGS181:=MA(CLOSE,34);

GJZBGS182:=GJZBGS179 OR GJZBGS180;

GJZBGS183:=CLOSE>GJZBGS181 AND REF(CLOSE,1)<GJZBGS181;

GJZBGS184:=CROSS(CLOSE,MA(CLOSE,250)) AND VOL>=REF(VOL,1)*2;

GJZBGS185:=(CLOSE/REF(CLOSE,1)-1)*100>9.97 AND CROSS(CLOSE,MA(CLOSE,250));

GJZBGS186:=GJZBGS184 OR GJZBGS185 OR GJZBGS183;

GJZBGS187:=GJZBGS182 AND GJZBGS170 AND GJZBGS186 AND GJZBGS167;

STICKLINE(GJZBGS187,CLOSE,OPEN,3.05,0),COLOR000099;

STICKLINE(GJZBGS187,CLOSE,OPEN,2.2,0),COLOR0000CC;

STICKLINE(GJZBGS187,CLOSE,OPEN,1.5,0),COLORRED;

STICKLINE(GJZBGS187,CLOSE,OPEN,0.5,0),COLORYELLOW;

副图指标源码  {更多指标→股票指标公式W}

GJZBGS1:=EMA(CLOSE,12)-EMA(CLOSE,26);

GJZBGS2:=EMA(GJZBGS1,9);

GJZBGS3:=GJZBGS1>GJZBGS2;

GJZBGS4:=(CLOSE-LLV(LOW,12))/(HHV(HIGH,12)-LLV(LOW,12))*100;

GJZBGS5:=SMA(GJZBGS4,3,1);

GJZBGS6:=SMA(GJZBGS5,3,1);

GJZBGS7:=GJZBGS5>GJZBGS6;

GJZBGS8:=REF(CLOSE,1);

GJZBGS9:=SMA(MAX(CLOSE-GJZBGS8,0),9,1)/SMA(ABS(CLOSE-GJZBGS8),9,1)*100;

GJZBGS10:=SMA(MAX(CLOSE-GJZBGS8,0),26,1)/SMA(ABS(CLOSE-GJZBGS8),26,1)*100;

GJZBGS11:=GJZBGS9>GJZBGS10;

GJZBGS12:=SMA(GJZBGS4,3,1);

GJZBGS13:=SMA(GJZBGS12,3,1);

GJZBGS14:=GJZBGS12>GJZBGS13;

GJZBGS15:=(MA(CLOSE,3)+MA(CLOSE,9)+MA(CLOSE,12)+MA(CLOSE,26))/4;

GJZBGS16:=CLOSE>GJZBGS15;

GJZBGS17:=CLOSE-REF(CLOSE,1);

GJZBGS18:=100*EMA(EMA(GJZBGS17,9),9)/EMA(EMA(ABS(GJZBGS17),9),3);

GJZBGS19:=100*EMA(EMA(GJZBGS17,26),12)/EMA(EMA(ABS(GJZBGS17),26),12);

GJZBGS20:=GJZBGS18>GJZBGS19;

GJZBGS21:=GJZBGS3 AND GJZBGS7 AND GJZBGS11 AND GJZBGS14 AND GJZBGS16 AND GJZBGS20;

GJZBGS22:=CLOSE-REF(CLOSE,1);

GJZBGS23:=IF(CLOSE-REF(CLOSE,1)>=0,GJZBGS22,0);

GJZBGS24:=REF(CLOSE,1)-CLOSE;

GJZBGS25:=IF(CLOSE-REF(CLOSE,1)<=0,GJZBGS24,0);

GJZBGS26:=SUM(GJZBGS23,90)/SUM(GJZBGS25,90);

GJZBGS27:=100-100/(1+GJZBGS26);

GJZBGS28:=EMA(GJZBGS27,21);

GJZBGS29:=EMA(GJZBGS28,5);

GJZBGS30:=EMA(GJZBGS28,3);

GJZBGS31:=(CLOSE*2+HIGH+LOW)/4;

GJZBGS32:=EMA(GJZBGS31,13)-EMA(GJZBGS31,21);

GJZBGS33:=EMA(GJZBGS32,3);

GJZBGS34:=EMA(GJZBGS32,10);

GJZBGS35:=IF(GJZBGS33>=GJZBGS34,GJZBGS33,GJZBGS34);

GJZBGS36:=IF(GJZBGS34-GJZBGS33,GJZBGS34,GJZBGS33);

GJZBGS37:=EMA(CLOSE,7)-EMA(CLOSE,21);

GJZBGS38:=EMA(0.668*REF(GJZBGS37,1)+0.333*GJZBGS37,1);

GJZBGS39:=IF(GJZBGS37>=GJZBGS38,GJZBGS37,GJZBGS38);

GJZBGS40:=IF(GJZBGS38-GJZBGS37,GJZBGS38,GJZBGS37);

GJZBGS41:=GJZBGS35>GJZBGS36;

GJZBGS42:=GJZBGS35=GJZBGS36;

GJZBGS43:=GJZBGS39>GJZBGS40;

GJZBGS44:=GJZBGS39=GJZBGS40;

GJZBGS45:=GJZBGS44 AND GJZBGS42;

GJZBGS46:=GJZBGS43 AND GJZBGS41;

GJZBGS47:=EMA(CLOSE,5);

GJZBGS48:=EMA(GJZBGS47,0);

GJZBGS49:=HHV(MA(HIGH,3),2);

GJZBGS50:=LLV(MA(HIGH,3),1);

GJZBGS51:=FILTER(GJZBGS48>REF(GJZBGS48,1) AND GJZBGS49<REF(GJZBGS49,1) AND CLOSE>REF(CLOSE,1),11);

GJZBGS52:=GJZBGS51>=1 AND GJZBGS21 AND REF(GJZBGS50=GJZBGS49,1) AND REF(GJZBGS41,1);

GJZBGS53:=MA(CLOSE,10);

GJZBGS54:=MA(CLOSE,54);

GJZBGS55:=(REF(CLOSE,3)-CLOSE)/REF(CLOSE,3)*100>5;

GJZBGS56:=FILTER(GJZBGS55,10);

GJZBGS57:=BARSLAST(GJZBGS56);

GJZBGS58:=REF(HIGH,GJZBGS57+2);

GJZBGS59:=REF(HIGH,GJZBGS57+1);

GJZBGS60:=REF(HIGH,GJZBGS57);

GJZBGS61:=MAX(GJZBGS58,GJZBGS59);

GJZBGS62:=MAX(GJZBGS61,GJZBGS60);

GJZBGS63:=(CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*100>5;

GJZBGS64:=GJZBGS57<150;

GJZBGS65:=(OPEN-GJZBGS62)/GJZBGS62*100<30;

GJZBGS66:=(CLOSE-LLV(LOW,GJZBGS57))/LLV(LOW,GJZBGS57)*100<50;

GJZBGS67:=(CLOSE-REF(OPEN,5))/REF(OPEN,5)*100<30;

GJZBGS68:=VOL/MA(VOL,5)<3.5;

GJZBGS69:=(CLOSE-REF(CLOSE,89))/REF(CLOSE,89)*100<80;

GJZBGS70:=GJZBGS63 AND GJZBGS64 AND GJZBGS65 AND GJZBGS66 AND GJZBGS67 AND GJZBGS68 AND GJZBGS69;

GJZBGS71:=FILTER(GJZBGS70,15);

GJZBGS72:=(CLOSE-GJZBGS54)/GJZBGS54<0.1;

GJZBGS73:=(CLOSE-GJZBGS53)/GJZBGS53<0.3;

GJZBGS74:=(GJZBGS72=1 AND GJZBGS73=1)*0.2;

GJZBGS75:=(GJZBGS74=0 AND REF(GJZBGS74,1)=0.2 AND REF(COUNT(GJZBGS74=0.2,10)=10,1)=1)*(-0.1);

GJZBGS76:=GJZBGS75=(-0.1);

GJZBGS77:=GJZBGS71 OR GJZBGS76;

GJZBGS78:=DMA(AMOUNT/VOL/100,VOL/CAPITAL);

GJZBGS79:=CLOSE/REF(CLOSE,1)>1.05 AND CLOSE/OPEN>1.05;

GJZBGS80:=VOL/REF(VOL,1)>1.2 AND COUNT(CLOSE>OPEN,1) OR (LOW>REF(HIGH,1) AND COUNT(OPEN>CLOSE,1) AND VOL/REF(VOL,1)>1.2);

GJZBGS81:=MA(CLOSE,5)>MA(CLOSE,10) AND MA(CLOSE,10)>REF(MA(CLOSE,10),1) AND MA(CLOSE,5)>REF(MA(CLOSE,5),1);

GJZBGS82:=100*(1-WINNER(CLOSE));

GJZBGS83:=100-GJZBGS82;

GJZBGS84:=CROSS(GJZBGS83,GJZBGS82);

GJZBGS85:=GJZBGS51>=1 AND GJZBGS84;

GJZBGS86:=GJZBGS84 AND GJZBGS21 AND (CLOSE/REF(CLOSE,1)-1)*100>9.97;

GJZBGS87:=MA(CLOSE,5);

GJZBGS88:=MA(CLOSE,13);

GJZBGS89:=MA(CLOSE,34);

GJZBGS90:=GJZBGS87>REF(GJZBGS87,1) AND GJZBGS88>REF(GJZBGS88,1) AND GJZBGS89>REF(GJZBGS89,1);

GJZBGS91:=EMA(CLOSE,3);

GJZBGS92:=EMA(SLOPE(CLOSE,34)*5+CLOSE,21);

GJZBGS93:=CROSS(GJZBGS91,GJZBGS92);

GJZBGS94:=GJZBGS93 AND REF(GJZBGS50=GJZBGS49,1) AND GJZBGS21 AND REF(GJZBGS41,1);

GJZBGS95:=CROSS(GJZBGS91,GJZBGS92) AND GJZBGS90;

GJZBGS96:=MA(CLOSE,34);

GJZBGS97:=GJZBGS93>0 OR GJZBGS95>0;

GJZBGS98:=CLOSE>GJZBGS96 AND REF(CLOSE,1)<GJZBGS96;

GJZBGS99:=CROSS(CLOSE,MA(CLOSE,250)) AND VOL>=REF(VOL,1)*2;

GJZBGS100:=(CLOSE/REF(CLOSE,1)-1)*100>9.97 AND CROSS(CLOSE,MA(CLOSE,250));

GJZBGS101:=GJZBGS99 OR GJZBGS100 OR GJZBGS98;

GJZBGS102:=GJZBGS97 AND GJZBGS21 AND GJZBGS46 AND REF(GJZBGS41,1);

GJZBGS103:=GJZBGS97 AND GJZBGS21 AND (CLOSE/REF(CLOSE,1)-1)*100>9.97;

GJZBGS104:=GJZBGS50=GJZBGS49 AND REF(GJZBGS49,1)>REF(GJZBGS50,1) AND (CLOSE/REF(CLOSE,1)-1)*100>9.97 AND GJZBGS97;

GJZBGS105:=(3*CLOSE+LOW+OPEN+HIGH)/6;

GJZBGS106:=(20*GJZBGS105+19*REF(GJZBGS105,1)+18*REF(GJZBGS105,2)+17*REF(GJZBGS105,3)+16*REF(GJZBGS105,4)+15*REF(GJZBGS105,5)+14*REF(GJZBGS105,6)+13*REF(GJZBGS105,7)+12*REF(GJZBGS105,8)+11*REF(GJZBGS105,9)+10*REF(GJZBGS105,10)+9*REF(GJZBGS105,11)+8*REF(GJZBGS105,12)+7*REF(GJZBGS105,13)+6*REF(GJZBGS105,14)+5*REF(GJZBGS105,15)+4*REF(GJZBGS105,16)+3*REF(GJZBGS105,17)+2*REF(GJZBGS105,18)+REF(GJZBGS105,20))/210;

GJZBGS107:=MA(GJZBGS106,6);

GJZBGS108:=MA(CLOSE,60);

GJZBGS109:=EMA(SMA((CLOSE-LLV(LOW,19))/(HHV(HIGH,19)-LLV(LOW,19))*100,8,1),3);

GJZBGS110:=MA(SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0)/25000,2);

GJZBGS111:=EMA(GJZBGS110,12);

GJZBGS112:=EMA(GJZBGS110,26);

GJZBGS113:=100*EMA(EMA(GJZBGS17,6),6)/EMA(EMA(ABS(GJZBGS17),6),6);

GJZBGS114:=100*EMA(EMA(GJZBGS17,12),12)/EMA(EMA(ABS(GJZBGS17),12),12);

GJZBGS115:=100*EMA(EMA(GJZBGS17,26),26)/EMA(EMA(ABS(GJZBGS17),26),26);

GJZBGS116:=CLOSE-REF(CLOSE,1);

GJZBGS117:=100*EMA(EMA(GJZBGS116,9),9)/EMA(EMA(ABS(GJZBGS116),9),9);

GJZBGS118:=MA(GJZBGS117,5);

GJZBGS119:=VOL/CAPITAL*100;

GJZBGS120:=MA(GJZBGS119,30)/MA(INDEXA,10)*MA(INDEXA,60);

GJZBGS121:=MA(GJZBGS119,120)/MA(INDEXA,10)*MA(INDEXA,60);

GJZBGS122:=1;

GJZBGS123:=(HIGH+OPEN+LOW+2*CLOSE)/5;

GJZBGS124:=REF(GJZBGS123,1);

GJZBGS125:=MAX(GJZBGS123-GJZBGS124,0);

GJZBGS126:=ABS(GJZBGS123-GJZBGS124);

GJZBGS127:=SMA(GJZBGS125,10,1);

GJZBGS128:=SMA(GJZBGS126,10,1);

GJZBGS129:=COUNT(GJZBGS127/GJZBGS128<0.2,5);

GJZBGS130:=COUNT(LLV(GJZBGS123,10)=GJZBGS123,10);

GJZBGS131:=GJZBGS113>REF(GJZBGS113,1) AND GJZBGS117>REF(GJZBGS117,1) AND CROSS(GJZBGS110,GJZBGS112) AND GJZBGS110>REF(GJZBGS110,1) AND GJZBGS111>REF(GJZBGS111,1) AND GJZBGS112>REF(GJZBGS112,1) AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS132:=GJZBGS110>GJZBGS112 AND CROSS(GJZBGS110,GJZBGS111) AND CROSS(GJZBGS117,GJZBGS118);

GJZBGS133:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND GJZBGS113>GJZBGS115 AND CROSS(GJZBGS110,GJZBGS112);

GJZBGS134:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND CROSS(GJZBGS113,GJZBGS115) AND GJZBGS110>REF(GJZBGS110,1);

GJZBGS135:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND GJZBGS110>REF(GJZBGS110,1) AND GJZBGS113>GJZBGS115 AND CROSS(GJZBGS114,GJZBGS115) AND GJZBGS113>REF(GJZBGS113,1) AND GJZBGS114>REF(GJZBGS114,1) AND GJZBGS115>REF(GJZBGS115,1);

GJZBGS136:=GJZBGS110>GJZBGS112 AND GJZBGS117>GJZBGS118 AND CROSS(GJZBGS113,GJZBGS115) AND GJZBGS113>REF(GJZBGS113,1) AND GJZBGS114>REF(GJZBGS114,1) AND GJZBGS115>REF(GJZBGS115,1);

GJZBGS137:=GJZBGS133 OR GJZBGS134 OR GJZBGS135 OR GJZBGS136;

GJZBGS138:=GJZBGS137 AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS139:=GJZBGS110>GJZBGS112 AND GJZBGS113>GJZBGS115 AND CROSS(GJZBGS117,GJZBGS118) AND GJZBGS117>REF(GJZBGS117,1) AND GJZBGS118>REF(GJZBGS118,1) AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS140:=GJZBGS120<GJZBGS122 AND GJZBGS121<GJZBGS122 AND GJZBGS113>GJZBGS115 AND GJZBGS110>GJZBGS111 AND CROSS(GJZBGS120,GJZBGS121) AND GJZBGS106>=GJZBGS107;

GJZBGS141:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND GJZBGS110>GJZBGS112 AND GJZBGS117>GJZBGS118 AND GJZBGS106>=GJZBGS107;

GJZBGS142:=(CLOSE-REF(CLOSE,12))/REF(CLOSE,12)*100;

GJZBGS143:=100*VOL/CAPITAL;

GJZBGS144:=CROSS(GJZBGS142,16) AND GJZBGS143>3.5; {1}

GJZBGS145:=CLOSE/REF(CLOSE,1)>1.095 AND HIGH=CLOSE;

GJZBGS146:=REF(EXIST(GJZBGS145,12),1);

GJZBGS147:=(REF(HIGH,1)-REF(CLOSE,1))/REF(HIGH,1)>=0.04 AND REF(CLOSE,1)>REF(OPEN,1);

GJZBGS148:=GJZBGS146 AND GJZBGS147 AND CLOSE>REF(HIGH,1) AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS149:=GJZBGS52 AND GJZBGS138;

GJZBGS150:=GJZBGS84 AND GJZBGS97 AND GJZBGS131;

GJZBGS151:=GJZBGS50=GJZBGS49 AND REF(GJZBGS49,1)>REF(GJZBGS50,1);

GJZBGS152:=GJZBGS151 AND GJZBGS139 AND GJZBGS144;

GJZBGS153:=REF(GJZBGS151,1) AND GJZBGS144;

GJZBGS154:=REF(GJZBGS151,1) AND GJZBGS144 AND GJZBGS138;

GJZBGS155:=GJZBGS148 AND GJZBGS144;

GJZBGS156:=REF(GJZBGS84,1) AND GJZBGS144;

GJZBGS157:=REF(GJZBGS84,1) AND GJZBGS131;

GJZBGS158:=EMA(WINNER(CLOSE)*70,5);

GJZBGS159:=EMA((WINNER(CLOSE*1.1)-WINNER(CLOSE*0.9))*80,5);

GJZBGS160:=FILTER((CROSS(5,GJZBGS158) AND GJZBGS159<20)*60,10);

HSL:=V/CAPITAL*100>10;

DGCM:=CROSS(GJZBGS158,GJZBGS159) AND HSL,COLORMAGENTA;

抓牛:=(GJZBGS52 OR GJZBGS102 OR GJZBGS94 OR GJZBGS85 OR GJZBGS86 OR GJZBGS104 OR GJZBGS149) AND HSL,COLORYELLOW,LINETHICK2;

DRAWTEXT( 抓牛,0.4,'    ★抓牛'),COLORYELLOW;

STICKLINE(抓牛,0,0.5,5,0),COLORYELLOW;

选股指标源码   {更多指标→股票指标公式W}

GJZBGS1:=EMA(CLOSE,12)-EMA(CLOSE,26);

GJZBGS2:=EMA(GJZBGS1,9);

GJZBGS3:=GJZBGS1>GJZBGS2;

GJZBGS4:=(CLOSE-LLV(LOW,12))/(HHV(HIGH,12)-LLV(LOW,12))*100;

GJZBGS5:=SMA(GJZBGS4,3,1);

GJZBGS6:=SMA(GJZBGS5,3,1);

GJZBGS7:=GJZBGS5>GJZBGS6;

GJZBGS8:=REF(CLOSE,1);

GJZBGS9:=SMA(MAX(CLOSE-GJZBGS8,0),9,1)/SMA(ABS(CLOSE-GJZBGS8),9,1)*100;

GJZBGS10:=SMA(MAX(CLOSE-GJZBGS8,0),26,1)/SMA(ABS(CLOSE-GJZBGS8),26,1)*100;

GJZBGS11:=GJZBGS9>GJZBGS10;

GJZBGS12:=SMA(GJZBGS4,3,1);

GJZBGS13:=SMA(GJZBGS12,3,1);

GJZBGS14:=GJZBGS12>GJZBGS13;

GJZBGS15:=(MA(CLOSE,3)+MA(CLOSE,9)+MA(CLOSE,12)+MA(CLOSE,26))/4;

GJZBGS16:=CLOSE>GJZBGS15;

GJZBGS17:=CLOSE-REF(CLOSE,1);

GJZBGS18:=100*EMA(EMA(GJZBGS17,9),9)/EMA(EMA(ABS(GJZBGS17),9),3);

GJZBGS19:=100*EMA(EMA(GJZBGS17,26),12)/EMA(EMA(ABS(GJZBGS17),26),12);

GJZBGS20:=GJZBGS18>GJZBGS19; {1}

GJZBGS21:=GJZBGS3 AND GJZBGS7 AND GJZBGS11 AND GJZBGS14 AND GJZBGS16 AND GJZBGS20;

GJZBGS22:=CLOSE-REF(CLOSE,1);

GJZBGS23:=IF(CLOSE-REF(CLOSE,1)>=0,GJZBGS22,0);

GJZBGS24:=REF(CLOSE,1)-CLOSE;

GJZBGS25:=IF(CLOSE-REF(CLOSE,1)<=0,GJZBGS24,0);

GJZBGS26:=SUM(GJZBGS23,90)/SUM(GJZBGS25,90);

GJZBGS27:=100-100/(1+GJZBGS26);

GJZBGS28:=EMA(GJZBGS27,21);

GJZBGS29:=EMA(GJZBGS28,5);

GJZBGS30:=EMA(GJZBGS28,3);

GJZBGS31:=(CLOSE*2+HIGH+LOW)/4;

GJZBGS32:=EMA(GJZBGS31,13)-EMA(GJZBGS31,21);

GJZBGS33:=EMA(GJZBGS32,3);

GJZBGS34:=EMA(GJZBGS32,10);

GJZBGS35:=IF(GJZBGS33>=GJZBGS34,GJZBGS33,GJZBGS34);

GJZBGS36:=IF(GJZBGS34-GJZBGS33,GJZBGS34,GJZBGS33);

GJZBGS37:=EMA(CLOSE,7)-EMA(CLOSE,21);

GJZBGS38:=EMA(0.668*REF(GJZBGS37,1)+0.333*GJZBGS37,1);

GJZBGS39:=IF(GJZBGS37>=GJZBGS38,GJZBGS37,GJZBGS38);

GJZBGS40:=IF(GJZBGS38-GJZBGS37,GJZBGS38,GJZBGS37);

GJZBGS41:=GJZBGS35>GJZBGS36;

GJZBGS42:=GJZBGS35=GJZBGS36;

GJZBGS43:=GJZBGS39>GJZBGS40;

GJZBGS44:=GJZBGS39=GJZBGS40;

GJZBGS45:=GJZBGS44 AND GJZBGS42;

GJZBGS46:=GJZBGS43 AND GJZBGS41;

GJZBGS47:=EMA(CLOSE,5);

GJZBGS48:=EMA(GJZBGS47,0);

GJZBGS49:=HHV(MA(HIGH,3),2);

GJZBGS50:=LLV(MA(HIGH,3),1);

GJZBGS51:=FILTER(GJZBGS48>REF(GJZBGS48,1) AND GJZBGS49<REF(GJZBGS49,1) AND CLOSE>REF(CLOSE,1),11);

GJZBGS52:=GJZBGS51>=1 AND GJZBGS21 AND REF(GJZBGS50=GJZBGS49,1) AND REF(GJZBGS41,1);

GJZBGS53:=MA(CLOSE,10);

GJZBGS54:=MA(CLOSE,54);

GJZBGS55:=(REF(CLOSE,3)-CLOSE)/REF(CLOSE,3)*100>5;

GJZBGS56:=FILTER(GJZBGS55,10);

GJZBGS57:=BARSLAST(GJZBGS56);

GJZBGS58:=REF(HIGH,GJZBGS57+2);

GJZBGS59:=REF(HIGH,GJZBGS57+1);

GJZBGS60:=REF(HIGH,GJZBGS57);

GJZBGS61:=MAX(GJZBGS58,GJZBGS59);

GJZBGS62:=MAX(GJZBGS61,GJZBGS60);

GJZBGS63:=(CLOSE-REF(CLOSE,1))/REF(CLOSE,1)*100>5;

GJZBGS64:=GJZBGS57<150;

GJZBGS65:=(OPEN-GJZBGS62)/GJZBGS62*100<30;

GJZBGS66:=(CLOSE-LLV(LOW,GJZBGS57))/LLV(LOW,GJZBGS57)*100<50;

GJZBGS67:=(CLOSE-REF(OPEN,5))/REF(OPEN,5)*100<30;

GJZBGS68:=VOL/MA(VOL,5)<3.5;

GJZBGS69:=(CLOSE-REF(CLOSE,89))/REF(CLOSE,89)*100<80;

GJZBGS70:=GJZBGS63 AND GJZBGS64 AND GJZBGS65 AND GJZBGS66 AND GJZBGS67 AND GJZBGS68 AND GJZBGS69;

GJZBGS71:=FILTER(GJZBGS70,15);

GJZBGS72:=(CLOSE-GJZBGS54)/GJZBGS54<0.1;

GJZBGS73:=(CLOSE-GJZBGS53)/GJZBGS53<0.3;

GJZBGS74:=(GJZBGS72=1 AND GJZBGS73=1)*0.2;

GJZBGS75:=(GJZBGS74=0 AND REF(GJZBGS74,1)=0.2 AND REF(COUNT(GJZBGS74=0.2,10)=10,1)=1)*(-0.1);

GJZBGS76:=GJZBGS75=(-0.1);

GJZBGS77:=GJZBGS71 OR GJZBGS76;

GJZBGS78:=DMA(AMOUNT/VOL/100,VOL/CAPITAL);

GJZBGS79:=CLOSE/REF(CLOSE,1)>1.05 AND CLOSE/OPEN>1.05;

GJZBGS80:=VOL/REF(VOL,1)>1.2 AND COUNT(CLOSE>OPEN,1) OR (LOW>REF(HIGH,1) AND COUNT(OPEN>CLOSE,1) AND VOL/REF(VOL,1)>1.2);

GJZBGS81:=MA(CLOSE,5)>MA(CLOSE,10) AND MA(CLOSE,10)>REF(MA(CLOSE,10),1) AND MA(CLOSE,5)>REF(MA(CLOSE,5),1);

GJZBGS82:=100*(1-WINNER(CLOSE));

GJZBGS83:=100-GJZBGS82;

GJZBGS84:=CROSS(GJZBGS83,GJZBGS82);

GJZBGS85:=GJZBGS51>=1 AND GJZBGS84;

GJZBGS86:=GJZBGS84 AND GJZBGS21 AND (CLOSE/REF(CLOSE,1)-1)*100>9.97;

GJZBGS87:=MA(CLOSE,5);

GJZBGS88:=MA(CLOSE,13);

GJZBGS89:=MA(CLOSE,34);

GJZBGS90:=GJZBGS87>REF(GJZBGS87,1) AND GJZBGS88>REF(GJZBGS88,1) AND GJZBGS89>REF(GJZBGS89,1);

GJZBGS91:=EMA(CLOSE,3);

GJZBGS92:=EMA(SLOPE(CLOSE,34)*5+CLOSE,21);

GJZBGS93:=CROSS(GJZBGS91,GJZBGS92);

GJZBGS94:=GJZBGS93 AND REF(GJZBGS50=GJZBGS49,1) AND GJZBGS21 AND REF(GJZBGS41,1);

GJZBGS95:=CROSS(GJZBGS91,GJZBGS92) AND GJZBGS90;

GJZBGS96:=MA(CLOSE,34);

GJZBGS97:=GJZBGS93>0 OR GJZBGS95>0;

GJZBGS98:=CLOSE>GJZBGS96 AND REF(CLOSE,1)<GJZBGS96;

GJZBGS99:=CROSS(CLOSE,MA(CLOSE,250)) AND VOL>=REF(VOL,1)*2;

GJZBGS100:=(CLOSE/REF(CLOSE,1)-1)*100>9.97 AND CROSS(CLOSE,MA(CLOSE,250));

GJZBGS101:=GJZBGS99 OR GJZBGS100 OR GJZBGS98;

GJZBGS102:=GJZBGS97 AND GJZBGS21 AND GJZBGS46 AND REF(GJZBGS41,1);

GJZBGS103:=GJZBGS97 AND GJZBGS21 AND (CLOSE/REF(CLOSE,1)-1)*100>9.97;

GJZBGS104:=GJZBGS50=GJZBGS49 AND REF(GJZBGS49,1)>REF(GJZBGS50,1) AND (CLOSE/REF(CLOSE,1)-1)*100>9.97 AND GJZBGS97;

GJZBGS105:=(3*CLOSE+LOW+OPEN+HIGH)/6;

GJZBGS106:=(20*GJZBGS105+19*REF(GJZBGS105,1)+18*REF(GJZBGS105,2)+17*REF(GJZBGS105,3)+16*REF(GJZBGS105,4)+15*REF(GJZBGS105,5)+14*REF(GJZBGS105,6)+13*REF(GJZBGS105,7)+12*REF(GJZBGS105,8)+11*REF(GJZBGS105,9)+10*REF(GJZBGS105,10)+9*REF(GJZBGS105,11)+8*REF(GJZBGS105,12)+7*REF(GJZBGS105,13)+6*REF(GJZBGS105,14)+5*REF(GJZBGS105,15)+4*REF(GJZBGS105,16)+3*REF(GJZBGS105,17)+2*REF(GJZBGS105,18)+REF(GJZBGS105,20))/210;

GJZBGS107:=MA(GJZBGS106,6);

GJZBGS108:=MA(CLOSE,60);

GJZBGS109:=EMA(SMA((CLOSE-LLV(LOW,19))/(HHV(HIGH,19)-LLV(LOW,19))*100,8,1),3);

GJZBGS110:=MA(SUM(IF(CLOSE>REF(CLOSE,1),VOL,IF(CLOSE<REF(CLOSE,1),-VOL,0)),0)/25000,2);

GJZBGS111:=EMA(GJZBGS110,12);

GJZBGS112:=EMA(GJZBGS110,26);

GJZBGS113:=100*EMA(EMA(GJZBGS17,6),6)/EMA(EMA(ABS(GJZBGS17),6),6);

GJZBGS114:=100*EMA(EMA(GJZBGS17,12),12)/EMA(EMA(ABS(GJZBGS17),12),12);

GJZBGS115:=100*EMA(EMA(GJZBGS17,26),26)/EMA(EMA(ABS(GJZBGS17),26),26);

GJZBGS116:=CLOSE-REF(CLOSE,1);

GJZBGS117:=100*EMA(EMA(GJZBGS116,9),9)/EMA(EMA(ABS(GJZBGS116),9),9);

GJZBGS118:=MA(GJZBGS117,5);

GJZBGS119:=VOL/CAPITAL*100;

GJZBGS120:=MA(GJZBGS119,30)/MA(INDEXA,10)*MA(INDEXA,60);

GJZBGS121:=MA(GJZBGS119,120)/MA(INDEXA,10)*MA(INDEXA,60);

GJZBGS122:=1;

GJZBGS123:=(HIGH+OPEN+LOW+2*CLOSE)/5;

GJZBGS124:=REF(GJZBGS123,1);

GJZBGS125:=MAX(GJZBGS123-GJZBGS124,0);

GJZBGS126:=ABS(GJZBGS123-GJZBGS124);

GJZBGS127:=SMA(GJZBGS125,10,1);

GJZBGS128:=SMA(GJZBGS126,10,1);

GJZBGS129:=COUNT(GJZBGS127/GJZBGS128<0.2,5);

GJZBGS130:=COUNT(LLV(GJZBGS123,10)=GJZBGS123,10);

GJZBGS131:=GJZBGS113>REF(GJZBGS113,1) AND GJZBGS117>REF(GJZBGS117,1) AND CROSS(GJZBGS110,GJZBGS112) AND GJZBGS110>REF(GJZBGS110,1) AND GJZBGS111>REF(GJZBGS111,1) AND GJZBGS112>REF(GJZBGS112,1) AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS132:=GJZBGS110>GJZBGS112 AND CROSS(GJZBGS110,GJZBGS111) AND CROSS(GJZBGS117,GJZBGS118);

GJZBGS133:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND GJZBGS113>GJZBGS115 AND CROSS(GJZBGS110,GJZBGS112);

GJZBGS134:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND CROSS(GJZBGS113,GJZBGS115) AND GJZBGS110>REF(GJZBGS110,1);

GJZBGS135:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND GJZBGS110>REF(GJZBGS110,1) AND GJZBGS113>GJZBGS115 AND CROSS(GJZBGS114,GJZBGS115) AND GJZBGS113>REF(GJZBGS113,1) AND GJZBGS114>REF(GJZBGS114,1) AND GJZBGS115>REF(GJZBGS115,1);

GJZBGS136:=GJZBGS110>GJZBGS112 AND GJZBGS117>GJZBGS118 AND CROSS(GJZBGS113,GJZBGS115) AND GJZBGS113>REF(GJZBGS113,1) AND GJZBGS114>REF(GJZBGS114,1) AND GJZBGS115>REF(GJZBGS115,1);

GJZBGS137:=GJZBGS133 OR GJZBGS134 OR GJZBGS135 OR GJZBGS136; {1}

GJZBGS138:=GJZBGS137 AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS139:=GJZBGS110>GJZBGS112 AND GJZBGS113>GJZBGS115 AND CROSS(GJZBGS117,GJZBGS118) AND GJZBGS117>REF(GJZBGS117,1) AND GJZBGS118>REF(GJZBGS118,1) AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS140:=GJZBGS120<GJZBGS122 AND GJZBGS121<GJZBGS122 AND GJZBGS113>GJZBGS115 AND GJZBGS110>GJZBGS111 AND CROSS(GJZBGS120,GJZBGS121) AND GJZBGS106>=GJZBGS107;

GJZBGS141:=GJZBGS129>=1 AND GJZBGS130>=1 AND CLOSE>OPEN AND REF(CLOSE,1)>REF(OPEN,1) AND VOL>REF(VOL,1) AND GJZBGS110>GJZBGS112 AND GJZBGS117>GJZBGS118 AND GJZBGS106>=GJZBGS107;

GJZBGS142:=(CLOSE-REF(CLOSE,12))/REF(CLOSE,12)*100;

GJZBGS143:=100*VOL/CAPITAL;

GJZBGS144:=CROSS(GJZBGS142,16) AND GJZBGS143>3.5;

GJZBGS145:=CLOSE/REF(CLOSE,1)>1.095 AND HIGH=CLOSE;

GJZBGS146:=REF(EXIST(GJZBGS145,12),1);

GJZBGS147:=(REF(HIGH,1)-REF(CLOSE,1))/REF(HIGH,1)>=0.04 AND REF(CLOSE,1)>REF(OPEN,1);

GJZBGS148:=GJZBGS146 AND GJZBGS147 AND CLOSE>REF(HIGH,1) AND LOW>GJZBGS106 AND LOW>GJZBGS108;

GJZBGS149:=GJZBGS52 AND GJZBGS138;

HSL:=V/CAPITAL*100>10;

抓牛:(GJZBGS52 OR GJZBGS102 OR GJZBGS94 OR GJZBGS85 OR GJZBGS86 OR GJZBGS104 OR GJZBGS149) AND HSL;

{更多指标→股票指标公式W}

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约