BullBarbie's TICK Companion PROThere are approximately 2800 tickers on the New York Stock Exchange. The TICK index (ticker USI:TICK ) compares the number of stocks rising to the number of sticks falling. A perfect harmony of rising vs falling stocks would read "0" (zero) on the TICK index. A rising TICK reading will indicate that more stocks are gaining value so we might expect indexes like the S&P 500 (SPY, SPX, ES) to also be rising. An extremely high reading is often not sustainable and can indicate a reversal. Conversely, a low TICK reading indicates more stocks losing value and therefore likely indexes following suit; however, this is only sustainable for so long. When persistently high or low TICK readings are not reflected in price action, this can also clue traders in that a reversal or breakthrough could be likely. The TICK index is one of many popular "market internals" used by the best professional traders out there.
This indicator has several features:
* Candles are color coded (and customizable). Out of the box, moderate/neutral TICK readings have muted red and green candles intended to not catch your eye. When TICKS are elevated in either direction (bid or ask), a bolder color candle serves as a warning. Beyond that, a 3rd level of "extreme" TICK readings create brightly colored, eye-catching candles. Colors and levels are adjustable.
* Level Zones come programed with colored backgrounds and level lines to indicate when candles are exceeding high/low and extreme readings. All colors, brightnesses, and levels can be customized or turned off completely if you'd prefer.
* A build-in color-changing EMA can be set to any period. When the EMA hits an extreme level, the color changes to bright yellow. Of course you can also turn this on and off and adjust the style.
* Warning dots appear above and below more aggressive TICK candles letting you know in a highly visual way that something potentially important is going on with the TICK index. When extreme readings are sustained, large warning stars appear as these levels are the most likely to result in a reversal.
Of course, use the TICK Companion as one of many tools and always consider its indications in the context of market trend, levels, news events, and other factors.
I built this indicator for the 1-5 min, 1 day TICK Index chart on my Dashboard chart layout where I keep my helpful market internals charts and have been asked to make it available on TradingView.
More information bullbarbie.com at bullbarbie.com
Sentiment
Najm_FX Swing [GOLD]The Most Powerfull Gold Swing Indicator 🔥🔥
It gives You buy - sell signals with high pips Profits
Features :
Mobile Device + In-App Notificatons
Candle Size Alert (Open-Close)This Pine Script is a TradingView indicator that checks the size of the previous candle's body (difference between the open and close prices) and triggers an alert if it exceeds a certain threshold.
Breakdown of the Script
1. Indicator Declaration
//@version=5
indicator("Candle Size Alert (Open-Close)", overlay=true)
//@version=5: Specifies that the script is using Pine Script v5.
indicator("Candle Size Alert (Open-Close)", overlay=true):
Creates an indicator named "Candle Size Alert (Open-Close)".
overlay=true: Ensures the script runs directly on the price chart (not in a separate panel).
2. User-Defined Threshold
candleThreshold = input.int(500, title="Candle Size Threshold")
input.int(500, title="Candle Size Threshold"):
Allows the user to set the threshold for candle body size.
Default value is 500 points.
3. Calculate Candle Size
candleSize = math.abs(close - open )
close and open :
close : Closing price of the previous candle.
open : Opening price of the previous candle.
math.abs(...):
Takes the absolute difference between the open and close price.
This gives the candle body size (ignoring whether it's bullish or bearish).
4. Check If the Candle Size Meets the Threshold
sizeCondition = candleSize >= candleThreshold
If the previous candle’s body size is greater than or equal to the threshold, sizeCondition becomes true.
5. Determine Candle Color
isRedCandle = close < open
isGreenCandle = close > open
Red Candle (Bearish):
If the closing price is less than the opening price (close < open ).
Green Candle (Bullish):
If the closing price is greater than the opening price (close > open ).
6. Generate Alerts
if sizeCondition
direction = isRedCandle ? "SHORT SIGNAL (RED)" : "LONG SIGNAL (GREEN)"
alertMessage = direction + ": Previous candle body size = " + str.tostring(candleSize) +
" points (Threshold: " + str.tostring(candleThreshold) + ")"
alert(alertMessage, alert.freq_once_per_bar)
If the candle body size exceeds the threshold, an alert is triggered.
direction = isRedCandle ? "SHORT SIGNAL (RED)" : "LONG SIGNAL (GREEN)":
If the candle is red, it signals a short (sell).
If the candle is green, it signals a long (buy).
The alert message includes:
Signal type (LONG/SHORT).
Candle body size.
The user-defined threshold.
How It Works in TradingView:
The script does not plot anything on the chart.
It monitors the previous candle’s body size.
If the size exceeds the threshold, an alert is generated.
Alerts can be used to notify the trader when big candles appear.
Black Tie Report Market StructureA simple Market Structure Indicator with alerts for Market Structure Shifts (MSS) and Break of Structure (BOS).
Perfect for using alongside my other indicator to anticipate where price is likely to go after hitting a key level.
Enjoy.
Weekly Expected Move with TableThis indicator simply takes the values that you receive from the published chart from the discord group and places the lines on the chart for tracking along with a table.
Primarily for the NQ and ES.
Simply update the 2 weekly close and EM inputs.
This is to adjust for the differing "Settlement close" vs Trading View's Actual Close.
The Published value is the Exchange Settlement close value
Once you enter in the EM value. the IV from the "Options ATM" table will be reverse calculated and used for the Sigma 2 calculations completing the tables..
Since Options data is not present in Tradingview. we have to enter in the EM value from the chart published.
Looking to expand the indicator for additional symbols if there's interest
The Prediction row that's optional. simply provides a prediction of chance that price will hit the target upper and lowers.
Enjoy!
Forex Power Indicator [FindBetterTrades]The Forex Power Indicator is designed to help traders quickly assess the relative strength and weakness of key forex pairs over a set period.
This tool calculates the percentage change in price over the last 5 days and highlights the strongest and weakest performing pairs in a simple table format.
Features:
Scans 10 major forex pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDUSD, USDCAD, CHFJPY, EURGBP, EURJPY, GBPJPY).
Calculates the percentage change over the last 5 days.
Identifies and labels the strongest and weakest pair based on performance.
Displays results in a customizable table, allowing traders to quickly interpret market trends.
How to Use:
The strongest pair (🟢) indicates the currency with the highest performance in the selected period.
The weakest pair (🔴) shows the currency that has lost the most value.
Alerts feature:
Once you add the script to your chart, go to "Create Alert"
Under "Condition", select "Forex Power Indicator ".
The system will use the messages set in the alert() function.
When triggered, the alert will display the message like:
"New strongest currency pair: USDJPY"
"New weakest currency pair: AUDUSD"
Use this information to spot momentum opportunities, potential reversals, or trend continuations in forex trading.
This indicator is for informational purposes only and should be used alongside other technical analysis tools to support trading decisions.
TILT - Timed Index of Liquidity TrendsThe Timed Index of Liquidity Trends (TILT) is a tracking tool for high-market cap, high-volatility assets like Bitcoin (BTCUSD), the S&P 500 (SPY), the Nasdaq 100 (QQQ), and Gold. Liquidity drives markets; understanding when liquidity is expanding or contracting can help traders anticipate major market swings with greater confidence.
TILT’s M2 Calculation
TILT is based on a global M2 money supply proxy, which aggregates liquidity conditions from major economies. Since TradingView does not provide direct M2 data for all regions, the indicator uses market-based proxies instead:
🇺🇸 United States – S&P 500 Index (SPX)
🇨🇦 Canada – TSX Composite Index (TSX)
🇪🇺 Eurozone – EUR/USD Exchange Rate (EURUSD)
🇬🇧 United Kingdom – GBP/USD Exchange Rate (GBPUSD)
🇷🇺 Russia – Moscow Exchange Index (MOEX)
🇨🇳 China – China 50 Index (CN50USD)
🇯🇵 Japan – Nikkei 225 Index (JPN225)
🇦🇺 Australia – Gold (XAUUSD) as a liquidity proxy
🇮🇳 India – Nifty 50 Index (NIFTY)
🇰🇷 South Korea – KOSPI Index (KOSPI)
🇧🇷 Brazil – Bovespa Index (IBOV)
🇿🇦 South Africa – USD/ZAR Exchange Rate (USDZAR)
By summing these liquidity proxies, TILT provides a comprehensive view of global M2 conditions, allowing traders to see when money supply is expanding (bullish liquidity conditions) or contracting (bearish liquidity conditions).
How to Use TILT for Trading High-Volatility Assets
TILT is not a traditional price indicator. It is a macro tool designed to show whether liquidity is flowing into or out of the financial system. Assets like Bitcoin, QQQ, and Gold tend to perform well when liquidity is expanding and decline when liquidity is contracting.
₿ Bitcoin (BTCUSD) – The Ultimate Liquidity Sponge
Bitcoin thrives on excess liquidity because it is still a speculative asset with no central authority.
· Liquidity Expanding → BTC tends to rise, as speculative capital flows in.
· Liquidity Contracting → BTC struggles or enters a bear market as leverage dries up.
Example Use Case: If TILT turns green (expanding liquidity) and BTC is near a technical support zone, it may indicate a buying opportunity before the next rally.
📊 S&P 500 (SPY) & Nasdaq 100 (QQQ) – Growth & Risk Appetite
These indices are heavily influenced by liquidity conditions because they represent growth stocks and corporate credit access.
· SPY (🇺🇸) → Moves based on global liquidity, particularly Fed policy & M2 expansion.
· QQQ (🇺🇸) → Even more sensitive than SPY due to high exposure to tech stocks.
Example Use Case: If TILT shows liquidity expansion, QQQ often leads SPY higher, providing early signals for market-wide risk-on behavior.
🥇 Gold – Liquidity & Inflation Hedge
Gold is a monetary asset, meaning it benefits from liquidity expansion and inflation fears.
· Liquidity Expanding → Gold can rally as real yields decline.
· Liquidity Contracting → Gold struggles, especially if real yields rise.
Example Use Case: If TILT turns red (liquidity contracting) and bond yields are rising, gold could enter a bearish phase.
⏱️ Timing Market Swings with the Offset Function
The offset function in TILT allows traders to shift liquidity data forward or backward in time to find the best correlation with price action. However, the offset is not fixed and should be re-evaluated periodically to ensure it remains optimized as a leading indicator. Liquidity cycles and market conditions change over time, meaning an offset that worked well in one period may need adjustment in another.
🤔 Why Use an Offset?
Liquidity moves markets with a lag – The effect of M2 expansion/contraction takes time to show up in risk assets.
Finding the right lag helps confirm liquidity-driven price moves – This is crucial for Bitcoin, QQQ, and Gold, which react differently to liquidity shifts.
Since liquidity conditions evolve, the offset should be adjusted from time to time to maintain predictive accuracy.
👋 How to Fit the Offset Using Vertical Reference Lines
The best way to optimize the offset is by testing historical liquidity cycles and using vertical reference lines (and/or the Date Range tool) to align liquidity trends with major price swings.
Step 1: Plot TILT and the asset you’re analyzing (e.g., BTCUSD) on the same chart.
Step 2: Add vertical lines on significant price reversals (major tops & bottoms).
Step 3: Adjust TILT’s offset forward or backward to see if liquidity trends lead or lag those reversals.
Step 4: Periodically revisit the offset setting to ensure it still aligns well with current market conditions.
Example: If BTC topped 10 bars after TILT turned red, you might set the offset to +10 to better align liquidity changes with price action. If, over time, BTC begins reacting faster or slower to liquidity shifts, the offset should be updated accordingly.
💡 Advanced Tips for TILT Users
· Combine TILT With Sentiment Indicators Like the Fear & Greed Index
· Low Fear & Expanding Liquidity → Strong buy signal for BTC & risk assets
· High Greed & Contracting Liquidity → Caution: Market topping signal
· Use With Volume & On-Chain Metrics for BTC
· Rising TILT + Increasing BTC Volume → Confirms strong accumulation
· TILT Falling + Weak BTC Volume → Potential distribution & market risk
· Watch for Divergences
If BTC makes a new high but TILT is falling, it could indicate a liquidity-driven market top.
If BTC makes a new low but TILT is rising, it could indicate a bottom forming.
Conclusion: TILT = The Macro Liquidity Key for Volatile Assets
TILT is an effective tool for timing market swings in Bitcoin, QQQ, SPY, and Gold, as these assets are highly sensitive to liquidity cycles.
· Tracks global M2 trends using liquidity proxies from major economies
· Helps confirm major tops & bottoms in risk assets
· Offset function allows precise timing of liquidity-driven market moves
· Offset should be reviewed periodically to maintain optimal accuracy
· Pairs well with sentiment tools like the Fear & Greed Index for crypto
By using TILT correctly, traders can anticipate major market turns and position ahead of liquidity-driven moves.
VWAP & Volume Correlation### **Calculating the Correlation Between VWAP (Volume-Weighted Average Price) and Volume (VOLUME) Over a Period of Time**
#### **Breakdown & Understanding**
- **VWAP (Volume-Weighted Average Price)**: Similar to an average price but weighted by volume, representing the average price at which market participants traded during a specific period.
- **VOLUME (Trading Volume)**: The total amount of assets traded over a certain period.
- **CORR (Correlation)**: Measures the relationship between two variables, ranging from **-1 to 1**:
- **Close to 1**: VWAP and volume **move in sync**—when volume increases, VWAP also rises, and when volume decreases, VWAP also falls.
- **Close to -1**: VWAP and volume **move inversely**—when volume increases, VWAP decreases, and vice versa.
- **Close to 0**: No significant relationship between VWAP and volume.
#### **Examples**
- If the correlation is **high (close to 1)**, it indicates that an increase in trading volume leads to a higher VWAP, suggesting that large amounts of capital are being traded at higher prices, which could indicate a **strong market**.
- If the correlation is **low (close to 0)**, it suggests that there is **no stable relationship** between VWAP and volume.
- If the correlation is **close to -1**, it means that **higher trading volume leads to a lower VWAP**, possibly indicating that heavy selling pressure is pushing prices down.
#### **Practical Applications**
- **Identifying Market Trends**: If VWAP and volume have a strong correlation, it could indicate that the current trend is stable.
- **Detecting Anomalies**: If the correlation suddenly drops or turns negative, it may signal a shift in market behavior, such as **large-scale selling or sudden price surges**.
#### **How to Use This Indicator**
- **When the correlation is close to 1 (Blue)**:
- VWAP and volume are moving **in sync**, suggesting a stable market trend.
- **When the correlation is close to -1 (Red)**:
- **Higher volume is causing VWAP to drop**, which could indicate institutional distribution or unusual market movements.
- **When the correlation fluctuates significantly**:
- It suggests **market sentiment is changing**, and it may be worth watching for a potential trend reversal.
By monitoring VWAP and volume correlation, traders can **better understand market conditions, detect institutional activity, and refine their trading strategies**. 🚀
MTF Sentiment ProMTF Sentiment Pro - Advanced Multi-Timeframe Analysis
Purpose & Methodology
MTF Sentiment Pro provides traders with comprehensive market sentiment analysis across multiple timeframes. This indicator's unique innovation is its weighted scoring system that evaluates both technical indicators and volume metrics to determine market sentiment across customizable timeframes.
Unlike simple indicator overlays or basic multi-timeframe tools, this indicator:
1. Calculates sentiment using a proprietary weighted formula across 7 different timeframes
2. Incorporates volume confirmation to validate price movements (a critical element often overlooked)
3. Provides clear visualization of sentiment alignment between lower and higher timeframes
4. Uses majority-rule algorithms for overall sentiment determination (2/3 rule for LTF, 3/4 rule for HTF)
Technical Components & Integration
Each timeframe's sentiment score is derived from a combination of:
- **EMA**: Evaluates trend direction and price position relative to moving average
- **RSI**: Measures momentum with sensitivity to the 50-level for trend determination
- **MACD**: Assesses trend strength and momentum through histogram analysis
- **Bollinger Bands**: Determines price volatility and position relative to the mean
- **VWAP**: Provides volume-adjusted price reference
- **OBV**: Confirms price moves with cumulative volume analysis
What makes this combination powerful is how these components are integrated:
- Each indicator contributes a weighted value to the overall sentiment score
- User-definable weights allow customization based on strategy preferences
- Volume confirmation adds a critical dimension beyond basic price-only indicators
- Multi-timeframe analysis helps identify alignment/divergence across time horizons
Trading Applications & Limitations
This indicator works best for:
- Trend confirmation across multiple timeframes
- Identifying potential reversal zones where LTF and HTF sentiments diverge
- Entry/exit timing when paired with your primary strategy rules
- Market structure analysis across different time horizons
Note: While this indicator provides comprehensive sentiment analysis, it should be used as part of a complete trading strategy with proper risk management. No indicator can predict market movements with certainty.
Usage Instructions
1. Select appropriate timeframes for your trading style or use one of the included presets
2. Adjust indicator weights to match your analytical preferences
3. Look for timeframe alignment/divergence to identify potential opportunities
4. Use the overall LTF and HTF sentiment readings for broader market context
This indicator was developed to solve the challenge of efficiently analyzing sentiment across multiple timeframes while incorporating volume confirmation - something that would otherwise require multiple indicators and manual correlation.
[TehThomas] - ICT VI / FVG / IFVG / Liquidity📌 Overview
This TradingView indicator is designed to help traders spot key price inefficiencies and liquidity events based on ICT (Inner Circle Trader) concepts. The script automatically highlights important areas on the chart, such as Volume Imbalances (VI), Fair Value Gaps (FVG), Inverted Fair Value Gaps (IFVG), and Liquidity Sweeps, giving traders a clear view of where price might react.
By marking these zones visually, the indicator serves as a liquidity map, showing where smart money could be targeting orders or rebalancing price action.
🔑 How the Script Works
The indicator detects four major market inefficiencies and liquidity patterns, each offering valuable insights into how price might behave:
1️⃣ Volume Imbalance (VI)
Bullish VI: When the current candle has higher volume than the previous candle in an upward move, this suggests demand is pushing the price up, creating potential buying opportunities.
Bearish VI: When the current candle has higher volume than the previous candle in a downward move, this suggests supply is pushing the price down, highlighting potential selling opportunities.
How to take trades:
Buy: Enter a long position when a bullish VI appears and the price is near a support zone or key level (such as the previous swing low or FVG).
Sell: Enter a short position when a bearish VI appears and the price is near a resistance zone or key level (such as the previous swing high or FVG).
2️⃣ Fair Value Gap (FVG)
Bullish FVG: A gap in price action where the low of the second candle is higher than the high of the first candle. Price tends to return to fill these gaps before continuing upward.
Bearish FVG: A gap in price action where the high of the second candle is lower than the low of the first candle. Price tends to return to fill these gaps before continuing downward.
How to take trades:
Buy: Enter long after a pullback into a bullish FVG zone and if price action shows signs of rejection (such as bullish candlestick patterns or strong momentum).
Sell: Enter short after a pullback into a bearish FVG zone and if price action shows signs of rejection (such as bearish candlestick patterns or strong downward momentum).
3️⃣ Inverted Fair Value Gap (IFVG)
An Inverted Fair Value Gap (IFVG) refers to a Fair Value Gap (FVG) that has already been filled or broken through by price action. Essentially, it is a gap that has been revisited by price and has now been mitigated or broken.
Example:
For Continuation: After price fills the gap, it may continue in the same direction. If price breaks through a bullish FVG and shows continuation, it may signal that the market is still in a strong uptrend.
For Reversal: If the price returns to an inverted FVG after breaching it, and then starts showing signs of reversal (e.g., reversal candlestick patterns, or a shift in momentum), this could signal an entry point in the opposite direction.
How to take trades:
Buy: Consider entering long when price returns to an IFVG zone that aligns with other bullish confluences, such as a bullish VI or liquidity sweep.
Sell: Consider entering short when price returns to a bearish IFVG zone that aligns with other bearish confluences, such as a bearish VI or liquidity sweep.
4️⃣ Liquidity Sweeps
Liquidity sweeps occur when the market temporarily breaks a key high or low to trigger stop-loss orders or lure traders into the wrong direction before reversing.
How to take trades:
Buy: If a liquidity sweep breaks a key resistance or swing high but fails to close above it, enter long when price begins to reverse in the opposite direction, ideally near a previous support or FVG zone.
Sell: If a liquidity sweep breaks a key support or swing low but fails to close below it, enter short when price begins to reverse in the opposite direction, ideally near a previous resistance or FVG zone.
🎯 Trade Setup and Confirmation Strategy
Here’s how to combine these concepts for high-probability trade setups:
Liquidity Sweeps + Volume Imbalances:
If a liquidity sweep occurs in conjunction with a volume imbalance (especially on a higher timeframe), this can act as a confirmation signal to enter the trade.
Example: A liquidity sweep breaks a previous high, but the price fails to close above it. If this happens alongside a break of a Volume imbalance (VI) , it could be a strong signal to sell.
FVG/IFVG Mitigation + Liquidity Sweeps:
Price often returns to mitigate imbalances, and when a liquidity sweep occurs near an unfilled gap, it could trigger a reversal.
Example: After an upward trend, a bearish liquidity sweep breaks a previous swing low, and price then revisits a bearish FVG and creates an IFVG, signaling an opportunity to buy.
Directional Bias (Higher Timeframe Analysis):
Always consider the higher timeframe trend to confirm trade direction. A bullish FVG or bullish VI on the lower timeframe aligns with a bullish trend on the higher timeframe.
Confluence with Key Levels:
When these patterns align with important price levels such as support, resistance, or previously identified swing highs/lows, it enhances the probability of a successful trade.
⚙️ How It Helps in Trading Strategy
The indicator assists in several aspects of trading:
Liquidity Hunts: Price often sweeps liquidity before making major moves.
Entry Confirmation: Use imbalances or sweeps as extra confluence for trade entries.
Mitigation Zones: Price frequently returns to fill inefficiencies before reversing.
Directional Bias: Bullish or bearish gaps align with the higher timeframe narrative.
🔍 ICT Concepts Included
✅Volume Imbalance (VI): High-volume inefficiencies.
✅Fair Value Gap (FVG): Standard price gaps.
✅Inverted Fair Value Gap (IFVG): Filtered large price gaps.
✅Liquidity Sweeps: Stop-hunting patterns by smart money.
⚠️ Disclaimer
This indicator is built for educational purposes and should not be considered financial advice. Trading carries risk, and no tool guarantees profits. Always use proper risk management and perform your own analysis before entering any trade.
ICT Session by LasinsName: ICT Session by Lasins
Purpose: To visually identify and differentiate between the Asian, London, and New York trading sessions on the chart.
Features:
Highlights the background of the chart during each session.
Includes a mini dashboard in the top-right corner to show the active session.
Allows customization of time zones (exchange timezone or UTC).
Displays copyright and author information.
Key Components
Inputs:
useExchangeTimezone: A boolean input to toggle between using the exchange timezone or UTC for session times.
showDashboard: A boolean input to toggle the visibility of the mini dashboard.
Session Times:
The script defines three trading sessions:
Asian Session: 2000-0000 UTC (or adjusted for exchange timezone).
London Session: 0200-0500 UTC (or adjusted for exchange timezone).
New York Session: 0700-1000 UTC (or adjusted for exchange timezone).
Session Detection:
The is_session function checks if the current time falls within a specified session using the time function.
Background Coloring:
The bgcolor function is used to highlight the chart background during each session:
Asian Session: Red background.
London Session: Green background.
New York Session: Blue background.
Mini Dashboard:
A table is created in the top-right corner of the chart to display the active session and its corresponding color.
The dashboard includes:
A header row with "Session" and "Color".
Rows for each session (Asian, London, New York) with their respective colors.
Copyright and Author Information:
A label is added to the chart to display the copyright and author information ("© ICT Session by Lasins Raj").
How It Works
The script checks the current time and compares it to the predefined session times.
If the current time falls within a session, the chart background is highlighted with the corresponding color.
The mini dashboard updates to reflect the active session.
The copyright and author information is displayed at the bottom of the chart.
Customization
You can adjust the session times in the script to match your preferred timezone or trading hours.
The useExchangeTimezone input allows you to switch between UTC and the exchange timezone.
The showDashboard input lets you toggle the visibility of the mini dashboard.
Example Use Case
Traders who follow the ICT (Inner Circle Trader) methodology can use this indicator to identify key trading sessions and plan their trades accordingly.
The visual representation of sessions helps traders quickly recognize when major markets are open and active.
Ragi's Divergence HelperThis is Ragi's Divergence Helper is a TradingView indicator designed to track bullish and bearish divergences across multiple timeframes. It provides a clear, structured dashboard that remains fixed in a chosen corner of the chart for easy visibility.
Recommendations:
Put dashboard on lower left corner is less obstructive.
Use along with any RSI indicator for confirmations of bullish and bearish divergences.
Key Features:
✅ Timeframe Coverage: Monitors 5m, 10m, 15m, 30m, 1H, 2H, 4H, and Daily timeframes.
✅ Divergence Detection: Identifies whether a bullish (green) or bearish (red) divergence is present on each timeframe, displaying "None" if no divergence is detected.
✅ Divergence Lineup: Summarizes the overall market direction by checking if multiple timeframes align bullish or bearish.
✅ Customizable Settings: Users can adjust colors, panel position (Top Right, Bottom Right, Bottom Left, Top Left), and background color for better chart integration.
✅ Fixed & Readable Panel: Ensures the information is always visible without interfering with price action analysis.
How to Use It:
If multiple timeframes show bullish divergences, it may indicate a potential trend reversal or continuation to the upside.
If multiple timeframes show bearish divergences, it may signal a possible price drop or reversal downward.
When no divergences are present, it suggests no immediate divergence-based trading opportunity.
This indicator is ideal for traders looking for quick divergence insights across different timeframes without needing to analyze multiple indicators manually. 🚀
Volume Stack US Top 40 [Pt]█ Overview
Volume Stack US Top 40 is a versatile TradingView indicator designed to give you an at-a-glance view of market sentiment and volume dynamics across the top 40 U.S. large-cap stocks. Inspired by the popular Saty Volume Stack, this enhanced version aggregates essential volume and price strength data from major tickers on both the NYSE and NASDAQ, and works seamlessly on all timeframes.
█ Key Features
Dynamic Buy / Sell Volume Stack: This indicator dynamically stacks the volume bars so that the side with higher volume appears on top. For example, green over red signals more buy-side volume, while red over green indicates greater sell-side volume.
Cross-Market Analysis: Easily toggle between NYSE and NASDAQ to analyze the most influential U.S. stocks. The indicator automatically loads the correct set of tickers based on your selection.
Flexible Coverage: Choose from Top 10, Top 20, Top 30, or Top 40 tickers to tailor the tool to your desired scope of analysis.
Dynamic Table Display: A neat on-chart table lists the selected ticker symbols along with visual cues that reflect each stock’s strength. You can even remove exchange prefixes for a cleaner look.
█ Inputs & Settings
Market Selector: Choose whether to view data from the NYSE or NASDAQ; the indicator automatically loads the corresponding list of top tickers.
Number of Tickers: Select from ‘Top 10’, ‘Top 20’, ‘Top 30’, or ‘Top 40’ stocks to define the breadth of your analysis.
Color Options: Customize the colors for bullish and bearish histogram bars to suit your personal style.
Table Preferences: Adjust the on-chart table’s display style (grid or one row), text size, and decide whether to show exchange information alongside ticker symbols.
█ Usage & Benefits
Volume Stack US Top 40 is ideal for traders and investors who need a clear yet powerful tool to gauge overall market strength. By combining volume and price action data across multiple major stocks, it helps you:
Quickly assess whether the market sentiment is bullish or bearish.
Confirm trends by comparing volume patterns against intraday price movements.
Enhance your trading decisions with a visual representation of market breadth and dynamic buy/sell volume stacking.
Its intuitive design means you spend less time adjusting complex settings and more time making confident, informed decisions.
Color Code OverlayColor Code Overlay Indicator
The Color Code Overlay indicator is designed to provide a dynamic visualization of price action using color-coded candles. This overlay highlights trend reversals and bullish/bearish conditions by utilizing a custom candle calculation and the Average True Range (ATR) percentage threshold to detect significant price changes.
Key Features:
Custom Candle Calculation:
The Color Code Overlay is based on a modified candlestick calculation that takes the average of the open, high, low, and close prices to determine the candle’s close value. The open value is derived from the midpoint of the current candle's open and close or the previous Color Code Overlay close. The high and low values are based on the highest and lowest prices between the open, close, and the actual market high/low.
Color-Coding:
Green: The candle is colored green when the close is higher than the open, indicating a bullish trend.
Red: The candle is colored red when the close is lower than the open, indicating a bearish trend.
Color Change Detection:
The indicator detects significant color changes, signaling trend reversals. The transitions are determined based on the following conditions:
A bullish to bearish change (green to red) is identified when the current candle's close is lower than the open, and the price difference exceeds 1% of the candle's range (calculated using the current candle's high and low).
A bearish to bullish change (red to green) occurs when the current candle’s close is higher than the open, and the price difference also exceeds 1% of the candle's range.
Threshold Calculation:
The dynamic threshold for detecting significant price changes is based on the ATR percentage of the candle's range. By default, the indicator uses 1% of the range for detecting meaningful price movement. This ensures that only substantial changes trigger the color shifts, providing clear signals for potential trend reversals or market momentum.
Arrows for Color Changes:
A red triangle down is plotted above the bar when the color changes from green to red (bullish to bearish).
A green triangle up is plotted below the bar when the color changes from red to green (bearish to bullish).
Alerts:
The indicator includes alert conditions that notify you when:
The price is bullish (green candle).
The price is bearish (red candle).
There is a change from green to red (bullish to bearish).
There is a change from red to green (bearish to bullish).
How It Works:
The Color Code Overlay dynamically calculates the candle values based on market data and applies the ATR-based threshold to identify color changes. A shift from bullish to bearish or vice versa is only triggered when the price moves significantly beyond the calculated threshold, helping to avoid false signals from minor price fluctuations.
This indicator is particularly useful for traders looking to spot trend reversals and significant market shifts with a clear, color-coded visual representation of price action. The Color Code Overlay can be used alongside other technical indicators to enhance decision-making and improve trading strategies.
TrendinatorThis indicator uses a custom Cumulative Delta Volume (CDV) calculation to dynamically generate support and resistance levels on the chart. It calculates CDV by taking the difference between uptick and downtick volumes, then accumulates these differences over time. From the cumulative delta, the indicator computes a MACD-style line by applying fast and slow exponential moving averages, and further smooths this into a signal line. The difference between the MACD line and its signal line (the histogram) is used to detect key crossover events.
When the CDV MACD line crosses below the signal line, the indicator captures the high of that candle as the new resistance level. Conversely, when the CDV MACD line crosses above the signal line, it captures the low of that candle as the new support level. These levels are maintained until the next corresponding crossover occurs, allowing the indicator to adapt to changes in market sentiment. A dynamic mid line is then calculated as the average of the current support and resistance levels, serving as a central pivot for the market.
Important Notice:
The use of technical indicators like this one does not guarantee profitable results. This indicator should not be used as a standalone analysis tool. It is essential to combine it with other forms of analysis, such as fundamental analysis, risk management strategies, and awareness of current market conditions. Always conduct thorough research.
Note: The effectiveness of any technical indicator can vary based on market conditions and individual trading styles. It's crucial to test indicators thoroughly using historical data before applying them in live trading scenarios.
Disclaimer:
Trading financial instruments involves substantial risk and may not be suitable for all investors. Past performance is not indicative of future results. This indicator is provided for informational and educational purposes only and should not be considered investment advice. Always conduct your own research before making any trading decisions.
Breakout and Retest Signals [AlgoAlpha]OVERVIEW
This script detects breakout and retest signals by identifying key pivot points in price action and analyzing their relationship with historical swing highs and lows. It highlights breakout structures using ATR-based tolerance levels and volume analysis to confirm potential trend continuations or reversals. The script marks significant price levels with dynamic boxes and dashed lines to help traders visualize breakout and retest areas effectively.
CONCEPTS
The script relies on pivot point analysis, a technique used to identify significant price levels where the market has previously reversed. It dynamically tracks a set number of recent swing highs and lows, allowing traders to see if the price is revisiting a previously significant level. The concept of breakouts and retests is widely used in technical analysis to determine potential entry points. A breakout occurs when the price moves beyond a resistance or support level, and a retest happens when the price returns to test that level before continuing in the breakout direction. This script enhances that analysis by incorporating ATR-based tolerance levels, ensuring that price zones are not too large.
FEATURES
Breakout and Retest Markings : Highlights breakout and retest areas with shaded boxes, allowing traders to visualize where price action is confirming key levels.
Volume Delta and Ratio : Analyzes volume at breakout levels to gauge the strength of the move, displaying volume delta information for additional context. The script also displays the ratio of selling to buying at the retest along traders to make better judgement on their entries.
Multi-Timeframe Adaptability : Dynamically adjusts volume analysis to align with the appropriate lower timeframe, ensuring reliable volume comparisons.
Alerts for Breakout and Retest Events : Traders can receive real-time notifications when bullish or bearish breakout retests are detected.
USAGE
This script is best suited for traders looking to identify strong breakout and retest setups across different timeframes. Users can customize the pivot detection period and swing point memory to adjust sensitivity based on their trading style. The ATR length and multiplier allow further refinement of breakout tolerance, reducing noise in volatile markets. The breakout zones are displayed as shaded boxes, where traders can assess whether a price retest is occurring under favorable conditions. Alerts can be set to notify traders of potential trade opportunities.
Dynamic Trend & Levels by VikOpineThis indicator combines the best aspects of trend-following, volume and price action to help traders make informed decisions and can be used with other indicators for confluence. 🚀
Key Features and Concepts:
Volume-Weighted Moving Average (VWMA):
Unlike a simple moving average, the VWMA gives more weight to price action with higher volume, helping traders identify strong trends backed by significant market participation.
It helps distinguish between low-volume price fluctuations and meaningful market moves.
Volume-Weighted Average Price (VWAP):
Used by institutional traders, VWAP serves as a benchmark to gauge whether the current price is overbought or oversold relative to the average price weighted by volume.
The indicator tracks VWAP levels dynamically, offering insights into price reversion opportunities and breakout confirmations.
Fibonacci Levels (Dynamic Support & Resistance):
The script dynamically plots Fibonacci retracement and extension levels based on recent price swings, allowing traders to identify potential reversal and continuation zones. These levels change colors individually based on them becoming support or resistance.
Fibonacci levels help in setting stop-loss levels and profit targets based on natural market cycles.
Ichimoku Cloud (Trend Confirmation & Market Sentiment):
Provides a multi-dimensional view of trend strength, momentum, and potential reversals.
The Kumo (cloud) helps traders identify support and resistance zones, while the Tenkan-Sen and Kijun-Sen lines confirm trend direction. I prefer to remove the lines and only keep the clouds to anticipate upcoming trend.
How the Indicator Works:
The script dynamically calculates and overlays VWMA and VWAP to give a clear view of volume-backed trends.
Fibonacci levels are recalculated based on recent swing highs and lows, ensuring they remain relevant to current price action. This feature avoids to re-draw Fibs manually.
The Ichimoku Cloud adjusts in real-time to provide trend and momentum signals.
The session volume profile updates dynamically to highlight high-liquidity zones and potential breakout areas.
Alerts can be set up in Tradingview allowing traders to know the price action in real time.
How to Use This Indicator in Trading:
Trend Confirmation: Use VWMA, VWAP, and the Ichimoku Cloud to determine the prevailing trend and avoid trading against market momentum. Go with the trend.
Reversals: Look at the dynamic Fibonacci levels to find key support and resistance areas where price may reverse or consolidate. These levels change color as they become support or resistance.
Breakout & Continuation Trading: Monitor VWAP deviations and Ichimoku signals to identify strong trend continuation setups.
Mean Reversion: Use VWAP re-tests to spot potential pullback entries in established trends.
Alerts: Customize alerts to stay ahead of market moves.
Take advantage of paper trading feature available in Tradingview to familiarize yourself with this indicator. Experience is the best teacher as in any other case.
Ideal for:
✅ Traders looking to capitalize on VWAP trend and level.
✅ Traders utilizing Fibonacci levels and Ichimoku trends for structured trades.
✅ Scalpers leveraging levels and trends for quick entries/exits.
✅ Traders who rely on volume-backed trend confirmations.
No indicator is perfect so take everything with a pinch of salt.
Drop a comment below with your feedback or if you have any question.
Morning RangeOverview
The Morning Range Indicator highlights the high and low of the market session from 6 AM to 10AM, providing key levels for potential breakout trades. The box dynamically updates in real-time, extending until 4 PM, and adjusts color based on price action.
This tool is ideal for traders looking to identify breakout opportunities and visualize key intraday price ranges.
How It Works
Session High & Low (6 AM - 10 AM)
The indicator tracks the highest high and lowest low within this time window.
Once 10 AM passes, the high and low are locked in and will not change.
Box Extends Until 4 PM
The session box remains visible throughout the trading day.
It provides a visual reference for potential breakout zones.
Dynamic Box Coloring
Gray (Neutral): Neither high nor low is broken.
Green: Only the high is broken before 4 PM.
Red: Only the low is broken before 4 PM.
Yellow: Both high and low are broken before 4 PM.
Live Updating Box
The box appears as soon as the session begins at 6 AM.
It dynamically updates the high and low until 10 AM.
Alerts for Breakouts
This indicator includes built-in alert conditions, so you can set up TradingView alerts without modifying the script.
Morning Range High Broken → Triggers when price breaks above the morning high.
Morning Range Low Broken → Triggers when price breaks below the morning low.
To set alerts:
Click the Alerts (⏰) icon in TradingView.
Select Condition → "Morning Range High Broken" or "Morning Range Low Broken".
Choose your preferred notification method (popup, email, webhook, etc.).
Click Create to activate the alert.
Who This Is For
✔ Intraday & Scalp Traders – Identify key breakout levels for short-term trades.
✔ Futures & Forex Traders – Works great for markets like NQ, ES, Gold, and FX pairs.
✔ Breakout & Reversal Traders – Use the high/low boundaries as support & resistance levels.
Customization
This indicator automatically updates every day and requires no manual input.
You can change alert settings via TradingView’s built-in alert system.
How to Use This Indicator
Watch for breakouts above/below the morning range as potential trade opportunities.
Combine with volume, momentum indicators, or footprint charts for confirmation.
Use the box color to visually assess whether price action is bullish (green), bearish (red), or ranging (gray).
[TehThomas] - ICT Liquidity sweepsThe ICT Liquidity Sweeps Indicator is designed to track liquidity zones in the market areas where stop-losses and pending orders are typically clustered. This indicator marks buyside liquidity (resistance) and sellside liquidity (support), helping traders identify areas where price is likely to manipulate liquidity before making a significant move.
This tool is based on Inner Circle Trader (ICT) Smart Money Concepts, which emphasize how institutional traders, or “Smart Money,” manipulate liquidity to fuel price movements. By identifying these zones, traders can anticipate liquidity sweeps and position themselves accordingly.
⚙️ How It Works
1️⃣ Detects Key Liquidity Zones
The script automatically identifies significant swing highs and swing lows in price action using a pivot-based method.
A swing high (buyside liquidity) is a peak where price struggles to break higher, forming a resistance level.
A swing low (sellside liquidity) is a valley where price struggles to go lower, creating a support level.
These liquidity points are prime targets for liquidity sweeps before a true trend direction is confirmed.
2️⃣ Draws Liquidity Lines
Once a swing high or low is identified, a horizontal line is drawn at that level.
The lines extend to the right, serving as future liquidity targets until they are broken.
The indicator allows customization in terms of color, line width, and maximum number of liquidity lines displayed at once.
3️⃣ Handles Liquidity Sweeps
When price breaks a liquidity level, the indicator reacts based on the chosen action setting:
Dotted/Dashed: The line remains visible but changes style to indicate a sweep.
Delete: The line is completely removed once price has interacted with it.
This feature ensures that traders can easily spot where liquidity has been taken and determine whether a reversal or continuation is likely.
4️⃣ Prevents Chart Clutter
To maintain a clean chart, the script limits the number of liquidity lines displayed at any given time.
When new liquidity zones are formed, the oldest lines are automatically removed, keeping the focus on the most relevant liquidity zones.
🎯 How to Use the ICT Liquidity Sweeps Indicator
🔍 Identifying Liquidity Grabs
This indicator helps you identify areas where Smart Money is targeting liquidity before making a move.
Buyside Liquidity (BSL) Sweeps:
Occur when price spikes above a resistance level before reversing downward.
Indicate that Smart Money has hunted stop-losses and buy stops before driving price lower.
Sellside Liquidity (SSL) Sweeps:
Occur when price drops below a support level before reversing upward.
Indicate that Smart Money has collected liquidity from stop-losses and sell stops before pushing price higher.
📈 Combining with Market Structure Shifts (MSS)
One of the best ways to use this indicator is in conjunction with our Market Structure Shifts Indicator.
Liquidity sweeps + MSS Confirmation give strong high-probability trade setups:
Wait for a liquidity sweep (price takes out a liquidity level).
Look for an MSS in the opposite direction (e.g., price sweeps a high, then breaks a recent low).
Enter the trade in the new direction with stop-loss above/below the liquidity sweep.
📊 Entry & Exit Strategies
Long Trade Example:
Price sweeps a key sellside liquidity level (SSL) → creates a false breakdown.
MSS confirms a reversal (price breaks structure upwards).
Enter long position after confirmation.
Stop-loss below the liquidity grab to minimize risk.
Short Trade Example:
Price sweeps a key buyside liquidity level (BSL) → takes liquidity above resistance.
MSS confirms a bearish move (price breaks a key support level).
Enter short position after confirmation.
Stop-loss above the liquidity grab.
🚀 Why This Indicator is a Game-Changer
✅ Helps Identify Smart Money Manipulation – Understand where institutions are likely to grab liquidity before the real move happens.
✅ Enhances Market Structure Analysis – When paired with MSS, liquidity sweeps become powerful signals for trend reversals.
✅ Filters Out False Breakouts – Many traders get caught in liquidity grabs. This indicator helps avoid bad entries.
✅ Keeps Your Chart Clean – The auto-limiting feature ensures that only the most relevant liquidity levels remain visible.
✅ Works on Any Timeframe – Whether you’re a scalper, day trader, or swing trader, liquidity concepts apply universally.
📌 Final Thoughts
The ICT Liquidity Sweeps Indicator is a must-have tool for traders who follow Smart Money Concepts. By tracking liquidity levels and highlighting sweeps, it allows traders to enter trades with precision while avoiding false breakouts.
When combined with Market Structure Shifts (MSS), this strategy becomes even more powerful, offering traders an edge in spotting reversals and timing entries effectively.
__________________________________________
Thanks for your support!
If you found this idea helpful or learned something new, drop a like 👍 and leave a comment—I’d love to hear your thoughts! 🚀
Make sure to follow me for more price action insights, free indicators, and trading strategies. Let’s grow and trade smarter together! 📈✨
Black Tie Report FrameworkThe Black Tie Report Framework indicator is a market structure and bias analysis tool designed to provide traders with key price levels, session insights, and trend classification.
Key Features:
- Daily Separators: Automatically marks the start of each trading day for better session tracking.
- Bias Framework: Allows users to set a custom timeframe (e.g., daily, weekly, or monthly) to establish bullish, bearish, or neutral bias based on price action.
- Session Markers: Highlights key trading sessions such as Asia, London, and New York to identify volume shifts.
- Liquidity Levels: Plots significant highs and lows from different timeframes, helping traders focus on key liquidity zones.
- Automated Trend Identification: Uses predefined conditions to classify market direction and potential reversal points.
This framework is useful for traders looking to integrate objective market structure analysis into their strategy, eliminating noise and providing clear, actionable price levels for decision-making.
Celestial Pair Spread Hello friends, after a very long time!
Today, I tried to put into code an idea that came to my mind spontaneously and suddenly.
Note :
This script is experimental and improvable.
I haven't had a chance to try it yet.
TIMEFRAME : 1D (Daily Bars)
CELESTIAL SPREAD
The spread moves in a very limited area and is consistent within itself, especially on days far from the end of the contract.
That's why there is a reassuring sky atmosphere. That's why this name was given completely improvised.
Basic logic of the script
We enter the name of the CME Futures contract we want to enter:
Ex : CL1! , ES1! , ZC1! , NQ1!
The script creates us a pair trade parity divided into secondary contracts.
Example : ES1!/ES2!
What is pair trading?
I will explain briefly here.
For users who are wondering:
www.investopedia.com
Let's get back to our topic.
Now we have created a parity that does not actually exist.
This parity is the manifestation of the relative movements of two contracts.
When the parity rises, ES1! increased,ES2! has fallen.
In the opposite case, We can say: ES1! Contract has been dropped ES2! has increased.
Pair trading is generally a trade that needs to be kept in mind from time to time.
It is a method preferred by professionals who can process very quickly.
Market risk is minimal, but since 2 contracts are purchased, more money is paid and very low percentage profits are made.
It is very expensive to do pair trading, especially with oil and its derivatives and interest security derivatives.
The contract we are considering has micros. (small-item contracts tied to the same value)
So when we switch to our broker MES1!/MES2! We will trade.
For all CME futures :
www.cmegroup.com
Anyway, let's continue:
The script created the parity showing its relationship with the next contract and plotted it as bars.
Celestial bands are just like Bollinger bands, but they consist of 3 bands based on percentage changes rather than standard deviation.
The middle band is obtained from moving averages.
The upper and lower bands are the middle band subjected to a threshold value.
The threshold value can be changed.
0.15 percent was charged for this script.
CAUTION :
As can be seen in the example below;
The most important thing is not to make any transactions when the contract switch dates are approaching.
Therefore, it is recommended to use it just below the main chart.
The blue bars in the parity are
Values that outside the upper and lower threshold values are colored blue.
For this condition
Alerts has been added.
Don't forget to add alert and edit.
MAIN PURPOSE
It is aimed to start a pair trade when such conditions come and to quickly close the trades when the parity basis reaches the value.
OTHER IMPORTANT POINTS
Other issues are broker related issues.
Difference between initial margins and maintanence margins of contracts (between 1! and 2!)
It shouldn't be too high.
The commission should not be too high.
Leverage must be high because the profit percentage is very low.
To calculate leverage you must divide your contract size by the relevant margin requirement.
Sample margin requirement table:
www.interactivebrokers.com
RISKS
It is an experimental and intellectual script,
the risk of contract price differences (maybe it will not leave a profit except for very extreme values)
I remind you of the quickness risk that comes from a two-legged trade.
Alerts definitely synchronized with an audible alert sent to a smartphone as an e-mail notification and displayed on the locked screen for quick action.
Best regards!
Luma Signals – Orderflow ImbalanceLuma Signals – Imbalance Detector
The Luma Signals – Imbalance Detector highlights price inefficiencies where buying or selling pressure dominates, causing rapid market movements. These imbalances can act as potential support and resistance zones or indicate areas where liquidity needs to be filled.
🔹 Key Features:
✔ Identifies Bullish & Bearish Imbalances – Blue candles indicate strong buying pressure, red candles indicate strong selling pressure.
✔ Clear Market Structure – Normal bullish candles appear in light gray, normal bearish candles in white.
✔ Dynamic Orderflow Analysis – Helps traders spot high-volatility price movements and potential reversals.
✔ No repainting & lightweight – The indicator works in real-time without altering past data.
📊 How to Use:
Trend Confirmation: If an imbalance aligns with a strong trend, it may indicate trend continuation.
Liquidity Gaps: Price often revisits imbalances before continuing its movement.
Scalping & Intraday Trading: Identify key reaction points for short-term trades.