Methods in com.jfx that throw ErrInvalidPriceParam |
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,
java.util.Date expiration,
long arrowColor)
Modification of characteristics for the previously opened position or pending orders. |
int |
MT4.orderSend(java.lang.String symbol,
TradeOperation cmd,
double volume,
double price,
int slippage,
double stoploss,
double takeprofit,
java.lang.String comment,
int magic,
java.util.Date expiration,
long arrowColor)
The main function used to open a position or place a pending order. |