Strategy (Class)

Defines the structure for a strategy object.

Properties in this class reflect the settings found on the Calculation tab of the Format Strategy dialog for a specific strategy 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
Public property EntryIOGType enum Gets the intra-bar order generation entry type setting for the strategy.  See IOGType for a list of possible values.
Public property ExitIOGType enum Gets the intra-bar order generation exit type setting for the strategy.  See IOGType for a list of possible values.
Public property IntraBarOrderGeneration bool True if Enable intra-bar order generation is selected for the strategy, otherwise False.
Public property MaxEntryIOGCount int Gets the value associated with entries allowed per bar.
Public property Name string Gets the name of the strategy.