Click or drag to resize

Signal Properties

The Signal type exposes the following members.

Properties
  NameDescription
Public propertyCalculate
When the signal is calculated.
Public propertyCalculatedTime
Time when the signal/filter has been calculated (validated or not).
Public propertyChartRange
Bar/price range on the chart where the signal has been valdated.
Public propertyDescription
Textual description of validated signal.
Public propertyHasPrice
True if the price of the signal will be used in the decision tree.
Public propertyIsReset
True if the signal is re-calculated on relevant data event. Set it to False to keep the state of the signal after its validation. Note, that all signals in the tree will be reset after validation of the whole pattern.
Public propertyMarketDataSource
Type of market data processed by the signal.
Public propertyName
Public propertyPartiallyVisibleMode
Visibility of the signal in partially visible mode of the indicator.
Public propertyStrategy
Parent strategy.
Public propertyTime
Time when the signal has been validated.
Top
See Also