The indians invented Zero. Russell Peters has a piece that I can’t seem to find about an idian drawing a circle in the sand and asking what’s inside. Nothing! He becomes all emotional and says, “I’m gonna name it Gero!”
(Check from 7:58)
I renamed Zero to 4A. Before further explanation, I have 2 new conditions for you.

(The orange filed shows a starting move with a Blue tail (20-pip close back). I would expect to see another one or two of those next.)
Lemon Tail
The lemon tails are inside tails, but do not make a new 24-hour low.
if (Low[i+1]>iLow(symbol,0,iLowest(symbol,0,MODE_LOW,48,i+2))
&& Low[i+1]>iBands(symbol,0,30,2,0,PRICE_MEDIAN,MODE_LOWER,i+1)-100*Point
) {
This is a chess game, and you want to see the next two moves. This gives you at least 3. A 36-40 pip move back up, and multiple drops from that height. There would be 3 different fractals in the same vicinity before the move down would be ready.
The Swipe Function
The swipe is a medium volatility reversal with some extra umph.

The extra is the takeout of the previous low whilst printing a higher RSI2 read. The result is a closer approach of the last “4” print before continuing with the direction.
if (Low[i+1]<Low[i+2] && RSI2[i+1]>RSI2[i+2]) {
ObjectCreate("DOGR"+IntegerToString(i),OBJ_TEXT, 0, Time[i+3],High[i]-90*Point);
ObjectSetText("DOGR"+IntegerToString(i),"SWIPE", 26, "Impact", clrOrangeRed);
}
Now the meat. The “4” is just a code. It represents strength. The “A” stands for aggression (shortfall from the 30 BB). When a pure “4” is faced with a counter “A”, the A is on the winning side. A 4A is the OG Zero.
Let’s try something. We’re gonna plot the 4A levels to show that they remain intact during a trend.

The ThistleToe line is your Zero closing line.
With the current zero print, there have been so far zero violations of the trend that started from 1.2082.

The Zero print should yield you two blue tails on the downside. If the Thistle line gets tripped, I would look to balance out the holdings on dips.
It’s either this or you can buy a course on how to trade everything from an Australian who likes to clap himself in his videos like there was a never-ending Amway convention in his head.
Spam Bondi is over the reduction Here's nothing to see She's a joke of an attorney in general [Chorus] Was it worth it? When Darth Vader is gone You'll be on the run Along with the bug-eyed FBI "I only have files for you." A life spent with lies Coast-guarding the Death Star Here's nothing Grab it tight The land is always greener Once you whack your neighbor Wardening for the Epstein Class Destroyers (guantana Los reductiones) Survivors regret your presence Is the Nasdaq smashing new highs Or the Dollar smashing new lows? It's all a point of view The problem was the denominator Who nominated you I'd like to pull out your breast And offer you out to the highest bidder A small sacrifice to make But it may cripple you for the rest of your life You rapist mofo Hans Dietrich Arroganser When you are finished with throwing Innocent victims under the bus Justice will be served with Lethally cold accuracy There'd be nowhere left to run Thy will be done The prolonged version would be An extended stay With a shared room comes Water & board And plenty of long red neckties Just in case you change your mind On your ties The easy way out would have been Raping yourself There's no doubt [Chorus] Was it worth it? When Darth Vader is gone You'll be on the run Along with the bug-eyed FBI "I only have files for you."
















































