Market Pulse Table

This indicator provides a clean and compact table showing real-time market signals for selected instruments.
✅ Features:
• Displays daily % change with color-coded sentiment (green for gains, red for losses)
• Shows MACD signal – "Buy", "Sell", or "Neutral" based on daily MACD crossovers
• Fully customizable: toggle which assets to include from a predefined list (e.g., ES1!, NQ1!, DXY, VIX...)
• Adjustable table position on chart
🎯 Designed for traders who want a quick overview of market direction, momentum, and volatility across key instruments, helping you stay aligned with the broader trend.
Indicator: Market Pulse Table – MACD Custom Timeframe & Enhanced Visuals
What’s new:
MACD Timeframe Input
• Added a user-selectable input (input.timeframe)
• You can now choose the timeframe used to calculate the MACD (e.g. 5, 15, 60, D) directly from the indicator settings panel
• This allows for more flexible analysis depending on your trading style
Dynamic MACD Calculation
• The MACD signal is now dynamically calculated using the selected timeframe
• Syntax:
pinescript
Copiar
Editar
macd_tf = input.timeframe("5", "MACD Timeframe")
[macdLine, signalLine, _] = request.security(sym, macd_tf, ta.macd(close, 12, 26, 9))
MACD Column Title Update (Optional)
• You can make the table header dynamically reflect the selected MACD timeframe by changing the column title to:
pinescript
Copiar
Editar
"MACD (" + macd_tf + ")"
✅ Benefits:
Greater flexibility: adjust MACD timeframe without editing the script
Works across all chart timeframes
Customizable to fit scalping, intraday, or swing strategies
Skrip sumber terbuka
Dalam semangat sebenar TradingView, pencipta skrip ini telah menjadikannya sumber terbuka supaya pedagang dapat menilai dan mengesahkan kefungsiannya. Terima kasih kepada penulis! Walaupun anda boleh menggunakannya secara percuma, ingat bahawa menerbitkan semula kod ini adalah tertakluk kepada Peraturan Dalaman kami.
Untuk akses pantas pada carta, tambah skrip ini kepada kegemaran anda — ketahui lebih lanjut di sini.
Penafian
Skrip sumber terbuka
Dalam semangat sebenar TradingView, pencipta skrip ini telah menjadikannya sumber terbuka supaya pedagang dapat menilai dan mengesahkan kefungsiannya. Terima kasih kepada penulis! Walaupun anda boleh menggunakannya secara percuma, ingat bahawa menerbitkan semula kod ini adalah tertakluk kepada Peraturan Dalaman kami.
Untuk akses pantas pada carta, tambah skrip ini kepada kegemaran anda — ketahui lebih lanjut di sini.