BACK TO CLAUDE SKILLS
◈
multi_indicator_dashboard
Pine ScriptPineDashboard
INSTALLATION
$python -c "exec(open('multi_indicator_dashboard.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
Creates a fixed table in the top-right corner of the chart that displays RSI value with conditional text coloring: red when above 70 (overbought), green when at or below 70 (neutral/oversold). The table uses Pine Script v5's `table.new` and `table.cell` functions to create a persistent overlay element.
Extend the dashboard by adding rows for MACD state (positive/negative), EMA cross condition (golden/death), and ADX strength. A four-row table displaying all these values simultaneously gives the trader a complete technical summary without cluttering the chart with multiple sub-panels — particularly useful on small screens or when analyzing many charts quickly.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryPine Script
ComplexityAdvanced
LanguagePython 3.10+
TagsPine, Dashboard
[ ASK CLAUDE ]
Ask AI about this skill before installing it.
[ RELATED SKILLS ]