You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Hi, is there a way to specify the tickerId when calling reqHistoricalData? The native IB API supports the argument, however ib_insync appears to not. It is breaking my ability to make multithreaded requests for candlestick data as IB wants a unique ID for each call.
Error 322, reqId 3: Error processing request.-'bX' : cause - Duplicate ticker ID for API historical data query, contract: Crypto(symbol='ETH', exchange='PAXOS')
Error 322, reqId 3: Error processing request.-'bX' : cause - Duplicate ticker ID for API historical data query, contract: Crypto(symbol='BTC', exchange='PAXOS')
Error 322, reqId 3: Error processing request.-'bX' : cause - Duplicate ticker ID for API historical data query, contract: Crypto(symbol='BCH', exchange='PAXOS')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, is there a way to specify the tickerId when calling reqHistoricalData? The native IB API supports the argument, however ib_insync appears to not. It is breaking my ability to make multithreaded requests for candlestick data as IB wants a unique ID for each call.
reqHistoricalData(contract, endDateTime, durationStr, barSizeSetting, whatToShow, useRTH, formatDate=1, keepUpToDate=False, chartOptions=[], timeout=60)
Beta Was this translation helpful? Give feedback.
All reactions