finding the lowest price between two candles
-
I want to find the lowest price between Entry and Exit where in Entry rsi crosses down 40 and in Exit rsi crosses up 40.
i dont know how to do it.
-
You need a custom loop to do that. Are you familiar with custom loops?
-
@l-andorrà i can make a loop. but not sure about custom loop. may i ask you to help more?
-
Basically you need a loop searching for two candles in the past: One to confirm the crossing up and another one for the crossing down. Once you get those candle IDs, you can use a standard modify variables block to find that lowest price.
-
@l-andorrà is it possible to show me on fxdreema?
-
@l-andorrà is it possible to show me practically on fxdreema site (by blocks)?
-
@l-andorrà the problem is i cants find the candle ID.
-
I see you marked the thread as solved. Did you make it?