×

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.

СheckСommentary - MultiCharts
Open main menu

СheckСommentary

Revision as of 15:11, 19 March 2012 by Roman MultiCharts (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

CheckCommentary

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:

If CheckCommentary Then Begin
{Your Code Here}
End;