Hi, I’m new to candles. Are they scented? What’s a Yankee Poodle?
Introducing the afterlearner series. Aztec Style.

Some ideas.
#4 – inside cadle = continuation
#3 & #4 separated from the EMO & one of them was a doji – reversal, otherwise continuation
#4 – goes outside the 30 sample BB – reversal
#4 is a fake out beyond #3 – reversal

What is new here is the idea of wanting to see 4 closes on one side of the EMO before having to evaluate based on weighted evidence revolving around Candle 3 & 4.
if (ucount[i]>0 && ucount[i]<6){
ObjectCreate("Counteru"+IntegerToString(i), OBJ_TEXT, 0, Time[i], High[i]+90*Point);
ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 11, "Impact", Blue);
if (iMA(symbol,0,207,0,MODE_EMA,PRICE_LOW,i)<iMA(symbol,0,356,0,MODE_EMA,PRICE_MEDIAN,i)+270*Point) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 11, "Impact", Gray);
if (MathAbs(Close[i]-iMA(symbol,0,120,0,MODE_SMA,PRICE_MEDIAN,i))>150*Point) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 11, "Impact", clrNONE);
if (Low[i]<E8[i] &&Close[i]<High[i]-(High[i]-Low[i])/2) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 16, "Impact", Red);
if (Low[i]>E8[i] && Close[i]>Low[i]+(High[i]-Low[i])/2) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 16, "Impact", DarkGreen);
if (ucount[i]==4 && High[i]<High[i+1] && Low[i]>Low[i+1] && Close[i+1]>E8[i+1]) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 16, "Impact", DarkGreen);
else if (ucount[i]==4 && High[i]<High[i+1] && Close[i]<High[i+1]) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 16, "Impact", DarkGreen);
if (ucount[i]==5) {ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 31, "Impact", Blue);
if (iMA(symbol,0,207,0,MODE_EMA,PRICE_LOW,i)<iMA(symbol,0,356,0,MODE_EMA,PRICE_MEDIAN,i)+270*Point) ObjectSetText("Counteru"+IntegerToString(i), IntegerToString(ucount[i]), 31, "Impact", Gray);
}
}
if (ucount[i]==4) {
if (MathAbs(Close[i]-E8[i])>150*Point) {
ObjectDelete("Counterp");
ObjectCreate("Counterp", OBJ_TEXT, 0, Time[20], Close[0]-40*Point);
ObjectSetText("Counterp", "Sell: "+DoubleToStr(NormalizeDouble(Close[i],4),4), 21, "Impact", Maroon);
if (iMA(symbol,0,207,0,MODE_EMA,PRICE_HIGH,i)>iMA(symbol,0,356,0,MODE_EMA,PRICE_MEDIAN,i)-270*Point) ObjectSetText("Counterp", "Sell: "+DoubleToStr(NormalizeDouble(Close[i],4),4), 21, "Impact", Gray);
}
else if (MathAbs(Close[i]-iMA(symbol,0,120,0,MODE_SMA,PRICE_MEDIAN,i))>150*Point){
ObjectDelete("Counterp");
ObjectCreate("Counterp", OBJ_TEXT, 0, Time[20], Close[0]-40*Point);
ObjectSetText("Counterp", "Buy: "+DoubleToStr(NormalizeDouble(Close[i],4),4), 21, "Impact", Blue);
if (iMA(symbol,0,207,0,MODE_EMA,PRICE_LOW,i)<iMA(symbol,0,356,0,MODE_EMA,PRICE_MEDIAN,i)+270*Point) ObjectSetText("Counterp", "Buy: "+DoubleToStr(NormalizeDouble(Close[i],4),4), 21, "Impact", Gray);
}
}
if (ucount[i]>=5) dir[i]=1;
Candlestick flips and confirmations are good for shits & giggles & prompt hedging.
The real signal is RSI coming back from (the dead) a 2SD stretch.

Ominous looking is that 120 MA bowing down (blue).

My bony is over the boner.
Nemesis, the final challenge.
At this point I”m still thunking that this is going to fail either 1.0990 or 1.1032. My bet is on the latter.
What am I looking for exactly? A 10-15% sudden surge in energy within 15 minutes whilst searching the pockets above the belt (120SMA).

The little pocket of newly found energy would be able to afford you future volatility expansion.
As my coworker, whom responded “I don’t do much thinking on a Friday”, similarly I don’t do much living on a Friday.