Can someone please help Stops not being entered
-
https://fxdreema.com/shared/Tz4kpdwTc
I'm trying to enter with limit orders on the break of a fractal with the stop loss on the other side of an opposite fractal. For example when an up fractal appears on the chart a pending order is placed above it with a stop loss under a down fractal that came before it.
the issue is that the down fractal doesn't have a specific candle id so im not sure how to make the ea look for the last visible fractal.
Does anyone know how I can do this?
Here's chart example of what I mean
-
You can chek the presence of the last fractal on chart by using this:

-
How can I make that the stop. is there a way to specify a range of candles for the candle id? like can I make it so it looks back at the last 30 candles and if there is a fractal there put the stop above that?
-
@pippusher618 Doing that is a whole project in itself. That cannot be done with one block only. If that is what you need I recommend you to find a custom indicator doing that and then import it to your fxDreema account.