Delay Exit indicator close?
-
Hello,
I use an exit indicator to close trades. Because my entry may not align with the exit indicator properties, I only want the exit to be active after the trade has been running for a while (e.g. 2 candles). What I have found is if the trade opens and the exit indicator is not aligned, it immediately closes the trade.
Is there a way to do this?
https://fxdreema.com/shared/pWYS9qI3e
I am using Renko bricks rather than candles if that makes a difference.
Thanks!
-
@jjtrader You can remove that 'pass' block. It is unnecessary. Then I recommend to substitute both 'if trade' blocks by this:

This is example is for buys opened two M15 candles ago.
-
Thank you I will give that a try. This sounds like it will work well for regular candles with timeframes. It would be nice if there was a way to use a condition for total number of candles (similar to "Bulls" or "Bears" in a row) in either direction to work with Renko.
Thanks agian! You are always so helpful!
-
@jjtrader If your renko candles are properly defined on the chart, all fxDreema blocks should work with them exactly as if they were standard candles.