Could anyone please share a part of an MT5 EA project that creates drawings or comments on a chart
-
I haven't been able to get any object or comment to appear on a chart after a backtest. I don't need a whole project, just a branch that will definitely produce the output so I can see where I'm going wrong.
Thanks
-
Can you share your file or your project in order to understand where is your problem
-
Hi. This is about the simplest example I can make. The left and right should be compiled and run independently. I did it this way because I don't know the correct way to wire shapes or comments.
Neither of these produces and shapes or text in MT5 for me
-
@tonyramirez Objects cannot be drawn on indicators. You need to specify candles for its origin and destination.
-
I tried drawing it on an indicator, I tried without, I tried commenting, I've tried 50 things which don't work - which is why I'm asking repeatedly for someone to send me a couple of blocks of code where comments and drawings work so I can see what I'm doing wrong.