Interface: ExitLevelTemplate
Charting Library.ExitLevelTemplate
Describes a specific exit level (bracket) for an order or position. Used when BrokerConfigFlags.supportMultipleExitLevels is enabled.
Hierarchy
-
↳
ExitLevelTemplate
Properties
guaranteedStop
• Optional guaranteedStop: number
Guaranteed stop loss price.
Inherited from
id
• id: string
Unique identifier for the exit level.
Inherited from
isExisting
• Optional isExisting: boolean
Indicates whether the exit level already exists.
Default
true
Inherited from
qty
• qty: number
Quantity to close at this level.
Inherited from
slParentPricePercent
• Optional slParentPricePercent: number
slPips
• Optional slPips: number
slRiskInPercent
• Optional slRiskInPercent: number
stopLoss
• Optional stopLoss: number
Stop loss price.
Inherited from
takeProfit
• Optional takeProfit: number
Take profit price.
Inherited from
tpParentPricePercent
• Optional tpParentPricePercent: number
tpPips
• Optional tpPips: number
tpRiskInPercent
• Optional tpRiskInPercent: number
trailingStopPips
• Optional trailingStopPips: number
Trailing stop value in pips.