{The source code of the formula of scaling rebound subgraph:}
BHG1:=(OPEN-CLOSE)/OPEN>=0.04 AND (VOL/MA(VOL,60)<=2/3 OR VOL/REF(VOL,1)<=1.15 OR VOL
倍缩:BHG2 OR BHG3 AND HIGH>LOW;
STICKLINE (zoom, 0.37,0,5,0),COLORYELLOW;
BHG5:=VOL>REF(VOL,1)*0.5 AND CLOSE>OPEN;
BHG6:=REF (zoom, 2) OR REF (zoom, 1) OR zoom AND (BHG5 OR BHG4 OR REF(BHG4,1));
Rebound: filter (bhg6,5), color yellow, line thick 2;
{The source code of the formula for stock selection with shrinking amount and rebound:}
BHG1:=(OPEN-CLOSE)/OPEN>=0.04 AND (VOL/MA(VOL,60)<=2/3 OR VOL/REF(VOL,1)<=1.15 OR VOL
倍缩:=BHG2 OR BHG3 AND HIGH>LOW;
BHG5:=VOL>REF(VOL,1)*0.5 AND CLOSE>OPEN;
BHG6:=REF (zoom, 2) OR REF (zoom, 1) OR zoom AND (BHG5 OR BHG4 OR REF(BHG4,1));
Rebound: =FILTER(BHG6,5);
BUYHAOGU: shrinking OR rebounding;