Price has been spending too much time above the E-207 Band.
Now, the distance between the 207 Low and 712 Median is about 34 pips. This is bad news for the bears, as a 26+ pips wide river would usually be too big to cross. See the appearing support in the shape of the green fill.

The evolution on my side is better calibration, new auto targeting exits, new thinking & new behavior.
It has no name, but it is based on the Axel S system, I just replaced the lead signal to the 8 Hour EMO and opted for a 15-min chart.

The calibration

The targeters
/////Long Target - Code 26 8-EMO+26
if( OrderType()==OP_BUY && OrderStopLoss()==.26 && OrderTakeProfit()!=NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+260*Point,4) && OrderOpenPrice()<NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+260*Point,4)-50*Point
)
{ OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+260*Point,4), OrderExpiration());
Print("LONG Target Set to 8-EMO @ "+DoubleToStr(NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+260*Point,4),4));}
/////Short Target - Code 26 8-EMO+26
if( OrderType()==OP_SELL && OrderStopLoss()==2.6 && OrderTakeProfit()!=NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-260*Point,4) && OrderOpenPrice()>NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-260*Point,4)+50*Point
)
{ OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-260*Point,4), OrderExpiration());
Print("SHORT Target Set to 8-EMO @ "+DoubleToStr(NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-260*Point,4),4)); }
/////Long Target - Code 52 8-EMO+52
if( OrderType()==OP_BUY && OrderStopLoss()==.52 && OrderTakeProfit()!=NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+520*Point,4) && OrderOpenPrice()<NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+520*Point,4)-50*Point
)
{ OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+520*Point,4), OrderExpiration());
Print("LONG Target Set to 8-EMO @ "+DoubleToStr(NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)+520*Point,4),4));}
/////Short Target - Code 52 8-EMO+52
if( OrderType()==OP_SELL && OrderStopLoss()==5.2 && OrderTakeProfit()!=NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-520*Point,4) && OrderOpenPrice()>NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-520*Point,4)+50*Point
)
{ OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-520*Point,4), OrderExpiration());
Print("SHORT Target Set to 8-EMO @ "+DoubleToStr(NormalizeDouble(iMA(symbol,15,35,0,MODE_EMA, PRICE_OPEN,0)-520*Point,4),4)); }
& the two questions I’m going to have to start asking from myself from here on over and over again:
How do you fix trading in the wrong direction?
How could you compensate for having traded in the wrong direction?
The rest of the insert would be the attachments from an unreleased entry that was going to be entitled Necro Folio.
There is Port Folio and Necro Folio.
Today we are talking about the possibility of raising the dead.
Yum. Necromancers.
This is my life & this is my knife.