sellShortStopLimit() |
Top Previous Next |
sellShortStopLimit( symbol, quantity, stop, limit [, route] [, expiry] )
Submit a stop/limit order to broker.
Parameters
Usage
sellShortStopLimit( "IDC", 100, 15.00, 14.50 ); sellShortStopLimit( getSymbol(), 200, 98.75, 98.00, null, SB_GTC ); |