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!
Indicator comment overlapping EA comment?
-
dietcoke
- Trader
- Posts: 162
- Joined: Tue Nov 15, 2011 9:59 pm
Re: Indicator comment overlapping EA comment?
Empty4 only has the capacity to hold one screen comment at a time.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!
You would have to rewrite one of your comments as a Text object
-
ummdav1d
- Posts: 2
- Joined: Wed Jul 25, 2012 8:40 am
Re: Indicator comment overlapping EA comment?
Thanks a lot dietcoke.
