指标公式1:=MA(CLOSE,5);
指标公式2:=MA(CLOSE,10);
指标公式3:=MA(CLOSE,30);
指标公式4:=MA(CLOSE,60);
指标公式5:=EMA(COST(85),7);
指标公式6:=EMA(COST(15),7);
指标公式7:=SUM(CLOSE*VOL*100,4)/SUM(VOL*100,4);
指标公式8:=INTPART(指标公式7*100)/100;
指标公式9:=SUM(CLOSE*VOL*100,7)/SUM(VOL*100,7);
指标公式A:=INTPART(指标公式9*100)/100;
指标公式B:=SUM(CLOSE*VOL*100,28)/SUM(VOL*100,28);
指标公式C:=INTPART(指标公式B*100)/100;
指标公式D:=EMA(CLOSE,5)-EMA(CLOSE,10);
指标公式E:=EMA(指标公式D,9);
指标公式F:=(-100)*(HHV(CLOSE,5)-CLOSE)/(HHV(CLOSE,5)-LLV(LOW,5))+100;
指标公式10:=(-100)*(HHV(CLOSE,10)-CLOSE)/(HHV(CLOSE,10)-LLV(LOW,10))+100;
指标公式11:=(-100)*(HHV(CLOSE,20)-CLOSE)/(HHV(CLOSE,20)-LLV(LOW,20))+100;
指标公式12:=(-100)*(HHV(CLOSE,30)-CLOSE)/(HHV(CLOSE,30)-LLV(LOW,30))+100;
指标公式13:=REF(指标公式E,1);
指标公式14:=指标公式E;
指标公式15:=指标公式14-指标公式13;
指标公式16:=REF(指标公式D,1);
指标公式17:=指标公式D;
指标公式18:=指标公式17-指标公式16;
指标公式19:=OPEN;
指标公式1A:=CLOSE;
黑马现形选股: 指标公式19<=指标公式1 AND 指标公式19<=指标公式2 AND 指标公式19<=指标公式3 AND 指标公式1A>=指标公式1 AND
指标公式1A>=指标公式C AND 指标公式15>0 AND 指标公式18>0;