The formula shown is intended to catch the time in an uptrend after the share
has had a countertrend movement and the share is now resuming the original
trend movement. Visually one would draw a downtrendline from the high peak of
the share to the lower high of the descending peak. It is hoped that in the
majority of cases the formula will catch the down trendline break upwards.
Cross(Atan(H,Peak(2,H,3.5)),Atan(Peak(1,C,6),Peak(2,C,6))) AND
When(Atan(H,Peak(2,H,3.5)),>,Ref(Atan(H,Peak(2,H,3.5)),-1))