Intersection of two trendlines
-
How can we make the intersection of two trendlines for buying condition?
-
I don't know really
I think that some extra code is needed for such thing, it's not available in the blocks -
try something like this:
https://fxdreema.com/shared/nKUwgnv9c

there can be bug, maybe you must add more control logic (possibility of false detection or fail) ... it is something what needs intensively testing and debugging ..
note: this example is only for buy and only if price crosses trendlines up (trendlines are placed manually, renamed as TL1 and TL2) .... after trade is entered, EA should delete these trendlines (I have not did it, you can) ...
-
Thank you for the information fxDreema and miro 1360.