Click or drag to resize

BarDeltaSignal Class

Generates LONG for positive delta, generates SHORT for negative delta. The signal can be based on StrategyFootprintIndicator or StrategyVolumeDeltaIndicator.
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 BarDeltaSignal : Signal

The BarDeltaSignal type exposes the following members.

Constructors
  NameDescription
Public methodBarDeltaSignal(Strategy, StrategyFootprintIndicator)
Initializes a new instance of the BarDeltaSignal class
Public methodBarDeltaSignal(Strategy, StrategyVolumeDeltaIndicator)
Initializes a new instance of the BarDeltaSignal class
Top
Properties
  NameDescription
Public propertyIsReverse
Public propertyMinAbsDelta
Top
Methods
See Also