VSA Vol Key VSA Signals
(1) No Demand – Bearish Signal
Low volume, narrow spread.
Price rises, but volume does not increase → Weak market, lack of buyers.
If this appears in an uptrend, it may indicate a potential reversal.
(2) No Supply – Bullish Signal
Low volume, narrow spread.
Price declines, but volume does not increase → Weak selling pressure.
If this appears in an uptrend, it may confirm the continuation of the uptrend.
(3) Stopping Volume – Bullish Reversal Signal
Strong price decline, but unusually high volume.
Candle shows a long lower wick, closing near the top.
Indicates Smart Money absorbing supply, signaling a potential reversal upwards.
(4) Climactic Volume – Possible Trend Reversal
Extremely high volume with a sharp price increase or decrease.
If this occurs after a long trend, it may indicate a trend reversal.
Smart Money may be taking profits after a prolonged price movement.
(5) Effort vs. Result
If volume is high but price movement is weak → Inefficient buying/selling, possible reversal.
If volume is high and price moves strongly in the same direction → Trend is likely to continue.
Volum
Nef33-Volume Footprint ApproximationDescription of the "Volume Footprint Approximation" Indicator
Purpose
The "Volume Footprint Approximation" indicator is a tool designed to assist traders in analyzing market volume dynamics and anticipating potential trend changes in price. It is inspired by the concept of a volume footprint chart, which visualizes the distribution of trading volume across different price levels. However, since TradingView does not provide detailed intrabar data for all users, this indicator approximates the behavior of a footprint chart by using available volume and price data (open, close, volume) to classify volume as buy or sell, calculate volume delta, detect imbalances, and generate trend change signals.
The indicator is particularly useful for identifying areas of high buying or selling activity, imbalances between supply and demand, delta divergences, and potential reversal points in the market. It provides specific signals for bullish and bearish trend changes, making it suitable for traders looking to trade reversals or confirm trends.
How It Works
The indicator uses volume and price data from each candlestick to perform the following calculations:
Volume Classification:
Classifies the volume of each candlestick as "buy" or "sell" based on price movement:
If the closing price is higher than the opening price (close > open), the volume is classified as "buy."
If the closing price is lower than the opening price (close < open), the volume is classified as "sell."
If the closing price equals the opening price (close == open), it compares with the previous close to determine the direction:
If the current close is higher than the previous close, it is classified as "buy."
If the current close is lower than the previous close, it is classified as "sell."
If the current close equals the previous close, the classification from the previous bar is used.
Delta Calculation:
Calculates the volume delta as the difference between buy volume and sell volume (buyVolume - sellVolume).
A positive delta indicates more buy volume; a negative delta indicates more sell volume.
Imbalance Detection:
Identifies imbalances between buy and sell volume:
A buy imbalance occurs when buy volume exceeds sell volume by a defined percentage (default is 300%).
A sell imbalance occurs when sell volume exceeds buy volume by the same percentage.
Delta Divergence Detection:
Positive Delta Divergence: Occurs when the price is falling (for at least 2 bars) but the delta is increasing or becomes positive, indicating that buyers are entering despite the price decline.
Negative Delta Divergence: Occurs when the price is rising (for at least 2 bars) but the delta is decreasing or becomes negative, indicating that sellers are entering despite the price increase.
Trend Change Signals:
Bullish Signal (trendChangeBullish): Generated when the following conditions are met:
There is a positive delta divergence.
The delta has moved from a negative value (e.g., -500) to a positive value (e.g., +200) over the last 3 bars.
There is a buy imbalance.
The price is near a historical support level (approximated as the lowest low of the last 50 bars).
Bearish Signal (trendChangeBearish): Generated when the following conditions are met:
There is a negative delta divergence.
The delta has moved from a positive value (e.g., +500) to a negative value (e.g., -200) over the last 3 bars.
There is a sell imbalance.
The price is near a historical resistance level (approximated as the highest high of the last 50 bars).
Visual Elements
The indicator is displayed in a separate panel below the price chart (overlay=false) and includes the following elements:
Volume Histograms:
Buy Volume: Represented by a green histogram. Shows the volume classified as "buy."
Sell Volume: Represented by a red histogram. Shows the volume classified as "sell."
Note: The histograms overlap, and the last plotted histogram (red) takes visual precedence, meaning the sell volume may cover the buy volume if it is larger.
Delta Line:
Delta Volume: Represented by a blue line. Shows the difference between buy and sell volume.
A line above zero indicates more buy volume; a line below zero indicates more sell volume.
A dashed gray horizontal line marks the zero level for easier interpretation.
Imbalance Backgrounds:
Buy Imbalance: Light green background when buy volume exceeds sell volume by the defined percentage.
Sell Imbalance: Light red background when sell volume exceeds buy volume by the defined percentage.
Divergence Backgrounds:
Positive Delta Divergence: Lime green background when a positive delta divergence is detected.
Negative Delta Divergence: Fuchsia background when a negative delta divergence is detected.
Trend Change Signals:
Bullish Signal: Green label with the text "Bullish Trend Change" when the conditions for a bullish trend change are met.
Bearish Signal: Red label with the text "Bearish Trend Change" when the conditions for a bearish trend change are met.
Information Labels:
Below each bar, a label displays:
Total Vol: The total volume of the bar.
Delta: The delta volume value.
Alerts
The indicator generates the following alerts:
Positive Delta Divergence: "Positive Delta Divergence Detected! Price is falling, but delta is increasing."
Negative Delta Divergence: "Negative Delta Divergence Detected! Price is rising, but delta is decreasing."
Bullish Trend Change Signal: "Bullish Trend Change Signal! Positive Delta Divergence, Delta Rise, Buy Imbalance, and Near Support."
Bearish Trend Change Signal: "Bearish Trend Change Signal! Negative Delta Divergence, Delta Drop, Sell Imbalance, and Near Resistance."
These alerts can be configured in TradingView to receive real-time notifications.
Adjustable Parameters
The indicator allows customization of the following parameters:
Imbalance Threshold (%): The percentage required to detect an imbalance between buy and sell volume (default is 300%).
Lookback Period for Divergence: Number of bars to look back for detecting price and delta trends (default is 2 bars).
Support/Resistance Lookback Period: Number of bars to look back for identifying historical support and resistance levels (default is 50 bars).
Delta High Threshold (Bearish): Minimum delta value 2 bars ago for the bearish signal (default is +500).
Delta Low Threshold (Bearish): Maximum delta value in the current bar for the bearish signal (default is -200).
Delta Low Threshold (Bullish): Maximum delta value 2 bars ago for the bullish signal (default is -500).
Delta High Threshold (Bullish): Minimum delta value in the current bar for the bullish signal (default is +200).
Practical Use
The indicator is useful for the following purposes:
Identifying Trend Changes:
The trend change signals (trendChangeBullish and trendChangeBearish) indicate potential price reversals. For example, a bullish signal near a support level may be an opportunity to enter a long position.
Detecting Divergences:
Delta divergences (positive and negative) can anticipate trend changes by showing a disagreement between price movement and underlying buying/selling pressure.
Finding Key Levels:
Imbalances (green and red backgrounds) often coincide with support and resistance levels, helping to identify areas where the market might react.
Confirming Trends:
A consistently positive delta in an uptrend or a negative delta in a downtrend can confirm the strength of the trend.
Identifying Failed Auctions:
Although not detected automatically, you can manually identify failed auctions by observing a price move to new highs/lows with decreasing volume in the direction of the move.
Limitations
Intrabar Data: It does not use detailed intrabar data, making it less precise than a native footprint chart.
Approximations: Volume classification and support/resistance detection are approximations, which may lead to false signals.
Volume Dependency: It requires reliable volume data, so it may be less effective on assets with inaccurate volume data (e.g., some forex pairs).
False Signals: Divergences and imbalances do not always indicate a trend change, especially in strongly trending markets.
Recommendations
Combine with Other Indicators: Use tools like RSI, MACD, support/resistance levels, or candlestick patterns to confirm signals.
Trade on Higher Timeframes: Signals are more reliable on higher timeframes like 1-hour or 4-hour charts.
Perform Backtesting: Evaluate the indicator's accuracy on historical data to adjust parameters and improve effectiveness.
Adjust Parameters: Modify thresholds (e.g., imbalanceThreshold or supportResistanceLookback) based on the asset and timeframe you are trading.
Conclusion
The "Volume Footprint Approximation" indicator is a powerful tool for analyzing volume dynamics and anticipating price trend changes. By classifying volume, calculating delta, detecting imbalances and divergences, and generating trend change signals, it provides traders with valuable insights into market buying and selling pressure. While it has limitations due to the lack of intrabar data, it can be highly effective when used in combination with other technical analysis tools and on assets with reliable volume data.
Momentum Trend Strength (MTS) *Julian_Acunja*Momentum Trend Strength (MTS)
The Momentum Trend Strength (MTS) indicator visually represents market momentum directly on your chart. By clearly highlighting momentum direction and intensity, traders can easily recognize shifts in market sentiment and anticipate potential turning points.
Traders can easily adjust the sensitivity and smoothing parameters, making it adaptable to diverse market conditions and trading strategies.
🔹 USAGE
The Momentum Trend Strength indicator helps traders intuitively detect market momentum, enhancing their ability to anticipate and respond dynamically to changing market conditions. Traders typically interpret three main scenarios using this indicator:
🚀 Momentum Acceleration:
An expanding green line above recent price action signals increasing bullish momentum, suggesting buyers are gaining strength. Conversely, a downward-expanding red line below price action indicates stronger bearish momentum, signifying increasing selling pressure.
🔄 Momentum Reversal:
A clear shift from red to green (or vice versa) often signals potential momentum reversals, providing traders with timely indications of possible market turns or shifts in sentiment.
⚖️ Momentum Consolidation:
When the indicator remains near the price line, it suggests weak momentum and potential market consolidation. Traders might interpret this as a range-bound market environment, adjusting their strategies accordingly.
By carefully monitoring these momentum shifts, traders can gain deeper insights into the underlying market dynamics and better prepare for future price movements.
🔹 DETAILS
The indicator’s momentum visualization is presented directly over the current price action, enhancing traders' ability to rapidly interpret momentum without additional chart clutter:
✅ Green Line: Positive momentum (bullish bias).
❌ Red Line: Negative momentum (bearish bias).
The vertical distance between the Momentum Trend Strength line and price visually indicates momentum intensity:
Larger distance: Signifies stronger market momentum.
Smaller distance: Suggests weakening momentum or neutral conditions.
🔹 Interpretation
Key interpretations include:
Bullish Confirmation: Sustained green lines indicate robust buying activity and confirm bullish trends.
Bearish Confirmation: Persistent red lines suggest strong selling pressure and validate bearish market sentiment.
Early Reversal Signals: Color transitions alert traders to potential market reversals, providing early opportunities to reassess trades.
🔹 Practical Application
Traders commonly integrate Momentum Trend Strength (MTS) into their broader trading strategies by:
Confirming directional trends alongside price action analysis.
Identifying optimal trade entry and exit points during momentum shifts.
Reducing market noise through customizable smoothing, enhancing clarity of momentum signals.
🔹 SETTINGS
📌 Momentum Parameters
Length: Adjusts sensitivity for momentum detection, influencing how quickly momentum shifts are identified.
EMA Smoothing: Determines the level of noise filtering, balancing signal responsiveness and smoothness.
📌 Visualization
Automatic color adaptation clearly signals bullish or bearish momentum.
Simple default visualization settings optimize usability for traders across various markets and timeframes.
🔹 ADDITIONAL NOTES
The Momentum Trend Strength (MTS) indicator provides traders with a straightforward yet powerful visualization of momentum directly on the price chart. Its intuitive nature and adaptive settings make it a valuable addition to various trading approaches and analytical methods, helping traders confidently interpret market movements and momentum dynamics in real-time.
Aggregated Spot vs Perp Volume (% Change)Aggregated Spot vs Perp Volume (% Change)
Description
The "Aggregated Spot vs Perp Volume (% Change)" indicator helps crypto traders compare the momentum of spot and perpetual futures (perp) trading volumes across 12 major exchanges. It calculates the percentage change in volume from one bar to the next, highlighting divergences and showing which market—spot or perp—is leading a move. By focusing on relative changes, it eliminates the issue of absolute volume differences, making trends clear.
The indicator aggregates data from Binance, Bybit, OKX, Coinbase, Bitget, MEXC, Phemex, BingX, WhiteBIT, BitMEX, Kraken, and HTX. Users can toggle exchanges and choose to measure volume in coin units (e.g., BTC) or USD.
How It Works
Volume Aggregation:
Fetches spot and perp volume data for the selected crypto (e.g., BTC) from up to 12 exchanges.
Spot volume is included only if perp volume is available for the same pair, ensuring consistency.
Volume can be measured in coin units or USD (volume × spot price).
Percentage Change:
Calculates the percentage change in spot and perp volumes from the previous bar:
Percentage Change = ((Current Volume − Previous Volume) / Previous Volume) ×100
This focuses on relative momentum, making spot and perp volumes directly comparable.
Visualization:
Spot volume % change is plotted as a blue line, and perp volume % change as a red line, both with a linewidth of 1.
Who Should Use It
Crypto Traders: To understand spot vs. perp market dynamics across exchanges.
Momentum Traders: To spot which market is driving price moves via volume divergences.
Scalpers/Day Traders: For identifying short-term shifts in market activity.
Analysts: To study liquidity and sentiment in crypto markets.
How to Use It
Blue line: Spot volume % change.
Red line: Perp volume % change.
Look for divergences (e.g., a sharp rise in the red line but not the blue line suggests perp markets are leading).
Combine with Price:
Use alongside price charts to confirm trends or spot potential reversals.
Context
Spot markets reflect actual asset trading, while perp markets, with leverage, attract speculative activity and often show higher volumes. This indicator uses percentage change to compare their momentum, helping traders identify market leadership and divergences. For example, a 50% increase in both spot and perp volumes plots at the same level, making it easy to see relative shifts across exchanges.
BBTrend ModularBBTrend Modular Indicator
The BBTrend Modular Indicator is designed to provide multiple perspectives on market dynamics by leveraging Bollinger Bands. It consists of several independent modules, each analyzing a specific aspect of price action and volatility. By default, all modules are enabled except the Adaptive BBTrend module, which remains off unless activated.
Modules Overview
1. BBTrend (Basic Module)
- Purpose: Calculates the difference between the absolute differences of the upper and lower Bollinger Bands for short and long periods.
- Working Principle: By comparing the divergence between the bands of two different timeframes, this module gives an indication of trend strength. A positive value may indicate bullish conditions, while a negative value suggests bearish conditions.
2. BB Expansion (Volatility Analysis)
- Purpose: Measures market volatility by comparing the widths of the Bollinger Bands for short and long periods.
- Working Principle: An increased width in the short-period bands relative to the long-period bands signals rising volatility and trend expansion. Dynamic color coding further helps in interpreting volatility changes.
3. BB Momentum Trend (Slope Analysis)
- Purpose: Assesses market momentum by analyzing the slope (or the rate of change) of the short-period Bollinger Band’s middle line.
- Working Principle: A positive slope indicates upward (bullish) momentum, whereas a negative slope points to downward (bearish) momentum. This helps traders gauge the speed at which the trend is evolving.
4. Adaptive BBTrend (Adaptive Calculation)
- Purpose: Adjusts the Bollinger Bands’ lengths dynamically using the Average True Range (ATR) to better respond to changing market volatility.
- Working Principle: An adaptive factor is computed based on the ATR relative to the closing price. This factor recalculates the short and long periods, making the indicator more responsive in volatile markets. Note: This module is disabled by default.
5. Volume-Weighted BBTrend (Volume Adjustment)
- Purpose: Integrates trading volume into the BBTrend calculation to refine the trend signal.
- Working Principle: By applying a volume weighting factor, the module gives more significance to high-volume bars. This results in a nuanced view of market sentiment, where high trading activity can strengthen the trend signal.
Русское описание
Индикатор BBTrend Modular
Индикатор BBTrend Modular создан для предоставления различных взглядов на динамику рынка с использованием полос Боллинджера. Он состоит из нескольких независимых модулей, каждый из которых анализирует определенный аспект ценового действия и волатильности. По умолчанию все модули включены, за исключением модуля Adaptive BBTrend, который остается выключенным, если его специально не активировать.
Обзор модулей
1. BBTrend (Базовый модуль)
- Назначение: Рассчитывает разницу между абсолютными разностями верхней и нижней линий полос Боллинджера для короткого и длинного периодов.
- Принцип работы: Сравнивая дивергенцию полос для двух разных временных периодов, модуль предоставляет информацию о силе тренда. Положительное значение может свидетельствовать о бычьем тренде, а отрицательное — о медвежьем.
2. BB Expansion (Анализ волатильности)
- Назначение: Оценивает волатильность рынка путем сравнения ширины полос Боллинджера для короткого и длинного периодов.
- Принцип работы: Увеличение ширины короткого периода по сравнению с длинным сигнализирует об увеличении волатильности и расширении тренда. Динамическая раскраска помогает визуально интерпретировать изменения волатильности.
3. BB Momentum Trend (Анализ наклона)
- Назначение: Анализирует моментум рынка путем оценки наклона (темпа изменения) средней линии полос Боллинджера для короткого периода.
- Принцип работы: Положительный наклон указывает на бычий моментум, а отрицательный — на медвежий, что помогает оценить скорость изменения тренда.
4. Adaptive BBTrend (Адаптивный расчет)
- Назначение: Динамически корректирует периоды расчета полос Боллинджера с использованием Average True Range (ATR) для лучшей адаптации к изменяющейся волатильности рынка.
- Принцип работы: Вычисляется адаптивный коэффициент на основе ATR относительно цены закрытия, после чего пересчитываются короткий и длинный периоды. Такой подход позволяет индикатору быть более чувствительным в условиях высокой волатильности. Примечание: Модуль по умолчанию выключен.
5. Volume-Weighted BBTrend (Объёмно-взвешенный расчет)
- Назначение: Включает объем торгов в расчет BBTrend для уточнения сигнала тренда.
- Принцип работы: Модуль применяет объемное взвешивание, придавая больший вес барам с высоким объемом. Это позволяет получить более точное представление о настроениях рынка, когда высокий объем торговли усиливает сигнал тренда.
Volume Patterns [SS]Hey everyone,
Been a while since doing anything with Pinescript.
Here is my iteration of a Volume Pattern identification, inspired by Bulkowski's work on patterns and volume.
The indicator aims to identify the 4 major types of volume patterns, these are:
Bullish Breakout Volume
Bearish Breakout Volume
Inverted Domes
Domes
Classification
These patterns are all assigned to a classification based on theory. For example, dome volume is usually bearish, inverted dome is usually bullish, etc. etc. However, in order to accommodate changing sentiments and volatility, I have coded logic into the indicator to assess for the actual sentiment associated with these patterns itself.
The indicator calculates the average return associated with each pattern, scaling the data into a percent return. It then has the ability to re-scale the target using the close price associated with the pattern at the time of pattern signaling, to calculate the target price and plot the target on the chart for you.
Additionally, it provides you with the following:
Labels to signal when a pattern has happened
A table that shows you the average returns associated with the 4 major patterns
Target lines with labels that visually show you the target price associated with the pattern, as well as which pattern they are associated with.
All of these things can be toggled on or off depending on your preference.
Customizing the indicator
In addition to being able to toggle the visuals on or off depending on what you want to see or not see, there are some minor customization abilities in terms of training the indicator to recognize the patterns and predict the TP.
The first one is the Training length
In the settings, you will see "Train", and the default is 500. This is the amount the indicator is looking back in history to learn the patterns and returns associated with them. This 500 is appropriate in most cases and on most timeframes.
Lastly, the Lookforward Length
The look forward length represents the number of bars forward you want to determine the returns for. It is defaulted to 10, but you can modify it.
So, if you are on the 1-Minute chart and have the look forward set to 10, then once a signal happens, the target price is calculated based on 10 minutes from the time of signal. You can increase this or decrease this based on your preference.
Longer look forwards can be good for swingers but should be used on the larger timeframes, shorter are good for scalpers but should be used on the shorter timeframes.
The indicator's use is incredibly simple, you'll pick it up in no time!
Hope you enjoy it and as always, safe trades!
Just an FYI for those who may have questions:
The indicator is open source. This means you are free to take it and modify it as you wish. You do not need to ask me.
Please read the description carefully, as 100% of questions I am asked about indicators are covered in the description. ;-)
Have a good one guys and gals! 🚀🚀🚀
Market Energy Indicator (MEI)⚡ Market Energy Indicator (MEI)
The Market Energy Indicator (MEI) enables traders to quantify the "energy" or strength behind price movements by integrating price changes with traded volume, providing a distinct insight into market momentum and direction.
📌 USAGE
MEI calculates market energy from significant price movements in conjunction with volume data, filtering out insignificant fluctuations through an adjustable sensitivity threshold.
This tool is particularly effective for detecting high-probability continuation moves and anticipating potential reversals in market trends.
The calculation sequence involves:
- Measuring the price change over a period selected by the trader.
- Multiplying the price change by corresponding volume data.
- Smoothing the resultant energy with a simple moving average.
- Applying a customizable threshold to filter out noise and highlight significant moves.
📈 MEI Interpretation
- **Positive Energy**: Reflects strong upward market momentum.
- **Negative Energy**: Reflects strong downward market momentum.
- **Zero Line Crosses**: Highlight pivotal signals indicating potential market entries or exits.
🔔 Signal Detection
Traders can finely tune the indicator's responsiveness through three adjustable parameters:
- **Calculation Length**: Determines how many bars are considered when assessing price changes.
- **Smoothing**: Controls the degree of signal smoothing via a simple moving average.
- **Energy Threshold**: Defines the minimum magnitude required to qualify movements as meaningful; higher thresholds produce fewer but more reliable signals.
🚨 Automatic Alerts
- **Positive Energy Alert**: Triggers when energy crosses above zero.
- **Negative Energy Alert**: Triggers when energy crosses below zero.
⚙️ SETTINGS
🛠️ Indicator Parameters
- **Calculation Length**: Defines the number of bars for energy calculation.
- **Smoothing**: Adjusts how aggressively the energy readings are smoothed.
- **Energy Threshold**: Controls sensitivity to detect significant market movements, reducing false signals.
- **Timeframe**: Enables multi-timeframe energy analysis from a single chart.
🎨 Visualization
- **Energy Histogram**: Visually represents the magnitude and direction of energy movements.
- Green bars: Bullish market energy.
- Red bars: Bearish market energy.
- **Baseline**: Clearly marked zero line distinguishing positive from negative market energies, facilitating rapid signal recognition.
The MEI offers traders an insightful, practical, and adaptable method for interpreting market dynamics, enhancing decision-making accuracy with timely and reliable signals.
db.Volume Spike IndicatorAn indicator that finds the average volume of the previous 10 candles and compares it with the volume of the last closed candle. If the volume of the last candle is 5 times the average of the last 10 candles, it marks this candle with a yellow symbol above or below the candle, depending on the direction of the candle.
=====
Индикатор, который находит среднее значение объём предыдущих 10 свечей и сравнивает его с объёмом последней закрытой свечи. Если объём последней свечи в 5 раз больше среднего за последние 10, то помечает эту свечу жёлтым символом над или под свечой в зависимости от направления свечи.
Combined Up down with volumeThis indicator plots a purple dot 🟣 when a stock moves up or down by 5% or more with a minimum volume of 500,000.
✅ You can customize the volume and percentage settings to fit your trading style.
📌 More dots = High volatility & liquidity
📌 Fewer dots = Slow-moving stock
Perfect for spotting fast-moving opportunities!
Stocks Goats Ticker DisplayThis indicator displays a dynamic, customizable information panel overlay on your TradingView chart, providing at-a-glance details about the current asset. It’s perfect for traders who want quick access to essential stock fundamentals and real-time data without cluttering the chart.
🧩 What It Shows
✅ Company Name (with optional Market Cap)
✅ Ticker Symbol and Time Frame
✅ Industry & Sector
✅ Live Price
✅ Current Volume and 30-Day Average Volume
✅ ATR (14) Value with a Volatility Indicator (🔴 🟡 🟢)
⚙️ Customizable Options
You can tailor the display to your preferences using the settings panel:
📍 Positioning — Choose horizontal & vertical placement (left/middle/right, top/middle/bottom)
🎨 Text Appearance — Control text size, color, and background opacity
🏢 Toggle Display Elements:
Show/hide company name
Show/hide sector/industry
Show/hide symbol + time frame
Show/hide volume and price
Show/hide market cap
📈 ATR Volatility Emoji — Set custom thresholds for:
🔴 High volatility
🟡 Medium volatility
🟢 Low volatility Based on the percentage of ATR relative to price.
📌 Notes
Market Cap is calculated using shares_outstanding_total * close price
ATR is calculated using the standard 14-day average true range
Works best on stocks and ETFs with fundamental data available
Integrated Reversal & Divergence DetectionThe Integrated Reversal & Divergence Detection indicator (IntgRevDiv) combines two powerful technical analysis systems into one comprehensive tool:
Advanced Reversal Detection System: Identifies potential market reversals using volume analysis, RSI divergence, and smart money techniques.
Divergence Indicator System: Detects regular and hidden divergences using multiple technical indicators and fractal patterns.
This integration provides confirmation from multiple analysis methods, resulting in higher quality trading signals.
Divergence Lines
When System B detects divergences, it draws lines connecting the relevant price pivots:
Green Lines: Connect bullish divergence pivot points.
Red Lines: Connect bearish divergence pivot points.
Information Tables
The indicator displays two information tables:
System A Table (Bottom Right):
Current signal status (BUY/SELL/NEUTRAL)
Volume, RSI, and SMT divergence status.
Composite signal information.
Divergence Table (Top Right):
Divergence existence indicators (+/-).
Consecutive divergence count.
Divergence quality rating.
Phase change indicators.
This system analyzes multiple factors to detect potential market reversals:
Volume Delta Analysis:
Calculates the difference between buying and selling volume.
Detects divergence between price action and volume.
When price increases but volume decreases, it may signal weakness.
RSI Divergence Detection:
Regular Divergence: Price makes a higher high but RSI makes a lower high (bearish) or price makes a lower low but RSI makes a higher low (bullish).
Hidden Divergence: Price makes a lower high but RSI makes a higher high (bearish) or price makes a higher low but RSI makes a lower low (bullish).
Smart Money Technique (SMT):
Analyzes correlation between the current instrument and a reference symbol.
Detects divergence in the correlation that may signal institutional activity.
Balance Range & Momentum Detection:
Identifies periods of price balance before breakouts.
Detects rapid price movements that may indicate reversals.
This system also focuses exclusively on detecting divergences using:
Multiple Technical Indicators:
MACD: Momentum and trend-following indicator.
Awesome Oscillator (AO): Momentum indicator.
RSI: Oscillator showing overbought/oversold conditions.
Fractal Pattern Detection:
Identifies swing highs and lows using fractals.
Uses these pivot points to detect divergences.
Phase Change Monitoring:
Detects when the histogram switches from positive to negative or vice versa.
Provides additional confirmation of trend changes.
Consecutive Divergence Tracking:
Counts consecutive bullish/bearish divergences.
Assigns quality ratings based on the count:
1 divergence: "Normal Dive".
2 divergences: "Good Dive".
3+ divergences: "Strong Dive".
Multi-Timeframe Analysis:
Apply the indicator to multiple timeframes.
Look for alignment of signals across timeframes.
Use longer timeframes for trend direction, shorter for entry timing.
Signal Filtering Based on Quality:
For higher probability trades, only take signals when:
Divergence quality shows "Good" or "Strong".
Phase change indicators show "+" in the direction of your trade.
Multiple divergence types (Volume, RSI, SMT) show agreement.
Combining with Support/Resistance:
Use the indicator's signals near key support/resistance levels.
Buy signals near support areas have higher probability.
Sell signals near resistance areas have higher probability.
Market Regime Adaptation:
I n trending markets: Focus on hidden divergences and SMT.
In ranging markets: Focus on regular divergences and RSI.
In high volatility: Increase the Volume Delta Threshold.
In low volatility: Decrease the Fractal Periods.
Signal Combination Logic Selection:
For fewer but higher quality signals: Use "Consensus" mode.
For more trading opportunities: Use "Enhanced" mode.
To emphasize price action reversals: Use "System A Priority".
To emphasize technical divergences: Use "System B Priority".
Market-Specific Adjustments:
Stocks/Indices: Focus on Volume Delta and RSI divergence.
Forex: Emphasize SMT and RSI divergence.
Crypto: Balance all three with slightly higher weight on Volume.
Commodities: Focus on MACD for divergence detection.
This indicator provides multiple layers of market analysis through its integrated approach. By understanding each component's function and how they work together, you can develop a nuanced trading strategy that takes advantage of high-probability reversal and divergence setups across various market conditions.
CFD Calculator For GFTC & INFINOX MT5Optimized CFD Trade Calculator + Pivot (Version 2) – For INFINOX MT5 & *GFTC
Risk Management & Entry Calculation:
Automatically computes the recommended entry lot size based on user inputs such as total capital and maximum loss percentage. For instance, a 0.4 lot position is sized to limit losses within 10% of a total capital of $1000 for a short position.
Pivot-Based Stoploss:
Dynamically updates stoploss levels using pivot high and low values. The indicator adjusts the pivot levels in real time as new extreme values are confirmed, ensuring that stoploss levels reflect current market conditions.
Real-Time Chart Display:
Key metrics are displayed through a customizable table, along with visual markers (triangles) that highlight breakouts. Shading is applied to indicate overbought/oversold conditions and divergence signals, with transparency and color settings fully configurable.
Additional Optional Features:
Users can selectively activate divergence, stochastic, and MFI signal alerts via the settings panel. These features are off by default to maintain a clean interface but can be enabled as needed.
User Interface Customization:
The indicator offers extensive customization for table headers, text, and background colors. This enables traders to tailor the display for optimal readability and integration with their charting style.
*GFTC : Global Financial Traders Council
Volume Profile & Smart Money Explorer🔍 Volume Profile & Smart Money Explorer: Decode Institutional Footprints
Master the art of institutional trading with this sophisticated volume analysis tool. Track smart money movements, identify peak liquidity windows, and align your trades with major market participants.
🌟 Key Features:
📊 Triple-Layer Volume Analysis
• Total Volume Patterns
• Directional Volume Split (Up/Down)
• Institutional Flow Detection
• Real-time Smart Money Tracking
• Historical Pattern Recognition
⚡ Smart Money Detection
• Institutional Trade Identification
• Large Block Order Tracking
• Smart Money Concentration Periods
• Whale Activity Alerts
• Volume Threshold Analysis
📈 Advanced Profiling
• Hourly Volume Distribution
• Directional Bias Analysis
• Liquidity Heat Maps
• Volume Pattern Recognition
• Custom Threshold Settings
🎯 Strategic Applications:
Institutional Trading:
• Track Big Player Movements
• Identify Accumulation/Distribution
• Follow Smart Money Flow
• Detect Institutional Trading Windows
• Monitor Block Orders
Risk Management:
• Identify High Liquidity Windows
• Avoid Thin Market Periods
• Optimize Position Sizing
• Track Market Participation
• Monitor Volume Quality
Market Analysis:
• Volume Pattern Recognition
• Smart Money Flow Analysis
• Liquidity Window Identification
• Institutional Activity Cycles
• Market Depth Analysis
💡 Perfect For:
• Professional Traders
• Volume Profile Traders
• Institutional Traders
• Risk Managers
• Algorithmic Traders
• Smart Money Followers
• Day Traders
• Swing Traders
📊 Key Metrics:
• Normalized Volume Profiles
• Institutional Thresholds
• Directional Volume Split
• Smart Money Concentration
• Historical Patterns
• Real-time Analysis
⚡ Trading Edge:
• Trade with Institution Flow
• Identify Optimal Entry Points
• Recognize Distribution Patterns
• Follow Smart Money Positioning
• Avoid Thin Markets
• Capitalize on Peak Liquidity
🎓 Educational Value:
• Understand Market Structure
• Learn Volume Analysis
• Master Institutional Patterns
• Develop Market Intuition
• Track Smart Money Flow
🛠️ Customization:
• Adjustable Time Windows
• Flexible Volume Thresholds
• Multiple Timeframe Analysis
• Custom Alert Settings
• Visual Preference Options
Whether you're tracking institutional flows in crypto markets or following smart money in traditional markets, the Volume Profile & Smart Money Explorer provides the deep insights needed to trade alongside the biggest players.
Transform your trading from retail guesswork to institutional precision. Know exactly when and where smart money moves, and position yourself ahead of major market shifts.
#VolumeProfile #SmartMoney #InstitutionalTrading #MarketAnalysis #TradingView #VolumeAnalysis #CryptoTrading #ForexTrading #TechnicalAnalysis #Trading #PriceAction #MarketStructure #OrderFlow #Liquidity #RiskManagement #TradingStrategy #DayTrading #SwingTrading #AlgoTrading #QuantitativeTrading
Daily Movement AnalysisDaily Volatility Explorer: 7-Day Market Pulse Indicator
Unlock the hidden rhythms of market movements with this powerful analytical tool designed for both traditional and crypto traders. This indicator meticulously tracks and analyzes price volatility patterns across all seven days of the week, giving you a strategic edge in planning your trades.
🎯 Key Features:
• Dynamic 3-month rolling analysis of daily price movements
• Real-time volatility comparison across all trading days
• Clear visual representation through color-coded bar charts
• Detailed statistical table with exact pip movements
• Sample size tracking for statistical reliability
• Works seamlessly on both traditional and crypto markets
💡 Why Traders Need This:
1. Optimal Trade Timing
- Identify the most volatile trading days for maximum opportunity
- Discover the quietest days to avoid choppy markets
- Perfect for swing traders and day traders alike
2. Risk Management Enhancement
- Set smarter stop-losses based on typical daily ranges
- Adjust position sizes according to daily volatility patterns
- Avoid overtrading during historically low-volatility periods
3. Strategic Planning
- Plan your trading week around peak volatility days
- Optimize entry and exit points based on historical movements
- Better time management by focusing on the most active days
4. Market Psychology Insights
- Understand weekly market rhythm and institutional patterns
- Identify how weekend gaps affect crypto markets
- Spot changes in market behavior across different days
🔍 Perfect For:
• Forex traders tracking major currency pairs
• Crypto traders navigating 24/7 markets
• Gold and commodity traders
• Day traders optimizing their trading schedule
• Swing traders planning optimal entry/exit days
📊 Data-Driven Decisions:
The indicator maintains a rolling 3-month window of data, providing fresh, relevant insights while filtering out outdated patterns. Each day's analysis is based on actual market movements, giving you reliable, actionable intelligence for your trading decisions.
⚡ Pro Tip: Use this indicator alongside your existing strategy to enhance your trading plan and improve your timing. The color-coded visual system makes it easy to spot patterns at a glance, while the detailed statistics table provides the hard numbers you need for precise planning.
Remember: Markets evolve, and this indicator helps you stay on top of changing patterns in real-time. Whether you're trading traditional markets or crypto, understanding daily volatility patterns is crucial for consistent trading success.
Enhanced Volume Order Flow ImbalanceThe Enhanced Volume Order Flow Imbalance (E-VOFI) indicator provides insights into market sentiment by analyzing volume imbalances between bullish and bearish price movements. By identifying the relative strength of buying versus selling activity, this indicator helps traders understand the underlying momentum of price movements.
Key Features:
Volume Imbalance: The indicator calculates the imbalance between the volume of bullish bars (upward price movement) and bearish bars (downward price movement). A positive value indicates stronger buying pressure, while a negative value indicates stronger selling pressure.
Smoothed Imbalance: A smoothed version of the imbalance is plotted as a line, helping traders identify longer-term trends in market sentiment.
Color-Coding: The imbalance is displayed as a histogram with green bars representing bullish dominance and red bars representing bearish dominance.
Zero Line: The indicator includes a zero line for reference, making it easier to visualize when market sentiment is neutral or tilted in one direction.
Inputs:
Lookback Period: The number of bars used to calculate the moving averages of bullish and bearish volume (default: 14).
Strong Imbalance Threshold: A threshold to define a strong imbalance. This option has been removed from the script in the latest version, simplifying the display to only show the imbalance histogram and the smoothed line.
Usage:
The E-VOFI indicator can help traders assess the strength of buying or selling pressure in the market. By observing the imbalance histogram, traders can make more informed decisions about market trends and potential reversals. The smoothed imbalance line provides a clearer view of longer-term trends, helping to filter out short-term noise.
Dual Volume Divergence LineDual Volume Divergence Line (DVD/Line)
🔹 Overview
The Dual Volume Divergence Line (DVD/Line) is a custom Pine Script™ indicator designed to identify potential trend reversals and continuations by analyzing volume and price divergences. This script is inspired by the original concept of the Dual Volume Divergence Index (DVDI) by DonovanWall and has been modified and enhanced by keremertem. Special thanks to DonovanWall for the original concept. The indicator combines volume-based calculations with price action to generate signals for bullish and bearish divergences, both normal and hidden. Below is a detailed breakdown of its components and functionality.
🔹 Key Features of the DVD/Line Indicator
1. Dual Volume Divergence Calculation:
- The indicator calculates two primary volume-based indices: the Positive Volume Index (PVI) and the Negative Volume Index (NVI).
- PVI measures the impact of volume on price when the price increases, while NVI measures the impact when the price decreases.
- These indices are used to detect divergences between volume and price, which can signal potential reversals or continuations.
2. Customizable Inputs:
- DVD Sampling Period: Adjusts the sensitivity of the indicator by controlling the lookback period for calculating the volume-weighted moving averages (VWMA) of PVI and NVI.
- Band Width: Defines the range for calculating the upper and lower bands, which act as dynamic support and resistance levels.
- Source: Allows users to select the price source (e.g., `hlc3`, `close`, etc.) for calculations.
3. Volume-Weighted Moving Averages (VWMA):
- Instead of using traditional moving averages, the script employs VWMA to smooth the PVI and NVI signals. This ensures that the indicator is more responsive to changes in volume.
4. Upper and Lower Bands:
- The upper and lower bands are calculated using the Root Mean Square (RMS) of the highest and lowest values of the DVD line over a user-defined period. These bands help identify overbought and oversold conditions.
5. Divergence Detection:
- The script identifies four types of divergences:
- Normal Bullish Divergence: Occurs when price makes a lower low, but the DVD line makes a higher low.
- Hidden Bullish Divergence: Occurs when price makes a higher low, but the DVD line makes a lower low.
- Normal Bearish Divergence: Occurs when price makes a higher high, but the DVD line makes a lower high.
- Hidden Bearish Divergence: Occurs when price makes a lower high, but the DVD line makes a higher high.
- These divergences are visually highlighted on the chart using labels.
6. Customizable Divergence Selection:
- Users can choose between two types of divergence calculations:
- DVDI: Based on the raw divergence values.
- DVD Line: Based on the smoothed DVD line.
7. Visual Enhancements:
- The DVD line is plotted with a color-coded scheme: blue when the DVD line is above its signal line (bullish) and pink when it is below (bearish).
- The upper and lower bands are displayed as step lines, making it easier to identify key levels.
🔹 How the Indicator Works
1. Volume-Based Calculations:
- The script starts by calculating the PVI and NVI based on the selected price source and volume data.
- PVI increases when the price rises, while NVI decreases when the price falls. These indices are then smoothed using VWMA to generate signals.
2. DVD Line Calculation:
- The DVD line is derived by combining the divergences of PVI and NVI. It is further smoothed using a Weighted Moving Average (WMA) and a linear regression line for trend analysis.
3. Divergence Detection:
- The script identifies pivot points in the DVD line and compares them with price action to detect divergences.
- Normal divergences indicate potential reversals, while hidden divergences suggest trend continuations.
4. Dynamic Bands:
- The upper and lower bands are calculated using RMS, which provides a more accurate representation of volatility compared to standard deviation or fixed-width bands.
5. Labeling:
- Divergences are labeled directly on the chart with clear text and color coding:
🟢 Bullish Divergence: Green label with "Bull".
🟩 Bearish Divergence: Red label with "Bear".
🔴 Hidden Bullish Divergence: Lime label with "hid.".
🟧 Hidden Bearish Divergence: Orange label with "hid.".
🔹 Unique Aspects of This Script
1. Volume-Weighted Smoothing:
- Unlike traditional divergence indicators that rely on simple moving averages, this script uses VWMA and WMA to ensure that volume plays a significant role in signal generation.
2. Dynamic Bands with RMS:
- The use of RMS for calculating bands provides a more adaptive and accurate representation of market conditions, especially in volatile markets.
3. Flexible Divergence Selection:
- Users can choose between raw divergence values (DVDI) or smoothed values (DVD Line), allowing for greater customization based on trading style.
4. Comprehensive Divergence Detection:
- The script detects both normal and hidden divergences, providing a complete picture of potential trend reversals and continuations.
5. User-Friendly Visuals:
- The color-coded DVD line and cross-style bands make it easy to interpret the indicator at a glance.
🔹 How to Use the Indicator
1. Trend Identification:
- Use the Middle Band and its color to identify the current trend. A green line suggests bullish momentum, while a red line indicates bearish momentum. Additionally, a bullish momentum may be indicated when the DVD line crosses up, and a bearish momentum may be indicated when it crosses down the Middle Band.
2. Divergence Trading:
- Look for divergences between the DVD line and price action. Normal divergences can be used for counter-trend trades, while hidden divergences can confirm trend continuations.
3. Band Breakouts:
- Monitor the upper and lower bands for potential breakout or reversal signals. A break above the upper band may indicate overbought conditions, while a break below the lower band may suggest oversold conditions.
4. Customization:
- Adjust the sampling period and band width to suit different timeframes and trading strategies. Shorter periods are more sensitive, while longer periods provide smoother signals.
🔹 Conclusion
The Dual Volume Divergence Line (DVD/Line) is a powerful and versatile indicator that combines volume analysis with price action to generate actionable trading signals. Its unique use of volume-weighted smoothing, dynamic bands, and comprehensive divergence detection sets it apart from traditional divergence indicators. Whether you're a day trader or a long-term investor, this tool can help you identify high-probability trading opportunities with greater accuracy and confidence.
📌 Disclaimer: This script is for educational purposes only and does not constitute financial advice. Always conduct your own analysis before making trading decisions.
Nef33 Forex & Crypto Trading Signals PRO
1. Understanding the Indicator's Context
The indicator generates signals based on confluence (trend, volume, key zones, etc.), but it does not include predefined SL or TP levels. To establish them, we must:
Use dynamic or static support/resistance levels already present in the script.
Incorporate volatility (such as ATR) to adjust the levels based on market conditions.
Define a risk/reward ratio (e.g., 1:2).
2. Options for Determining SL and TP
Below, I provide several ideas based on the tools available in the script:
Stop Loss (SL)
The SL should protect you from adverse movements. You can base it on:
ATR (Volatility): Use the smoothed ATR (atr_smooth) multiplied by a factor (e.g., 1.5 or 2) to set a dynamic SL.
Buy: SL = Entry Price - (atr_smooth * atr_mult).
Sell: SL = Entry Price + (atr_smooth * atr_mult).
Key Zones: Place the SL below a support (for buys) or above a resistance (for sells), using Order Blocks, Fair Value Gaps, or Liquidity Zones.
Buy: SL below the nearest ob_lows or fvg_lows.
Sell: SL above the nearest ob_highs or fvg_highs.
VWAP: Use the daily VWAP (vwap_day) as a critical level.
Buy: SL below vwap_day.
Sell: SL above vwap_day.
Take Profit (TP)
The TP should maximize profits. You can base it on:
Risk/Reward Ratio: Multiply the SL distance by a factor (e.g., 2 or 3).
Buy: TP = Entry Price + (SL Distance * 2).
Sell: TP = Entry Price - (SL Distance * 2).
Key Zones: Target the next resistance (for buys) or support (for sells).
Buy: TP at the next ob_highs, fvg_highs, or liq_zone_high.
Sell: TP at the next ob_lows, fvg_lows, or liq_zone_low.
Ichimoku: Use the cloud levels (Senkou Span A/B) as targets.
Buy: TP at senkou_span_a or senkou_span_b (whichever is higher).
Sell: TP at senkou_span_a or senkou_span_b (whichever is lower).
3. Practical Implementation
Since the script does not automatically draw SL/TP, you can:
Calculate them manually: Observe the chart and use the levels mentioned.
Modify the code: Add SL/TP as labels (label.new) at the moment of the signal.
Here’s an example of how to modify the code to display SL and TP based on ATR with a 1:2 risk/reward ratio:
Modified Code (Signals Section)
Find the lines where the signals (trade_buy and trade_sell) are generated and add the following:
pinescript
// Calculate SL and TP based on ATR
atr_sl_mult = 1.5 // Multiplier for SL
atr_tp_mult = 3.0 // Multiplier for TP (1:2 ratio)
sl_distance = atr_smooth * atr_sl_mult
tp_distance = atr_smooth * atr_tp_mult
if trade_buy
entry_price = close
sl_price = entry_price - sl_distance
tp_price = entry_price + tp_distance
label.new(bar_index, low, "Buy: " + str.tostring(math.round(bull_conditions, 1)), color=color.green, textcolor=color.white, style=label.style_label_up, size=size.tiny)
label.new(bar_index, sl_price, "SL: " + str.tostring(math.round(sl_price, 2)), color=color.red, textcolor=color.white, style=label.style_label_down, size=size.tiny)
label.new(bar_index, tp_price, "TP: " + str.tostring(math.round(tp_price, 2)), color=color.blue, textcolor=color.white, style=label.style_label_up, size=size.tiny)
if trade_sell
entry_price = close
sl_price = entry_price + sl_distance
tp_price = entry_price - tp_distance
label.new(bar_index, high, "Sell: " + str.tostring(math.round(bear_conditions, 1)), color=color.red, textcolor=color.white, style=label.style_label_down, size=size.tiny)
label.new(bar_index, sl_price, "SL: " + str.tostring(math.round(sl_price, 2)), color=color.red, textcolor=color.white, style=label.style_label_up, size=size.tiny)
label.new(bar_index, tp_price, "TP: " + str.tostring(math.round(tp_price, 2)), color=color.blue, textcolor=color.white, style=label.style_label_down, size=size.tiny)
Code Explanation
SL: Calculated by subtracting/adding sl_distance to the entry price (close) depending on whether it’s a buy or sell.
TP: Calculated with a double distance (tp_distance) for a 1:2 risk/reward ratio.
Visualization: Labels are added to the chart to display SL (red) and TP (blue).
4. Practical Strategy Without Modifying the Code
If you don’t want to modify the script, follow these steps manually:
Entry: Take the trade_buy or trade_sell signal.
SL: Check the smoothed ATR (atr_smooth) on the chart or calculate a fixed level (e.g., 1.5 times the ATR). Also, review nearby key zones (OB, FVG, VWAP).
TP: Define a target based on the next key zone or multiply the SL distance by 2 or 3.
Example:
Buy at 100, ATR = 2.
SL = 100 - (2 * 1.5) = 97.
TP = 100 + (2 * 3) = 106.
5. Recommendations
Test in Demo: Apply this logic in a demo account to adjust the multipliers (atr_sl_mult, atr_tp_mult) based on the market (forex or crypto).
Combine with Zones: If the ATR-based SL is too wide, use the nearest OB or FVG as a reference.
Risk/Reward Ratio: Adjust the TP based on your tolerance (1:1, 1:2, 1:3)
Volume Order Blocks [BigBeluga]Volume Order Blocks is a powerful indicator that identifies significant order blocks based on price structure, helping traders spot key supply and demand zones. The tool leverages EMA crossovers to determine the formation of bullish and bearish order blocks while visualizing their associated volume and relative strength.
🔵 Key Features:
Order Block Detection via EMA Crossovers:
Plots bullish order blocks at recent lows when the short EMA crosses above the long EMA.
Plots bearish order blocks at recent highs when the short EMA crosses below the long EMA.
Uses customizable sensitivity through the “Sensitivity Detection” setting to fine-tune block formation.
Volume Collection and Visualization:
Calculates the total volume between the EMA crossover bar and the corresponding high (bearish OB) or low (bullish OB).
Displays the absolute volume amount next to each order block for clear volume insights.
Percentage Volume Distribution:
Shows the percentage distribution of volume among bullish or bearish order blocks.
100% represents the cumulative volume of all OBs in the same category (bullish or bearish).
Order Block Removal Conditions:
Bullish order blocks are removed when the price closes below the bottom of the block.
Bearish order blocks are removed when the price closes above the top of the block.
Helps maintain chart clarity by only displaying relevant and active levels.
Midline Feature:
Dashed midline inside each order block indicates the midpoint between the upper and lower boundaries.
Traders can toggle the midline on or off through the settings.
Shadow Trend:
Shadow Trend dynamically visualizes trend strength and direction by adapting its color intensity based on price movement.
🔵 Usage:
Supply & Demand Zones: Use bullish and bearish order blocks to identify key market reversal or continuation points.
Volume Strength Analysis: Compare volume percentages to gauge which order blocks hold stronger market significance.
Breakout Confirmation: Monitor block removal conditions for potential breakout signals beyond support or resistance zones.
Trend Reversals: Combine EMA crossovers with order block formation for early trend reversal detection.
Risk Management: Use OB boundaries as potential stop-loss or entry points.
Volume Order Blocks is an essential tool for traders seeking to incorporate volume-based supply and demand analysis into their trading strategy. By combining price action, volume data, and EMA crossovers, it offers a comprehensive view of market structure and potential turning points.
BCVC - Volume & Big Candle ColorThe BCVC (Volume & Big Candle Color) indicator helps traders identify significant price movements accompanied by unusual volume activity. By dynamically coloring bars based on volume spikes and candle size, it highlights potential momentum shifts, breakouts, or reversals. This tool is ideal for traders who want to:
Spot institutional buying/selling activity.
Confirm trend strength using volume and price volatility.
Filter noise by focusing on high-impact bars.
Key Features
Volume Spike Detection:
Compares current volume to a moving average (EMA) of volume.
Highlights bars where volume exceeds the average by a user-defined multiplier.
Big Candle Detection:
Identifies bars with a range (high-low) larger than the historical average range (EMA of candle ranges).
Thresholds for "big candles" are customizable.
Color-Coded Logic:
White Bars: High volume + Big candle + Bullish (close > open).
Orange Bars: High volume + Big candle + Bearish (close < open).
Blue Bars: High volume + Regular candle + Bullish.
Maroon Bars: High volume + Regular candle + Bearish.
Input Parameters
Volume Settings:
Volume Period: EMA length for average volume calculation (default: 20).
Volume Multiplier: Threshold multiplier for volume spikes (e.g., 1.25 = 25% above average).
Candle Size Settings:
Lookback Period: EMA length for average candle range (default: 7).
Big Candle Multiplier: Threshold multiplier for large candles (e.g., 1.3 = 30% above average range).
How It Works
Volume Analysis:
The indicator calculates an EMA of volume over the specified period.
If the current bar’s volume exceeds Average Volume × Volume Multiplier, it’s flagged as a high-volume bar.
Candle Range Analysis:
The average candle range (high-low) is calculated using an EMA over the lookback period.
A "big candle" is identified when the current bar’s range exceeds Average Range × Big Candle Multiplier.
Combined Signals:
High-volume bars are colored based on whether they are bullish/bearish and whether their range exceeds the big-candle threshold.
Example: A white bar (high volume + big candle + bullish) suggests strong buying pressure with institutional participation.
Usage Scenarios
Breakout Confirmation: A white/orange bar at a support/resistance level may validate a breakout.
Reversal Signals: A maroon/orange bar after a long trend could indicate exhaustion and potential reversal.
Trend Strength: Clusters of blue/white bars during uptrends (or maroon/orange in downtrends) confirm momentum.
Benefits
Visual Clarity: Instantly spot high-impact bars without manually scanning volume or candle size.
Customizable Sensitivity: Adjust multipliers to filter noise (e.g., increase for fewer signals).
Universal Application: Works on all timeframes and instruments (stocks, forex, crypto).
Notes
Best Paired With: Trendlines, support/resistance levels, or momentum oscillators (e.g., RSI).
Avoid False Signals: Use higher multipliers (e.g., 1.5) on lower timeframes to reduce noise.
Session Profile AnalyzerWhat’s This Thing Do?
Hey there, trader! Meet the Session Profile Analyzer (SPA) your new go-to pal for breaking down market action within your favorite trading sessions. It’s an overlay indicator that mixes Rotation Factor (RF), Average Subperiod Range (ASPR), Volume Value Area Range (VOLVAR), and TPO Value Area Range (TPOVAR) into one tidy little toolkit. Think of it as your market vibe checker momentum, volatility, and key levels, all served up with a grin.
The Cool Stuff It Does:
Rotation Factor (RF) : Keeps tabs on whether the market’s feeling bullish, bearish, or just chilling. It’s like a mood ring for price action shows “UP ↑,” “DOWN ↓,” or “NONE ↔.”
ASPR : Averages out the range of your chosen blocks. Big swings? Tiny wiggles? This tells you the session’s energy level.
VOLVAR : Dives into volume to find where the action’s at, with a smart twist it adjusts price levels based on the session’s size and tiny timeframe moves (capped at 128 so your chart doesn’t cry).
TPOVAR : Grabs lower timeframe data to spot where price hung out the most, TPO-style. Value zones, anyone?
Dynamic Precision : No ugly decimal overload SPA matches your asset’s style (2 decimals for BTC, 5 for TRX, you get it).
How to Play With It:
Session Start/End : Pick your trading window (say, 0930-2200) and a timezone (America/New_York, or wherever you’re at).
Block Size : Set the chunk size for RF and ASPR like 30M if you’re into half-hour vibes.
Value Area Timeframe : Go micro with something like 1S for VOLVAR and TPOVAR precision.
Label : Size it (small to huge), color it (white, neon pink, whatever), and slap it where you want (start, mid, end).
How It All Works (No PhD Required):
RF : Imagine breaking your session into blocks (via Block Size). For each block, SPA checks if the high beats the last high (+1) or not (0), and if the low dips below the last low (-1) or not (0). Add those up, and boom positive RF means upward vibes, negative means downward, near zero is “meh.” Use it to catch trends or spot when the market’s napping.
ASPR : Takes those same blocks, measures high-to-low range each time, and averages them. It’s your volatility pulse big ASPR = wild ride, small ASPR = snooze fest. Great for sizing up session action.
VOLVAR : Here’s the fun part. It takes the session’s full range (high minus low), divides it by the average range of your tiny Value Area Timeframe bars (e.g., 1S), and picks a sensible number of price levels capped at 128 so it doesn’t overthink. Then it bins volume into those levels, finds the busiest price (POC), and grows a 70% value area around it. Perfect for spotting where the big players parked their cash.
TPOVAR : Grabs midpoints from those tiny timeframe bars, sorts them, and snips off the top and bottom 15% to find the 70% “value zone” where price chilled the most. Think of it as the market’s comfort zone great for support/resistance hunting.
Why You’ll Like It:
Whether you’re scalping crypto, swinging forex, or dissecting stocks, SPA’s got your back. Use RF to catch momentum shifts like jumping on an “UP ↑” trend or fading a “DOWN ↓” exhaustion. ASPR’s your secret weapon for sizing up trades: a big ASPR (say, 100 on BTC) means you can aim for juicy targets (like 1-2x ASPR) or set invalidations tight when it’s tiny (e.g., 0.001 on TRX) to dodge chop. VOLVAR and TPOVAR are your level-finders nail those key zones where price loves to bounce or break, perfect for entries, stops, or profit grabs. It’s like having a trading co-pilot who’s chill but knows their stuff.
Heads-Up:
Load enough history for those micro timeframes to shine (1S needs some bars to work with).
Keeps things light won’t bog down your chart even with decent-sized sessions.
Let’s Roll:
Slap SPA on your chart, tweak it to your style, and watch it spill the beans on your session. Happy trading, fam may your pips be plenty and your losses few!
GTC Liquidity OscillatorThe GTC Liquidity Oscillator is a groundbreaking tool in the realm of liquidity analysis, offering a first-of-it's-kind approach to market evaluation. Unlike traditional liquidity indicators that focus on isolated economic data, the GTC Liquidity Oscillator consolidates global Money Supply (M2) data from major economies and adjusts them using their corresponding exchange rates to create a unified liquidity measure.
What sets the GTC Liquidity Oscillator apart is its unique application to mean reversion trading. By transforming raw liquidity data into a smooth, oscillating value, it allows traders to visualize extreme liquidity conditions that often precede significant market shifts. The GTC Liquidity Oscillator excels at identifying moments when global liquidity conditions become overly stressed or excessively abundant—signals that have historically correlated with critical turning points in asset markets
Are you ready to harness the power of global liquidity like never before?
🌍 Why the GTC Liquidity Oscillator Is Different:
Unlike anything you’ve seen before, the GTC Liquidity Oscillator merges the Money Supply (M2) data from the largest economies on the planet—the USA, Europe, China, Japan, the UK, Canada, Australia, and India. It then transforms and consolidates this data into a single, powerful metric that exposes liquidity imbalances with precision.
💡 How It Works:
Forget cluttered indicators and noise. The GTC Liquidity Oscillator offers a crystal-clear, oscillating signal designed specifically for mean reversion traders. It highlights moments when global liquidity is stretched to extremes—an ideal setup for catching powerful reversals.
📈 Why You Need This Tool:
✅ First of Its Kind: No other indicator offers a comprehensive view of global liquidity, perfectly tuned for mean reversion trading.
✅ Perfect for Extreme Conditions: Identifies when liquidity levels become overly stressed or overly abundant, providing lucrative entry and exit signals.
✅ Works Across Markets: Stocks, forex, commodities, cryptocurrencies—you name it, the GTC Liquidity Oscillator enhances your trading strategy.
✅ Visual Clarity: Color-coded signals and smooth oscillation eliminate the guesswork, giving you a straightforward path to better trades.
🔥 How To Use It:
Identify Extremes: Look for the GTC Liquidity Oscillator entering overbought or oversold zones.
Time Your Entries & Exits: Capitalize on liquidity-driven market reversals before the crowd.
Stay Ahead of the Market: Use a global liquidity perspective to enhance your existing strategy or build a completely new one.
📌 Revolutionize Your Trading.
This is more than an indicator—it’s a global liquidity radar designed to give you a decisive edge in volatile markets. Whether you’re trading short-term reversals or looking for long-term opportunities, the GTC Liquidity Oscillator is your key to understanding how liquidity impacts price action.
👉 Don’t just trade. Trade with precision.
💥 Get the GTC Liquidity Oscillator now and start turning global liquidity insights into profits!
⚠️ Disclaimer:
The GTC Liquidity Oscillator is a powerful tool designed to enhance your market analysis by providing unique insights into global liquidity conditions. However, it is not a replacement for comprehensive market analysis or prudent risk management. Always combine this indicator with thorough research, technical analysis, and a well-structured trading plan. Past performance is not indicative of future results. Trade responsibly.
TO THE MOON by ZdormanThe indicator "TO THE MOON by Zdorman" is written in Pine Script version 5 and is designed for volatility analysis, detection of abnormal volumes, and generation of trading signals.
The indicator operates in a separate panel below the chart.
Parameters:
length: The period for calculating volatility.
threshold: The threshold value for volatility. If volatility exceeds this value, the indicator highlights it on the chart.
volume_threshold_multiplier: A multiplier for determining abnormal volumes. The average volume is multiplied by this factor to determine the threshold for abnormal volume.
annualize: An option to annualize volatility. If enabled, volatility is multiplied by the square root of 252 (the number of trading days in a year).
Daily Return Calculation:
The daily return is calculated as the percentage change in the closing price of the current bar relative to the previous bar.
Volatility Calculation:
Volatility is calculated as the standard deviation of daily returns over the specified period.
The ta.stdev function is used to compute the standard deviation.
If volatility exceeds the threshold value, the histogram bars are colored yellow. Otherwise, they are colored blue.
Histogram:
The histogram displays the volatility value.
The display style is columns.
A horizontal line corresponding to the volatility threshold is displayed on the chart.
The line is red and has a dashed style.
Conditions for a "Long" Signal:
Volatility exceeds the threshold value.
The closing price is higher than the opening price.
The volume is abnormal (exceeds the average volume by the specified multiplier).
The indicator supports the creation of alerts for "Long" signals. The alert triggers when all conditions for the signal are met.
Parameter Configuration:
Set the volatility period according to your trading strategy.
Configure the volatility threshold and volume multiplier to filter signals. It is recommended to use the default settings.
Signal Interpretation:
Yellow histogram bars indicate increased volatility.
"Long" signals appear when all conditions are met and can be used as entry points for a position.
The "TO THE MOON by Zdorman" indicator is a powerful tool for volatility analysis and finding market entry points. Its logic is based on a combination of volatility, volume, and price movements, making it useful for traders operating in various markets. Happy trading!
Multi-Period Rolling VWAPMulti-Period Rolling VWAP (MP-RVWAP)
This indicator plots multiple Rolling Volume-Weighted Average Price (RVWAP) lines over different time periods (7, 14, 30, 60, 90, 180, and 360 days) on a single chart. Each RVWAP is calculated using a user-defined timeframe and source (default: HLC3), ensuring consistency across chart resolutions.
Key Features:
Customizable Periods: Toggle visibility for each period (7d, 14d, 30d, 60d, 90d, 180d, 360d) and adjust their colors.
Labels: Each RVWAP line is labeled at the end (e.g., "7d", "360d") for easy identification.
Standard Deviation Bands: Optional bands can be added above and below each RVWAP, with customizable multipliers (set to 0 to hide).
Flexible Timeframe: Define a single timeframe (default: 1D) for all RVWAP calculations, independent of the chart’s timeframe.
Minimum Bars: Set a minimum number of bars (default: 10) to ensure reliable calculations.
Usage:
Ideal for traders analyzing price trends across multiple time horizons. Enable/disable specific RVWAPs, tweak colors, and add bands to suit your strategy.