Click or drag to resize

VolumeProfileDeltaSignal Class

Generates Long direction for negative profie delta. Generates Short direction for positive profie delta. Signal is based on mzVolumeProfile indicator. The last profile is used.
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 VolumeProfileDeltaSignal : Signal

The VolumeProfileDeltaSignal type exposes the following members.

Constructors
  NameDescription
Public methodVolumeProfileDeltaSignal
Initializes a new instance of the VolumeProfileDeltaSignal class
Public methodCode exampleVolumeProfileDeltaSignal(Strategy, StrategyVolumeProfileIndicator)
Initializes a new instance of the VolumeProfileDeltaSignal class
Top
Properties
  NameDescription
Public propertyAbsMinDelta
Absolute minimal delta in profile.
Public propertyIsInverted
True if default direction of the signal is inverted.
Public propertyMaxRangeTicks
Maximal range of the profile in ticks. Set -1 for no limit.
Public propertyMinRangeTicks
Minimal range of the profile in ticks.
Public propertyMinVolume
Minimal volume in profile.
Top
Methods
See Also