Entry Class |
Namespace: MZpack.NT8.Algo
public class Entry
The Entry type exposes the following members.
Name | Description | |
---|---|---|
Entry | Initializes a new instance of the Entry class | |
Entry(Strategy) | Initializes a new instance of the Entry class |
Name | Description | |
---|---|---|
BreakEvenAfterTicks |
Set to breakeven after this amount of ticks.
| |
BreakEvenPrice |
Breakeven price after the entry was set to breakeven.
| |
BreakEvenShiftTicks |
Amount of ticks to be added to BE stop-loss order. Positive shift means adding given amount of ticks as a profit.
| |
CancelLimitOrderType |
Cancel or not Limit order after the value CancelLimitOrderValue of this type has reached.
| |
CancelLimitOrderValue |
The value of type CancelLimitOrderType to cancel Limit order.
| |
EntryMethod |
Entry method or order type.
| |
HasPendingLimitOrder |
True if the entry has pending limit order(s). Valid only if EntryMethod = EntryMethod.Limit
| |
IsBreakEven |
True if entry can be set to breakeven.
| |
IsInBreakEven |
True if entry was set to breakeven.
| |
LimitEntryPriceChase |
Move or not pending Limit order tick by tick as price moves away until Limit order is filled or cancelled.
| |
LimitEntryShiftTicks |
Shift for limit entry order in ticks. This value will be added (for SHORT) or subtracted (for LONG) to the price generated by the pattern.
| |
ProfitTargetCalculationMode |
Stop loss for the entry in ticks.
| |
ProfitTargetPrice |
Profit target price for the entry.
| |
ProfitTargetTicks |
Profit target for the entry in ticks.
| |
Quantity |
Size of the entry in contracts.
| |
SignalName |
Unique name of the signal from which this entry is made.
| |
StopLossCalculationMode |
Calculation mode for stop-loss orders. Supported: Ticks, Price.
| |
StopLossPrice |
Stop loss price for the entry.
| |
StopLossTicks | ||
Strategy |
Parent strategy.
| |
Time |
The last time the underlying Ninja order changed state.
| |
Trail |
Trail object to set trailing stop loss for the entry.
|
Name | Description | |
---|---|---|
CancelPending |
Cancel pending entry order if any.
| |
GetProfitTargetValue | ||
GetStopLossValue | ||
SetProfitTarget | ||
SetStopLoss |