Summary
The reason for closing the position.
Syntax
public sealed enum PositionCloseReason
Members
Name | Type | Summary |
---|---|---|
Closed | Field | Positions was closed by the trader. |
StopLoss | Field | Position was closed by the Stop Loss. |
StopOut | Field | Position was closed because the Stop Out level reached. |
TakeProfit | Field | Position was closed by the Take Profit. |