SwiftEdge NW EnvelopeSwiftEdge NW Envelope
Overview
The SwiftEdge NW Envelope is a visually striking technical indicator designed for traders seeking to identify high-probability buy and sell opportunities in volatile markets. By combining the Relative Strength Index (RSI), Average True Range (ATR), and Nadaraya-Watson Envelope, this indicator provides a unique blend of momentum, volatility, and non-linear trend analysis. Its futuristic, AI-inspired aesthetic—featuring neon gradients and dynamic colors—enhances chart readability while delivering actionable trading signals.
What It Does
The SwiftEdge NW Envelope generates buy and sell signals based on price interactions with dynamically calculated support and resistance bands, confirmed by RSI conditions. The indicator:
Plots a Nadaraya-Watson Envelope to identify smooth, non-linear price trends and dynamic support/resistance zones.
Uses ATR to scale the envelope’s bands, adapting to market volatility.
Employs RSI to confirm overbought/oversold conditions, ensuring signals align with momentum.
Visualizes signals with neon-colored markers, background zones, and labels for intuitive decision-making.
How It Works
The indicator integrates three key components:
Nadaraya-Watson Envelope:
A kernel-based regression technique that smooths price data to create a central trend line (mean) and dynamic upper/lower bands.
Unlike traditional moving averages, it provides a non-linear, adaptive view of price trends, making it ideal for capturing complex market movements.
The band width is determined by ATR, ensuring responsiveness to volatility.
Average True Range (ATR):
Measures market volatility to scale the envelope’s bands.
A multiplier (default: 0.5) adjusts the sensitivity of the bands, allowing traders to fine-tune the indicator for different assets or market conditions.
Relative Strength Index (RSI):
A momentum oscillator with a shortened period (default: 5) for increased sensitivity.
Confirms buy signals when RSI is oversold (default: <30) and sell signals when RSI is overbought (default: >70).
Signal Logic
Buy Signal: Triggered when the price crosses above the lower band of the Nadaraya-Watson Envelope and RSI is below the oversold threshold. Marked by a green circle and a "BUY" label below the candle.
Sell Signal: Triggered when the price crosses below the upper band and RSI is above the overbought threshold. Marked by a magenta circle and a "SELL" label above the candle.
Background Zones: Green (buy) or red (sell) translucent zones highlight signal areas for quick recognition.
Visual Features
Dynamic Colors: The central trend line shifts between cyan (uptrend), purple (downtrend), or gray (neutral) based on price position relative to the mean.
Neon Gradient Fill: A translucent blue fill between the upper (green) and lower (red) bands creates a glowing, futuristic effect.
Modern Signal Markers: Small, vibrant circles (green for buy, magenta for sell) and clear labels enhance visual clarity.
Why This Combination?
The SwiftEdge NW Envelope combines RSI, ATR, and Nadaraya-Watson Envelope to create a robust trading tool:
RSI provides momentum confirmation, filtering out false signals in choppy markets.
ATR ensures the envelope adapts to changing volatility, making it suitable for both trending and ranging markets.
Nadaraya-Watson Envelope offers a sophisticated, non-linear alternative to traditional bands (e.g., Bollinger Bands), capturing subtle price dynamics. Together, these components deliver a balanced approach to trend-following and mean-reversion strategies, with RSI acting as a gatekeeper to improve signal reliability.
Customize Settings:
RSI Period (5): Adjust for more/less sensitivity to momentum.
RSI Overbought/Oversold (70/30): Modify thresholds to tighten or loosen signal conditions.
ATR Period (14) and Multiplier (0.5): Tune volatility sensitivity.
NW Length (25), Bandwidth (8.0), Multiplier (3.0): Adjust the smoothness and width of the envelope.
Interpret Signals:
Buy: Look for green circles and "BUY" labels when price crosses above the lower band, confirmed by low RSI.
Sell: Look for magenta circles and "SELL" labels when price crosses below the upper band, confirmed by high RSI.
Use background zones to quickly spot active signal areas.
Combine with Other Tools:
Pair with support/resistance levels or volume analysis for additional confirmation.
Test signals on a demo account before live trading.
Originality
The SwiftEdge NW Envelope stands out due to:
Its innovative use of Nadaraya-Watson regression, a less common but powerful tool for non-linear trend analysis.
A unique visual design with neon gradients and dynamic colors, inspired by AI and futuristic interfaces, making it both functional and visually engaging.
A streamlined signal system that balances momentum (RSI), volatility (ATR), and trend (Nadaraya-Watson), reducing noise and enhancing trade precision.
Notes
Best suited for volatile markets (e.g., forex, crypto, stocks) where price swings create clear envelope breakouts.
Adjust input parameters to match your trading style (e.g., shorter RSI period for scalping, wider bands for swing trading).
Always backtest and validate signals in your specific market and timeframe before trading.
Volatilität
Impulse Volume Oscillator [Alpha Extract]Impulse Volume Oscillator
A sophisticated indicator designed to identify market impulse moves and volume-based momentum shifts, helping traders capture significant price movements with precision.
Combining price deviations with volume analysis, this oscillator dynamically measures market strength and weakness, providing clear signals for potential trend continuations and reversals.
🔶 Volume-Adjusted Normalization
Utilizes a unique normalization technique that incorporates volume impact to enhance signal quality. This approach ensures the indicator responds more strongly to high-volume price movements while filtering out low-volume noise.
vol_ratio = ta.rsi(volume, 14) / 50
vol_factor = vol_impact > 0 ? 1 + (vol_ratio - 1) * vol_impact : 1
raw_normalized = dev / (ta.stdev(source, bars) * mult)
vol_adjusted = raw_normalized * vol_factor
normalized = ta.sma(vol_adjusted, smooth)
🔶 Adaptive Regime Detection
Incorporates threshold-based regime identification that clearly distinguishes between trending and mean-reverting market conditions. The customizable threshold system allows traders to adapt to different market volatilities and timeframes.
🔶 Customizable Parameters
Fine-tune detection sensitivity with adjustable inputs for lookback period, standard deviation multiplier, volume impact, and signal smoothing. These parameters enable traders to optimize the indicator for various trading styles and market conditions.
❓How It Works
🔶 Impulse Calculation
The oscillator measures price deviation from a moving average baseline, normalized by standard deviation, and then adjusts the signal based on relative volume strength. This creates a responsive yet stable indicator that accurately reflects market momentum.
// Calculate the basis using the selected MA
basis = get_ma(source, bars)
// Calculate the normalized value with volume impact
dev = source - basis
🔶 Dynamic Visualization
The histogram changes color based on signal strength, providing instant visual cues about market conditions. Green bars indicate positive momentum while red bars represent negative momentum, with color intensity reflecting signal strength.
🔶 Trend Confirmation
Built-in trend direction analysis provides confluence with the primary signal, helping traders distinguish between counter-trend bounces and genuine trend reversals. This dual-confirmation approach significantly reduces false signals.
🔶 Visual Alerts & Boundary Tracking
Monitors signal extremes and dynamically adjusts visualization transparency based on signal strength. The indicator highlights particularly strong impulse moves with background shading, making potential trading opportunities immediately apparent.
🔶 Custom Candle Coloring
Optional candle coloring applies the same color logic as the histogram directly to price candles, providing a unified visual framework that helps traders correlate indicator signals with price action.
🔶 Momentum Shift Detection
Automatically identifies important zero-line crossovers that often signify the beginning of new impulse moves. These transition points frequently offer favorable risk/reward entry opportunities.
🔶 Snapshot samples
1 Week
1 Day
15 Min
🔶 Why Choose AE - Impulse Volume Oscillator?
This indicator provides a comprehensive approach to identifying significant market moves by combining volume analysis with price momentum. By offering clear visual signals for both trend continuation and reversal scenarios, it empowers traders to make more informed decisions across various market conditions and timeframes.
Chandelier Exit with ZLSMA SwiftEdgeChandelier Exit with ZLSMA
Overview
The "Chandelier Exit with ZLSMA" indicator is a powerful trading tool designed to identify trend reversals and high-probability entry points in financial markets. By combining the volatility-based Chandelier Exit with the low-lag Zero Lag Least Squares Moving Average (ZLSMA), this indicator provides clear Buy and Sell signals, enhanced with a unique signal strength score to help traders prioritize high-quality opportunities. Visual enhancements, including dynamic color coding, background highlights, and trend arrows, make it intuitive and visually appealing for both novice and experienced traders.
What It Does
This indicator generates Buy and Sell signals when a trend reversal is detected by the Chandelier Exit, but only if the price crosses the ZLSMA for the first time in the direction of the trend. Each signal is accompanied by a percentage score (0-100%) that measures its strength based on price movement and momentum. The indicator overlays directly on the price chart, displaying:
Buy/Sell labels with signal strength (e.g., "Buy (85%)").
A ZLSMA line that changes color (green for bullish, red for bearish) to indicate trend direction.
Background highlights to mark signal candles.
Trend arrows to visually confirm signal points.
How It Works
The indicator combines two complementary components:
Chandelier Exit:
Uses the Average True Range (ATR) to create dynamic trailing stop levels (long_stop and short_stop) that adapt to market volatility.
Signals a Buy when the price crosses above the short stop (indicating a potential uptrend) and a Sell when it crosses below the long stop (indicating a potential downtrend).
Default settings use an ATR period of 1 and a multiplier of 2.0 for high sensitivity to short-term price movements.
Zero Lag LSMA (ZLSMA):
A low-lag moving average based on linear regression, designed to reduce delay compared to traditional moving averages.
Acts as a trend filter: Buy signals are only generated when the price closes above ZLSMA for the first time, and Sell signals when it closes below for the first time.
Default length of 50 balances smoothness with responsiveness.
Signal Strength Score:
Each signal is assigned a score (0-100%) based on:
Distance to ZLSMA (60% weight): How far the price is from ZLSMA, normalized by ATR. Larger distances indicate stronger breakouts.
Candlestick size (40% weight): The size of the signal candle, normalized by ATR. Larger candles suggest stronger momentum.
A high score (e.g., >80%) indicates a robust signal, while a low score (e.g., <50%) suggests caution.
Visual Features:
The ZLSMA line changes color (green for bullish, red for bearish) to reflect the trend.
Signal candles are highlighted with a subtle green (Buy) or red (Sell) background.
Tiny triangular arrows appear below Buy signals and above Sell signals for clear visual confirmation.
Why Combine Chandelier Exit and ZLSMA?
The Chandelier Exit excels at identifying trend reversals through volatility-based stops, but it can generate false signals in choppy markets due to its sensitivity (especially with a short ATR period of 1). The ZLSMA addresses this by acting as a trend filter, ensuring signals are only triggered when the price confirms a trend by crossing the ZLSMA for the first time. This combination reduces noise and focuses on high-probability setups. The signal strength score further enhances decision-making by quantifying the conviction behind each signal, making the indicator feel intuitive and "smart."
How to Use
Setup:
Add the indicator to your chart in TradingView.
Adjust inputs in the settings panel:
ATR Period (default: 1): Controls the sensitivity of Chandelier Exit. Increase for smoother signals.
ATR Multiplier (default: 2.0): Sets the distance of stop levels from price extremes.
ZLSMA Length (default: 50): Adjusts the smoothness of the ZLSMA line. Shorter lengths (e.g., 20-30) are more responsive; longer lengths (e.g., 50-100) are smoother.
Use Close Price for Extremums (default: true): Determines whether Chandelier Exit uses closing prices or high/low prices for calculations.
Interpreting Signals:
Buy Signal: A green "Buy (X%)" label appears below a candle when the price crosses above the Chandelier Exit short stop and closes above ZLSMA for the first time. The percentage indicates signal strength (higher = stronger).
Sell Signal: A red "Sell (X%)" label appears above a candle when the price crosses below the Chandelier Exit long stop and closes below ZLSMA for the first time.
Use the ZLSMA line’s color (green for bullish, red for bearish) to confirm the overall trend.
Prioritize signals with high strength scores (e.g., >70%) for better reliability.
Trading Considerations:
Combine signals with other analysis (e.g., support/resistance, volume) for confirmation.
Test the indicator on a demo account or use TradingView’s Strategy Tester to evaluate performance.
Be cautious with the default ATR period of 1, as it is highly sensitive and may generate frequent signals in volatile markets.
What Makes It Unique
This indicator stands out due to its thoughtful integration of Chandelier Exit and ZLSMA, creating a synergy that balances sensitivity with reliability. The first-cross filter ensures signals are triggered only at the start of potential trends, reducing false positives. The signal strength score adds a layer of intelligence, helping traders assess the quality of each signal without needing external tools. Visual enhancements, such as dynamic ZLSMA coloring, background highlights, and trend arrows, make the indicator user-friendly and visually engaging, appealing to traders seeking a modern, intuitive tool.
Limitations and Notes
The short ATR period (1) makes the indicator highly sensitive, which suits short-term traders but may produce noise in sideways markets. Increase the ATR period for smoother signals.
The signal strength score is a heuristic based on price movement and momentum, not a predictive model. Use it as a guide, not a definitive predictor.
Always backtest the indicator on your preferred market and timeframe to ensure it aligns with your trading strategy.
Apex Edge SMC Tactical Suite
🛰 Apex Edge SMC Tactical Suite
Apex Edge SMC Tactical Suite is a precision-engineered multi-signal tool designed for advanced traders who demand real-time edge detection, breakout identification, and smart volatility-based risk placement. Built to blend seamlessly into any price action, SMC, or momentum-based strategy.
🔧 Core Features:
📍 Entry Signals
Green & red arrows appear only when a candle meets strict "Power Candle" criteria:
High momentum breakout
Volume spike confirmation
OBV spike divergence
Trend & HTF filter optional
Volatility-adjusted stop placement
💥 Power Candles
Smart detection of explosive volume+range candles
Custom "fuel score" system ranks their momentum potential
Displays as either candle highlights or subtle labels
📊 Fuel Meter
RSI-based energy tracker with customizable threshold
Plots real-time bar strength on a mini histogram
🧠 Trap Detection + Reversals
Detects stop hunt wicks or "liquidity traps"
Shows reversal diamonds on potential reclaim setups
Built-in swing logic confirms trap reversals
🧮 HTF Filtering
Optional higher-timeframe trend filter via Hull MA
Keeps signals aligned with broader market direction
📦 TP/SL Zones
Risk is calculated using volatility clustering (recent swing zones)
TP auto-calculated using ATR-based expansion
🔔 Alerts Included:
✅ Power Candle Detection
✅ Long/Short Entry Alerts
✅ Exit Signal Alerts
✅ Trap Defense Alerts
✅ Trap Reversal Confirmations
🎯 Ideal For:
SMC / ICT traders
Breakout traders
Trend followers
Scalpers / intraday setups
Momentum + volume combo traders
⚠️ Tip: Best paired with clean chart layouts, market structure, or order block frameworks. Can be combined with internal/external liquidity sweep logic for extra confluence.
Feel free to play around with the code and if you're a professional coder (unlike me) then please tag me into any versions that you can make better. Enjoy!
Disclaimer - This script was created entirely with many hours using the assistance of ChatGPT
Fibonacci Levels with MACD ConfirmationHow to Understand and Use the Fibonacci Levels with MACD Confirmation Script
This custom Pine Script is designed to give traders a clear visual framework by combining dynamic Fibonacci retracement levels, MACD histogram confirmation, and volatility-based swing zones. It aims to simplify trend analysis, improve entry timing, and adapt to various market conditions.
How to Interpret the 23.6% & 61.8% Labels
These Fibonacci levels represent key retracement zones where price often reacts during trend pullbacks or reversals.
The 23.6% level indicates a shallow retracement, useful in strong trends where price resumes early.
The 61.8% level is a deeper retracement, often a "last line of defense" before trend invalidation.
The script labels these zones with "CC 23.6" and "CC 61.8" when the price crosses them with MACD histogram confirmation:
Green label (CC) = bullish confirmation
Red label (CC) = bearish confirmation
How to Modify Inputs (Manual Adjustments)
Input Purpose Default How to Use
ATR Period Measures volatility 14 Increase for smoother, slower reactions; reduce for faster swings
Min Lookback Minimum bars for swing zone 20 Avoids short-term noise
Max Lookback Cap for swing zone scan 100 Avoids excessively wide retracement levels
Inverse Candle Chart Flips high/low logic false Enable for inverted analysis or backtesting "opposite logic"
How to Use the Inverse Candle Chart Option
Activating inverse mode flips candle logic:
Highs become negative lows, and vice versa.
Useful for:
Contrarian analysis
Inverse ETFs or short-biased views
Backtesting reverse-pattern behavior
How to Adjust the Style
You can manually personalize the script’s visual appearance:
Change line width in plot(..., linewidth=2) for bolder or thinner Fib levels.
Change colors from color.green, color.red, etc., to suit your theme.
Modify label.size, label.style, and label.color for different labeling visuals.
Customize MACD histogram style from plot.style_columns to other styles like style_histogram.
How the MACD is Set and Displayed
The MACD uses non-standard values:
Fast Length = 24
Slow Length = 52
Signal Smoothing = 18
These values slow down the indicator, reducing noise and aligning better with medium- to long-term trends.
MACD histogram is plotted directly on the main chart for faster, on-screen decision making.
Color-coded histogram:
Green/Lime = Bullish momentum increasing or steady
Red/Maroon = Bearish momentum increasing or steady
How to Use the Indicator in Real-World Trading
This indicator is most effective when used to:
✅ 1. Spot High-Probability Trend Continuation Zones
In a strong trend, price will often retrace to 23.6% or 61.8%, then resume.
Wait for:
Price to cross 23.6 or 61.8
MACD histogram rising (bullish) or falling (bearish)
"CC 23.6" or "CC 61.8" label to appear
🟢 Entry Example: Price retraces to Fib 61.8%, crosses up with green MACD histogram → take long position
✅ 2. Validate Reversal or Breakout Zones
These Fib levels also act as support/resistance.
If price crosses a Fib level but MACD fails to confirm, it may be a fake breakout.
Use confirmation labels only when MACD aligns.
✅ 3. Add Volatility Context (ATR) for Risk Management
The ATR label shows both value and %.
Use ATR to:
Set dynamic stop-losses (e.g., 1.5x ATR below entry)
Decide trade size based on volatility
How to Combine the Indicator With Other Tools
You can combine this script with other technical tools for a powerful trading framework:
🔁 With Moving Averages
Use 50/200 MA for overall trend direction
Take signals only in the direction of MA slope
🔄 With Price Action Patterns
Use the Fib/MACD signals at confluence points:
Support/resistance zones
Breakout retests
Candlestick patterns (pin bars, engulfing)
🔺 With Volume or Order Flow
Combine with volume spikes or order book signals
Confirm that Fib/MACD signals align with strong volume for conviction
✅ Trade Setup Summary
Criteria Long Setup Short Setup
Price at Fib Level At or crossing Fib 23.6 / 61.8 Same
MACD Histogram Rising and above previous bar Falling and below previous bar
Label Appears Green "CC 23.6" or "CC 61.8" Red "CC 23.6" or "CC 61.8"
Optional Filters Trend direction, ATR range, volume, price pattern Same
Trend-Following VWAP + Keltner scalping This indicator is designed for lower timeframes like 1m or 5m.
VWAP (Volume Weighted Average Price):
Green when price is above → bullish bias
Red when price is below → bearish bias
Keltner Channels:
Upper band = potential resistance or breakout zone
Lower band = potential support or breakdown zone
Middle line (basis) = dynamic trend support/resistance (EMA-based)
🟢 Bullish Setup (Buy Scalps):
Price is above VWAP (VWAP is green) → Market is bullish
Price pulls back to Keltner basis or lower band
Look for bullish price action (e.g., engulfing candle, pin bar)
Enter long near the lower band or midline
Target: Upper band or previous high
Stop Loss: Just below the lower band or recent swing low
🔴 Bearish Setup (Sell Scalps):
Price is below VWAP (VWAP is red) → Market is bearish
Price pulls back to Keltner basis or upper band
Look for bearish price action (e.g., bearish engulfing)
Enter short near upper band or midline
Target: Lower band or previous low
Stop Loss: Just above the upper band or recent swing high
Like this indicator? Boost it ♡
Correlação SPX vs VIX (com alertas)//@version=5
indicator("NDX 100 vs VIX Correlation", overlay=false)
// Inputs
length = input.int(30, title="Correlation Period")
ndxSymbol = input.symbol("NASDAQ:NDX", title="Nasdaq 100 Symbol")
vixSymbol = input.symbol("CBOE:VIX", title="VIX Symbol")
// Closing prices
ndxClose = request.security(ndxSymbol, timeframe.period, close)
vixClose = request.security(vixSymbol, timeframe.period, close)
// Statistical correlation
correlation = ta.correlation(ndxClose, vixClose, length)
// Plot correlation
plot(correlation, title="Correlation (NDX x VIX)", color=color.blue, linewidth=2)
hline(0, "Zero", color=color.gray)
hline(1, "Max Positive Correlation", color=color.green, linestyle=hline.style_dashed)
hline(-1, "Max Negative Correlation", color=color.red, linestyle=hline.style_dashed)
// Background color to help visualization
bgcolor(correlation > 0 ? color.new(color.green, 90) : color.new(color.red, 90), title="Correlation Background")
Volume_volatility_24)📊 TechData24h (24h Technical Metrics)
This TradingView indicator displays and alerts on key daily metrics for the current trading instrument, including:
Volume (24h, Yesterday, Day Before Yesterday)
Price Change (%) over 24h
Volatility (%) over 24h
Volume Change (%) vs Yesterday and Day Before
Correlation with BTC (custom symbol & timeframe)
🔔 Custom Alerts:
You can define your own percentage thresholds for both positive and negative changes. Alerts will trigger when:
Price change exceeds or drops below a set threshold
Volatility crosses a threshold
Volume increases or decreases significantly
Correlation with BTC moves beyond limits
📋 Table Dashboard:
All selected metrics are shown in a 2-column dashboard at the bottom left of the chart, with color-coded values based on increase/decrease.
RSI - 5UP Overview
The "RSI - 5UP" indicator is a versatile tool that enhances the traditional Relative Strength Index (RSI) by adding smoothing options, Bollinger Bands, and divergence detection. It provides a clear visual representation of RSI levels with customizable bands and optional moving averages, helping traders identify overbought/oversold conditions and potential trend reversals through divergence signals.
Features
Customizable RSI: Adjust the RSI length and source to fit your trading style.
Overbought/Oversold Bands: Visualizes RSI levels with intuitive color-coded bands (red for overbought at 70, white for neutral at 50, green for oversold at 30).
Smoothing Options: Apply various types of moving averages (SMA, EMA, SMMA, WMA, VWMA) to the RSI, with optional Bollinger Bands for volatility analysis.
Divergence Detection: Identifies regular bullish and bearish divergences, with visual labels ("Bull" for bullish, "Bear" for bearish) and alerts.
G radient Fills: Highlights overbought and oversold zones with gradient fills (green for overbought, red for oversold).
How to Use
1. Add to Chart: Apply the "RSI - 5UP" indicator to any chart. It works well on timeframes from 5 minutes to daily.
2. Configure Settings:
RSI Settings:
RSI Length: Adjust the period for RSI calculation (default: 14).
Source: Choose the price source for RSI (default: close).
Calculate Divergence: Enable to detect bullish/bearish divergences (default: disabled).
Smoothing:
Type: Select the type of moving average to smooth the RSI ("None", "SMA", "SMA + Bollinger Bands", "EMA", "SMMA (RMA)", "WMA", "VWMA"; default: "SMA").
Length: Set the period for the moving average (default: 14).
BB StdDev: If "SMA + Bollinger Bands" is selected, adjust the standard deviation multiplier for the bands (default: 2.0).
3.Interpret the Indicator:
RSI Levels: The RSI line (purple) oscillates between 0 and 100. Levels above 70 (red band) indicate overbought conditions, while levels below 30 (green band) indicate oversold conditions. The 50 level (white band) is neutral.
Gradient Fills: The background gradients (green above 70, red below 30) highlight overbought and oversold zones for quick reference.
Moving Average (MA): If enabled, a yellow MA line smooths the RSI. If "SMA + Bollinger Bands" is selected, green bands appear around the MA to show volatility.
Divergences: If "Calculate Divergence" is enabled, look for "Bull" (green label) and "Bear" (red label) signals:
Bullish Divergence: Indicates a potential upward reversal when the price makes a lower low, but the RSI makes a higher low.
Bearish Divergence: Indicates a potential downward reversal when the price makes a higher high, but the RSI makes a lower high.
4. Set Alerts:
Use the "Regular Bullish Divergence" and "Regular Bearish Divergence" alert conditions to be notified when a divergence is detected.
Notes
The indicator does not provide direct buy/sell signals. Use the RSI levels, moving averages, and divergence signals as part of a broader trading strategy.
Divergence detection requires the "Calculate Divergence" option to be enabled and may not work on all timeframes or assets due to market noise.
The Bollinger Bands are only visible when "SMA + Bollinger Bands" is selected as the smoothing type.
Credits
Developed by Marrulk. Enjoy trading with RSI - 5UP! 🚀
High ATRDisplays a short ATR as histogram and colors a bar and/or triggers an alert whenever the short ATR crosses a long ATR.
Useful to get you to the charts when action is taking place
Multi Timeframe ATR, CCI & RSIMulti Timeframe ATR, CCI & RSI (MTF IND)
This indicator displays ATR, CCI, and RSI values from a custom selected timeframe in a clean table overlay.
It helps monitor volatility and momentum from higher/lower timeframes directly on your current chart.
Features:
• Select custom timeframe for all indicators (e.g., 1D, 1W, 65m, etc.)
• ATR with selectable smoothing type (RMA, SMA, EMA, WMA)
• CCI & RSI with trend arrows (▲ rising, ▼ falling, ▬ neutral)
• Compact summary table
Z-Score IndicatorZ-score of price with extreme bands set by a multiplier. Colors background and triggers alarm whenever price is at +mult/-mult Z-score. Usually 2/-2.
Useful to get you at the charts when action is happening
volatilityThis indicator indicates whether volatility is sufficient for trading. It works on time frames from 1 minute to 2 hours. The redder the indicator, the less volatility there is, and the greener the indicator, the more volatility there is.
🔥 PratikMoneyCPTY – AI Crypto Swing SignalCreated by Pratik Patel, this advanced crypto trading tool fuses AI logic with technical indicators—EMA, SuperTrend, MACD, RSI, and candlestick patterns—to identify profitable swing entries. Built for crypto markets like BTC, ETH, and top altcoins on 4H/1D charts. Includes smart alerts, BUY/SELL tags, and popup notifications for actionable insights.
Scalping strategy [EMA 9/21/200 + VWAP]This strategy works best during high-volume periods on the 1-minute and 5-minute charts.
🟢 Buy Setup:
EMA 9 crosses above EMA 21 (bullish momentum)
Price is above VWAP (bullish bias)
Look for bullish candlestick patterns (engulfing, pin bar, etc.)
Optional: Entry on a pullback to EMA 9 or 21
🔴 Sell Setup:
EMA 9 crosses below EMA 21 (bearish momentum)
Price is below VWAP (bearish bias)
Look for bearish candlestick patterns
Optional: Entry on pullback to EMA 9 or 21
📈 Exit Strategy:
Take profit at predefined risk-reward
Or use EMA 9 crossing back over 21 in the opposite direction
Stop loss just below/above recent swing
Like this indicator? Boost it ♡
FVG, Structure, VWAP & MAs – SMC Smart Toolkit JavFVG, Structure, VWAP & MAs – SMC Smart Toolkit (Jav Edition)
🔍 Full Description:
This indicator is a comprehensive Smart Money Concepts (SMC) tool designed to visually and statistically assist traders in identifying structure shifts, order blocks, fair value gaps, and institutional trading zones.
🧠 What does it do and how?
1. Real-time Market Structure (Swing + Internal):
• Detects CHoCH and BOS dynamically.
• Structures are clearly marked with customizable labels and color themes.
2. Fair Value Gaps (FVGs):
• Automatically detects inefficiencies and plots bullish/bearish gaps.
• Extendable boxes with timeframe selection and threshold filtering.
3. Order Blocks (OBs):
• Internal and swing blocks detected via structural pivots.
• Uses volatility filters (ATR or cumulative range) to exclude noisy OBs.
• Boxes auto-delete after mitigation.
4. Equal Highs/Lows (EQH/EQL):
• Identifies potential liquidity pools by detecting repeated highs or lows.
• Sensitivity and appearance are fully configurable.
5. Premium/Discount Zones:
• Dynamic zones based on latest swing highs/lows.
• Helps identify ideal entry zones during accumulation/distribution phases.
6. Session and Weekly VWAPs:
• Real-time volume-weighted average price calculations.
• Includes customizable labels and color-coded visual cues.
7. Multiple Moving Averages (EMA/SMA):
• Up to 4 configurable MAs with individual timeframe filters.
• Useful for trend confirmation or mean reversion setups.
⸻
🚀 Why is it different?
• Not a generic mashup. Each component follows a Smart Money logic and works in synergy.
• True multi-timeframe analysis. You can perform intraday scalping and higher-timeframe swing trading seamlessly.
• Highly visual and modular. You choose what to show, with full customization of styles, sensitivity, and filters.
• Built-in alerts for CHoCH/BOS, OBs, FVGs, EQHs and EQLs.
⸻
🎯 Best for:
• SMC, Wyckoff, ICT or price-action-based traders.
• Confluence trading using liquidity, imbalances and structure shifts.
• Intraday scalpers and swing traders looking for institutional-level edge.
⸻
📌 Publishing Tips:
• Ensure the chart only shows your script, with structure, FVGs and OBs clearly visible.
• Avoid overlapping it with other indicators or extra drawings.
• Add 1–2 screenshots showing structure breaks, OBs and FVGs for clarity.
Dual RSI Trend + Visual Divergences JavDual RSI Trend + Visual Divergences
🧠 Indicator Description (for Publishing)
Indicator Name:
Dual RSI Trend + Visual Divergences (Jav Edition)
⸻
What it does & how it works:
This script combines two types of RSI to enhance momentum analysis and divergence detection, leveraging both statistical and visual tools. It is designed for intraday scalping, swing trading, or directional momentum analysis.
⸻
1. Trend-Based RSI (Main Component):
• A customized RSI using dynamic range calculation instead of classic gain/loss formula.
• Fully adjustable smoothing options (EMA, SMA, RMA, TMA).
• Includes a signal line (like in MACD) to confirm RSI momentum shifts.
• Overbought/Oversold zones are highlighted with visual fills and optional dot signals.
⸻
2. Optional Classic RSI:
• Plots the traditional RSI with its own bullish/bearish divergence detection.
• Can be enabled or disabled independently for traders who want to compare classic vs modified RSI behavior.
⸻
3. Auto Divergence Detection:
• Automatically detects and marks Regular Bullish and Regular Bearish divergences:
• Bullish: price makes lower lows, RSI makes higher lows.
• Bearish: price makes higher highs, RSI makes lower highs.
• Works on both custom RSI and classic RSI (independently).
⸻
4. Highest & Lowest RSI Tracking:
• Tracks the all-time high and low of the main RSI and plots those levels in real-time.
• Helps identify extreme RSI conditions and historical strength/weakness.
⸻
5. Linear Regression Channel on RSI:
• Applies linear regression to the RSI trend to identify the current slope of momentum.
• Draws upper/lower bands based on standard deviation (configurable).
• Useful for spotting early trend reversals or RSI exhaustion zones.
⸻
6. RSI Structural Zones (HH, LL, HL, LH):
• Detects structural pivots in the RSI such as:
• Higher Highs (HH)
• Lower Highs (LH)
• Higher Lows (HL)
• Lower Lows (LL)
• Automatically labels these on the RSI chart.
⸻
7. Alerts:
• Built-in alerts for all key divergence signals:
• Regular Bullish (custom RSI & classic)
• Regular Bearish (custom RSI & classic)
⸻
🚀 Why is this indicator different?
• It’s not a generic mashup: Each element (RSI, divergence, regression, structure) plays a specific role to confirm price action and momentum shifts.
• Combines the best of both RSIs: Classic for reliability, custom for sensitivity.
• Visual clarity: Includes gradients, labels, lines, and alert-ready signals to help traders react fast.
• No repainting: Divergences and structures are confirmed and remain on chart.
⸻
⚙️ Suggested Use:
• Timeframes: 5m to 1h for scalping, 1h to 4h for swing trading.
• Works well alongside price action, liquidity zones, or Smart Money Concepts (SMC).
• Use linear regression and RSI structure for early trend analysis and entry filtering.
⸻
✅ Additional Notes:
• All visual elements are fully customizable (colors, styles, widths).
• Alerts only trigger after confirmation (no early or misleading alerts).
• Regression can be extended or cut based on trader preference.
Bollinger BandWidth (BBW)The Bollinger BandWidth (BBW) is a volatility-based indicator that measures the percentage width between the upper and lower Bollinger Bands. Unlike the traditional Bollinger Bands, BBW focuses solely on the distance between the bands, providing a clear view of market contraction and expansion phases.
How it works:
BBW is calculated as:
(Upper Band - Lower Band) / Basis × 100
The bands are constructed using a customizable moving average and a standard deviation multiplier.
Main Inputs:
• BB Period: Period used for the Bollinger Bands
• BB Moving Average Type: Choose from SMA, EMA, SMMA (RMA), WMA, or VWMA
• Standard Deviation Multiplier: Controls the band width
• BBW MA Type and Length: A moving average applied to BBW for trend smoothing
• BBW MA Offset: Allows visual shifting of the BBW average
Visual Highlights:
• The BBW line changes color based on its direction:
— Green when BBW is rising
— Red when BBW is falling
• A shaded fill between BBW and its moving average:
— Light green when BBW > BBW MA (indicates expansion)
— Light red when BBW < BBW MA (indicates contraction)
• Background highlights when BBW crosses above or below its moving average
Reference Levels:
• Highest Expansion: Highest BBW value over a user-defined period
• Lowest Contraction: Lowest BBW value over a user-defined period
These help identify areas of extreme volatility or compression.
Alert Conditions:
• BBW crosses above its moving average (potential start of expansion)
• BBW crosses below its moving average (potential start of contraction)
How to Use:
• Very low BBW values often precede strong breakouts
• Rising BBW can confirm the start of a trending move
• Comparing BBW to its moving average helps distinguish ranging from trending conditions
Tip:
Combine BBW with price action or volume-based indicators to enhance signal accuracy and better anticipate market shifts.
GRASS Purple Cloud [MMD] MTFThis Pine Script code is a trading strategy designed for use on the TradingView platform. It implements a multi-timeframe (MTF) strategy called "GRASS Purple Cloud " that utilizes various technical indicators to generate buy and sell signals. Below is a breakdown of the key components of the script:
Key Components of the Strategy
Inputs:
HTF (Higher Time Frame): Allows the user to select a higher time frame for analysis.
ATR and Supertrend Parameters: Inputs for the Average True Range (ATR) and Supertrend indicator, which are used to determine market volatility and trend direction.
Buying and Selling Pressure Thresholds: These thresholds help define conditions for entering trades based on buying and selling pressure.
Backtest Date Range: Users can specify a date range for backtesting the strategy.
HTF Logic:
The htfLogic function calculates various values based on the selected higher time frame, including buying and selling conditions, which are then used to generate signals.
Signal State Tracking:
The script tracks the state of buy and sell signals using a variable xs, which changes based on the conditions defined in the htfLogic function.
Coloring and Labels:
The bars on the chart are colored green for buy signals and red for sell signals. Additionally, labels are plotted to indicate strong buy and sell signals.
EMA Plotting:
The script includes optional plotting of Exponential Moving Averages (EMAs) for 20, 50, and 200 periods, which can help traders identify trends.
Trade Management:
The strategy includes parameters for take profit (TP) and stop loss (SL) levels, allowing for risk management. The user can specify the percentage for TP and SL, as well as the number of units to sell at each level.
Entries and Exits:
The script defines conditions for entering long and short positions based on the buy and sell signals. It also manages exits based on TP and SL levels.
Trendline Logic:
The script identifies the last two significant highs to draw a trendline, which can help visualize market structure.
TP/SL Plotting:
The script plots the TP and SL levels on the chart for visual reference.
Reset After Exit:
After a trade is closed, the script resets the relevant variables to prepare for the next trade.
Usage
To use this strategy:
Adjust the input parameters as needed for your trading preferences.
Add the strategy to a chart to visualize the signals and performance.
Considerations
As with any trading strategy, it's essential to backtest and validate the performance over historical data before using it in live trading.
Market conditions can change, and past performance is not indicative of future results. Always use risk management practices when trading.
Bollinger BandsIndicator: Customizable Bollinger Bands
Created by: Quantica Trading
Pine Script Version: v6
Description:
This indicator plots Bollinger Bands with advanced flexibility, allowing you to choose from multiple moving average types. Designed for traders who want precise volatility analysis and breakout detection.
Key Features:
• Choose between: SMA, EMA, SMMA (RMA), WMA, VWMA
• Customize standard deviation multiplier and offset
• Dynamic background fill between the bands
• Works as an overlay on the main chart
• Built-in alert conditions for band and basis crossings
Customizable Inputs:
• Moving average period
• Type of moving average
• Price source (close, open, etc.)
• Standard deviation multiplier
• Bands offset
• Background fill color
Alerts Included For:
• Price crossing above the upper band
• Price crossing below the lower band
• Price crossing above/below the basis line
Recommended Use:
Ideal for breakout strategies, mean reversion setups, and visually identifying overbought/oversold zones with ease.
FrequencyUntil the publication of this indicator, only here you found frequency indicator in Tradingview platform.
If the bar frequency is small then the volatility is small, if the bar frequency is high then the volatility is large. Useful if you want to trade or invest by considering volatility as a security for capital or as an indicator to accelerate profit.
Volume Box PressureThis is a liquidity analysis to determine support and resistance from large volumes that are automatically detected. Its use is if the candle breakout upwards from the box, then the candle would fly high. Conversely, if the candle breakdown downwards from the box, then the candle would fall deep.