How can I replace this block in a different way? (re)draw trades on chart" block
-
Good evening,
I am currently converting an MT4 EA to MT5. In MT5 the
"(re)draw trades on chart" block
seems to be missing. Why? How can I replace this block in a different way?
Thank you!
-
@DragonZueloTrends the trade arrows are just standard arrow objects that you can find from the drop-down menu, the dotted line is a standard trend line. So its possible to make this manually by looping through your position history and drawing the objects. Not easy though.
Technically you can also take the source code of that mql4 block and manually convert it to mql5 format in the fxdreema studio.