I Need Protection

Hi guys, hope you’re well.

Macdulio Pastrami here.

I posted this image yesterday.

Zero – Outlier distance on top: 6.4 pips; Zero – Outlier distance on bottom: 11.7 pips; Outiler -Beat distance on the bottom: 10 pips (& an echo run extending it all the way to 23.5 pips later).

Let’s talk about it.

Leading Prognosticator

So as I said earlier, the bottom was in. If you tried to short here, you were picking up steam rollers in front of the penny or something.

My favouirite book is from Precter & Gambler, where they can almost predict different things with almost measurable accuracy. In fact, they are so good at it, that they don’t even need proceeds. To proceed, it is great for religious fanatics, but they may just buy Bitcoin these days as a default. Linda was a TV show in Hungary about a karateka girl. Leave your teenage crush’s name below in the comments. Subscribe to any channel, because I said so. Still I like me some Mike Hutchins for realz right now.

There is a cow shitting in the background right now. Fascinating.

Guys, like I said, if you don’t understand the following things about trading, I would argue that you don’t understand much.

Macdulio, how did you know that the bottom was in?

It is simple. Delete all the moving averages. Forget you ever met John Fibonacci.

What validated the trendlines, was the rate of change slowing down. The RSI2 readings showed a reversal divergence between the lower low/higher high and the intensity of the fuerza.

Most people don’t understand that a strong reversal divergence has at least 3 points of measure. The Zero point sets up the perimeter with a trip wire and a net. The Outlier trips on the wire, slashes a tear on the net and rolls a bit further. The Bushwick or beat is the last attempt on making some more progress but this time with dwarfed numbers and magnitude of fortitude. Small stabbing may continue, but the fight is already lost. In short the expectation is that price will fall short of the trendline at a minimum on closing basis.

This is why you need to know when and where to participate in a break out. A break of a Zero can yield an approximately 28-pip move (up to 45 during lower liquidity news event). The break of an Outlier would yield a handful of pips normally, don’t expect anything beyond 20 pips – so overall you are way better off scaling in in the opposite direction, even if you may need to wait a half a day for the turn around to start performing.

A two-point reversal divergence may set the price back temporarily, but remember, the Bushwick militia shall make another try to settle with a final score, just to confirm. Bushwick shall aztec from an RSI2>91 or RSI2<6 point.

I’ll see you in the next video, until then I’m going to make out with this good looking pine-tree.

Zero – Outlier distance – left: 19.3 pips; Outlier – Beat distance – left: 10.1 pips; Zero – Outlier distance – right: 10.8 pips; Outlier – Beat distance – right: 18.1 pips


///////////zero on the top
if (RSI2[i+1]>97.3 && RSI2[i]<82 && RSI2[i+5]<97.3){
                        ObjectCreate("Panaceadc"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+1], 99); 
                      ObjectSetText("Panaceadc"+DoubleToStr(i), "0", 42, "Arial Black", clrOrange);
                      ObjectSet("Panaceadc"+DoubleToStr(i), OBJPROP_BACK,1); 
                      zeroup[i+1]=true;
                      
}
///////////M on the top
else if (RSI2[i+1]>91 && RSI2[i]<91 && RSI2[i+3]<91){
                        ObjectCreate("Panaceadc"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+1], 99); 
                      ObjectSetText("Panaceadc"+DoubleToStr(i), "M", 42, "Impact", clrOrange);
                      ObjectSet("Panaceadc"+DoubleToStr(i), OBJPROP_BACK,1); 
   if (i>3 && (iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i-1))+55*Point)>=iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i-3)) && RSI2[i+1]>94 && iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,2,i-1))>=iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,22,i+4)) && RSI2[ArrayMaximum(RSI2,40,i+2)]>RSI2[i+1]){
                ObjectCreate("Panaceadd"+DoubleToStr(i), OBJ_TEXT, 0, Time[i+1], iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,4,i-1))+90*Point); 
                ObjectSetText("Panaceadc"+DoubleToStr(i), "M", 42, "Impact", clrPurple);
                      ObjectSetText("Panaceadd"+DoubleToStr(i), "Outlier", 22, "Impact", clrBlack);
                      ObjectSet("Panaceadd"+DoubleToStr(i), OBJPROP_BACK,1); 
                      

   
   
}



