Done with TradingView's symbol limits. Since I use IBKR, what’s the best way to run custom scans on 2,000+ stocks?
Hey guys,
I’m finally at a breaking point with TradingView. I’m a swing trader and I need to run custom signal logic across massive watchlists (around 2,000+ symbols covering US, EU, and Asia).
TV just nerfed their watchlist limits to 500 per list on my plan, and they want me to pay for the Ultimate tier just to get back the capacity I had before. I’m not doing it.
Since I already use Interactive Brokers as my main broker, I figured it’s time to move my "scanning engine" closer to the source.
My setup/needs:
Scale: Needs to handle custom technical logic on 2,000+ tickers without a "cloud limit" headache.
Logic: I was using Pine Script for things like mean reversion and custom momentum setups.
Alerting: I just need a dashboard or alerts when a setup triggers on one of those 2,000 stocks.
I’ve heard about QuantConnect (integrates with IBKR) or just going the Python/API route, but I’m not a professional dev and I'm worried about the learning curve.
Is anyone here using the IBKR API or a third-party tool (like TrendSpider or MotiveWave) to run this kind of heavy scanning? Or should I just bite the bullet and learn how to use Python with IBKR?
Would love to hear how you guys handle large-scale scanning without relying on TradingView. Thanks!