|
LotOpenShort
Gets trade volume for sell operation.
double LotOpenShort(
|
Parameters
price
[in] Market entry price.
sl
[in] Stop Loss price.
Return Value
Trade volume (in lots) for sell operation.
Note
It gets trade volume for sell operation (CheckOpenShort(...) method of money management object).
Implementation
//+------------------------------------------------------------------+ |