TWS API python
-
Hello DRo,
Do you plan to use TWS API python for backtrader as Interactive Brokers as released their own python API ?
https://www.interactivebrokers.com/en/index.php?f=5041
Many thanks for your answer.
Cheers,
Remroc -
Thanks for letting (all us) know. Nothing that was being tracked, but it was for sure due time.
Will for sure be looked into.
-
U welcome and more info here on python in TWS API here :
http://interactivebrokers.github.io/tws-api/#gsc.tab=0 -
The native Interactive Brokers TWS Python API uses type annotations which is not supported in Python
2.7
.Maybe something to consider for backtrader 2
-
Indeed, TWS API is on python 3. What's the roadmap for backtrader 2 ?
Thanks for your answer...
Cheers,
remroc
-
It has more or less the same timespan as one the best vapoware titles of all times:
Duke Nukem Forever
-
lmao aaaah duke nukem :P
-
maybe implementing the IB API via this high level wrapper could be an alternative: ib_insync. Been using it since a while and am very happy with it.
-
@steffen Is there a quantitative trading platform support the new python3 tws api? I'm looking for something could backtest and trade using Interactive Brokers, just like the BackTrader, but the ibpy is too old to use.