Fractal indicator
-
Hello,
I have been reading solution to get fxdreema to identify the fractal signal. Up until now I couldn't get it to work.
Can you please help on placing pending orders at the fractal arrows up/down?Thank you in advance
-
The fractal signal needs to be checked on candle ID 2, not 0 which is default.
Reason: For example, fractal UP needs formation where one candle (ID2) is higher than the candles around it so the candle after highest (ID1) needs to be completed before the condition is true.Hope this helps you.
-
__The fractal signal needs to be checked on candle ID 2, not 0 which is default.
Reason: For example, fractal UP needs formation where one candle (ID2) is higher than the candles around it so the candle after highest (ID1) needs to be completed before the condition is true.Hope this helps you.[/quote:i16l7j9l]
Thank you roar,
some times the fractal level show up among 2 to 4 bars. This will give an unreliable signal. -
I have tried and works with ID 3 but I still see untenability. Any idea how to have a functional fractal breakout EA with fxdreema?
-Pending orders at up/down fractals.