Bunch of unwanted stuff that the EA draws
-
I have noticed that all my EAs draw some of unwanted stuff that I do not want it to draw on my charts at the bottom on the chart.
It draws things like:
- Spread and displays the spread.
- Status and displays the status.
- etc .etc
How do I get ride of all that?
-

-
Thanks for your reply. I will try to delete them using "Delete Objects"
But I am more interested to know why are they created? Nowhere in my EA I am creating them. Can I just stop it from being created? -
they are created by default with fxdreema ... until now there is no option in settings to hide it ... maybe admin can say more about this, try contact him

-
Yes, this is hard coded, but it can be easily disabled in the output code... just remove the call for DrawSpreadInfo() and DrawStatus().
I was too lazy to add some option to be able to disable this. I guess I personally think that the spread meter is actually a very good thing to have

-
I find it usefull
