ottocoster/interactive-brokers-trading-bot-tutorial
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Interactive Brokers Trading Bot In this tutorial series, we are going to build an automated trading bot that trades stocks on the US stock market for us. We are using Interactive Brokers and its API, Node.js, Angular, TypeScript and rxjs. Checkout the channel on YouTube here: https://www.youtube.com/channel/UCk0KKThPP2GxhyOY8twoWOQ The plan: 1. We get historical data of a desired stock 2. Plot the day, 1h, 5m candles on the screen 3. Find support and resistance lines, draw them on the graphs 4. Determine entry point for our trades 5. Enter trade and set profit target and stop loss