From Oranges To Oranges

If you had undergone forex training and you were thought anything else than the following:

“Forex trading is about the Municipals with wind beneth their backs targeting the W3 box”

you should demand your money back.

The Municipal Trench is the E-207 High to Low band on the 30-minute and for the 1H I use the E-103.

The Wind is blowing from the 3rd F (F x3), as you can see on the directional plot below.

The W3 box is the 3-day ATR to 1.3x 3-day ATR distance measured from the last consolidation mean (purple arrow). The 15-Min ATR PRO is available for free in the downloads, and the Axel S has its latest free version, the 1.3 there as well.

I had to adjust tolerance on the Green (counted) F-s to 10 pips above the E-356 band.

 /////full down
if (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)
{
ObjectCreate("Talz"+IntegerToString(i), OBJ_TEXT, 0, Time[i], Low[i]+20*Point);
ObjectSetText("Talz"+IntegerToString(i), "F", 26, "Impact", Yellow);
if (Low[i]<e16d2[i+1]) ObjectSetText("Talz"+IntegerToString(i), "F", 26, "Impact", Magenta);
if (Low[i]<iMA(symbol,0,356,0,MODE_SMA,PRICE_HIGH,i)+100*Point) {ObjectSetText("Talz"+IntegerToString(i), "F", 26, "Impact", Chartreuse);

fd[i]=fd[i+1]+1; if (fd[i]>3) fd[i]=3; if (fd[i+1]==3) fd[i]=1;
ObjectCreate("Tall"+IntegerToString(i), OBJ_TEXT, 0, Time[i], Low[i]-40*Point);
ObjectSetText("Tall"+IntegerToString(i), "x"+IntegerToString(fd[i]), 26, "Impact", Chartreuse);
if (fd[i]==3) dir[i]=1;
}

The directional logic is the best one anywhere currently, heavily relying on the triple Fs.

Not sure how this could be turned to bearish (turn wind direction) quickly, as the count is currently still Zero.

You should buy the 120-sample stochastic (30 min) dipping below 50 or the MFI going oversold or price dipping back into the Municipal channel, rinse and repeat until the 3rd F prints.