INVITE-ONLY SCRIPT
Aggiornato

Entry DOTs (Stoch RSI)

36
Entry DOTs (Stoch RSI) Indicator Manual

Overview

The Entry DOTs (Stoch RSI) indicator is a multi-timeframe Stochastic RSI visualization tool designed to provide quick visual analysis of market momentum across 8 different timeframes simultaneously. The indicator displays two rows of colored dots in the bottom-right corner of your TradingView chart, with each dot representing the Stochastic RSI value for a specific timeframe.

Visual Layout

The indicator displays 8 dots arranged in 2 rows of 4 dots each:

First Row (Top):


Dot 1: 1-minute timeframe


Dot 2: 3-minute timeframe


Dot 3: 5-minute timeframe


Dot 4: 15-minute timeframe

Second Row (Bottom):


Dot 5: 1-hour timeframe


Dot 6: 2-hour timeframe


Dot 7: 4-hour timeframe


Dot 8: 1-day timeframe

Color System

The dot colors represent the Stochastic RSI value using a gradient system:


Black (0%): Extremely oversold condition


Red (25%): Oversold condition


Orange (50%): Neutral/middle range


Yellow (75%): Overbought condition


Green (100%): Extremely overbought condition

Colors between these points are automatically interpolated using RGB color mixing, providing smooth transitions that accurately represent intermediate values.

Installation Instructions

1.
Open TradingView and navigate to your desired chart

2.
Click on the "Pine Editor" tab at the bottom of the screen

3.
Delete any existing code in the editor

4.
Copy and paste the provided Pine Script code

5.
Click "Add to Chart" button

6.
The indicator will appear in the bottom-right corner of your chart

Settings Configuration

Access the indicator settings by right-clicking on the indicator and selecting "Settings".

Display Settings

Display Option: Choose between two display modes:


"Dots Only": Shows only the colored dots


"Dots and Values": Shows dots with numerical Stochastic RSI values below each dot

Colors Group

Customize the color scheme for different Stochastic RSI levels:


Stochastic RSI 0% Color: Default black


Stochastic RSI 25% Color: Default red


Stochastic RSI 50% Color: Default orange


Stochastic RSI 75% Color: Default yellow


Stochastic RSI 100% Color: Default green

Stoch RSI Values Group

Adjust the value points that correspond to each color:


Value for 0% Color: Default 0.0


Value for 25% Color: Default 25.0


Value for 50% Color: Default 50.0


Value for 75% Color: Default 75.0


Value for 100% Color: Default 100.0

Stoch RSI Parameters Group

Fine-tune the Stochastic RSI calculation:


Stochastic Length: Default 14 (period for Stochastic calculation)


RSI Length: Default 14 (period for RSI calculation)


Stochastic %K: Default 3 (smoothing for %K line)


Stochastic %D: Default 3 (smoothing for %D line)

Trading Interpretation

Momentum Analysis

Strong Bullish Momentum: Multiple dots showing green/yellow colors across timeframes
Strong Bearish Momentum: Multiple dots showing black/red colors across timeframes
Mixed Signals: Dots showing different colors across timeframes (proceed with caution)

Entry Signals

Potential Long Entry:


Lower timeframes (1m, 3m, 5m) showing black/red (oversold)


Higher timeframes (1h, 4h, 1D) showing neutral to bullish colors


Look for reversal confirmation on price action

Potential Short Entry:


Lower timeframes showing green/yellow (overbought)


Higher timeframes showing neutral to bearish colors


Look for reversal confirmation on price action

Timeframe Confluence

High Probability Setups: When multiple timeframes align in the same direction
Divergence Opportunities: When short-term and long-term timeframes show opposite conditions

Best Practices

1. Multi-Timeframe Analysis


Use the indicator to identify alignment across different timeframes


Higher timeframes provide trend direction


Lower timeframes provide entry timing

2. Confirmation Required


Never trade based solely on the dots


Always confirm with price action, support/resistance levels, and other indicators


Look for confluence with volume and market structure

3. Risk Management


Set appropriate stop losses


Consider position sizing based on timeframe alignment


Be cautious when timeframes show conflicting signals

4. Market Conditions


The indicator works best in trending markets


Be cautious during low volatility or sideways markets


Adjust parameters for different market conditions if needed

Customization Tips

Color Schemes


Conservative Traders: Use more distinct colors with wider value ranges


Aggressive Traders: Use tighter value ranges for more sensitive signals


