ProcessMouseEvents

From MultiCharts
Revision as of 11:57, 24 February 2012 by Admin (talk | contribs) (Created page with "Declares that the study processes mouse events. == Usage == <syntaxhighlight>[ProcessMouseEvents = LogicalValue]</syntaxhighlight>''' Where: ''<code>LogicalValue</code>'' -...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declares that the study processes mouse events.

Usage

[ProcessMouseEvents = LogicalValue]

Where: LogicalValue - a true/false value; True = Enable; False = Disable

Note

  • If this attribute is not present in the study's code, the indicator based in the mouse events will not be calculated.
  • Can be used only in signals and indicators

Example

[ProcessMouseEvents = True];