AllowSendOrdersOnTick
From MultiCharts
Toggles tick by tick intra-bar order generation.
Usage
[AllowSendOrdersOnTick = LogicalValue]
Where:
- LogicalValue - a true/false value; True = Enable; False = Disable.
Notes
Attributes are applied at the time of compilation and cannot be changed at run-time. Not supported in Portfolio Trader.
Example
Enable intra-bar order generation on every tick:
[AllowSendOrdersOnTick = True];