@l-andorrà this is how I go with the EA: https://fxdreema.com/shared/eaZmdjpne
Posts made by kratos
-
RE: Draw line last fractal? MT5posted in Questions & Answers
-
RE: Draw line last fractal? MT5posted in Questions & Answers
@kratos this is how I go with the EA: https://fxdreema.com/shared/eaZmdjpne
-
RE: Draw line last fractal? MT5posted in Questions & Answers
@l-andorrà Hi, thanks for your help. In point 2, the EA was not working well. It only showed me the last fractals of the timeframe I was looking at....now with the modifications I made I managed to get the EA to show me the last fractals of H4. Regarding point 1, I understand that I should not place stop loss in the "buy now" block but I am not sure how I should store the value of the last fractal and change it when a new one appears. Should I create two more variables?
-
RE: Draw line last fractal? MT5posted in Questions & Answers
This is how I go with the construction of the EA: https://fxdreema.com/shared/SLn8FY58e .I have some problems:
-
When the EA opens a buy operation, it does not place a stop loss (I want to place the stop loss below the last low fractal)
-
In the comments that I place on the graph I see that it shows me the last 15 minute fractals but I want it to show me the last 4 hour fractals.
-
My idea is that based on the last 4-hour high fractal, if the price exceeds it, open a buy operation on the 15-minute chart, which is the timeframe where I operate
thanks for your help
-
-
Draw line last fractal? MT5posted in Questions & Answers
Hello everyone. Friends, I am trying to create an MT5 EA that draws a horizontal line at the maximum price of a 4-hour UP fractal and at the minimum price of a 4-hour DOWN fractal. This to take operations in a 15 minute timeframe. So far the only thing I have done is create two variables: fractal_up=0 and fractal_down=0. How can I make the lines I want drawn?