| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MT4.orderClose(int ticket,
double lots,
double price,
int slippage,
long arrowColor)
Closes opened order.
|
boolean |
MT4.orderModify(int ticket,
double price,
double stoploss,
double takeprofit,
Date expiration,
long arrowColor)
Modification of characteristics for the previously opened position or pending orders.
|
int |
MT4.orderSend(String symbol,
TradeOperation cmd,
double volume,
double price,
int slippage,
double stoploss,
double takeprofit,
String comment,
int magic,
Date expiration,
long arrowColor)
The main function used to open a position or place a pending order.
|