///////////zero on the bottom
if (RSI2[i+1]<2.5 && RSI2[i]>3  && RSI2[i+3]>3){
                        ObjectCreate("Panaceadc"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+1], 41); 
                      ObjectSetText("Panaceadc"+DoubleToStr(i), "0", 42, "Arial Black", clrOrange);
                      ObjectSet("Panaceadc"+DoubleToStr(i), OBJPROP_BACK,1); 
                      zerodn[i+1]=true;
}

///////////D on the bottom
else if (RSI2[i+1]<6 && RSI2[i]>6  && RSI2[i+3]>6 && RSI2[i+4]<2.2 ){
                        ObjectCreate("Panaceadc"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+1], 37); 
                      ObjectSetText("Panaceadc"+DoubleToStr(i), "D", 42, "Impact", clrOrange);
                      ObjectSet("Panaceadc"+DoubleToStr(i), OBJPROP_BACK,1); 
}

///////////M on the bottom
else if (RSI2[i+1]<6 && RSI2[i]>18  && RSI2[i+3]>6){
                        ObjectCreate("Panaceadc"+DoubleToStr(i), OBJ_TEXT, 1, Time[i+1], 37); 
                      ObjectSetText("Panaceadc"+DoubleToStr(i), "M", 42, "Impact", clrOrange);
                      ObjectSet("Panaceadc"+DoubleToStr(i), OBJPROP_BACK,1); 
                      
                         if (i>3 && iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i-1))<=iLow(symbol,0,iLowest(symbol,0,MODE_LOW,2,i-3)) && RSI2[i+1]<6 && RSI2[ArrayMinimum(RSI2,36,i+2)]<RSI2[i+1] )   {
                
                 ObjectSetText("Panaceadc"+DoubleToStr(i), "M", 42, "Impact", clrPurple);
                ObjectCreate("Panaceadd"+DoubleToStr(i), OBJ_TEXT, 0, Time[i+1], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,4,i-1))-30*Point); 
                                            
                      ObjectSetText("Panaceadd"+DoubleToStr(i), "Outlier", 22, "Impact", clrBlack);
                      
                      ObjectSet("Panaceadd"+DoubleToStr(i), OBJPROP_BACK,1); 
            
                      
}

Let’s answer 2 more questions here.

Twist in my sobriety: the market movements are nothing but Orchestrated Manoeuvres in the Dark.

Local militia can always be raised, all you need is an M.D. to carry out the recruitment. Marker, Diverger and stabbing some more.

When is a zero considered broken? The answer is disappointing: I would not consider a zero to be broken within a fluctuation moratorium. 32 pips.

Always ask yourself the question first: what has changed? No closes under the trendline, nothing has. I borrowed the moratorium end signals from the Holy Graph.

Nick Rhodes is now smarter by a fluctuation moratorium.

Now, the story would be over if there was a happy end. There wasn’t. I did not understand the second Bushwick run for a while. Why was it successful in reaching the trendline again? I know the answer by now: embedding.

I had to give an apt name to this trendline to remind me on what it means.

The Bias is to be derived from the price’s relationship to the embedded overbought / oversold axis,
which represents a fade in the rate of change.
If price cannot reach and turns around, the direction is away from the axis.
If price is cozy touching the line, that means acceptance, embedding and gearing up for further damages in the direction of the axis.
If price crosses over and closes beyond the axis, hedge immediately into the end of the day.

I could had spared me a 9k+ drawdown today if only I managed to figure these things out two days prior.

Pepper grinder