AddTextColumn
|
Exploration / Indicators |
SYNTAX | AddTextColumn( string, name, format = 1.2, textColor = colorDefault, bkgndColor = colorDefault, width = -1 ) |
RETURNS | NOTHING |
FUNCTION | Adds a new text column to the exploration result list. The
column shows text and has a caption of name.
Next two parameters allow to modify text and background color. Width parameter allows to control pixel width of the column |
EXAMPLE | addtextcolumn( GroupID( 1 ), "The name of the group"); |
SEE ALSO | ADDCOLUMN() function |
Tomasz Janeczko 2005-08-10 06:35:35 | Please note that AddTextColumn takes single string as a parameter, so you can only display text that does NOT vary on bar-by-bar basis. |
The AddTextColumn function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.