SignalsTree Class |
Namespace: MZpack.NT8.Algo
public class SignalsTree : ViewModelBase
The SignalsTree type exposes the following members.
Name | Description | |
---|---|---|
SignalsTree | Initializes a new instance of the SignalsTree class | |
SignalsTree(Strategy, Logic, Range, Boolean) | Initializes a new instance of the SignalsTree class |
Name | Description | |
---|---|---|
ChartRange |
Bar/price range on the chart where the tree has been valdated.
| |
HasOnEachTickSignal | ||
HasResetSignal | ||
Height |
Height of the tree.
| |
IsShortCircuitANDEvaluation |
If short-circuit evaluation used when evaluating logical AND nodes.
Set it to True if signals must be validated in the sequence they resided in the tree.
Set it to False if there is no sequence for the signals.
| |
Range |
Bar/price range where the tree must be valdated.
| |
Root |
Root node of the tree.
| |
Sources |
All data sources of signals in the tree.
| |
Strategy |
Parent strategy.
|
Name | Description | |
---|---|---|
Initialize | ||
IsSignalInRange |
Returns True if the signal is in range of parent tree.
| |
LogDescriptions |
Logs descriptions of signals in the tree. LogLevel must be LogLevel.PATTERN.
| |
OnMarketEvent | ||
OnPatternValidated | ||
Reset | ||
ToLegendView | ||
UpdateChartRange |