×

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.

AllowSendOrdersOnTimer - MultiCharts
Open main menu

AllowSendOrdersOnTimer

Revision as of 14:14, 14 February 2024 by Polly (talk | contribs) (Created page with "Toggles intra-bar order generation by RecalcLastBarAfter timer. == Usage == <syntaxhighlight>[AllowSendOrdersOnTimer = LogicalValue]</syntaxhighlight> Where: :'''Logic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Toggles intra-bar order generation by RecalcLastBarAfter timer.

Usage

[AllowSendOrdersOnTimer = LogicalValue]

Where:

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

A script continues to calculate on the RecalcLastBarAfter event, but does not generate orders intra-bar if AllowSendOrdersOnTimer = False.

Notes

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

Example

Enable intra-bar order generation on RecalcLastBarAfter event:

[AllowSendOrdersOnTimer = True];