How to program this (fractal low/high close below/above) entry model
-
How can I program my EA to sell after price closes below the most recent fractal low and buy when price closes above the most recent fractal high. I'm new to fxdreema and I've tried the condition block but It just allows me to check if a candle close is below fractal low but what fractal low does it look at? Does it automatically look at the latest fractal low? I also used the condition block (shown below) but it didnt take any trades during backtesting.

? -
You will have to record the fractal as it happens, ID2 at the earliest, ID3 at the safest, this is because as candles print the ID changes, time is the best option because it's always correct, you can get an idea of how to use global variables to do this here: https://fxdreema.com/shared/ezvv7I5ab
-
-
Maybe @roar will see this and help, but I have never managed to get the fractal in a loop, not sure why but that is the reason I save the value to a global variable, https://fxdreema.com/shared/McJlvyG1c
-
@jstap Does it work each time you do it that way by setting fractals for Candle ID 2 or 3 ?
-
@jstap you are doing well, please how can I connect with your resources to get strategies that I can turn into a traditional bot
-
Click the link all is a is in their
-
@jstap 0k i will
But I cant get it to work. 