Click or drag to resize

TradesClusterSignal Class

Detects cluster of trades (group of trades) at the given side within given bar-price range. Signal is based on mzBigTrade indicator.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo.Signals
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class TradesClusterSignal : Signal

The TradesClusterSignal type exposes the following members.

Constructors
  NameDescription
Public methodTradesClusterSignal
Initializes a new instance of the TradesClusterSignal class
Public methodCode exampleTradesClusterSignal(Strategy, StrategyBigTradeIndicator, SignalDirection)
Initializes a new instance of the TradesClusterSignal class
Top
Properties
  NameDescription
Public propertyMinAggression
Aggression filter for trades.
Public propertyMinCount
Minimum number of trades in the cluster.
Public propertyMinVolume
Minimum volume in the cluster.
Public propertyRange
The range of trades. Trades POC prices are used for price range.
Public propertySide
The side of collected trades.
Public propertyTrades
Trades from the cluster.
Public propertyVolumeCountLogic
Logic to apply volume and count filters.
Top
Methods
  NameDescription
Public methodClone (Overrides Signal.Clone.)
Protected methodGetEntryPrice (Overrides SignalGetEntryPrice(Object, SignalDirection).)
Public methodOnCalculate (Overrides SignalOnCalculate(MarketDataEventArgs, Int32, SignalDirection).)
Public methodOnPatternValidated (Overrides Signal.OnPatternValidated.)
Protected methodReset (Overrides SignalReset(Boolean).)
Top
See Also