Returns the Open Trade Equity, calculated for the current position if its instrument is a future.
Read-only property
Visual Basic |
---|
Public Property OTE As Double |
OTE represented as Double if the instrument is a future, 0 otherwise.
The value is calculated on the fly, basing on the values of current quotes of the position's instrument and prices/quantities of position's open trades.
Note: If the instrument is not subscribed, this property returns invalid value.
See the usage of OTE property in the AccountChanged event's example section.