PlotTextSetFont
|
Basic price pattern detection |
SYNTAX | PlotTextSetFont( ''text'', ''fontname'', pointsize, x, y, color, bkcolor = colorDefault, yoffset = 0 ) |
RETURNS | NOTHING |
FUNCTION | This function writes text in specified co-ordinates using specified font
where:
The function also sets font for all subsequent calls to PlotText(). |
EXAMPLE | Plot(C, "Price", colorDefault ); |
SEE ALSO | PlotText() function |
The PlotTextSetFont function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.