-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
data = IBData(host='127.0.0.1', port=7497, clientId=2, name="GOOG", # Data name dataname='GOOG', # Symbol name secType='STK', # SecurityType is STOCK exchange='SMART',# Trading exchange IB's SMART exchange currency='USD', # Currency of SecurityType fromdate = dt.datetime(2016, 1, 1), todate = dt.datetime(2018, 1, 1), historical=True, what='TRADES', )
The code will hang on there on second run if clientId is not changed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels