-
Which API can my Python capture the message from IB? Right now, it prints to console directly and my program cannot know it.
Error 201, reqId 210: Order rejected - reason:Account is closed
Cancel…
-
Error 162, reqId 53050: Historical Market Data Service error message:No historical market data for CHF/CASH@FXSUBPIP Last 300, contract: Forex('CHFUSD', conId=12087802, exchange='IDEALPRO', localSymbo…
-
Noticed that IB().connect() always fails with `asyncio.exceptions.TimeoutError` the **very first time** it is called upon a fresh IBG/TWS start / re-start. The error occurs with and without providing …
-
I am working with a pyqt5 application with ib_insync. I am loading a set of open orders and showing them in a table one I press the connect button. Worked fine so far.
I increased the number of ope…
-
` $SCRIPT_PATH/run_backups`
Multiple and adjusted succeeded, then received AttributeError. Shortened output:
```
2021-03-28:2129.24 {'type': '', 'component': 'csvFuturesMultiplePricesData', 'in…
-
Linux Mint 20
My fork is level with 00fb385
pandas 0.25.2
matplotlib 3.3.3
PyYAML 5.3.1
numpy 1.19.4
scipy …
-
Hi Ewald! Thanks again for an awesome library.
I'm using reqHistoricalTicks() to get data prior to 'now', and the [docs for reqHistoricalTicks](https://ib-insync.readthedocs.io/api.html?highlight=r…
-
Linux Mint 20
[Status_Report.txt.zip](https://github.com/robcarver17/pysystemtrade/files/5793247/Status_Report.txt.zip)
My clone is level with a3b21fc
pandas 0.25.2
matplotlib 3.3.3
PyYAML 5.…
-
When contract is described as below, no order is submitted (
contract = ib_insync.contract.Contract(secType = 'STK', localSymbol = 'MSFT', exchange = 'SMART')
order = ib_insync.MarketOrder(…
-
I've recently developed and deployed a stock trading app based on this wonderful framework. (Thanks Ewald!!) After a bit of testing locally on my Mac I deployed to the Google Cloud on Ubuntu 18.04 Li…