EnableTextOutput
- allows to enable or disable text output

Miscellaneous functions
(AmiBroker 4.20)


SYNTAX EnableTextOutput( mode )
RETURNS NOTHING
FUNCTION Enables or disables text output in commentary/interpretation/report charts.

mode parameter has the following meaning:

  • 0 - disable output of string literals and assignment in interpretation/commentary
  • 1 - enable output of string literals and assignment in interpretation/commentary
  • 2 - reserved for future use
  • 3 - enable HTML text output in Report Charts (See Profit Table.afl for example code)
EXAMPLE
SEE ALSO

References:

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

More information:

See updated/extended version on-line.