Signal (Class)

Defines the structure for a signal object.

Namespace: strategy

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property BuySell enum Gets the order action of the signal.  See BuySellType for a list of possible values.
Public property EntryExit enum Gets the type of entry or exit.   See EntryExitType for a list of possible values.
Public property Name string Gets the name of the order for the signal.
Public property OrderDirection enum Gets the order direction of the signal.  See StrategyOrderDirection for a list of possible values.
Public property StopLimit enum Gets the strategy order type of the signal.  See StrategyOrderType for a list of possible values.
Public property StrategyIndex int Gets the index number of the strategy.
Public property TypeOfStop enum Gets the stop type for the signal with a stop.  See StopType for a list of possible values.