AllowSendOrdersAlways
From MultiCharts
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