Prior to Having Priorities

aka Knee Jerk at your leisure or Russell & the carousel or Ruth becoming ruthless.

Growing a bit impatient here with having all.answers at my disposal yet still forgetting to raking it in. The last piece of the hustle is putting together the puzzle.

I pointed out the Triple F.

I have called the dip inside the Municipal channel a condition. Yet I set my mind to look for a relief condition.

///Municipal dip
if (i<100 && Low[i+1]<iMA(symbol,0,103,0,MODE_EMA,PRICE_HIGH,i+1) && Low[i+1]>iMA(symbol,0,103,0,MODE_EMA,PRICE_LOW,i+1) && Close[i+1]>iMA(symbol,0,103,0,MODE_EMA,PRICE_HIGH,i+1) && Low[i]>Low[i+1]) {
MuniH[i+1]=iMA(symbol,0,103,0,MODE_EMA,PRICE_HIGH,i+1); MuniL[i+1]=iMA(symbol,0,103,0,MODE_EMA,PRICE_LOW,i+1);
}

I have the MFI reversal zone auto plotted. Nobody else has all of these things down.

It would cost me nothing to take on a full hedge, yet I am refusing to do it.

Every 10-pip would make $650 without overhedging. 20 pips would top the best daily result this year (>$1215).

So from here on I’ll take my chances, as God has stopped keeping score.

Good luck & gridlock. This is the year of the healthy man.

False Premises

I just want you to know that noone leaves through the door they enter.

So, no incentive to gap it just yet.

After the 3 F prints = Condition the market went for the Level, or 1.0865 (F2++).

The buying got embedded, the money flow got some boost right at the trendline (purple line, yellow oval) and the break up was on (in a bit volatile manner). The magenta field got exceeded on 3 different occassions (G1, G2, G3?) and a correction to a Relief condition is due (120 sample stoch back to 50 read or 14-sample 30-minute stoch getting more oversold than the recent low reading = continuation divergence), but I would not consider this to be a high probability trade, since we are in the reversal / sell zone yet again, between the Point of No Return yellow lines, the thick of it. No spinner / new money flow reversal zone has been printed due to lack of distance from the low and the lack of 200-sample high.

Talking about conditions, the Money Flow should always precede the Stoch 120 in getting overbought / oversold, otherwise a False Start call has to be made, and a short term reversal divergence should take care of the rest.

       //sudden oversold Stoch w/o MFI = False Start
if (iFractals(symbol,0,MODE_LOWER,i) && mfi[i]>38 && Stoch[ArrayMinimum(Stoch,3,i)]<10 && Low[i]>iMA(symbol,0,712,0,MODE_SMA,PRICE_MEDIAN,i) )
{
ObjectCreate("Creepy"+IntegerToString(i),OBJ_VLINE,1, Time[i], 0);
ObjectSet("Creepy"+IntegerToString(i),OBJPROP_COLOR,clrPurple );
ObjectSet("Creepy"+IntegerToString(i),OBJPROP_WIDTH,9);
ObjectSet("Creepy"+IntegerToString(i),OBJPROP_STYLE,STYLE_DOT);
ObjectSet("Creepy"+IntegerToString(i),OBJPROP_BACK,1);
ObjectCreate("Creepyy"+DoubleToStr(i), OBJ_TEXT, indicator_window, Time[i+1], 30);
ObjectSetText("Creepyy"+DoubleToStr(i), " False Start", 18, "Impact", DarkGreen);
}

Clearly, 3Fs matter more than anything else even if no counter is being added above the S-356.

Der Wish

Continued intricacies of the Der Wish Market Model. (Axel S V1.5)

The “Net” or The Mac line is actually a Mac Band.

From above the Upper Half would come into contact.

 if (i<100 && Close[i]<iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i) && Close[i+1]>iMA(NULL,0,44,0,MODE_EMA, PRICE_MEDIAN,i)) {
MacHigh[i]=iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i); MacLow[i]=iMA(symbol,0,356,0,MODE_SMA,PRICE_LOW,i);
}

if (i<100 && Close[i]>iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i) && Close[i+1]<iMA(NULL,0,44,0,MODE_EMA, PRICE_MEDIAN,i)) {
MacHigh[i]=iMA(symbol,0,356,0,MODE_SMA,PRICE_HIGH,i); MacLow[i]=iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i);
}

From below, the Lower Half.

The S-356 band is a net not unlike what you would see at a tennis court.

That said, if you go back to the first image, you would realize that the pressure is being applied from ever closer, thus a rip through the fabric is becoming ever more likely. Thanks to the movement of the E-32, the attack is coming from the “same place” (magenta field) , but in absolute term from a lower price. We now should see a move culminating in a Green Fx1 print.

S1 has been getting pushed back little by little.

If the net just does not want to give, there’s always after hours for the market maker to interfere if that is where the profit lies. An open below the new S1 = problem solved.

Quick Geek

Read if you are into context, candles and oscillators.

Let’s train your eyes to spot reliefs (re-calibrations).

A relief is your 120-sample stochastic returning to the 50 level or your 14-sample MFI hitting an extreme opposite of the trading direction.

