![]() | MZpack.NT8.Algo Namespace |
Class | Description | |
---|---|---|
![]() | ChartButton | |
![]() | ChartRange | |
![]() | DashboardGridViewItem | |
![]() | DashboardView | |
![]() | DecisionTreeException |
Base abstract class for any MZpack decision tree exception.
|
![]() | DecisionTreeInvalidStructureException |
Invalid structure of the decision tree exception.
|
![]() | DecisionTreeSignalChartRangeIsInvalidException |
Chart range of validated signal/filter is null exception. Throws when ChartRange for a signal/filter was not assigned in Signal.OnCalculate() while using tree range.
|
![]() | DecisionTreeSignalChartRangeIsNullException |
Chart range of validated signal/filter is null exception. Throws when ChartRange for a signal/filter was not assigned in Signal.OnCalculate() while using tree range.
|
![]() | Entry |
Entry item of a trading position.
|
![]() | FiltersTree |
The decision tree class containing signal and logical nodes. Used to organize filters of a strategy.
|
![]() | LogicalNode |
Logical And/Or node of signals tree.
|
![]() | MZpackStrategyBase |
Base abstract class for any MZpack API based strategy.
|
![]() | Node |
Base abstract class for any node of decision tree.
|
![]() | PanelIndicator | |
![]() ![]() | Pattern |
Trading pattern class for using in a MZpack algorithmic strategy.
|
![]() | Position |
Algorithmic position of a strategy. You never create this object.
|
![]() ![]() | Range |
Range for signals/filters decision tree.
|
![]() | Signal |
Base class for any signal of a pattern.
|
![]() | SignalsTree |
The decision tree class containing signal and logical nodes. Used to organize signals of a strategy.
|
![]() | Strategy |
Base abstract class for trading strategy. Implements basic trading logic and position management.
|
![]() | StrategyIndicator | |
![]() | Trail |
Class to trail an entry.
|
Delegate | Description | |
---|---|---|
![]() | OnCreateAlgoStrategyDelegate |
Delegate for creating MZpack Algo strategy object.
|
![]() | OnCreateIndicatorsDelegate |
Delegate for creating list of MZpack indicators objects.
|
![]() | OnMarketDepthDelegate |
Delegate for market depth data handler of a strategy. See OnMarketDepthHandler property of MZpackStrategyBase class.
|
![]() | OnTickDelegate |
Delegate for tick data handler of a strategy. See OnEachTickHandler, OnBarCloseHandler properties of MZpackStrategyBase class.
|
Enumeration | Description | |
---|---|---|
![]() | EntryMarkup | |
![]() | EntryMethod |
Entry method (order type) for the entry.
|
![]() | Logic |
And/Or logic. Used eg. in logical node of decision tree.
|
![]() | LogLevel |
How to manage opened position when opposite pattern occurred.
|
![]() | LogTarget |
Log target.
|
![]() | MarketDataSource |
Market data source for signal/filter. We can use signal/filters based on order flow (Level1) or DOM (Level2).
|
![]() | OppositePatternAction |
How to manage opened position when opposite pattern occurred.
|
![]() | PositionState |
State of algorithmic position of a strategy.
|
![]() | SignalCalculate |
How to calculate signal/filter.
|
![]() | SignalDirection |
Signal/filter direction.
|
![]() | StrategyOperating |
Operating mode of the strategy
|