Out there stuff.
I’m trying to grasp the concept of an official starting point of a trend utilizing the halo of the Green River (E-9 Daily).
If it isn’t obvious by now, I just won’t take textbook definitions and explanations made by others. I have to figure out for myself. For real.
I want you to concentrate now on the UPTREND prints. They are not the mirrored condition of the DOWNTREND prints, which I had made earlier. The latter had filters in the shape of Bollinger Band (30 sample) and a swing high.

The UPTREND is looking for an RSI2 within the red band, a close within plus minus 10 pips of the lower guard rail and 800+ points volatility within the last 24 hours relative to the candle’s low & the results are interesting to say the least.

Yes, the whole wind is coming from the idea that Channeling is keeping out, so the keeping in may be a function of nearly the same location.
if (RSI2[i]>5 && RSI2[i]<10 && Close[i]>=guardraild[i]-100*Point && Close[i]<=guardraild[i]+100*Point && iHigh(symbol,0,iHighest(symbol,0,MODE_HIGH,24,i))-Low[i]>800*Point){
ObjectCreate("Nochiz"+IntegerToString(i), OBJ_TEXT, 0, Time[i+4], Close[i+1]-320*Point);
ObjectSetText("Nochiz"+IntegerToString(i), " UPTREND!!!", 46, "Impact", White);
ObjectCreate("Nochi"+IntegerToString(i), OBJ_TEXT, 0, Time[i+4], Close[i+1]-340*Point);
ObjectSetText("Nochi"+IntegerToString(i), "UPTREND!!!", 36, "Impact", DodgerBlue);
}
In a parallel universe there may be people that can appreciate my M.O. which is underlining filtering as the answer for trading.