The combination of an MFI strength (/weakness) and a Stochastic strength (/weakness) provides with a level.

The puncture of this level is the action.

The most important thing on this chart is the yellow diagonal: after the relief the move back up was sold at will resulting in a lower high and a change of direction.

From here on the levels are provided by the conditon combos + punctures and the reliefs would occur on the upside until an MFI reversal zone would be printed and tested.

The interrupted green line is the E-16 displaced by 35 pips. The volatility expansion was too sudden, and this relief move back up is the punishment for it.

Vicious Love

Updates of the Axel S V1.5.

With the advent of the F counters, there are new possibilities afoot.

For instance, after a x2 print, you don’t expect price to relapse much before going for the last enchilada.

Thus, the Vicious Buy / Vicious Sell (Vicious = Safe) plots were born with 60-65 pips displacements.


if (High[i+5]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i+5))<640*Point && High[i+4]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i+4))<640*Point && High[i+3]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i+3))<640*Point && High[i+2]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i+2))<640*Point && High[i+1]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i+1))<640*Point && High[i]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i))>620*Point && (High[i]<High[i+1] || (Close[i]-iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i))<600*Point && Low[i]>Low[i+1]) ) && fd[i]==2){
ObjectCreate("Frakk"+IntegerToString(i), OBJ_TEXT, 0, Time[i+10], iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i))+690*Point);
ObjectSetText("Frakk"+IntegerToString(i), "Vicious sell: "+DoubleToStr(NormalizeDouble(iLow(symbol,0,iLowest(symbol,0,MODE_LOW,46,i))+600*Point,4),4) , 26, "Impact", OrangeRed);
}


if (iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,46,i+3))-Low[i+3]<640*Point && iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,46,i+2))-Low[i+2]<640*Point && iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,46,i+1))-Low[i+1]<640*Point && iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,46,i))-Low[i]>640*Point && fu[i]==2){
ObjectCreate("Frakk"+IntegerToString(i), OBJ_TEXT, 0, Time[i+10], iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,46,i))-610*Point);
ObjectSetText("Frakk"+IntegerToString(i), "Vicious buy: "+DoubleToStr(NormalizeDouble(iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,46,i))-650*Point,4),4) , 26, "Impact", LimeGreen);
}

Imagine being in the position of commanding good lot sizes. I smell serious gains here.

As for the shaded blocks, I wanted to have a visual reminder for the market having to prove itself: it is not enough to print a x3 and expect that the opposite safety line would get taken out next and everything is full throttle to the other direction. In fact, the back to back triple F blocks may display a failure to reach the safety line and relapse for the additional x3 F-s.

 ///upside prover
if (fd[i]==3 && High[i]>iMA(NULL,0,44,0,MODE_EMA, PRICE_MEDIAN,i) && Low[i]<AxelU[i] && AxelU46[i]!=EMPTY_VALUE){
HighBuffer[i]=AxelU[i]-50*Point; LowBuffer[i]=AxelU[i]-120*Point;
}

///downside prover
if (fu[i]==3 && Low[i]<iMA(NULL,0,44,0,MODE_EMA, PRICE_MEDIAN,i) && High[i]>AxelL[i] && AxelL46[i]!=EMPTY_VALUE){
HighBuffer2[i]=AxelL[i]+50*Point; LowBuffer2[i]=AxelL[i]+120*Point;
}

The Frisby Brothers

I’m gonna make an Example out of you, because

you changed the way you throw the frisbee.

Repeating the lesson in slow motion.

Every day there is a condition and there is a level.

Conditions

Recognize one of the following on the chart that has not achieved a progression low below, and is currently an unqualified market:

Freshly oversold Money Flow (blue arrow) w/ Freshly oversold 120-sample stochastic (dean harrow)

A dip in the Municipal Trench highlighted with Snow Patrol Vehicles.

Levels

Now find the level if P/NR is not present and W3F is too far in one go (1.0881). F2++ was just missed at 1.0862 (black arrow).

What’s next?

This was a consolidation + a liquidity break.

I think that P/NR (Point of No hepbuRn) would prove to be the lower low to kick off the move down.

If the current sell condition was a freshly overbought Money Flow, then the level should be in the W3 box (1.0764-1.0748). A trip on the safety line would mean 1.0806 -34 to -46 pips or 1.0772 to 1.0760 for a cover zone. The overlap is 1.0764-1.0760. S2 is at 1.0752

This is where a Wave 2 is expected to start from, at the top of the MA ribbon (MA Sell).

& I don’t like where we’re going…

Fckn Mandalorian

Stringent Dungeons

The Der Wish market model (Axel S V1.4) is becoming a precision tool as well.

The Red and Green F-s received a counter logic that includes time out resets. The difficulty was the spread out bunch to synchronize whilst finding a fresh start I used a 100-sample stagnation.

I was not conscious that I found everything I would ever need to find the turns in 2021. It took 3 more years and these recent updates.

The idea of a Full Discharge was an innocent idea of mine, rooted in nobody’s works. The idea of the “Safety” goes back to 2017ish rooting in the concept of “Embedding”.

