Create fibonacci between two past up and down fractals.
-
I have tried, I can't seem to get it. I want to create Fibonacci retracement lines between the last two fractals, up and down. Please help.This is what I've done so far https://fxdreema.com/shared/NDzqfmLOc
-
as a first step to troubleshoot id remove variables and just use the indicator selection within the draw block
-
Thank you very much. Kindly let me know how to use only the latest fractal up or fractal down. Your help is very much appreciated
-
@jsauter86 How do I recognise the latest fractal up or down? I want to buy when candle close of the last candle is above fractal up, and vice versa. Pls I need your help.
-
@jaychyke You can store the value of the most recent fractal by using a variable like this:

You will need another variable for the last fractal down as you already did. What you need is to specify candle ID 3 instead.
-
@l-andorrà Thank ou so much.Let me put it into practice.
-
@l-andorrà There is a little improvement. EA is now recognising the last fractal, but without regard to whether it was fractal up or fractal down. https://fxdreema.com/shared/xbGqBBWJb. How do I proceed from here, please?
-
Thanks, everyone. I found the solution here https://fxdreema.com/shared/TOoRzlBHb. Special thanks to @turelforex and @l-andorrà