AllowSendOrdersAlways: Difference between revisions

From MultiCharts
(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 edit summary
 
Line 18: Line 18:




 
[[Category:Attributes]]
[[Category:Data Information/General]]

Latest revision as of 13:40, 26 December 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