Difference between revisions of "ProcessMouseEvents"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Declares that the study processes mouse events. == Usage == <syntaxhighlight>[ProcessMouseEvents = LogicalValue]</syntaxhighlight>''' Where: ''<code>LogicalValue</code>'' -...")
 
Line 4: Line 4:
 
<syntaxhighlight>[ProcessMouseEvents = LogicalValue]</syntaxhighlight>'''
 
<syntaxhighlight>[ProcessMouseEvents = LogicalValue]</syntaxhighlight>'''
  
Where: ''<code>LogicalValue</code>'' - a true/false value; True = Enable; False = Disable
+
Where:
 +
 
 +
:'''<code>LogicalValue''' - a true/false value; True = Enable; False = Disable
  
 
== Note ==
 
== Note ==

Revision as of 18:24, 3 March 2017

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];