| LogicalNode Class |
Logical And/Or node of signals tree.
Inheritance Hierarchy
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public class LogicalNode : Node
The LogicalNode type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Logic |
Logic of the node.
|
TopMethods
| Name | Description |
---|
| CheckSyntax | (Overrides NodeCheckSyntax.) |
| Clone | (Overrides NodeClone.) |
| GetLegendText | (Overrides NodeGetLegendText.) |
| GetLogDescription | (Overrides NodeGetLogDescription.) |
| GetMarketDataSources | |
| GetRange | (Overrides NodeGetRange(ChartRange).) |
| HasOnEachTickSignal | |
| HasResetSignal | |
| OnCalculate(MarketDataEventArgs, Int32, SignalDirection) | (Overrides NodeOnCalculate(MarketDataEventArgs, Int32, SignalDirection).) |
| OnCalculate(MarketDepthEventArgs, Int32, SignalDirection) | (Overrides NodeOnCalculate(MarketDepthEventArgs, Int32, SignalDirection).) |
| OnMarketEvent | (Overrides NodeOnMarketEvent(Object, MarketDataSource, Boolean, SignalDirection).) |
| OnPatternValidated | (Overrides NodeOnPatternValidated.) |
| ToLegendView | (Overrides NodeToLegendView(DashboardLegendView, DashboardLegendViewItem, Int32).) |
TopSee Also