sellShortLimit() |
Top Previous Next |
sellShortLimit( symbol, quantity, limit [, route] [, expiry] )
Submit a limit order to broker.
Parameters
Usage
sellShortLimit( "IDC", 100, 19.00 ); sellShortLimit( getSymbol(), 200, 100.00, null, SB_GTC );
|