Update info

Add superSymbol to IBridgePy documentation 4/8/2017

superSymbol(self, secType=None, symbol=None, currency=’USD’, exchange=’ ‘, primaryExchange=’ ‘, expiry=’ ‘, strike=-1, right=’ ‘, multiplier=-1, includeExpired=False) Create a security object by clearly defining every details. It can be used to define any securities/commodities that are available at IB. secType:  STK, OPT, FUT, IND, CASH; (FOP, BAG, NEWS upon request) symbol: Symbol of securities that are defined by IB […]

Add superSymbol to IBridgePy documentation 4/8/2017 Read More »

IBridgePy update information on 3/9/2017

Add a few easy-to-use functions: superSymbol( secType, symbol, currency, exchange, primaryExchange, expiry, strike, right, multiplier) Specify a security by more parameters reqHistParam(security, barSize, goBack, endTime, whatToShow, useRTH, formatDate): Specify a historical data request by more parameters calculate_profit(a_security): Calculate profit of a position. create_order(action, amount, security, orderDetails, ocaGroup, ocaType, transmit, parentId): Create orders with more parameters. It

IBridgePy update information on 3/9/2017 Read More »