Hello,
I'm usng drawTextRelative in my EFS code and have regular instances where a given price bar (the high or low) qualifies for two signals (at the same time) in which case...say two...indicator icons are overwriting each other.
Is there any code that I can include in the fuction drawTextRelative that would allow them to stack on each other?
current example of code:
drawTextRelative(0, low(0), "~", Color.red, null, Text.Center|Text.Top, "Arial", 20, gID());
Any help is much appreciated,
Thanks
gguindon
I'm usng drawTextRelative in my EFS code and have regular instances where a given price bar (the high or low) qualifies for two signals (at the same time) in which case...say two...indicator icons are overwriting each other.
Is there any code that I can include in the fuction drawTextRelative that would allow them to stack on each other?
current example of code:
drawTextRelative(0, low(0), "~", Color.red, null, Text.Center|Text.Top, "Arial", 20, gID());
Any help is much appreciated,
Thanks
gguindon
Comment