Completed
12:28 Filtering by market cap, above X price, high volume
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Real-Time Market Scanners - Stocks in Play with Python, IBKR API, and ib_async
Automatically move to the next video in the Classroom when playback concludes
- 1 0:00 Overview, Stocks in Play
- 2 0:46 What We’re Building - Market Scanner
- 3 1:13 Scanner Presets
- 4 1:47 Combining the Scanner with Order Placement
- 5 2:34 Code + Written Tutorial, Support the Channel
- 6 2:54 Prerequisites Python Environment, IBKR
- 7 3:50 Basic Scanner High Open Gap with IBKR API and Python
- 8 6:41 Multiple Clients, Real-Time Chart Webapp Preview
- 9 7:55 Running the Scanner
- 10 9:37 Weaknesses - small cap illiquid stocks, no calculations
- 11 10:16 Calculating gap percentage, async version
- 12 12:28 Filtering by market cap, above X price, high volume
- 13 15:14 “Gap and Go” filter, stocks up by X percent after open
- 14 16:43 Apple, intraday movement calculation
- 15 17:35 Getting all available scans and filters
- 16 19:45 Creating your own custom named scanner library
- 17 20:45 Future Content: Web Charting, FastAPI, Trade Log, Webhooks