Page 1 of 1

draw a descriptive label for each row of dots in an indicato

Posted: Oct 28 2012
by nuno-online
hello
I would like to draw a descriptive label for each row of dots in my indicator panel.
It is not an issue drawing the text to the right of the plot using DrawText but there is apparently no parameter to draw it to the left of the row (so that the label is always visible even if I scroll the price chart to the left).

Any good example out there or some sample code that could help me out?
Thanks!

Nuno

Re: draw a descriptive label for each row of dots in an indi

Posted: Oct 28 2012
by TJ
hello
I would like to draw a descriptive label for each row of dots in my indicator panel.
It is not an issue drawing the text to the right of the plot using DrawText but there is apparently no parameter to draw it to the left of the row (so that the label is always visible even if I scroll the price chart to the left).

Any good example out there or some sample code that could help me out?
Thanks!

Nuno
Look under the subsection for Arrow Text and Trendlines,
you should be able to find lots of example.

http://www.tradersxchange.com/

Re: draw a descriptive label for each row of dots in an indi

Posted: Oct 30 2012
by nuno-online
Thank you TJ

But all the examples under the subsection draw information in the chart but not in the indicator

Nuno

Re: draw a descriptive label for each row of dots in an indi  [SOLVED]

Posted: Oct 30 2012
by Henry MultiŠ”harts
Thank you TJ

But all the examples under the subsection draw information in the chart but not in the indicator

Nuno
Hello Nuno,

If you need to have the plot on the indicator series then you need to use the reserved words with _self:

Code: Select all

arw_new_self

Re: draw a descriptive label for each row of dots in an indi

Posted: Oct 31 2012
by nuno-online
Thank you Henri for the solution!

Nuno