End of Measuring Leg last example:

There was a lower low made for a black Nick Rhodes print, a close up and a 160-pip rally before the Beat was made. In fact this round trip was made twice with the second rally (the volatility whip’s V leg) touching the upper BB.
Diffrerences. Currently the lower BB is still being capacitated.

The downside stoch room difference between the two low close pro volume candles is huge. I would suggest that the pros dumped most of their holdings, but not all. The 160-pip rally would mean 1.0845 for the rebound. The script may still be valid, as the BB will continue to get closer every day.
Push and Echo go hand in hand, so does Measuring Leg and Divergent Leg, but I use the first two mainly on the daily and above whilst the latter pair on 4H and below.

////////lower vertigenta
if (((score[i]==0 && score[i+1]==-3 && (score[i+2]==-2 || score[i+2]==-1)) || (score[i]==0 && score[i+1]==-3 && score[i+2]==-3 && (score[i+3]==-2 || score[i+3]==-1)))
&& Low[i+1]<iMA(symbol,0,207,0,MODE_EMA,PRICE_HIGH,i+1)
){
ObjectCreate("Panaceat"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+1], 10.4);
ObjectSetText("Panaceat"+DoubleToStr(i), "EOF M LEG", 12, "Impact", clrPurple);
vertigenta[i]=1;
ObjectCreate("Panaceax"+DoubleToStr(i), OBJ_TEXT, indicator_window+1, Time[i+6], 55);
ObjectSetText("Panaceax"+DoubleToStr(i), "V>"+DoubleToStr(NormalizeDouble(Low[i+1],4)+1600*Point,4), 32, "Impact", clrPurple);
ObjectSet("Panaceax"+DoubleToStr(i), OBJPROP_BACK,1);