×

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.

AllowSendOrdersAlways - MultiCharts
Open main menu

AllowSendOrdersAlways

Revision as of 18:21, 12 August 2014 by BAV (talk | contribs) (Created page with "Attribute set to True allows order generation even when barstatus is not defined (-1 will be returned). == Usage == <syntaxhighlight>AllowSendOrdersAlways = LogicalValue</s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Attribute set to True allows order generation even when barstatus is not defined (-1 will be returned).

Usage

AllowSendOrdersAlways = LogicalValue

Where:

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

If the attribute is set to False, or not present in the study's code, it doesn't allow order generation when barstatus is not defined.

If the attribute is set to True, then allows generation even when barstatus = -1.

Example

Enable AllowSendOrdersAlways value:

AllowSendOrdersAlways = True