python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Only one Order get submitted on Interactive Brokers using ib_insync and sanic and Ngrok
After one order is automatically placed, no subsequent orders are placed until I restart the app. So for example, the above code would buy AAPL if there was a buy alert, but if I leave it running and ...
lenza
Votes: 0
Answers: 0
When retrieve historical data with library "ib_insync", time period of one bar is incorrect
The time interval of reqHistoricalData is incorrect, it cannot retrieve data for every 5 seconds "barSizeSetting='5 secs'" but when retrieve data with reqRealTimeBars, data can be retrieved ...
madeinQuant
Votes: 0
Answers: 2
IB API - Cancel historic market data request if no data received
I am doing historic market data requests for several stocks. I often get the problem, that my loop through a ticker id list stops at a certain point and doesn't go any further. There is also no error ...
micastik
Votes: 0
Answers: 1
Problem with backtrader live Gold (XAUUSD) data from IB (Interactive Brokers)
Backtrader works fine with live data of IB (Interactive Brokers) through TWS, but when I want to trade on gold commodity (XAUUSD), it cannot receive the data.
the python code is:
data = store.getdata(...
Amir Alikhani
Votes: 0
Answers: 1