Pin Pointing The Boogie Man

Is 30 minutes late too late to get in on a short? Usually not.

If we know, that the Boogie Man lives above the 16th floor and it is the best signal for going short in an embedded oversold market, then how would you look for one?

 if ((Period()==30 && i>0 
    && Low[i+16]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+16)-3*FMax*10*Point && Low[i+15]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+15)-3*FMax*10*Point && Low[i+14]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+14)-3*FMax*10*Point  
    && Low[i+13]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+13)-3*FMax*10*Point && Low[i+12]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+12)-3*FMax*10*Point && Low[i+11]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+11)-3*FMax*10*Point 
    && Low[i+10]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+10)-3*FMax*10*Point && Low[i+9]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+9)-3*FMax*10*Point && Low[i+8]>iMA(symbol,0,414,0,MODE_EMA, PRICE_LOW,i+8)-3*FMax*10*Point           
     
     
      &&(Close[i+1]>=iMA(NULL,30,414,0,MODE_EMA, PRICE_HIGH,i+1)  || Close[i+1]<=iMA(NULL,30,414,0,MODE_EMA, PRICE_LOW,i+1) )
      && Low[i+3]<iMA(NULL,30,32,0,MODE_EMA, PRICE_CLOSE,i+3) 
      && Close[i+1]>iMA(NULL,30,135,0,MODE_EMA, PRICE_LOW,i+1)
      && iStochastic(symbol,0,72,3,3,MODE_SMA,1,MODE_SIGNAL,i)<80 ) && ((  RSI2[i+2]>82  && RSI2[i]<82 && High[i+2]>iMA(symbol,0,32,0,MODE_EMA,PRICE_CLOSE,i+2)+10*Point && RSI2[i+4]<RSI2[i+3] && ArrayMaximum(RSI2,14,i+3)<RSI2[i+2]) ||
      ( i>0 && RSI2[i+1]>82  && RSI2[i-1]<82 && High[i+1]>iMA(symbol,0,32,0,MODE_EMA,PRICE_CLOSE,i+1)+10*Point
      && RSI2[i+1]>RSI2[i+2] && RSI2[i+1]>RSI2[i+3] && RSI2[i+1]>RSI2[i+4] && RSI2[i+1]>RSI2[i+5] && RSI2[i+1]>RSI2[i+6] && RSI2[i+1]>RSI2[i+7] && RSI2[i+1]>RSI2[i+8] && RSI2[i+1]>RSI2[i+9] && RSI2[i+1]>RSI2[i+10] && RSI2[i+1]>RSI2[i+11] && RSI2[i+1]>RSI2[i+12] && RSI2[i+1]>RSI2[i+13])))

…and how many would you find in the last 340 samples?

The P/ on this image refers to the Purple Haze below – it factors in progression/angle – pretty darn accurate can be.

Look at the bright side: there will be no false signals.

Now, you just have to think of the exit condition.

How about these?

Cover after SOS print + undercut of the recent low / divergent RSI2 print below 15

Cover on low RSI read below Purple Haze

…and think about this: I get the same picture from 2 different brokers that are 2 hours apart in their server time, and only one is an ECN broker. Beat that!

Ask not what the Boogie Man can do for you, but what you can do for the Boogie Man!