Trail Class |
Namespace: MZpack.NT8.Algo
public class Trail : TrailBase
The Trail type exposes the following members.
| Name | Description | |
|---|---|---|
| Trail | Initializes a new instance of the Trail class | |
| Trail(Int32, Int32, Int32) | Initializes a new instance of the Trail class |
| Name | Description | |
|---|---|---|
| TrailAfterTicks |
Amount of ticks of profit to trail after.
| |
| TrailDistanceTicks |
Trailing distance in ticks.
| |
| TrailStepTicks |
Trailing step in ticks. If TrailStepTicks is set > 1 the stop loss order is approaching to current price.
|
| Name | Description | |
|---|---|---|
| GetTrailingPrice | (Overrides TrailBaseGetTrailingPrice(MarketPosition, Entry).) | |
| IsBeginTrailing | (Overrides TrailBaseIsBeginTrailing(MarketPosition, Entry).) | |
| IsTrailingStep | (Overrides TrailBaseIsTrailingStep(MarketPosition, Entry).) |