Methods in com.jfx that throw ErrInvalidTicket |
boolean |
MT4.orderClose(int ticket,
double lots,
double price,
int slippage,
long arrowColor)
Closes opened order. |
boolean |
MT4.orderCloseBy(int ticket,
int opposite,
long arrowColor)
Closes an opened order by another opposite opened order. |
boolean |
MT4.orderDelete(int ticket,
long arrowColor)
Deletes previously opened pending order. |
boolean |
MT4.orderModify(int ticket,
double price,
double stoploss,
double takeprofit,
java.util.Date expiration,
long arrowColor)
Modification of characteristics for the previously opened position or pending orders. |