+1 888 340 6572

Commentary

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This reserved word sends the expression (or list of expressions) to the Expert Commentary window for whatever bar is selected on the price chart.

Usage

Commentary("My Expression") ;

Where:

My Expression is the numerical, text string or true/false expression that is to be sent to the Expert Commentary window. You can send multiple expressions, commas must separate them.

Example

The following will result in the string "This is one line of commentary" being sent to the commentary window. Any additional commentary sent will be placed on the same line.

Commentary("This is one line of commentary") ;