+1 888 340 6572

ProcessMouseEvents

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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