Full Discharge up
i>0 && ((Low[i]<AxelU[i] || Low[i+1]<AxelU[i+1]) && Close[i]>AxelU[i] && (Close[i+1]<AxelU[i+1] || Close[i+2]<AxelU[i+2]) && High[i-1]<High[i])

Sell side pictures

With the following one some discression had to be used:

Current picture below

Full Discharge Down
i>0 && (High[i]>AxelL[i]&& Close[i]<AxelL[i]+50*Point
&& (Close[i+1]>AxelL[i+1] || Close[i+2]>AxelL[i+2]) && Low[i-1]>Low[i])
|| (Low[i]<AxelL2[i]) && Close[i]>AxelL[i]+100*Point)

Buy side pictures

You could add additional rules such as wait for x2 to print before going aggressive, x3 could receive a small beat (i.e. down below), and do not forget to plot the S-356 (in Sienna).

I spoke about the difference of a triple F batch and the triple F spread in the previous entry.

The P/NRs are escalated Partial Discharge plots.

The price for a V1.4 is $49

Perfume After Curfew

The UK is the place where you get to vote with your monthly 3 pounds between a limping donkey and a girl that’s about to be raped.

It would be a long one, so grab a stiff tea.

Live & pay attention.

Nick Rhodes did in fact call the bottom. That red print after a triple reversal divergence was in fact Magenta until the day ended. RSI does re-calibrate and using arb levels runs a risk of missclassification. Perhaps it was due to .1 difference in the settled reading or even less.

Beautiful visuals: fake out above the descending channel. 1.0876 was a listed level.

Yesterday’s pro volume was a hint that they were up to no good.

A bit more about conditions and levels.

Plausible buy conditions include (beyond a previously posted example of Money Flow oversold), a dip into the Municipal Trench (E-207) or the 120-sample 30-min Stochastic returning below the 50 mark after having marked time up there.

As for targets, the thick yellow lines are previous P/NR levels.

..and so it’s time to name this market model.

3 wishes granted. Der Wish would do.

The market is going between Triple F prints and may turn back at the net, the S-356 per hourly.

A Triple F Batch has good momentum behind, and the S-356 may be only a temporary obstacle.

A Triple F Stretch may not get further than a scare-exertion on the opposite Safety Line. All bark, but no bite.

Last chapter is about the digestion of how a reversal zone works.

The shy of level is the Tolerance Level. The 2x level is the Must Overhedge level. It has a potential other end 36 pips out, but it could fail at 26 or 16.

During lots of news coming out like today, in the illiquid market they can easily get a break out move started. The 16-pip is sort of a minimum the hedge level would stumble over. Protective trail stop (CODE 2) highely suggested.

I’ve been twerking on the railroad all the live-long day…

Trettiofyra

All you can do is evolve. Find more statistically relevant data.

Make notes, i.e:

Triple F batch -> F2-... -> F2++ to F3-
Triple F can turn into more by consolidating around the S356.
Embedded Dynamite (money flow oversold) -> W3c / Safety Breach Target.



First the throw off.
Notice how the Impulse Waves all end up stepping outside the Window Envelope (Blue Lines), whilst the corrections fall short of it by 15-25 pips (Black Arrows).

Price turned where a corrective eave would, yet I think this is a Wave 4 up.

Now, here comes statistical knowledge. Once the Safety Line is hot and gets breached, the maximum expectation would be around 34 pips extra.

This is the 1.4 version of the Axel S., no more free updates beyond V1.3.

There is always a condition and a level on any given day. In our case the W3 close end (1.0837) coincided with the Safety Set Back level.

The condition can be a Triple F Batch. Three Green F-s are a Go Long At Market.

The target on the first leg up was F3 minus or 1.0784 at the time, for that was 90 pips away from the 200-sample low.

We are currently missing the third F & the money flow situation has plotted a new reversal zone.

2xBuy: 1.0870, cover: 1.0906 2.8x stretch -> E9
Sell Beats: 1.0846, 1.0852, shy of 1.0860

Rubbish left untrained can cause you wanting to go to Cancún.

Pandora’s Fox

Been looking for that 2.8x stretch for the end of the wave, remember?

I found another stretch (span) to pay attention to. The safety line (2.8 / 0.28) and S-356 need to be further apart than 2 fluctuation sizes, 64 pips.

Ain’t the case currently.

     
if (High[i]>AxelU[i] && iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i)>AxelU[i] && iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i)-AxelU[i]>640*Point)
{
ObjectCreate("Fox"+IntegerToString(i), OBJ_TEXT, 0, Time[i], AxelU1[i]+150*Point);
ObjectSetText("Fox"+IntegerToString(i), CharToStr(101), 46, "Webdings", Magenta);
}

if (Low[i]<AxelL[i] && iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i)<AxelL[i] && AxelL[i]-iMA(symbol,0,356,0,MODE_SMA,PRICE_MEDIAN,i)>640*Point)
{
ObjectCreate("Fox"+IntegerToString(i), OBJ_TEXT, 0, Time[i], AxelL2[i]-50*Point);
ObjectSetText("Fox"+IntegerToString(i), CharToStr(101), 46, "Webdings", Magenta);
}