×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

Commentary

719 bytes added, 14:36, 19 March 2012
Created page with "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''' <syntaxhighlight..."
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'''
<syntaxhighlight>
Commentary("My Expression") ;
</syntaxhighlight>

''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.
<syntaxhighlight>
Commentary("This is one line of commentary") ;
</syntaxhighlight>

[[Category:Expert Commentary]]

Navigation menu