AllowSendOrdersAlways

From MultiCharts
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)
Jump to navigation Jump to search

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