Specifies whether TLEndDate is applied in Orders mode for this strategy
Choices
False - ignore TLEndDate in Orders mode (default)
True - use TLEndDate in Orders mode
Notes
By default, a strategy defined with both a TradeList and strategy rule formulas will play back the trade list to its end and then use the strategy rules to generate orders. This assumes that the trades in the trade list correctly define the current positions in the live account. TLEndDate, if present, is therefore ignored in Orders mode.
For situations when it's not practical to maintain a live trade list daily (e.g. no automated connection to a broker, too much work to do the data entry, etc.), OrdersUseTLEndDate: True allows the strategy rules to act as a proxy for the missing live trade records after the specified TLEndDate.