Signal Properties |
The Signal type exposes the following members.
Name | Description | |
---|---|---|
Calculate |
When the signal is calculated.
| |
CalculatedTime |
Time when the signal/filter has been calculated (validated or not).
| |
ChartRange |
Bar/price range on the chart where the signal has been valdated.
| |
Description |
Textual description of validated signal.
| |
HasPrice |
True if the price of the signal will be used in the decision tree.
| |
IsReset |
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.
| |
MarketDataSource |
Type of market data processed by the signal.
| |
Name | ||
PartiallyVisibleMode |
Visibility of the signal in partially visible mode of the indicator.
| |
Strategy |
Parent strategy.
| |
Time |
Time when the signal has been validated.
|