Wave Trend with Triggerstriggers buy/sell indicators depending on benchmark levels. considers EMA and smoothened EMA data to manage intersections
Indicadores e estratégias
Puell Multiple - No BS CryptoThe Puell Multiple with the 200D & 365D MA to estimate where we are in the bullrun from another perspective.
Each bear market, a mid-cycle rally begins, where the 200D MA moves over the 365D MA.
When the rally concludes, the 200D moves under the 365D.
The final rally (altseason) of the bullrun occurs when the 200 moves over the 365 a final time.
Inside Candle (Full color)📌 Indicator: Inside Candle (Full color)
This indicator visually highlights Inside Bars — candles that form entirely within the range of the previous candle — using fully customizable styling.
🛠️ You can completely control the appearance of:
• Candle Body
• Wick
• Border
To make things easier, we’ve provided a set of elegant preset themes:
• Gold – Classic shiny gold with goldenrod accents
• Rose – Warm rose tones for a soft aesthetic
• Silver – Clean, white-gold inspired look
• Vintage – Muted golden hues with character
• Bronze – Rich, grounded brown-metallic tones
Only historical (closed) candles are considered to avoid repainting or visual confusion.
⸻
💡 Use Cases:
• Spot price compression zones
• Identify potential breakout or reversal areas
• Add a stylish and functional edge to your chart
⸻
⚠️ Troubleshooting:
If the gold candles disappear when hovering or clicking on the chart:
👉 Right-click the script in the chart’s Indicators list > Choose “Visual Order” > “Bring to Front”
This ensures your custom candles are drawn on top of TradingView’s built-in ones.
SMA 9/20 Crossover Strategy//@version=5
indicator("SMA 9/20 Crossover Strategy", overlay=true)
// Define the SMAs
sma9 = ta.sma(close, 9)
sma20 = ta.sma(close, 20)
// Plot the SMAs
plot(sma9, title="SMA 9", color=color.blue, linewidth=2)
plot(sma20, title="SMA 20", color=color.red, linewidth=2)
// Generate buy and sell signals
buySignal = ta.crossover(sma9, sma20)
sellSignal = ta.crossunder(sma9, sma20)
// Plot buy and sell signals on the chart
plotshape(series=buySignal, location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(series=sellSignal, location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
Inside Candle (Full color)📌 Indicator: Inside Candle (Full color)
This indicator visually highlights Inside Bars — candles that form entirely within the range of the previous candle — using fully customizable styling.
🛠️ You can completely control the appearance of:
• Candle Body
• Wick
• Border
Only closed historical candles are considered, ensuring visual consistency and zero repainting.
Each inside bar is fully restyled using plotcandle() with customized body, wick, and border colors. Non-inside candles retain your chart’s native appearance.
⸻
💡 Use Cases:
• Spot price compression zones
• Identify breakout or reversal setups
• Visual edge in clean, themed charts
⸻
⚠️ Troubleshooting:
If the inside candles disappear when hovering your mouse or interacting with the chart:
👉 Right-click the script in the chart’s Indicators list > Choose “Visual Order” > “Bring to Front”.
This ensures the styled candles are rendered above the default chart candles
Srinivas-SQ9-Sequence1234This script labels the sequence of candles based on the user selected sequence from the dropdown list.
Daily ATR Based Grid with Multiple LevelsThis indicator plots a dynamic grid of horizontal levels on your chart based on the Average True Range (ATR) calculated on the daily timeframe. The grid levels are designed to help traders visualize key support and resistance areas that adjust dynamically based on market volatility. The number of grid levels, ATR length, and ATR multiplier can be customized to suit your trading strategy.
Key Features:
Daily ATR Calculation:
The ATR is calculated on the daily timeframe, ensuring the grid levels are based on daily volatility, regardless of the chart's current timeframe.
Customizable Grid Levels:
Users can specify the number of grid levels to plot above and below the current price.
The distance between grid levels is determined by the ATR multiplier, allowing for flexible adjustments.
Dynamic and Adaptive:
The grid levels adjust automatically as the price and daily ATR change, making it suitable for both trending and ranging markets.
Clean and Simple Visualization:
The grid levels are plotted as horizontal lines on the chart, extending infinitely in both directions for easy reference.
Input Parameters:
ATR Length:
The number of bars used to calculate the ATR. Default is 14.
ATR Multiplier:
The multiplier applied to the ATR to determine the distance between grid levels. Default is 1.5.
Number of Grid Levels:
The number of grid levels to plot above and below the current price. Default is 3.
Grid Color:
The color of the grid lines. Default is blue.
Grid Line Width:
The width of the grid lines. Default is 1.
How It Works:
The script fetches the daily ATR value using the request.security() function.
It calculates the distance between grid levels by multiplying the daily ATR by the ATR multiplier.
Using a loop, the script plots the specified number of grid levels above and below the current price.
The grid levels are updated dynamically as the price and ATR change.
Example Use Case:
If the daily ATR is 10, the ATR multiplier is 1.5, and the number of grids is 3, the script will plot the following levels:
Upper Levels: +15, +30, +45 points above the current price.
Lower Levels: -15, -30, -45 points below the current price.
These levels can act as potential support and resistance areas, helping traders identify entry, exit, and stop-loss points.
How to Use:
Add the indicator to your chart.
Customize the input parameters (ATR Length, ATR Multiplier, Number of Grid Levels, etc.) to suit your trading strategy.
Use the grid levels as reference points for:
Support and Resistance: Identify key levels where price might reverse or consolidate.
Take-Profit and Stop-Loss: Set targets based on the grid levels.
Trend Confirmation: Use the grid levels to confirm the strength of a trend.
Why Use This Indicator?:
Volatility-Based: The grid levels adjust based on market volatility, making them more relevant in different market conditions.
Customizable: Traders can adjust the number of levels and the distance between them to fit their trading style.
Timeframe-Independent: The ATR is calculated on the daily timeframe, making the indicator suitable for use on any chart timeframe.
Exit Levels - No BS CryptoCalculate your average sell price and your sell levels with this tool.
You can use it on any cryptocurrency.
Standard Deviation SMA RSI | mad_tiger_slayerOverview of the Script
The Standard Deviation SMA RSI is a custom TradingView indicator that enhances the Relative Strength Index (RSI) by incorporating a Simple Moving Average (SMA) and Standard Deviation bands . This approach smooths RSI calculations while factoring in volatility to provide clearer trend signals . Additionally, the indicator includes overbought and oversold thresholds, trend-coded RSI signals , and dynamic volatility bands for improved market analysis. This indicator is designed for swing traders and long-term investors looking to capture high-probability trend shifts.
How Do Traders Use the Standard Deviation SMA RSI?
In the provided chart image, the indicator is displayed on a price chart. Each visual component serves a distinct function in identifying trend conditions and volatility levels .
INTENDED USES
⚠️ NOT INTENDED FOR SCALPING
With the smoothing nature of the SMA-based RSI , this indicator is not designed for low-timeframe scalping. It works best on timeframes above 1-hour , with optimal performance in 12-hour, daily, and higher timeframes.
📈 TREND-FOLLOWING & MEAN REVERSION
The Standard Deviation SMA RSI functions as both a trend-following and mean-reverting indicator:
Trend-Following: Identifies strong, sustained trends using RSI signals and SMA confirmation.
Mean Reversion: Detects overbought/oversold conditions based on standard deviation bands and RSI thresholds .
A VISUAL REPRESENTATION OF INTENDED USES
RSI Line (Green/Pink/Gray): The RSI line dynamically changes color based on trend conditions .
Green RSI → Strong uptrend, RSI above the uptrend threshold.
Pink RSI → Downtrend, RSI below the downtrend threshold.
Gray RSI → Neutral state or consolidation.
If the SMA of RSI is above Long Threshold , the market is in a bullish trend.
If it’s below Short Threshold, bearish conditions prevail.
Threshold Lines (Teal/Purple):
Green Line → Long Entry Threshold
Red Line → Short Entry Threshold
Standard Deviation Bands:
Upper Band → Measures bullish volatility expansion
Lower Band → Measures bearish volatility expansion
Colored Candles: Price candles adjust color based on RSI conditions , visually aligning price action with market trends.
Indicator's Primary Elements
Input Parameters
The script includes several configurable settings, allowing users to tailor the indicator to different market environments:
RSI Length: Controls the number of periods for RSI calculations.
SMA Length: Defines the period for the SMA applied to RSI , creating a smoothed trend line.
Standard Deviation Period: Determines the length for volatility calculations.
Overbought and Oversold Levels:
Can be adjusted to customize sensitivity.
Standard Deviation SMA RSI Calculation
The SMA-based RSI smooths fluctuations while the standard deviation bands measure price volatility.
Upper and Lower Bands: Calculated by adding/subtracting standard deviation to/from the SMA-based RSI.
Trend Signal Calculation:
RSI is compared to uptrend and downtrend thresholds to determine buy/sell conditions.
Long and Short Conditions
Buy and sell conditions are determined by RSI relative to key thresholds :
Bullish Signal: RSI above long threshold & SMA confirms trend .
Bearish Signal: RSI below short threshold & SMA confirms downtrend .
Reversals: RSI entering overbought/oversold areas suggests possible trend reversals.
Conclusion
The Standard Deviation SMA RSI is a powerful trend-following and mean-reverting tool , offering enhanced insights into RSI movements, volatility, and market strength . By combining SMA smoothing, standard deviation bands, and dynamic thresholds , traders can better identify trend confirmations, reversals, and overextended conditions .
✅ Customizable settings allow traders to optimize sensitivity.
✅ Works best on high timeframes (12H, Daily, Weekly).
✅ Ideal for swing traders and long-term investors.
Pixel Art CloudPixel Art Cloud ☁️ (Super Mario Bros. 2 NES Style)
This Pine Script (v6) script generates a Pixel Art Cloud, inspired by the classic clouds from Super Mario Bros. 2 (NES).
📌 Features:
Displays a pixelated cloud in 8-bit retro style.
Overlays the chart at user-defined intervals.
Uses a color combination to simulate the classic cloud:
⚫ Black for the outline (classic pixelated border).
🔵 Light blue (#3CBCFC) for internal details, matching the clouds in the game.
Automatic repetition on the chart based on the separation parameter.
Does not affect market data, purely a visual decorative element.
🎨 Main Use:
This script is perfect for adding a nostalgic and creative touch to TradingView charts, bringing back the Super Mario Bros. 2 (NES) vibe.
🔧 Optional:
You can modify the cloud's appearance frequency by adjusting the separation parameter.
💡 Note:
This script is not a technical indicator and does not influence market analysis.
🚀 Add a retro touch to your charts with this pixelated cloud! ☁️🎮
7 Inside Bars with Full Range Box (15m)his indicator detects periods of extreme price compression by identifying 7 consecutive inside bars on the 15-minute timeframe. An inside bar is a candle that forms within the high and low of the previous candle. When 7 such bars occur in a row, it's a strong signal of market indecision and potential breakout.
What it does:
Detects if the last 7 candles are all inside the range of the 8th candle (the outer bar).
Highlights the consolidation zone by drawing a fuchsia-colored box from the high to low of the outer candle.
Marks the final candle in the sequence with a small "7IN" label below the bar.
This setup can help traders spot high-probability breakout zones and prepare for potential volatility after extended consolidation.
🔍 Best Used For:
Breakout trading
Volatility expansion strategies
Trade setups following tight consolidation
Pixel Art ChickenPixel Art Chicken 🐔
This Pine Script (v6) script generates a Pixel Art of a Chicken on the TradingView chart.
📌 Features:
Draws a pixelated chicken using vibrant colors:
🔴 Red (comb)
🟡 Yellow (beak and legs)
⚪ Light gray (body)
⚫ Black (eyes and outline)
Overlays the chart at user-defined intervals.
Functions as a visual design without affecting market data.
Customizable in terms of location and spacing between images.
🎨 Main Use:
This script is perfect for adding a fun and creative touch to your TradingView charts.
🔧 Optional:
If you want to modify the repetition frequency of the pixel art, adjust the separation parameter.
💡 Note:
This script is not a technical indicator and does not influence market analysis.
🚀 Enjoy this Pixel Art on your charts! 🎮🐔🔥
Sonarlab - ATFSupports and resistances on the most closed candles as well as exclusive ATF supports and resistances
t.me
Largest Intraday Moves with Dateslargest intraday moves shows dates and price moves of highest intraday moves both ways
Definition of Moves:
Upward Move: Calculated as dailyHigh - dailyLow (largest increase from low to high in a day).
Downward Move: In this simplified version, it’s also dailyHigh - dailyLow because, within a single day, the largest range covers both directions. If you meant something different (e.g., largest drop from a peak to a subsequent low across bars), let me know, and I’ll adjust!
Text Display:
Green label above the high shows "Up Move Date: DD/MM/YYYY".
Red label below the low shows "Down Move Date: DD/MM/YYYY".
These update to reflect the date of the largest move observed so far in the day.
Simplification:
Removed arrays and extra complexity.
Focused solely on tracking the largest range (high - low) and its date.
B.TB.T Trading
You can create simple trading notes by looking at the index, such as changing the active index of an existing index.
For those who have difficulty setting it up on their own,
This is an indicator that can be set to report the set value.
Dynamic Regression Divergence (DRD)The Dynamic Regression Divergence (DRD) indicator is an adaptive oscillator designed to assess the deviation of the current price from its expected trend, as determined by linear regression. It calculates a regression line over a specified period and measures the difference between the actual price (e.g., the closing price) and the regression value, normalizing this deviation by the current market volatility (using standard deviation). The resulting value is displayed as an oscillator oscillating around zero.
Signals:
– When the oscillator exceeds a positive threshold (e.g., +1.5 standard deviations), it may indicate overbought conditions and a potential trend reversal to the downside.
– Conversely, when the oscillator falls below a negative threshold (e.g., -1.5 standard deviations), it signals oversold conditions and a possible reversal to the upside.
Advantages:
– Dynamic adaptation to changing market volatility.
– Simplicity of implementation using basic mathematical functions in Pine Script.
– A unique combination of trend analysis and normalized divergence measurement, helping traders identify moments of abnormal price behavior.
Индикатор Dynamic Regression Divergence (DRD) – это адаптивный осциллятор, разработанный для оценки отклонения цены от ожидаемой тенденции, полученной с помощью линейной регрессии. Он рассчитывает регрессионную линию на выбранном периоде и измеряет разницу между фактической ценой (например, ценой закрытия) и значением регрессии, нормируя её на основе текущей волатильности (с использованием стандартного отклонения). Полученное значение отображается в виде осциллятора, колеблющегося вокруг нуля.
Сигналы:
– Если осциллятор значительно превышает положительный порог (например, +1,5 стандартных отклонений), это может указывать на перекупленность и потенциальный разворот вниз.
– Если осциллятор опускается ниже отрицательного порога (например, -1,5 стандартных отклонений), это сигнализирует о перепроданности и возможном развороте вверх.
Преимущества:
– Динамичная адаптация к изменяющейся волатильности рынка.
– Простота реализации с использованием базовых математических функций Pine Script.
– Уникальное сочетание трендового анализа и нормировки отклонений, позволяющее трейдерам выявлять моменты аномального поведения цены.
VolSpike ATR RSI Strategy with ATR BandsThe script captures when the volume suddenly goes wild and is using it as an opportunity to enter a buy or sell position.
onetrend v1.0OneTrend is a trend-following indicator that combines a sophisticated moving average with ATR-based buffers, confirmation and amplitude checks, along with RSI, ADX, and choppiness filters, to generate dynamic buy and sell signals and manage trades with a trailing stop while suppressing whipsaws in ranging markets.
Elite ADX Pro+ Indicatorthis indicator guide line :
------------
1. Main Features:
- Advanced trend analysis using ADX indicator
- Integration of volume analysis with trend indicators
- RSI indicator for overbought/oversold levels
- Price Action analysis
- Advanced alert system
2. Technical Capabilities:
- Customizable ADX length (1-50)
- Customizable DI length (1-50)
- Customizable ADX threshold (10-50)
- Multiple smoothing options (EMA, SMA, RMA, WMA)
- Customizable volume analysis
- Customizable RSI settings
3. Practical Benefits:
- Accurate market trend identification
- Reliable trading signals with multiple confirmations
- Avoid trading in weak markets
- Comprehensive analysis combining multiple indicators
- Suitable for traders of all levels
4. Additional Features:
- User-friendly interface
- Customizable colors and design
- Advanced alert system
- Detailed trend strength information
- Advanced volume analysis
================================
------------------
1. Input Parameters:
- ADX Length: 14 (default)
- DI Length: 14 (default)
- ADX Threshold: 20 (default)
- Volume MA Length: 20
- Volume EMA Length: 10
- RSI Length: 14
- RSI Overbought: 70
- RSI Oversold: 30
2. Visual Components:
- +DI and -DI lines
- ADX line with dynamic coloring
- Volume strength visualization
- RSI indicator (optional)
- Trend labels and information
3. Alert Conditions:
- Strong Buy Signal
- Strong Sell Signal
- Customizable alert messages
================================
------------
1. Best Practices:
- Use in conjunction with other technical indicators
- Pay attention to volume confirmation
- Consider market conditions
- Use multiple timeframes for confirmation
- Monitor RSI levels for overbought/oversold conditions
2. Trading Strategy:
- Enter trades when ADX is above threshold
- Confirm with volume analysis
- Use RSI for additional confirmation
- Consider price action patterns
- Monitor trend strength changes
================================
Important Note and Disclaimer:
The Elite ADX Pro+ Indicator is solely an analytical tool to assist in analysis and decision-making. Despite its high accuracy and advanced techniques, it remains just an auxiliary analysis tool. The trader bears full responsibility for all their decisions in:
• Entering trades
• Exiting trades
• Selling operations
• Buying operations
Disclaimer:
The indicator's owner bears absolutely no responsibility for:
• Any financial losses that may occur
• Trading results, whether positive or negative
• Decisions made by the trader based on indicator signals
• Any direct or indirect damages that may result from using the indicator .
Thank you if you have any questions feel free write your comment below .
EMA RoC Comparison with Consecutive Conditioncompare two scprits peorple can compasre two script for therse option trading will make them etter
HTF Vertical LineHTF Align Vertical Line
This indicator automatically plots a vertical line on your current chart when a higher timeframe candle is created. For example, if your current chart is set to 5 minutes, the indicator will plot a vertical line every time a 1-hour candle is created.
Timeframes and corresponding candles per vertical line:
- 1m - 15m = 15 candles per vertical line
- 3m - 15m = 12 candles per vertical line
- 5m - 1H = 12 candles per vertical line
- 15m - 4H = 16 candles per vertical line
- 30m - 4H = 8 candles per vertical line
- 1H - 1D = 23 candles per vertical line
- 4H - 1W = 30 candles per vertical line
Use With CISD For Potential Reversals
🔶 Disclaimer
Use with Caution: This indicator is provided for educational and informational purposes only and should not be considered as financial advice. Users should exercise caution and perform their own analysis before making trading decisions based on the indicator's signals.
Not Financial Advice: The information provided by this indicator does not constitute financial advice, and the creator (Tradewithron) shall not be held responsible for any trading losses incurred as a result of using this indicator.
Backtesting Recommended: Traders are encouraged to backtest the indicator thoroughly on historical data before using it in live trading to assess its performance and suitability for their trading strategies.
Risk Management: Trading involves inherent risks, and users should implement proper risk management strategies, including but not limited to stop-loss orders and position sizing, to mitigate potential losses.
No Guarantees: The accuracy and reliability of the indicator's signals cannot be guaranteed, as they are based on historical price data and past performance may not be indicative of future results.
Srinivas-SQ9-Sequence1234This indicator labels the candles in the sequence chosen from the dropdown.