Interactive Brokers. API guide here:I am trying to get into algo trading. I'm mainly focusing on ETF's at this point. I've started by using Trade Navigator since its language seems relatively easy to learn. I'm concerned though because it seems like it may have some limitations with fully automated trading like position sizing.
What would be a good platform for me to use. I'm willing to learn some coding. It seems like Amibroker maybe a good option? It also seems like things are trending toward Python, are there any good platforms that use Python?
Sorry I'm a newb, thanks.
https://interactivebrokers.github.io/tws-api/introduction.html
Note choice of languages: C#, Python, VB, Java, C++. Start with Python.
A good first program is to subscribe to MD for AAPL (or your favorite equity) and echo price updates to the console.