Click or drag to resize

BarHiLoTrail Class

Class to trail an entry. The base for trailing price is bar High for Short entry, and bar Low for Long entry.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class BarHiLoTrail : TrailBase

The BarHiLoTrail type exposes the following members.

Constructors
  NameDescription
Public methodBarHiLoTrail
Initializes a new instance of the BarHiLoTrail class
Top
Properties
  NameDescription
Public propertyBarsAgo
Set 0 for High/Low of the current bar; set 1 for High/Low of previous bar, etc.
Public propertyShiftTicks
Shift from High/Low of the bar in ticks. ShiftTicks can be negative also.
Top
Methods
See Also