+1 888 340 6572

AllowSendOrdersOnMouseEvents

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.

Toggles intra-bar order generation on mouse events.

Usage

[AllowSendOrdersOnMouseEvents = LogicalValue]

Where:

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

A script continues to be calculated on a mouse event if [ProcessMouseEvents=true], but does not generate orders intra-bar if AllowSendOrdersOnMouseEvents = False.

Notes

Attributes are applied at the time of compilation and cannot be changed at run-time.

Example

Enable intra-bar order generation on mouse click event:

[AllowSendOrdersOnMouseEvents = True];