×

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
Open main menu

Changes

СheckСommentary

518 bytes added, 15:11, 19 March 2012
Created page with "Returns True after left click on a chart with the Expert Commentary pointer on the specified bar. False is returned if the pointer has not been inserted, or if the pointer was..."
Returns True after left click on a chart with the Expert Commentary pointer on the specified bar. False is returned if the pointer has not been inserted, or if the pointer was inserted on a different bar.

'''Usage'''
<syntaxhighlight>
CheckCommentary
</syntaxhighlight>

'''Example'''
If you only wanted code to be evaluated for the bar where the user had inserted the Expert Commentary Tool, you could use the following syntax:
<syntaxhighlight>
If CheckCommentary Then Begin
{Your Code Here}
End;
</syntaxhighlight>