Comment (ugly) block doesn't work on MT5
-
When using the 'Comment (ugly)' or the 'Comment' block on MT5 the text is not removed from the chart when the EA is removed. I hope this can be fixed soon.
-
can you show what you are talking about? I use those blocks a lot and have never experienced anything like that.
-
@l-andorrà
Does it happen every time? Sometime objects were not removed from the chart successfully due to malfunction of Deinit() processes.Such case requires manually deleting (all) objects, and then close and re-open the MT4/MT5
-
Yes, it happens all the time. Simply try this.
https://fxdreema.com/shared/6gw3QIC0c
Run it on the chart and then remove it. The text is still visible no matter what.
-
This is how it always was. But it sounds fair that the text should disappear when the EA is removed, and I don't see this causing someone problems, so I added this functionality.
In case someone wants to clear this text while the EA is working, just print an empty text. -
@fxDreema how can this be done ?
-
@fxDreema I didn't request to remove the text while the bot is running but only when it is removed, as it's happening now for MT4. I thought the 'normal' behaviour was what happens now on MT4.