Click or drag to resize

BarStopLossEntry Class

The entry with stop loss order relative to high/low of the choosen previous bar (stop loss bar). The profit target caluclation mode by default is Tick.
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 BarStopLossEntry : Entry

The BarStopLossEntry type exposes the following members.

Constructors
  NameDescription
Public methodBarStopLossEntry
Initializes a new instance of the BarStopLossEntry class
Top
Properties
  NameDescription
Public propertyStopLossBarsAgo
Bars ago for stop loss bar.
Public propertyStopLossShiftTicks
Shift from High/Low of the bar in ticks. Default is 1. ShiftTicks can be negative also.
Top
Methods
See Also