How to generate a daily market brief with signals and sentiment
Когда использовать: Pre-market coffee, 10 minutes before the open.
Предварительные требования
- Python + pip — pip install tradingview-mcp-server
Поток
-
Snapshot the global stateGive me a market_snapshot: S&P500, NASDAQ, VIX, BTC, ETH, EURUSD, gold.✓ Скопировано→ 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.✓ Скопировано→ List of 5-30 tickers
-
Layer sentimentFor each of the top 5, run combined_analysis — technical + Reddit + news.✓ Скопировано→ Per-ticker composite rating
Итог: A five-ticker watchlist with a reasoned thesis per name.
Подводные камни
- 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