
like for timeframes i mean, that in backtest can do steps for find the best tf for a strategy

like for timeframes i mean, that in backtest can do steps for find the best tf for a strategy
Hi everyone from Italy! i worked a week on that (i'm not a programmer), and probably i've found a way for draw S/R based on Highest and Lowest close of candles.
logic is that
CandleClose20>CandleClose19
CandleClose20>CandleClose18
CandleClose20>CandleClose17
CandleClose20>CandleClose16 etc etc, until CandleClose1
so: draw line.
if not
CandleClose20>CandleClose19
CandleClose20>CandleClose18
CandleClose20>CandleClose17 no? so, pass on CandleClose19
and this logic repeat until CandleClose1.
i've tested on demo and seems that works but if someone try it and find some bugs please tell me, i would appreciate collaboration 
