Love it Michaeldzmichaeldz » Thu Jul 23, 2015 6:45 am wrote:Big thanks to Slipshod for this great indicatorI have rewritten it a bit to allow visual "backtesting". Set Testing to true (or click the "Testing" button) and scroll the chart back. Zones will be recalculated and displayed like during live trading in the past.
And I have found one bug (I think) - in FastFractals and SlowFractalsshould beCode: Select all
if (counted > 0) limit = MathMin(BackLimit, MathMax(P, Bars - counted)); else limit = MathMin(BackLimit, Bars-1);Try SS_SupportResistance_v06 on M1 chart - leave it for some time. And then open a new M1 chart with the same pair and apply SS_SupportResistance_v06. It will show different zones.Code: Select all
limit = MathMin(BackLimit, Bars-1)
Best regards
Thank you
cheers
hannele