×

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
Open main menu

Changes

AllowSendOrdersOnMouseEvents

668 bytes added, 14 February
Created page with "Toggles intra-bar order generation on mouse events. == Usage == <syntaxhighlight>[AllowSendOrdersOnMouseEvents = LogicalValue]</syntaxhighlight> Where: :'''LogicalValue..."
Toggles intra-bar order generation on mouse events.

== Usage ==

<syntaxhighlight>[AllowSendOrdersOnMouseEvents = LogicalValue]</syntaxhighlight>

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:

<syntaxhighlight>[AllowSendOrdersOnMouseEvents = True]; </syntaxhighlight>


[[Category:Attributes]]