Completed
0:00 Recap of command-line IBKR scripts
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Stack IBKR API - TradingView Chart Integration - Part 1
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Recap of command-line IBKR scripts
- 2 0:36 Dashboard with TradingView Lightweight Charts
- 3 1:44 Demo: Lightweight Charts IBKR Integration
- 4 2:05 Subscribing to SSE and Streaming Updates
- 5 2:24 Demo: Web-based Market Scanner
- 6 3:31 Demo: TradingView webhooks integration
- 7 5:07 Demo: Trade Log screen
- 8 6:20 Starting out, getting the code
- 9 6:53 Prerequisites, supporting the channel
- 10 7:50 Project files / directory structure
- 11 9:05 Python packages, requirements, dependencies
- 12 10:58 Creating the directories / files
- 13 11:57 FastAPI Lifespan Events
- 14 13:30 FastAPI main.py code walkthrough
- 15 15:21 Dependency injection, single IBKR connection
- 16 16:23 Charts router walkthrough, backend endpoints
- 17 19:28 Frontend templates, layout, index
- 18 21:33 Running the server
- 19 22:05 Data flow from frontend to backend
- 20 23:35 Raw data from history endpoint
- 21 24:17 Rendering datapoints on LightWeight Charts
- 22 25:24 Wrapping Up, What’s Next?