|
|
|
unitEntryDate[ ]
|
|
the entry date of the unit
|
unitEntryTime[ ]
|
|
the entry time of the unit
|
unitEntryDayIndex[ ]
|
|
the day index of the entry
|
unitEntryOrder[ ]
|
|
the order price for the unit
|
unitEntryFill[ ]
|
|
the fill price for the unit
|
unitQuantity[ ]
|
|
the quantity for the unit
|
unitExitStop[ ]
|
|
the exit stop for the unit as set by the original broker function call, or set by SetExitStop
|
unitNoExitStop[ ]
|
|
returns true if there is no exit stop set for the unit. Useful for cleaner reporting.
|
unitExitLimit[ ]
|
|
the exit limit for the unit as set by SetExitLimit
|
unitEntryRisk[ ]
|
|
the entry risk for the unit adjusted by the fill price
|
unitProfit[ ]
|
|
the open profit of the trade, net of commissions etc, in instrument currency.
|
unitRollProfit[ ]
|
|
the accrued closed profit of the futures trade for all rolls, in base currency.
|
unitRollCommission[ ]
|
|
the accrued commission of the futures trade from all rolls, in base currency.
|
unitRollSlippage[ ]
|
|
the accrued slippage of the futures trade from all rolls, in base currency.
|
unitCommission[ ]
|
|
the computed commission that will be applied to the trade when the position exits.
|
unitCustomCommission[ ]
|
|
the accrued custom commission added to the instrument through the use of the AddCommission function.
|
unitCarry[ ]
|
|
the total carry cost of the unit for forex trades.
|
unitBarsSinceEntry[ ]
|
|
the number of bars since the entry of this unit
|
unitCustomValue[ ]
|
|
the custom value as set through scripting into the unit, or the order that created the unit. Float value.
|
unitRuleLabel[ ]
|
|
the rule label as set through scripting into the unit, or into the order that created the unit. String value.
|
unitMaxFavorableExcursion[ ]
|
|
the maximum favorable excursion of the unit
|
unitMaxAdverseExcursion[ ]
|
|
the maximum unfavorable excursion of the unit
|
unitMinFavorableExcursion[ ]
|
|
the minimum favorable excursion of the unit
|
unitDeliveryMonth[ ]
|
|
the delivery month (YYYYMM) of the unit
|