Dark Theme Users: Ensure colors are visible against dark backgrounds

Value Adjustments


Volatile Markets: Consider adjusting the 25% and 75% levels to 20% and 80%


Stable Markets: Consider tighter ranges like 30% and 70%

Parameter Tuning


Faster Signals: Reduce RSI Length and Stochastic Length


Smoother Signals: Increase smoothing parameters (%K and %D)

Troubleshooting

Common Issues

Dots Not Appearing:


Ensure the indicator is added to the chart


Check that the chart timeframe allows for the requested timeframes

Incorrect Colors:


Verify color settings in the indicator configuration


Ensure value ranges are properly set (0-100)

Missing Values:


Some timeframes may not have enough data on certain symbols


Gray dots indicate unavailable data (na values)

Performance Optimization


The indicator uses request.security() which may cause slight delays


Performance is optimized for real-time trading


Historical data may take a moment to fully load

Advanced Usage

Scalping Strategy

Focus on 1m, 3m, and 5m dots for quick entries with 15m confirmation

Swing Trading Strategy

Use 1h, 4h, and 1D dots for trend direction with lower timeframes for entry timing

Position Trading Strategy

Primarily focus on 4h and 1D dots with other timeframes for fine-tuning entries

Disclaimer

This indicator is a technical analysis tool and should not be used as the sole basis for trading decisions. Always combine with proper risk management, fundamental analysis, and other technical indicators. Past performance does not guarantee future results.

Support and Updates

For questions, suggestions, or issues with the indicator, please refer to the Pine Script code comments or consult TradingView's Pine Script documentation for advanced customizations.

Note di rilascio
Entry DOTs (Stoch RSI)

Indicator Manual v02

Overview

The Entry DOTs (Stoch RSI) indicator is a multi-timeframe Stochastic RSI visualization tool designed to provide quick visual analysis of market momentum across 8 different timeframes simultaneously. The indicator displays two rows of colored dots in the bottom-right corner of your TradingView chart, with each dot representing the Stochastic RSI value for a specific timeframe. Additionally, a customizable heatmap gradient line below the dots provides a visual reference for the color mapping system.

Visual Layout
The indicator displays 8 dots arranged in 2 rows of 4 dots each, plus a heatmap gradient line:
First Row (Top):
• Dot 1: 1-minute timeframe
•Dot 2: 3-minute timeframe
•Dot 3: 5-minute timeframe
•Dot 4: 15-minute timeframe

Second Row (Middle):
•Dot 5: 1-hour timeframe
•Dot 6: 2-hour timeframe
•Dot 7: 4-hour timeframe
•Dot 8: 1-day timeframe

Third Row (Bottom):
•Heatmap Line: A thin gradient line showing the color mapping from 0% to 100%

Color System
The dot colors represent the Stochastic RSI value using a gradient system:
•Black (0%): Extremely oversold condition
•Red (25%): Oversold condition
•Orange (50%): Neutral/middle range
•Yellow (75%): Overbought condition
•Green (100%): Extremely overbought condition
Colors between these points are automatically interpolated using RGB color mixing, providing smooth transitions that accurately represent intermediate values.

•Heatmap Gradient Line provides a visual reference for understanding the color mapping:

•Dynamic Updates: Automatically reflects any custom color changes made in settings
•Customizable Width: Adjustable thickness from 1 to 10 pixels
•Position: Located below the two rows of dots


Disclaimer

This indicator is a technical analysis tool and should not be used as the sole basis for trading decisions. Always combine with proper risk management, fundamental analysis, and other technical indicators. Past performance does not guarantee future results.

Support and Updates
For questions, suggestions, or issues with the indicator, please refer to the Pine Script code comments or consult TradingView's Pine Script documentation for advanced customizations.

Manual Version: 2.0 (Updated with Heatmap Line and Enhanced Customization Features)
Last Updated: 28/6/2025
Compatible with: TradingView Pine Script v5

for access contac @sashascrypto on telegram

Note di rilascio
Entry DOTs (Stoch RSI)

- Quick Guide

Overview

Multi-timeframe Stochastic RSI indicator displaying 8 colored dots in 2x4 grid with heatmap reference line.

Layout

Row 1: 1m, 3m, 5m, 15m timeframes
Row 2: 1h, 2h, 4h, 1D timeframes


Row 3: Color heatmap gradient line

Color System


Black (0%): Extremely oversold


Red (25%): Oversold


