| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Method and Description |
|---|---|
double |
MT4.orderClosePrice()
Returns close price for the currently selected order.
|
Date |
MT4.orderCloseTime()
Returns close time for the currently selected order.
|
String |
MT4.orderComment()
Returns comment for the selected order.
|
double |
MT4.orderCommission()
Returns calculated commission for the currently selected order.
|
Date |
MT4.orderExpiration()
Returns expiration date for the selected pending order.
|
double |
MT4.orderLots()
Returns amount of lots for the selected order.
|
int |
MT4.orderMagicNumber()
Returns an identifying (magic) number for the currently selected order.
|
double |
MT4.orderOpenPrice()
Returns open price for the currently selected order.
|
Date |
MT4.orderOpenTime()
Returns open time for the currently selected order.
|
void |
MT4.orderPrint()
Prints information about the selected order in the log in the following format: ticket number; open time; trade operation; amount of lots; open price; Stop Loss; Take Profit; close time; close price; commission; swap; profit; comment; magic number; pending order expiration date.
|
double |
MT4.orderProfit()
Returns the net profit value (without swaps or commissions) for the selected order.
|
double |
MT4.orderStopLoss()
Returns stop loss value for the currently selected order.
|
double |
MT4.orderSwap()
Returns swap value for the currently selected order.
|
String |
MT4.orderSymbol()
Returns the order symbol value for selected order.
|
double |
MT4.orderTakeProfit()
Returns take profit value for the currently selected order.
|
int |
MT4.orderTicket()
Returns ticket number for the currently selected order.
|
int |
MT4.orderType()
Returns order operation type for the currently selected order.
|