Difference between revisions of "AllowSendOrdersAlways"

From MultiCharts
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 18:21, 12 August 2014

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