Generic Broker: buyStop()

ICE Data Services -

buyStop()
Previous  Top  Next

buyStop( symbol, quantity, stop [, route] [, expiry] )
Submit a stop order to broker.

Parameters

symbol
the symbol for which to initiate the trade
quantity
the number of shares/contracts
stop
the stop price
route
optional. the route or exchange for the trade (broker specific)
expiry
optional. expiration for the order:

SB_DAY
SB_GTC
SB_IOC



Usage

buyStop( "IDC"10015.00 ); 
buyStop( getSymbol(), 
20098.75null, SB_GTC );

 

Interactive Broker Examples

 

buyStop(getSymbol(), 100, 15.00);  // Equities

buyStop(getSymbol(), 1, 1925.25, "GLOBEX", "200506");  // Futures