Click or drag to resize

BarIcebergsSignal Class

Generates LONG direction if there are icebergs on Bid side for the current bar. Generates SHORT direction if there are icebergs on Ask side for the current bar. MinIcebergVolume is used as a filter. If there are icebergs greater than MinIcebergVolume at both sides the resuilting direction is None. Signal is based on mzVolumeDelta 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 BarIcebergsSignal : Signal

The BarIcebergsSignal type exposes the following members.

Constructors
  NameDescription
Public methodBarIcebergsSignal
Initializes a new instance of the BarIcebergsSignal class
Public methodCode exampleBarIcebergsSignal(Strategy, StrategyVolumeDeltaIndicator)
Initializes a new instance of the BarIcebergsSignal class
Public methodBarIcebergsSignal(Strategy, StrategyVolumeDeltaIndicator, SignalCalculate)
Initializes a new instance of the BarIcebergsSignal class
Top
Properties
  NameDescription
Public propertyMinIcebergVolume
Minimal iceberg volume.
Top
Methods
See Also