PlotText
|
Indicators |
SYNTAX | PlotText( ''text'', x, y, color, bkcolor = colorDefault, yoffset = 0 ) |
RETURNS | NOTHING |
FUNCTION | This function writes text in specified co-ordinates.
where:
If bkcolor is NOT specified (or equal to colorDefault) text is written with TRANSPARENT background, any other value causes solid background with specified background color. |
EXAMPLE | Plot(C,"Price", colorBlack, styleLine ); |
SEE ALSO | PLOT() function , PlotTextSetFont() function |
The PlotText function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.