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 | |
|
|
BuySell | enum | Gets the order action of the signal. See BuySellType for a list of possible values. |
|
|
EntryExit | enum | Gets the type of entry or exit. See EntryExitType for a list of possible values. |
|
|
|
string | Gets the name of the order for the signal. |
|
|
OrderDirection | enum | Gets the order direction of the signal. See StrategyOrderDirection for a list of possible values. |
|
|
StopLimit | enum | Gets the strategy order type of the signal. See StrategyOrderType for a list of possible values. |
|
|
StrategyIndex | int | Gets the index number of the strategy. |
|
|
TypeOfStop | enum | Gets the stop type for the signal with a stop. See StopType for a list of possible values. |
Inheritance Hierarchy
strategy.Signal