Orange (50%): Neutral


Yellow (75%): Overbought


Green (100%): Extremely overbought

Settings (Style Tab)

Display:


Display Option: Dots Only / Dots and Values


Dot Size: Tiny to Huge


Heatmap Line Width: 1-10 pixels

Colors: Customize 5 color points (0%, 25%, 50%, 75%, 100%)
Stoch RSI Values: Adjust threshold values for each color
Parameters: RSI/Stochastic calculation settings

Usage


Bullish: Multiple green/yellow dots across timeframes


Bearish: Multiple black/red dots across timeframes


Entry Timing: Use lower timeframes for entries, higher for trend


Confluence: Best signals when multiple timeframes align

Features


Real-time multi-timeframe analysis


Customizable colors and thresholds


Visual heatmap reference


Adjustable dot sizes


RGB color interpolation

Perfect for scalping, swing trading, and position analysis. Always combine with price action and risk management.

if you need access to this indicator please contact us on telegram: @sashascrypto
Note di rilascio
test
Note di rilascio
Entry DOTs (Stoch RSI) - Indicator Description

if you need to use this indicator please contact us via telegram: @sashascrypto

Overview

The Entry DOTs (Stoch RSI) indicator provides a clear, multi-timeframe overview of Stochastic RSI values, displayed as intuitive coloured dots. It features a customizable main dot display for various timeframes and a vertical gradient heatmap for quick visual reference of Stochastic RSI levels.

Key Features

Main Dot Display


8 timeframe dots arranged in a 2x4 grid


Top row: 1m, 3m, 5m, 15m


Bottom row: 1h, 2h, 4h, 1d


Color-coded based on Stochastic RSI values


Customizable spacing and dot sizes

Vertical Gradient Heatmap


11-dot gradient reference showing the full Stochastic RSI spectrum


Color progression: Black (0%) → Red (25%) → Orange (50%) → Yellow (75%) → Green (100%)


Visual reference for interpreting main dot colors

Customization Options


Display modes: Dots only or dots with values


Adjustable colors for all gradient points (0%, 25%, 50%, 75%, 100%)


Configurable Stochastic RSI parameters (RSI length, Stochastic length, %K, %D)


Customizable value thresholds for color transitions


Adjustable dot sizes and spacing

Use Cases


Multi-timeframe analysis for comprehensive market overview


Entry/exit point identification based on Stochastic RSI convergence


Trend strength confirmation across different time horizons


Quick visual assessment of overbought/oversold conditions


Scalping and swing trading decision support

Positioning

The indicator displays in the bottom-right corner of the chart, providing an unobtrusive yet easily accessible reference for trading decisions.

Ideal For


Day traders and scalpers requiring quick multi-timeframe analysis


Swing traders looking for trend confirmation


Traders who prefer visual, color-coded indicators over traditional oscillators


Anyone seeking a compact, comprehensive view of Stochastic RSI across multiple timeframes

Note di rilascio
Entry DOTs (Stoch RSI)

- Quick Guide -

Overview

Multi-timeframe Stochastic RSI indicator displaying 8 colored dots in 2x4 grid with heatmap reference line.

Layout

Row 1: 1m, 3m, 5m, 15m timeframes
Row 2: 1h, 2h, 4h, 1D timeframes


Row 3: Color heatmap gradient line

Color System

• Black (0%): Extremely oversold

• Red (25%): Oversold

• Orange (50%): Neutral

• Yellow (75%): Overbought

• Green (100%): Extremely overbought

Settings (Style Tab)

Display:

• Display Option: Dots Only / Dots and Values

• Dot Size: Tiny to Huge

• Heatmap Line Width: 1-10 pixels

Colors: Customize 5 color points (0%, 25%, 50%, 75%, 100%)
Stoch RSI Values: Adjust threshold values for each color
Parameters: RSI/Stochastic calculation settings

Usage

• Bullish: Multiple green/yellow dots across timeframes

• Bearish: Multiple black/red dots across timeframes

• Entry Timing: Use lower timeframes for entries, higher for trend

• Confluence: Best signals when multiple timeframes align

Features

• Real-time multi-timeframe analysis

• Customizable colors and thresholds

• Visual heatmap reference

• Adjustable dot sizes

• RGB color interpolation

Perfect for scalping, swing trading, and position analysis. Always combine with price action and risk management.

If you want to use this indicator please contact us on telegram: @SashasCrypto

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.