StrategyAutomation (Class)
Defines the structure for a StrategyAutomation object.
The properties in this class reflect the settings found on the Automation tab of the Strategy Properties For All Strategies dialog when strategies are applied to a TradeStation chart.
Namespace: strategy
Properties
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Type | Description | |
AdoptRealWorldPosition | bool | True if fill logic is set to adopt the real-world position for the current account, otherwise false. | |
AllowBoxing | bool | True in boxing of value types is allowed. | |
AllowPartialFills | bool | True if fill logic is set to allow a partially filled order to remain in market, otherwise false. | |
HoldStopOrdersOnTSServer | bool | True if stop orders are always held on TS Stop server, otherwise false. | |
Mode | enum | Gets the strategy automation mode setting. See AutomationMode for a list of possible values. | |
ReplaceEntryLimitOrderDelay | int | Gets the number of seconds to delay replacing entry limit orders with market orders after strategy fill. | |
ReplaceEntryLimitOrders | bool | True if fill logic is set to replace entry limit orders with market orders, otherwise false. | |
ReplaceExitLimitOrderDelay | intr | Gets the number of seconds to delay replacing exit limit orders with market orders after strategy fill. | |
ReplaceExitLimitOrders | bool | True if fill logic is set to replace exit limit orders with market orders, otherwise false. | |
SendStopOrdersToTSServer | bool | True to allow stop orders to be sent to TS server, otherwise false to hold on local computer. | |
|
enum | Gets the strategy automation type setting. See AutomationType for a list of possible values. | |
WaitForUROutConfirm | bool | True if fill logic is set to wait for UROut confirmation before sending another entry order for the same signal, otherwise false. |
Inheritance Hierarchy
strategy.StrategyAutomation