Dynamic Range Filter with Trend Candlesticks (Zeiierman)█ Overview
Dynamic Range Filter with Trend Candlesticks (Zeiierman) is a volatility-responsive trend engine that adapts in real-time to market structure, offering a clean and intelligent visualization of directional bias. It blends dynamic range calculation with customizable smoothing techniques and layered trend confirmation logic, making it ideal for traders who rely on clear trend direction, structural range analysis, and momentum-based candlestick signals.
By measuring scaled volatility over configurable lengths and applying advanced moving average techniques, this indicator filters out market noise while preserving true directional intent. Complementing this, a dual-trend system (range-based and candle-based) enhances clarity and responsiveness, particularly during shifting market conditions.
█ How It Works
⚪ Scaled Volatility Band Calculation
At the core lies a volatility engine that constructs adaptive range bands around price using smoothed high/low calculations. The bands are dynamically adjusted using:
High/Low Smoothing – Applies a moving average to the raw high and low data before calculating the range.
Scaled Range Volatility – A 2.618 multiplier scales the distance between smoothed highs and lows, forming a responsive volatility envelope.
Band Multiplier – Controls how wide the upper/lower range bands extend from the mean.
This filtering process minimizes false signals and highlights only structurally meaningful moves.
⚪ Multi-Type Smoothing Engine
Users can choose from a wide array of smoothing algorithms for trend construction, including:
HMA (default), SMA, EMA, RMA
KAMA – Adapts to market volatility using efficiency ratios.
VIDYA – Momentum-sensitive smoothing using CMO logic.
FRAMA – Dynamically adjusts to fractal dimension in price.
Super Smoother – Ideal for eliminating aliasing in range signals.
This provides the trader with fine-tuned control over reactivity vs. smoothness.
⚪ Trend Detection (Dual Engine)
The indicator includes two independent trend tracking systems:
Main Trend Filter – Based on adaptive volatility band shifts.
Candle Trend Filter – A second-tier confirmation using smoothed candle data, ideal for directional candles and confirmation entries.
█ How to Use
⚪ Trend Confirmation
Use the Trend Line and colored candlesticks for high-probability entries in the trend direction. The more trend layers that align, the higher the confidence.
⚪ Reversal Zones
When the price reaches the outer bands or fails to break them, look for candle color shifts or a crossover in the range to anticipate possible reversals or consolidations.
█ Settings
Scaled Volatility Length – Controls the lookback used to stabilize the base volatility band.
MA Type & Length – Choose and fine-tune the smoothing method (HMA, EMA, KAMA, etc.)
High/Low Smoother – Pre-smoothing for structural high/low banding.
Band Multiplier – Adjusts the width of the dynamic bands.
Trend Length (Candles) – Length used for candle-based trend confirmation.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
Bande e canali
SD Median NUPL-Z🧠 Overview
SD Median NUPL-Z is a trend-following indicator that leverages a normalized version of Bitcoin’s Net Unrealized Profit/Loss (NUPL) metric, filtered through a median-based volatility band. Unlike traditional NUPL which is often used to spot extremes, this indicator is designed to identify sustained directional trends — entering only when both on-chain momentum and price structure align.
🧩 Key Features
Z-Scored NUPL Trend Engine: Normalizes NUPL using rolling mean and standard deviation to create a smoothed trend signal.
Price Structure Filter: Implements a median-based price band to avoid false entries during short-term volatility.
Custom Thresholds: User-defined thresholds determine when the trend signal is strong enough to justify a long or short directional bias.
Directional Candle Coloring: Reinforces current trend regime visually with aqua (bullish) and red (bearish) plots and candles.
Optimized for BTC: Uses Bitcoin’s Market Cap and Realized Cap to construct the NUPL input.
🔍 How It Works
On-Chain Core: NUPL is calculated as the percentage of unrealized profit in the market: (Market Cap - Realized Cap) / Market Cap * 100.
Z-Score Transformation: The raw NUPL value is normalized using a rolling average and standard deviation over a set window (default 134 days), producing the NUPL-Z series.
Median-Based Price Filter: A rolling 50th percentile (median) of price is used alongside its own standard deviation to create upper and lower bounds.
These bounds define a "volatility corridor" around price; the trend signal is only acted upon if price confirms by staying outside these bands.
Signal Logic:
A Long signal is triggered when NUPL-Z rises above the long threshold and price is not below the lower band.
A Short signal is triggered when NUPL-Z falls below the short threshold.
State Variable (CD): Tracks the current market regime, used to control plotting and color changes.
🔁 Use Cases & Applications
Momentum-Based Trend Following: Helps traders align with directional moves backed by both on-chain sentiment and supportive price structure.
Filtered Entry Timing: Reduces premature or noise-based entries by requiring price confirmation before committing to NUPL-based signals.
Best Suited for BTC: This tool is designed specifically around Bitcoin’s on-chain metrics and is not intended for altcoins or low-volume assets.
✅ Conclusion
SD Median NUPL-Z repurposes a traditionally cyclical valuation tool into a modern trend-following signal by combining statistical normalization with dynamic price structure filtering. It offers a more robust way to participate in high-conviction directional trends, reducing the likelihood of entering during short-lived counter moves.
⚠️ Disclaimer
The content provided by this indicator is for educational and informational purposes only. Nothing herein constitutes financial or investment advice. Trading and investing involve risk, including the potential loss of capital. Always backtest and apply risk management suited to your strategy.
Ensemble Consensus System
The Ensemble Consensus System (ECS) brings a **Random Forest-style ensemble vote** to Pine Script: five orthogonal "expert" strategies each cast a bull/bear vote (+1/-1/0), and only high-confidence consensus moves become signals—dramatically reducing noise while capturing strong directional moves.
## What Makes This Original
ECS is the first Pine Script indicator to implement true machine learning-style ensemble voting. Rather than relying on a single methodology, five independent experts analyze different market dimensions:
• **Trend Expert**: Multi-timeframe EMA alignment analysis
• **Momentum Expert**: RSI/MACD/Stochastic confluence with consistency filters
• **Volume Expert**: Proprietary volume pressure + OBV confirmation
• **Volatility Expert**: Bollinger Band mean reversion opportunities
• **Structure Expert**: Adaptive pivot-based support/resistance detection
## How It Works
The system requires consensus among experts, with an **adaptive threshold** based on market volatility:
| Volatility Regime | ATR/Close | Votes Required |
|-------------------|-----------|----------------|
| Low Volatility | <1% | 2+ |
| Normal Markets | 1-2% | 3+ |
| High Volatility | >2% | 4+ |
This dynamic adjustment prevents overtrading in choppy conditions while maintaining responsiveness during strong trends.
## Key Features
### Signals
• **Visual entry points** with strength percentage (60% = 3/5 experts agree)
• **Adaptive thresholds** that adjust to market conditions
• **Multi-expert consensus** reduces false signals
### Risk Control
• **Dynamic stop-loss/take-profit** based on ATR
• **Regime-adjusted targets** (±50% in volatile markets)
• **Visual SL/TP lines** with exact price labels
### Analytics
• **Real-time vote panel** showing each expert's stance
• **Performance tracking** with win rate and P/L
• **Market regime indicator** (Trending/Ranging/Volatile)
• **Light Mode** for better performance on slower systems
## How to Use
1. **Apply ECS** to a liquid instrument on 15m-4H timeframe (best: 1H)
2. **Wait for signal** - green ▲ for long, red ▼ for short with strength %
3. **Verify votes** - check panel to see which experts agree
4. **Execute trade** using the displayed SL/TP levels
5. **Monitor regime** - be cautious if market regime changes
### Quick Start Settings
• **Standard Trading**: Use defaults (3 votes, adaptive mode ON)
• **Conservative**: Increase to 4 votes minimum
• **Aggressive**: Reduce to 2 votes, tighten stops
## Important Limitations
• **Chart Types**: Not compatible with Renko/Heikin-Ashi
• **Volume Data**: Requires reliable volume (forex pairs may underperform)
• **News Events**: Signals may lag during gaps/major announcements
• **Processing**: Heavy calculations - use Light Mode if needed
## Settings Guide
**Ensemble Controls**
• `Minimum Votes` (default: 3): Base threshold before volatility adjustment
• `Adaptive Mode` (default: ON): Auto-adjusts threshold by market volatility
**Visual Options**
• `Vote Panel`: Live expert voting display
• `Performance Stats`: Win rate and trade tracking
• `Light Mode`: Disables heavy visuals for speed
**Risk Parameters**
• `Stop Multiplier` (default: 2.0): ATR multiple for stop-loss
• `TP Multiplier` (default: 3.0): ATR multiple for take-profit
• `Dynamic TP` (default: ON): Adjusts targets by market regime
## Troubleshooting
**Too few signals?**
→ Lower minimum votes or check if market is ranging
**Indicator running slow?**
→ Enable Light Mode, disable performance tracking
**Weird volume votes?**
→ Verify your symbol has accurate volume data
## Technical Concepts
The ensemble approach mimics **Random Forest algorithms** where multiple decision trees vote on outcomes. By requiring agreement among experts using orthogonal methodologies, ECS filters out signals that would fail under different market lenses. The adaptive threshold addresses fixed-parameter weakness by dynamically adjusting selectivity based on volatility.
• Adaptive pivot lookback for dynamic structure detection
• Safe volume pressure calculation preventing division errors
• Momentum consistency filter reducing choppy false signals
• Unified dashboard merging vote panel + performance stats
• Regime-based dynamic take-profit adjustment
*Educational indicator demonstrating ensemble methods in Pine Script. No guarantee of future performance. Always use proper risk management and position sizing.*
Sistema Avanzado AVTRADINGPRO📊 AVTRADINGPRO Advanced System – Multidimensional Analysis
Professional Indicator for TradingView
🔹 Created by: Tony – AVTRADINGPRO
🔹 Version: Pine Script v5
🔹 License: Mozilla Public License 2.0
🎯 Indicator Purpose
This advanced system integrates multidimensional technical analysis, combining multiple tools into one:
✅ IEP (Precise Entry Indicator): Strategy based on EMA, RSI, and Volume.
✅ Trend Analyzer: Classifies directional strength (ADX, DMI).
✅ Analytical Dashboard: Real-time visual summary of market conditions.
✅ 4PM NY Lines: Key institutional trading levels.
🛠 Main Configuration
🔸 IEP AVTRADINGPRO (Entry Signals)
Fast EMA (10) vs. Slow EMA (20): Crossovers to determine trend.
RSI (14): Overbought/oversold filter.
Volume Spike: Confirmation through volume surges.
🔸 Multidimensional Trend Analyzer
Trend Classification:
Strong Bullish/Bearish (ADX > 25 + EMA alignment).
Moderate/Sideways (ADX between 20–25).
Additional Indicators:
MACD (12,26,9)
Bollinger Bands (20,2)
DMI/ADX (14)
🔸 Analytical Dashboard
Displays real-time key data:
📌 Current Trend
📌 RSI State (Overbought/Oversold)
📌 MACD Signal
📌 Bollinger Bands Position
📌 ADX Strength
📌 Volume (Spike/Normal)
🔸 4PM NY Levels (15M Timeframe)
Automatically plots High/Low levels of the last 4 candles from 4PM ET.
Extended lines labeled as “Level 3”, referencing ICT institutional concepts.
📊 Visualization
EMA Lines:
EMA 10 (blue)
EMA 20 (white)
SMA 55 (transparent red)
Graphical Signals:
Green/Red triangles for long/short entries.
Background Color:
Blue (Bullish) / White (Bearish)
🚀 How to Use It
Apply to any TradingView chart (15M for 4PM lines).
Adjust parameters based on your strategy (RSI threshold, volume settings, etc.).
Look for confluences:
EMA cross + RSI filter + volume spike + MACD alignment.
Watch for reactions at 4PM NY levels.
Use the dashboard for quick confirmation of market conditions.
📢 Notes for the AVTRADINGPRO Community
✅ Perfect for day trading and swing trading.
✅ Combines price action with indicators, aligned with the ICT methodology.
✅ Fully customizable for different timeframes (adjust UTC offset as needed).
SD Median MVRV-Z🧠 Overview
SD Median MVRV-Z is a trend-following indicator that uses on-chain valuation signals as a supportive filter. It blends the momentum of the MVRV Z-score with a dynamic median-based price structure to provide cleaner, more reliable directional signals. This tool is designed to identify when price and trend align with favorable broader context — not to pinpoint overbought or oversold extremes.
🧩 Key Features
Trend-Following Core: Signals are built around directional strength, not reversion.
MVRV Z-Score Momentum: Utilizes the statistical momentum of Market Cap vs Realized Cap as a macro trend driver.
Rolling Median Filter: Applies a price-based condition to ensure trend signals are not triggered during short-term counter-moves or noise.
Threshold Customization: Input controls allow traders to define the strength required to trigger long or short signals.
Dynamic Visualization: Candle coloring and filled zones provide instant feedback on current market regime.
🔍 How It Works
Trend Signal: The MVRV ratio is normalized via Z-scoring to produce a momentum-like signal based on how far current valuation deviates from its rolling average.
Price Filter: A rolling median and standard deviation of price define an upper and lower band. These serve to filter out MVRV-Z signals that occur when price is moving against the perceived direction.
Signal Logic:
Long signal = MVRV-Z above threshold and price is not in the lower volatility band.
Short signal = MVRV-Z below threshold, regardless of price band (more aggressive condition).
Directional Engine (CD): Encodes the market regime state (1 for long, -1 for short, 0 for neutral), and drives all visual outputs.
🔁 Use Cases & Applications
Momentum Confirmation: Identify when on-chain momentum and price structure both confirm a trend direction.
Reduced Whipsawing: Filter out weak or conflicting trend signals that would otherwise lead to false entries.
Best Suited for BTC: This indicator is specifically tailored for Bitcoin, using BTC’s Market Cap and Realized Cap data from on-chain sources.
✅ Conclusion
SD Median MVRV-Z is a trend-centric tool that ensures directional conviction by requiring agreement between price structure and underlying market momentum. It is not meant to detect tops or bottoms, but instead to help traders participate in sustainable moves with greater confidence.
⚠️ Disclaimer
The content provided by this indicator is for educational and informational purposes only. Nothing herein constitutes financial or investment advice. Trading and investing involve risk, including the potential loss of capital. Always backtest and apply risk management suited to your strategy.
Ultimate Scalping System - Dual ScriptUltimate scalping tool that has multiple different variables to show a long or shot based off my own system on the 5 minute candle chart
Dynamic Linear Regressions Bands [TradingFinder] DLR VWAP Lines🔵 Introduction
Periodic Linear regression, a statistical tool, models price trends by fitting a line to historical data, revealing market direction. This indicator plots periodic linear regression channels on a chart, anchored to a user-selected higher timeframe (HTF).
Periodic regression means the channel recalculates at new period boundaries, adapting to recent price trends for accurate analysis. It captures price dynamics with precision, leveraging statistical rigor.
Market behavior, though unpredictable, yields patterns when analyzed through regression. A 2023 study by the Journal of Financial Markets found 68% of trend predictions align with linear regression models in forex. This indicator harnesses such insights for trading.
The indicator’s channels, defined by slope and deviation, highlight trend strength and volatility. Positive slopes, colored green, signal bullish momentum, while negative slopes, in red, indicate bearish trends. This visual clarity aids traders in spotting reversals or continuations.
By anchoring to HTF data, the indicator aligns with institutional trading cycles, as 75% of volume occurs on daily or higher timeframes. It filters noise, offering a clearer view of structural trends. Traders gain an edge in high-liquidity markets like forex or indices.
🔵 How to Use
🟣 Live Updates
The indicator operates in static or dynamic modes, plotting channels based on HTF data. Static mode draws fixed channels with central and lateral lines, reflecting regression slope. Dynamic mode updates continuously, plotting a smooth trendline.
The indicator’s periodic reset ensures the channel stays relevant, with each new period adjusting the midline and bands based on fresh data. Monitor these shifts to identify trend changes, using the updated channel for timely entry or exit decisions. Check the table for slope updates.
🟣 Bullish
In a bullish market, dynamic upward regression channels in green adapt to price action, signaling a strong uptrend for timely entries. Static uptrend channels in green confirm the trend’s stability, aiding quick bullish decisions.
🟣 Bearish
In a bearish market, dynamic downward regression channels in red adjust to price declines, indicating a strong downtrend for short opportunities. Static downtrend channels in red validate the bearish trend, supporting rapid sell decisions.
🟣 Support and Resistance Levels
In static mode, channels act as support and resistance zones, guiding entries and exits. For example, price rejecting the upper band may signal a reversal. This aligns with ICT concepts like order block interactions.
The multiplier defines band width, for example with a multiplier of 2 creating wider bands that cover 95% of bars, acting as reliable support and resistance.
On the other hand, a multiplier of 1 produces tighter bands that price often breaks through, offering weak support and resistance. Avoid relying on these levels; increase the multiplier for stronger boundaries and monitor price action to validate channel effectiveness.
The indicator’s table displays instantaneous regression values, like slope and HTF price points. Positioned customizable, it offers real-time insights. Traders can monitor trend strength without manual calculations.
🔵 Settings
Mode : Selects static (fixed channels) or dynamic (continuous plotting) for regression display.
HTF : Sets the higher timeframe (e.g., 1-hour, daily) for regression calculations.
Source : Defines the price data (e.g., close, open) used for regression analysis.
Deviation Multiplier : Adjusts channel width, typically 1-3, to capture volatility range.
Show Channel Bands : Toggles visibility of upper and lower regression bands.
Colors and Gradient : Configures green (bullish) or red (bearish) channels with fading coefficients.
Table Display Checkbox : Enables/disables the table showing regression values.
Font Position and Size : Customizes table placement and text size for readability.
🔵 Conclusion
This indicator, like a navigator charting market tides, delivers precise trend insights via linear regression. Its HTF-based channels reveal structural price movements, filtering intraday noise. Traders gain clarity in volatile markets.
Static mode offers stable zones for swing trading, while dynamic mode suits intraday precision. Customizable deviation and gradient settings adapt to diverse strategies. This flexibility enhances its cross-asset utility.
The table’s real-time data empowers traders with actionable metrics, like slope strength. Paired with volume confirmation, it strengthens trade setups. Keywords like “regression channel trading” boost its relevance.
By aligning with HTF cycles, the indicator captures institutional momentum, per CME’s volume data. Disciplined risk management ensures profitability. It’s a vital tool for data-driven trading success.
AVTRADINGPRO ICT (B) AVTRADINGPRO ICT Indicator – Documentation and Optimization
📌 Overview
This script is an advanced indicator for TradingView developed by AVTRADINGPRO, designed to identify key elements of Institutional Trading Concepts (ICT), such as:
Market Structure Shifts (MSS)
Break of Structure (BOS)
Order Blocks (OB)
Fair Value Gaps (FVG)
Liquidity Zones
Volume Imbalances
Kill Zones (Key Sessions)
🛠 Settings and Customization
The indicator is highly customizable through inputs in the TradingView interface:
Market Structures
MSS (Market Structure Shifts): Detects trend reversals.
BOS (Break of Structure): Confirms trend continuation.
Length: Adjusts sensitivity (values between 3 and 10).
Order Blocks
Show Order Blocks: Enable/disable the display of order blocks.
Swing Lookback: Defines the historical range to identify OBs.
Customizable colors for bullish/bearish OBs.
Fair Value Gaps (FVGs)
FVG Type: Standard (FVG) or Implied (IFVG).
Balance Price Range (BPR): Equilibrium zone between FVGs.
Visualization: Up to 20 visible FVGs.
Liquidity
Margin: Adjusts the range around liquidity zones.
Colors for Buy Side / Sell Side Liquidity.
Kill Zones
Key Sessions: New York, London (open/close), Asia.
Customizable colors for each session.
SMA Zone with Breakouts/Tests 1.0.This indicator plots a dynamic “SMA Zone” between two simple moving averages (one applied to lows, one to highs) and highlights key interaction points with the zone:
Breakouts
Bull Break: price closes above the upper SMA
Bear Break: price closes below the lower SMA
Requires confirmation via either above-average volume or an unusually wide bar (spread > ATR) closing near its extreme
Tests & Retests
After a breakout, the first re-entry into the zone edge is labeled “Test,” subsequent re-entries are numbered “Retest,” “2nd Retest,” etc.
Zone Weakening: each additional Test/Retest signifies diminished zone strength—fewer reliable boundaries remain (Traditional S/R theory)
Alerts
Fires a unified “Zone Signal” alert on every Break, Test, and Retest (set condition to “Any alert() function call”).
Disclaimer:
This is not financial advice and should not be used as a standalone trading signal.
It’s designed to draw your attention to important price-zone interactions so you can manually tune in.
The logic can be further enhanced or combined with other indicators/algorithms as part of a more complex trading system.
SRINI MM KILLZONE w/EMAskill zone with emas in indian time frame with ict format only forex pairs not indian indix
Swing-Based Fibonacci Zone + Divergence SignalSwing-Based Fibonacci Zone + Divergence
🗞️ Short Headline:
🔍 Dynamic Fib Zone Engine for Price Action Traders
🧾 Description:
This indicator dynamically draws Fibonacci-based support and resistance zones based on recent swing high and low points. It helps traders identify high-probability reversal, breakout, or scalping opportunities using adaptive price zones that update in real time. Integrated with divergence detection using RSI, it highlights potential bullish and bearish reversals with clean visual cues.
🔧 Key Features:
🔁 Auto-updating Fibonacci Zones (0%, 25%, 50%, 75%, 100%)
💡 Visual price level labels on the right side (customizable size/offset/color)
📉 Bearish RSI Divergence marker at top of the zone (100%)
📈 Bullish RSI Divergence marker at bottom of the zone (0%)
🎛️ Flexible configuration for zone styling and detection logic
⚡ Real-time updates – ideal for scalpers and intraday traders
🧠 Best Use Cases:
Identify scalping entries when price breaks and closes above/below 25/75 zones
Spot potential reversals using RSI divergence confirmations
Support other systems like Order Flow, Delta, or Volume Analysis
⏱️ Recommended Timeframes:
1min / 5min / 15min / 1H
Elliott Wave + Fib Levels w/Alerts [Enhanced]Elliott Wave + Fibonacci Levels with Alerts
This powerful TradingView indicator combines Elliott Wave detection with customizable Fibonacci retracement levels to help identify key price zones and potential trade opportunities. It automatically detects bullish and bearish waves based on recent highs and lows, with an optional EMA filter to improve trend accuracy.
Key features include:
Dynamic detection of Elliott Waves based on configurable wave length.
Visualization of Fibonacci retracement levels on detected waves, with customizable percentage levels and optional labels for clarity.
ATR-based automatic calculation of stop loss and take profit levels with adjustable multipliers.
Real-time alerts triggered on new wave formations, indicating bullish or bearish setups with precise entry price details.
Clean plotting of entry signals, stop loss, and take profit zones directly on the chart.
User-friendly input controls to tailor the indicator to your trading style, including options to toggle EMA filtering, Fibonacci level display, and alert activation.
Ideal for traders looking to combine classic wave analysis with Fibonacci support/resistance levels and actionable trade alerts, this indicator streamlines technical analysis and trade management in one easy-to-use tool.
ScalpGuard XRP M1 - Ultra EnhancedXRP Strategy that provide signals when to buy and when to exit the trade. This is not 100% accurate
Super Arma Institucional PRO v6.3Super Arma Institucional PRO v6.3
Description
Super Arma Institucional PRO v6.3 is a multifunctional indicator designed for traders looking for a clear and objective analysis of the market, focusing on trends, key price levels and high liquidity zones. It combines three essential elements: moving averages (EMA 20, SMA 50, EMA 200), dynamic support and resistance, and volume-based liquidity zones. This integration offers an institutional view of the market, ideal for identifying strategic entry and exit points.
How it Works
Moving Averages:
EMA 20 (orange): Sensitive to short-term movements, ideal for capturing fast trends.
SMA 50 (blue): Represents the medium-term trend, smoothing out fluctuations.
EMA 200 (red): Indicates the long-term trend, used as a reference for the general market bias.
Support and Resistance: Calculated based on the highest and lowest prices over a defined period (default: 20 bars). These dynamic levels help identify zones where the price may encounter barriers or supports.
Liquidity Zones: Purple rectangles are drawn in areas of significantly above-average volume, indicating regions where large market participants (institutional) may be active. These zones are useful for anticipating price movements or order absorption.
Purpose
The indicator was developed to provide a clean and institutional view of the market, combining classic tools (moving averages and support/resistance) with modern liquidity analysis. It is ideal for traders operating swing trading or position trading strategies, allowing to identify:
Short, medium and long-term trends.
Key support and resistance levels to plan entries and exits.
High liquidity zones where institutional orders can influence the price.
Settings
Show EMA 20 (true): Enables/disables the 20-period EMA.
Show SMA 50 (true): Enables/disables the 50-period SMA.
Show EMA 200 (true): Enables/disables the 200-period EMA.
Support/Resistance Period (20): Sets the period for calculating support and resistance levels.
Liquidity Sensitivity (20): Period for calculating the average volume.
Minimum Liquidity Factor (1.5): Multiplier of the average volume to identify high liquidity zones.
How to Use
Moving Averages:
Crossovers between the EMA 20 and SMA 50 may indicate short/medium-term trend changes.
The EMA 200 serves as a reference for the long-term bias (above = bullish, below = bearish).
Support and Resistance: Use the red (resistance) and green (support) lines to identify reversal or consolidation zones.
Liquidity Zones: The purple rectangles highlight areas of high volume, where the price may react (reversal or breakout). Consider these zones to place orders or manage risks.
Adjust the parameters according to the asset and timeframe to optimize the analysis.
Notes
The chart should be configured only with this indicator to ensure clarity.
Use on timeframes such as 1 hour, 4 hours or daily for better visualization of liquidity zones and support/resistance levels.
Avoid adding other indicators to the chart to keep the script output easily identifiable.
The indicator is designed to be clean, without explicit buy/sell signals, following an institutional approach.
This indicator is perfect for traders who want a visually clear and powerful tool to trade based on trends, key levels and institutional behavior.
Best Fractals (Modified)"Best Fractals" Indicator – Modified Version
This updated version of the "Best Fractals" TradingView indicator introduces the following improvements:
✅ Changes Implemented:
Line Color Changed to Black:
The horizontal lines that represent recent fractal levels are now drawn in black instead of red (for tops) and green (for bottoms).
This helps ensure better visibility across various chart backgrounds.
Fractal Marker Position Adjusted (Bottom Fractals):
The bottom fractal triangle markers are now positioned closer to the candles by reducing the offset from -len to -1.
This provides a more visually aligned and natural placement relative to price action.
🔧 Unchanged Features:
Top and bottom fractals are still identified using custom logic based on the candle body highs and lows (not wicks).
Triangular markers are shown above or below bars.
Up to a specified number (fractalCount) of recent fractals are used to draw persistent horizontal lines.
VWAP + ATR/Fixed BandsVWAP + ATR/Fixed Bands is a professional-grade intraday tool designed to help traders spot overextension and reversion zones around VWAP.
This indicator offers two distinct band types:
🔹 ATR-based Bands
Automatically adjusts upper/lower thresholds based on volatility using customizable ATR multipliers (default 1.5x and 2.0x).
🔹 Fixed Range Bands
Designed for index traders (ES1!, DAX, etc.), this mode plots static offset bands around VWAP for more realistic control in smooth, high-liquidity markets.
🔧 Inputs:
VWAP (sessional)
ATR Length (default 14)
ATR Multipliers (e.g., 1.5x / 2.0x)
Fixed Range Toggle + Value (e.g., 25 points)
🧠 How to Use:
Use ATR mode for assets like gold, oil, or crypto
Use Fixed mode for indices (ES, DAX) where ATR is too tight
Watch for price touching outer bands → then wait for rejection
Combine with time-of-day, RSI divergence, or candlestick traps
Created by MeanFlow Strategies | Clean Systems. No Fluff.
For premium PDFs and live setups: gumroad.com/meanflow
Hull MA Channel with Filtered CrossoversI've created an indicator that let's you create a HMA channel with 2 displaced HMA (A/B). As well as a HMA crossover set (C/D).
Here's how it works:
The HMA crossovers from C and D will not signal unless they are outside of the channel of A and B. As a matter of fact, NO buy signal whatsoever will occur above the channel and NO sell signal will occur below the channel.
The crossover HMA pair (C/D) can have their lengths adjusted to the 0.00 decimal point for VERY fine tuning of the crossovers.
(edit-it doesn't fine tune to the .00. This must not be a feature that is able to be utilized. I tried) The length adjustment still works to the nearest whole number. The .00 are mute :(
In keeping with that same logic, you can adjust the displacement of the channel independently to the 0.00 decimal, again for VERY fine tuning.
This is great for reversals while eliminating noise from false signals, keeping the chart nice and clean. Should be used in combination with other indicators for the best confirmations.
SMA50 ATR%SMA50 ATR% Zones Indicator
Overview:
The "SMA50 ATR%" indicator is designed to provide dynamic zones above and below a Simple Moving Average (SMA) based on multiples of the Average True Range (ATR). These zones can help traders identify potential areas of interest for entries, profit-taking, and stop-loss placement by visualizing how far the price has deviated from its medium-term mean (SMA) relative to its recent volatility (ATR).
Key Features:
Central SMA: Plots a customizable Simple Moving Average (default 50-period) as the baseline.
ATR-Based Zones: Calculates and displays distinct zones by adding or subtracting multiples of the ATR (default 10-period) from the SMA.
Color-Coded Visuals: Each zone type is clearly differentiated by color and shading intensity, providing an intuitive visual guide.
Current Zone Label: Displays the specific ATR multiple zone the current price is trading in, offering quick insight into the market's current position relative to the zones.
Zone Breakdown:
The indicator plots the following zones:
Entry Zones (Green Shades):
+1x ATR to +2x ATR above SMA
+2x ATR to +3x ATR above SMA
+3x ATR to +4x ATR above SMA
The green shades become progressively lighter as they move further from the SMA, with the zone closest to the SMA being the darkest green.
Hold Zones (Yellow Shades):
+4x ATR to +5x ATR above SMA (Darker Yellow)
+5x ATR to +6x ATR above SMA (Lighter Yellow)
Sell Zones (Red Shades):
+6x ATR to +7x ATR above SMA
+7x ATR to +8x ATR above SMA
+8x ATR to +9x ATR above SMA
+9x ATR to +10x ATR above SMA
+10x ATR to +11x ATR above SMA
The red shades become progressively darker as they move further from the +6x ATR level, with the +10x to +11x ATR zone being the darkest red.
Stop Loss Zones (Red Shades):
-1x ATR below SMA (Lighter Red)
-1x ATR to -2x ATR below SMA (Darker Red)
How to Use:
Potential Entry Areas: The green "Entry Zones" might indicate areas where the price has pulled back towards the SMA but is still showing strength, or areas where a breakout above the SMA is gaining momentum relative to volatility.
Potential Overbought/Hold Areas: The yellow "Hold Zones" could suggest that the price is becoming extended from its mean, warranting caution or a "hold" approach for existing positions.
Potential Profit-Taking/Sell Areas: The red "Sell Zones" might highlight significantly overbought conditions where the price has moved multiple ATRs above the SMA, potentially signaling areas for profit-taking or considering short entries.
Potential Stop-Loss Areas: The red "Stop Loss Zones" below the SMA can help define areas where a breakdown below the moving average, considering volatility, might invalidate a bullish bias.
Customization:
SMA Length: Adjust the period for the Simple Moving Average (Default: 50).
ATR Length: Adjust the period for the Average True Range calculation (Default: 10).
Show Current Zone Label: Toggle the visibility of the on-screen label that displays the current price's ATR zone.
SMA Line Width: Customize the thickness of the SMA line.
Label Position & Size: Control the placement and text size of the current zone label for optimal chart readability.
Disclaimer:
This indicator is a tool for technical analysis and should not be considered as financial advice. Always use risk management and combine with other analysis methods before making trading decisions.
Combined IndicatorYearly, Quarterly, Monthly, Weekly VWAPs, volume profile, and EMAs. Mostly for confluence. I tend to use the VWAPs, daily +/-1 band on VWAP, and 21 EMA
Larry Williams 9.1 + Breakout + Optional VBB & SMA FilterLarry Williams 9.1 + Breakout + Optional VBB & SMA Filter
This indicator implements Larry Williams 9.1 breakout signals enhanced with optional Volatility Bollinger Bands (VBB) and Simple Moving Average (SMA) filters to improve trade signal quality:
✅ Available filters:
Volatility Bollinger Band (VBB) Filter – filters out signals during low volatility by measuring Bollinger Band width, ensuring breakouts happen only in sufficiently volatile conditions.
🔧 Recommended: adjust the volatility threshold based on the market you trade (e.g., crypto vs forex vs stocks).
SMA Trend Filter – filters signals based on the direction of the SMA trend (rising or falling).
SMA Position Filter – allows signals only when price is above (for longs) or below (for shorts) the SMA line.
💡 All filters are optional and can be enabled or disabled independently in the settings.
Both the VBB bands and the SMA line can be hidden from the chart while still functioning in the background as filters.