Indicator comment overlapping EA comment?

Post Reply
ummdav1d
Posts: 2
Joined: Wed Jul 25, 2012 8:40 am

Indicator comment overlapping EA comment?

Post by ummdav1d »

Hey, I have an indicator that displays a comment of a few lines in the top left (I guess that's the default spot). Then I have an EA I'd like to use in conjunction with that indicator, but the EA displays a comment line in the same spot. The EA comment will only display if the indicator isn't there. I tried bumping the start of the indicator comment down a line with '\n,' but that doesn't do it. So I suppose tabbing one or the other over won't do it either. Anyone know how I get get both to display?

Thanks for any help!
dietcoke
Trader
Posts: 162
Joined: Tue Nov 15, 2011 9:59 pm

Re: Indicator comment overlapping EA comment?

Post by dietcoke »

ummdav1d wrote:Hey, I have an indicator that displays a comment of a few lines in the top left (I guess that's the default spot). Then I have an EA I'd like to use in conjunction with that indicator, but the EA displays a comment line in the same spot. The EA comment will only display if the indicator isn't there. I tried bumping the start of the indicator comment down a line with '\n,' but that doesn't do it. So I suppose tabbing one or the other over won't do it either. Anyone know how I get get both to display?

Thanks for any help!
Empty4 only has the capacity to hold one screen comment at a time.

You would have to rewrite one of your comments as a Text object
Image
ummdav1d
Posts: 2
Joined: Wed Jul 25, 2012 8:40 am

Re: Indicator comment overlapping EA comment?

Post by ummdav1d »

Thanks a lot dietcoke.
Post Reply

Return to “Coders Hangout”