How to generate a daily market brief with signals and sentiment
When to use: Pre-market coffee, 10 minutes before the open.
Prerequisites
- Python + pip — pip install tradingview-mcp-server
Flow
-
Snapshot the global stateGive me a market_snapshot: S&P500, NASDAQ, VIX, BTC, ETH, EURUSD, gold.✓ Copied→ Table of quotes + 24h change
-
Scan for signalsUse scan_by_signal to find S&P 500 stocks showing RSI < 30 AND MACD bullish crossover today.✓ Copied→ List of 5-30 tickers
-
Layer sentimentFor each of the top 5, run combined_analysis — technical + Reddit + news.✓ Copied→ Per-ticker composite rating
Outcome: A five-ticker watchlist with a reasoned thesis per name.
Pitfalls
- Reddit sentiment is a crowd signal, not a crystal ball — Never act on sentiment alone — always pair with a technical or fundamental thesis
- Yahoo Finance quotes lag by 15 minutes for US stocks — For real-time intraday, confirm via your broker before trading