×

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

ProcessMouseEvents

509 bytes added, 11:57, 24 February 2012
Created page with "Declares that the study processes mouse events. == Usage == <syntaxhighlight>[ProcessMouseEvents = LogicalValue]</syntaxhighlight>''' Where: ''<code>LogicalValue</code>'' -..."
Declares that the study processes mouse events.

== Usage ==
<syntaxhighlight>[ProcessMouseEvents = LogicalValue]</syntaxhighlight>'''

Where: ''<code>LogicalValue</code>'' - 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 ==
<syntaxhighlight>[ProcessMouseEvents = True];</syntaxhighlight>

[[Category:Attributes]]

Navigation menu