TV Script - Trading Dashboard Documentation

Comprehensive documentation for TradingView Pine Script indicators and trading strategies

View the Project on GitHub tekram/tv-script

Swing Dashboard - TradingView Script

A comprehensive TradingView Pine Script indicator combining multiple trading tools into one powerful dashboard for swing traders.

Swing Dashboard Overview

Complete overview of the Swing Dashboard showing all components and features


πŸš€ Quick Start

  1. Copy the script from top-right-table (includes all chart indicators + tables)
  2. Paste into TradingView Pine Editor
  3. Add to your chart as an overlay indicator
  4. Customize using the input settings

Note: All chart indicators (21 EMA Structure, RS Rating, Pivot Points, RMV, etc.) come with the top-right-table script. The bottom-right-table is a separate standalone script that only includes the EMA Clouds & Market Breadth table.

Current Version: 2.1 Pine Script: v6 Request Calls: 24 (optimized)

πŸ“¦ Scripts Overview

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 Component

The 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.


πŸ“‹ What’s Included

The Swing Dashboard is a mashup of multiple trading components. Click any component below for detailed documentation:

Core Components

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

Additional Features

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

🎯 Key Features Overview

Market Data Dashboard (Top Right Table)

21 EMA Structure (v2.1 - NEW)

EMA Clouds & Market Breadth (Bottom Right Table)


βš™οΈ Configuration

Basic Settings

MA Structure Settings


πŸ“Š How to Use

For Swing Trading

  1. Check Structure: Look for pullbacks to 21 EMA structure
  2. Verify Volume: Ensure volume confirmation on entries
  3. Check Breadth: Use market breadth for timing
  4. SPY Context: Use SPY analysis to determine trade timeframe
  5. RS Rating: Focus on stocks with RS Rating > 70

For Day Trading

  1. Pivot Points: Use daily pivots for intraday levels
  2. LoD: Previous day’s low as support reference
  3. RMV: Low RMV (< 10) indicates potential breakouts
  4. Inside Patterns: Watch for inside candle breakouts

πŸ”§ Requirements


πŸ“ˆ Version History

Version 2.1 (Current)

Version 2.0


πŸŽ“ Credits & Acknowledgments

Original Script Credits

MA Structure Credits


πŸ“ File Structure

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

❓ Troubleshooting

Common Issues

β€œToo many request calls” error

Compilation errors

Missing data

Performance Tips


πŸ“š Learn More


πŸ“„ License

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.