loop
-
I want to compare two parameters in a range of candles and put the result in a variable.
if output for each candle of the range is below a constant number, it draw a box around those candles -
That's not a trivial thing to do. Could you please provide some more detailed info? Could you share an example?
-
@ChatraH
here is my example
https://fxdreema.com/shared/nfBijhIqb -
@l'andorrà please help me
-
The problem with that logic is that you will search for a limited number of candles in the past. Is that what you need? If you select Cycle=5, the bot will only search for that range in the previous 5 candles only.