python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Interactive Brokers Python API - Executing multiple trades
I'm trying to create a program for a Python API to place multiple trades/market orders at once. I used a tutorial online to get some of this code and made a few changes. But, I am not able to place mu...
Parineeta Gengaje
Votes: 0
Answers: 1
Batch file does not run properly a loop in a python script
I have this script
from ib_insync import *
import pandas as pd
from tqdm import tqdm
util.startLoop()
ib = IB()
ib.connect('127.0.0.1', 7497, clientId=1)
data = {'Name': ['AAPL', 'TSLA', 'GOOG'...
Bogdan Titomir
Votes: 0
Answers: 1
IB API: Retrieving the prices for multiple stocks simultaneously
Based on stock news I would like to retrieve and store prices of specific stocks which have been identified. When news comes in, I would like to retrieve the price for a certain amount of time.
The is...
micastik
Votes: 0
Answers: 0
IB_insync - Sanic error after one successful order preventing any further orders
I'm writing an API using ib_insync, Sanic and ngrok to forward webhook signals from Tradingview onto Interactive Brokers. It works on only the first attempt and the following error is thrown preventin...
needfulmeerkat41954
Votes: 0
Answers: 6