Enum TradePL
The classification of trade PLs.
Namespace: FFT.Oanda.Trades
Assembly: FFT.Oanda.dll
Syntax
public enum TradePL : int
Fields
Name | Description |
---|---|
NEGATIVE | An open trade currently has a negative (losing) unrealized P/L, or a closed trade realized a negative amount of P/L. |
POSITIVE | An open trade currently has a positive (profitable) unrealized P/L, or a closed trade realized a positive amount of P/L. |
ZERO | An open trade currently has unrealized P/L of zero (neither profitable nor losing), or a closed trade realized a P/L amount of zero. |