AddTextColumn
- add text exploration column

Exploration / Indicators
(AmiBroker 3.80)


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

Comments:

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.

References:

The AddTextColumn function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.