Comprehensive documentation for TradingView Pine Script indicators and trading strategies
A comprehensive TradingView Pine Script indicator combining multiple trading tools into one powerful dashboard for swing traders.

Complete overview of the Swing Dashboard showing all components and features
top-right-table (includes all chart indicators + tables)Note: All chart indicators (21 EMA Structure, RS Rating, Pivot Points, RMV, etc.) come with the
top-right-tablescript. Thebottom-right-tableis a separate standalone script that only includes the EMA Clouds & Market Breadth table.
| Current Version: 2.1 | Pine Script: v6 | Request Calls: 24 (optimized) |
top-right-table - Main Script (All Components)The top-right-table script includes:
This is the complete script - copy this one to get everything!
bottom-right-table - Standalone ComponentThe bottom-right-table script is a separate standalone script that includes:
Use this only if you want just the EMA Clouds & Market Breadth table without any other features.
The Swing Dashboard is a mashup of multiple trading components. Click any component below for detailed documentation:
| Component | Description | Documentation |
|---|---|---|
| 21 EMA Structure | Moving average structure with High/Close/Low MAs | π Learn More |
| Market Data Dashboard | ADR%, ATR, Volume, Extended EMAs, Sector info | π Learn More |
| EMA Clouds & Market Breadth | Stock/VIX clouds, breadth indicators, SPY analysis | π Learn More |
| Feature | Description | Documentation |
|---|---|---|
| Ripster EMA Clouds | 5-layer EMA cloud system for trend analysis | π Learn More |
| RS Rating System | IBD-style relative strength rating (1-99) | π Learn More |
| Pivot Points | Daily pivot levels (R1, Pivot, S1, S2) | π Learn More |
| RMV Indicator | Range Movement Volatility for breakout detection | π Learn More |
| Launch Pad Detection | Consolidation zones before big moves | π Learn More |
| Inside Candle Patterns | Weekly and intraday consolidation patterns | π Learn More |
| Bollinger Bands | Volatility-based support/resistance | π Learn More |
| Extended EMA Analysis | ATR and percentage distance from key MAs | π Learn More |
| Floating Labels | Dynamic right-side labels for key levels | π Learn More |
tv-script/
βββ top-right-table # Main script (all components)
βββ bottom-right-table # Standalone EMA Clouds component
βββ README.md # Root README (points to docs)
βββ docs/ # Documentation folder
βββ _config.yml # Jekyll config for GitHub Pages
βββ index.md # Main documentation page
βββ README.md # Detailed documentation
βββ README.html # HTML version of README
βββ 21ema-structure.md # 21 EMA Structure guide
βββ top-right-table-dashboard.md # Market Data Dashboard guide
βββ bottom-right-table-README.md # EMA Clouds & Breadth guide
βββ ripster-ema-clouds.md # Ripster EMA Clouds guide
βββ rs-rating-system.md # RS Rating guide
βββ pivot-points.md # Pivot Points guide
βββ rmv-indicator.md # RMV Indicator guide
βββ launch-pad-detection.md # Launch Pad guide
βββ inside-candle-patterns.md # Inside Candle guide
βββ bollinger-bands.md # Bollinger Bands guide
βββ extended-ema-analysis.md # Extended EMA guide
βββ floating-labels.md # Floating Labels guide
βββ TRADING_INSTRUCTIONS.md # Trading instructions
βToo many request callsβ error
Compilation errors
Missing data
Mozilla Public License 2.0 - See script header for full license terms.
Need help? Check the component-specific documentation pages linked above, or refer to the detailed README.md.