Click or drag to resize

RelativeToProfileSignal Class

Generates LONG direction if the price is above VWAP/StdDev/VAH of volume profile indicator. Generates SHORT direction if the price is below VWAP/StdDev/VAL of volume profile 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 RelativeToProfileSignal : Signal

The RelativeToProfileSignal type exposes the following members.

Constructors
  NameDescription
Public methodRelativeToProfileSignal
Initializes a new instance of the RelativeToProfileSignal class
Public methodRelativeToProfileSignal(Strategy, IVolumeProfileIndicator)
Initializes a new instance of the RelativeToProfileSignal class
Top
Properties
  NameDescription
Public propertyIsReversed
Reverses the direction if is True.
Public propertyRelativeToProfile
Profile level to use.
Public propertyVWAPType
Type of VWAP value.
Top
Methods
See Also