Strong Body Candle (80% of Range)You said:
Strong body candle 80% range
ChatGPT said:
A strong body candle with an 80% range typically refers to a candlestick on a price chart (usually used in technical analysis) where the real body of the candle (the open-to-close price movement) makes up 80% or more of the entire candle’s range (the high-to-low movement).
Breakdown:
Candle Range = High − Low
Body Size = |Close − Open|
Body-to-Range Ratio = (Body Size ÷ Candle Range) × 100
If this ratio is ≥ 80%, the candle is considered to have a strong body.
Interpretation:
A strong bullish candle: Close is near the high, open is near the low — strong buying pressure.
A strong bearish candle: Close is near the low, open is near the high — strong selling pressure.
These candles often signal momentum or trend continuation, especially when occurring after consolidation or at breakout points.
Would you like a script or formula to help detect these on a chart?
2/2
You said:
Yeh indicator banaya hai is ki description Bana ker rain publish kernrehanhun trading view per
ChatGPT said:
Great! Here's a professional and clear description you can use to publish your indicator on TradingView:
🔥 Strong Body Candle (80% Range) — Indicator Description
This indicator highlights candlesticks where the real body constitutes 80% or more of the entire candle's range (High − Low). These candles often represent strong momentum and are useful for identifying potential trend continuations, reversals, or breakout confirmations.
📌 Key Features:
✅ Detects both bullish and bearish strong body candles.
✅ Customizable threshold (default: 80%) for fine-tuning to your strategy.
✅ Visual markers make it easy to spot high-momentum candles on any timeframe.
📊 How It Works:
The script calculates the ratio of the candle's body size (|Close − Open|) to its total range (High − Low). If the ratio is equal to or above 80%, the candle is flagged:
Green Marker = Strong Bullish Candle (Close > Open)
Red Marker = Strong Bearish Candle (Open > Close)
🛠️ Use Cases:
Identify momentum shifts and breakout confirmations.
Use with support/resistance zones or trendlines for stronger signals.
Combine with volume indicators for enhanced precision.
指標和策略
Bollinger Bands Sigma 1-7Length defaults to 200 for 200 DMA.
Uses standard deviation bands so you can easily see when prices hit extreme sigma deviations (like 4σ or beyond).
Ready to use in latest TradingView Pine Editor.
BLCKBOX Relative Strength IndexAnother quick 'n dirty RSI Indicator based on the Trading View RSI with extra prompts on the main chart showing when an asset is over bought or over sold.
🧬 DNA Ribbon --Adaptive Trend WaveThe DNA Ribbon – Adaptive Trend Wave is an advanced trend-following indicator designed to visualize market momentum, trend direction, and reversals through a dynamic EMA ribbon that adapts in real time to market conditions. Unlike traditional moving average-based indicators that rely on fixed-length inputs, the DNA Ribbon leverages volatility, momentum, and trend strength to intelligently recalibrate its internal logic, allowing it to remain responsive during fast-moving conditions and stable during periods of market noise or consolidation. It was created to provide traders with a smoother, cleaner trend-following experience without the need for manual tuning or constant parameter adjustment.
At its core, the DNA Ribbon uses two exponential moving averages—a fast and a slow EMA—as the structural basis for its ribbon. However, these moving averages are not static. Instead, they are adaptively adjusted based on several dynamic market signals: price velocity, the average directional index (ADX), the relative strength index (RSI), and the average true range (ATR). These inputs feed into a multi-phase adaptive logic system that alters the effective lengths of both EMAs on-the-fly. This allows the ribbon to become more sensitive during breakout conditions or during high-momentum scalping scenarios, while becoming more conservative during choppy or sideways markets.
The first phase of the indicator is market state detection. This is achieved by calculating the ADX over a length of 14 bars (or 7 if scalping mode is enabled), as well as measuring price volatility using ATR. The fast and slow temporary EMAs are used to estimate the slope of the trend using an angular calculation: the arctangent of the difference between the EMAs, converted into degrees. This slope is used in conjunction with ATR-based distance between the EMAs to determine whether the market is trending, ranging, or reversing. If ADX is above 20 and the EMAs are sufficiently separated, the market is considered to be trending. If ADX is low and the EMA distance is small, the market is flagged as ranging. If the slope angle changes dramatically from the previous bar (greater than 20 degrees), the market is considered to be reversing.
In the second phase, adaptive EMA lengths are calculated based on the detected market state. If trending conditions are active, both the fast and slow EMAs are lengthened slightly to reduce noise and avoid premature reactions. If reversal conditions are detected, the EMAs are shortened to become more sensitive and reactive. These adaptive lengths are then used to calculate new EMAs through a custom exponential smoothing function that simulates a true adaptive EMA without using fixed lengths. The formula used is a traditional EMA with a dynamic alpha value: alpha = 2 / (length + 1), where the length is modified based on the market state.
Once the adaptive EMAs are calculated, the indicator proceeds to a third phase: slope recalibration. Here, the difference between the EMAs is again measured, and the slope is adjusted by weighting it with a combination of volatility and momentum factors. The ATR is used to normalize volatility, and RSI deviation from 50 is used as a proxy for directional momentum. This slope weighting ensures that during strong directional moves, the ribbon's slope becomes steeper and more expressive, while during low-volatility drifts it flattens and fades.
A key innovation of this indicator is its AI-based noise filtering and memory retention system. This is implemented through a recursive slope memory variable, which blends the current slope with its historical state based on market velocity and noise. The velocity is defined as the normalized absolute change in price, while the noise level is calculated as the standard deviation of the candle body size relative to ATR. The final slope memory is calculated using a weighted formula that increases responsiveness during fast markets and dampens volatility during chop. This intelligent slope memory acts as a kind of synthetic neural layer, helping the ribbon adapt over time without becoming erratic.
Visually, the indicator plots the fast and slow adaptive EMAs as semi-transparent lines, and fills the space between them with a color-coded ribbon that reflects the slope direction and trend confidence. When slope is positive, the ribbon turns green. When it is negative, it turns red. The strength of the fill is modulated by the current trend state: strong trends are solid, reversals are semi-transparent, and ranges are more faded. This gives the trader a visual cue of both direction and conviction in a single glance.
The indicator includes optional signal labels that mark trend reversals and transitions. These are generated from two primary triggers: when the slope memory crosses above or below zero (indicating a change in trend direction), and when the fast EMA crosses the slow EMA (a traditional moving average crossover). Additionally, a third trigger occurs when ADX crosses above 25, signifying the start of a high-momentum trend environment. Each of these events can trigger alerts, which are preconfigured using `alertcondition()` statements for integration into TradingView's alert system.
An optional scalping mode can be enabled to enhance sensitivity on lower timeframes like the 1-minute or 3-minute charts. This mode shortens the ADX period, increases velocity impact, and decreases the smoothing factor in the slope memory logic. The result is a faster, more agile ribbon ideal for rapid entries and exits in fast markets.
In summary, the DNA Ribbon is a comprehensive, AI-assisted trend visualization system built to adapt in real time to ever-changing market conditions. It integrates classic trend logic with modern enhancements like volatility-weighted slope calibration, dynamic length adjustment, and momentum-aware smoothing. It is suitable for all timeframes and trading styles, including swing trading, intraday scalping, and trend confirmation in confluence systems. It was built with clean visuals, minimal noise, and actionable signals in mind, and is designed to integrate seamlessly into multi-indicator strategies as both a directional bias anchor and a standalone trend engine.
RSI Fibonacci Levels with MTF Moving AvreagesOrginal script :
Thanks for Kadir Türok Özdamar. @kadirturokozdmr
Formula Purpose of Use
This formula combines the traditional RSI indicator with Fibonacci levels to create a special technical indicator that aims to identify potential support and resistance points:
Determines the historical RSI range of 144 periods (PEAK and DIP)
Calculates Fibonacci retracement levels within this range, and shows the direction of momentum by calculating the moving average of the RSI
This indicator can be used to identify potential reversal points, especially when the RSI is not in overbought (70+) or oversold (30-) areas.
Practical Use
Investors can use this indicator as follows:
1⃣When the RSI approaches one of the determined Fibonacci levels, it is considered a potential support/resistance area.
2⃣When the RSI approaches the DIP level, it can be interpreted as oversold, and when it approaches the PEAK level, it can be interpreted as overbought.
3⃣When the RSI crosses the SM (moving average) line upwards or downwards, it can be evaluated as a momentum change signal.
4⃣Fibonacci levels (especially M386, M500 and M618) can be monitored as important transition zones for the RSI.
--------------------------------------------
In this version, some features and a multi-timeframe average were added to the script. It was made possible for the user to enter RSI and Fibo lengths.
Mikael Ultimate OscillatorMikael Ultimate Oscillator
A custom-built oscillator combining multiple moving averages and price pressure dynamics.
Green = Buy Signal
Red = Sell Signal
Based on smoothed crossover logic for early trend detection
Built by Mikael, optimized for XRP and other crypto pairs on 15m–1h charts.
For access or custom use, contact: [Mikael_2021}
MA Trendline with Angle LockThis indicator is just white line in screenshot (and will show the MA it is using).... This grabs the slope of the MA and makes a trendline out of it until the angle changes by x percentage then it recalculates. Mimics what a 2x sma envelope does to a smaller sma envelope... carves out the impulses just with straight rather than curved edges if that makes sense. Envelopes are shown as an example.
IT F&O Basket Avg % ChangeThis indicator calculates the average daily % change of major IT sector F&O stocks. It displays the result prominently on the chart to quickly assess sector strength.
RSI-EMA-Crossing with Donchian-Stop-LossThe Donchian RSI Indicator is a visual tool that combines momentum and trend analysis to identify high-quality long opportunities based on RSI crossovers, price action, and Donchian channel dynamics.
How It Works
Momentum Signal: A bullish RSI crossover is detected when the RSI crosses above its moving average.
Trend Filter: A signal is only valid if the crossover occurs while the price is above its moving average – filtering out entries against the prevailing trend.
Signal Candle: The high of the crossover candle is stored.
Entry Trigger: A valid signal occurs when a later candle closes above that signal high.
Stop-Loss (Visual Only)
The lower band of the Donchian Channel acts as a visual reference for a dynamic stop-loss level.
Features
Customizable RSI, Donchian Channel, and moving average lengths
Selectable MA types: SMA, EMA, WMA, VWMA, HMA
Signal candle highlighted (yellow background)
Entry points labeled on the chart
Price MA and Donchian Channel plotted
Trend filter improves signal quality by confirming upward bias
Use Case
Designed for swing and position traders
Optimized for use on daily or 4H charts
Volume Peak RectangleOutlines the 'Latest' Highest Volume Bar. Typically High Volume bars create very good support and resistance levels. This is a draw off the Opening Range Breakout theory, with the idea that high volume candles create very good upper and lower levels of liquidity zones.
QuantumTrend SwiftEdgeQuantumTrend SwiftEdge - A Trend-Following Indicator for TradingView
Overview:
QuantumTrend SwiftEdge is a visually engaging and customizable trend-following indicator that combines the power of Supertrend, Keltner Channels, and a 100-period EMA to generate precise buy and sell signals. Designed to help traders identify trends and breakouts, this indicator offers a unique blend of technical tools with a modern gradient color effect, making it both functional and visually appealing.
What It Does:
This indicator identifies trend directions and potential entry/exit points:
- Supertrend determines the overall trend direction, showing a green line below the price during uptrends and a red line above the price during downtrends. The line only appears when the price is close to it, indicating an active trend.
- Keltner Channels highlight volatility and breakouts, with the upper and lower bands dynamically adjusting to market conditions.
- A 100-period EMA provides a longer-term trend perspective, helping to filter out noise.
- Buy and sell signals are generated when specific conditions align across these indicators, ensuring robust trade setups.
How It Works:
The indicator uses three components to generate signals:
1. **Supertrend**: Calculates trend direction using the Average True Range (ATR) and a multiplier. It switches between uptrend (green) and downtrend (red) based on price movements relative to the Supertrend line.
2. **Keltner Channels**: Consists of an EMA (default 20 periods) with upper and lower bands based on ATR. A breakout above the upper band signals potential buying opportunities, while a breakout below the lower band signals potential selling opportunities.
3. **100-period EMA**: Acts as a trend filter, ensuring signals align with the broader market direction.
**Buy Signal**:
- Price is above the 100-period EMA (bullish market).
- Price breaks above the Keltner Channel upper band (indicating a breakout).
- Supertrend switches to an uptrend (trend changes from down to up).
**Sell Signal**:
- Price is below the 100-period EMA (bearish market).
- Price breaks below the Keltner Channel lower band (indicating a breakout).
- Supertrend switches to a downtrend (trend changes from up to down).
Visual Features:
- **Gradient Colors**: Supertrend lines and Keltner Channels use a smooth gradient color transition between green (uptrend) and red (downtrend), reflecting the trend's strength. The gradient is based on a smoothed trend value, creating a visually appealing effect.
- **Keltner Channel Fill**: The area between the upper and lower Keltner Channels is filled with a transparent gradient, enhancing the trend visualization.
- **Dynamic Supertrend Visibility**: Supertrend lines only appear when the price is close to the line (within an ATR-based threshold), indicating an active trend.
How to Use:
1. Add the "QuantumTrend SwiftEdge" indicator to your chart in TradingView.
2. Customize the settings:
- **Signal Sensitivity (1=Low, 5=High)**: Default is 3. Lower values (e.g., 1) make signals less frequent by using wider parameters, while higher values (e.g., 5) make signals more frequent by tightening parameters.
- **Use Manual Settings**: If enabled, you can manually adjust all parameters (ATR Period, ATR Multiplier, Keltner Channel Length, Keltner Channel Multiplier, Keltner ATR Length, EMA Length) to fine-tune the indicator.
- **Change ATR Calculation Method**: Toggle between standard ATR calculation and a simple moving average of true range.
- **Show Buy/Sell Signals**: Toggle to show or hide buy (green "Buy" label) and sell (red "Sell" label) signals.
- **Highlighter On/Off**: Toggle to show or hide the gradient fill between the price and Supertrend line when the line is visible.
3. Interpret the signals:
- A green "Buy" label below the price indicates a potential buying opportunity.
- A red "Sell" label above the price indicates a potential selling opportunity.
- Use the Keltner Channel gradient fill and Supertrend lines to confirm the trend direction and strength.
Why This Combination?
- **Supertrend** provides a robust trend-following mechanism, ensuring signals align with the market direction.
- **Keltner Channels** add a volatility component, identifying breakouts that often precede significant price movements.
- **100-period EMA** filters out noise, ensuring signals are generated in the context of the broader trend.
Together, these indicators create a balanced approach: Supertrend and EMA confirm the trend, while Keltner Channels pinpoint actionable entry and exit points. The gradient visuals and dynamic visibility make it easier to focus on active trends.
Originality:
QuantumTrend SwiftEdge stands out with its unique features:
- Gradient color transitions for a modern, dynamic look.
- A filled gradient between Keltner Channels, visually emphasizing the trend.
- Supertrend lines that only appear when the price is close, reducing clutter and focusing on active trends.
- Flexible settings with both sensitivity-based and manual adjustments for maximum customization.
Default Settings:
The default sensitivity is set to 3, providing a balanced approach for most markets and timeframes (e.g., 5-minute charts for crypto like BTC/USD). This setting uses moderate parameters (ATR Period=10, ATR Multiplier=3.0, Keltner Channel Length=20, Keltner Channel Multiplier=1.5, Keltner ATR Length=10, EMA Length=100). Users can adjust the sensitivity or switch to manual settings for more control.
Important Notes:
- This indicator is a tool to assist in identifying trends and potential entry/exit points. It does not guarantee profits and should be used in conjunction with other analysis and risk management practices.
- The signals are based on historical price data and do not predict future performance. Always test the indicator on a demo account before using it in live trading.
- The gradient effect is purely visual and does not affect the signal logic.
BLCKBOX MACD IndicatorThis indicator is based on the standard Trading View MACD Indicator with added visual prompts to take the guess work out of buying and selling. Only use this indicator when you decide to get in or get out. Used in conjunction with "BLCKBOX Buying / Selling Sentiment" indicator.
Ai Trend Lines & Channels - [Ai Whales]Introducing our latest innovation: the AI Trend Lines and Channels script from .
This powerful tool is designed to enhance your trading strategy by accurately identifying Pivot Highs (PH) and Pivot Lows (PL).
The methodology begins with the detection of Pivot Highs. If the current PH is lower than the previous PH, it indicates a potential downtrend, prompting the script to draw a trend line connecting these points. Additionally, it evaluates any existing trend lines; if the angle of the current trend line is less steep than its predecessor, it refrains from extending the previous line, ensuring clarity in your analysis.
Conversely, when analyzing Pivot Lows, if the current PL exceeds the previous PL, this suggests a possible uptrend. The script will then draw a corresponding trend line while also checking existing lines for angle consistency before making any extensions.
For enhanced visual clarity, older trend lines can be displayed as dotted lines, allowing you to easily differentiate between current and historical trends.
This indicator serves as an invaluable tool for visualizing underlying price trends over time. It simplifies the process of utilizing drawing tools by connecting points where price movements deviate significantly from established maximums and minimums, effectively linking local peaks and troughs.
You have the flexibility to adjust the length settings according to your trading preferences.
Important Note: Please be aware that certain aspects of this indicator inherently backpaint by default. This means that some displayed components may appear offset in relation to past price action.
📊 Prophet Profits SMC Scanner 2.0This scanner is jam packed with features:
Lightning Bolts - Shows Futures Market Open for Forex
Stars Show Market Open for London & NewYork
The Red Smart Candles - Based of the 15 Minute shows major liquidity zones the banks use to shift volume
The Pink candles - Show 5 minute Liquidity blocks
The EMA's help identify price direction (200 is based off the 15)
The background helps identify price direction
The Poop emoji and Cash bag show price momentum trading for swing traders
The Pinks arrows are to identify volume metrics for direction shift in orders
This scanner has a lot of customization in the settings that needs to be done in order for it to appear properly and is part of a free trading community on Telegram. If you would like to learn how to implement this strategy connect with me on social media with the same username as here.
New updates lets toggle on and off emoji indicators
Candle Crossing 9 & 20 SMAdouble cross on both 9 and 20 sma, red arrow when crossing down, green arrow when crossing up
AlphaPulse Luxury Suite Elite🔷 AlphaPulse Luxury Suite — Your Precision Trading Companion
AlphaPulse Luxury Suite is a premium, invite-only multi-strategy indicator designed for traders who demand actionable, real-time insights with institutional-grade clarity. This suite intelligently fuses trend detection, momentum confirmation, volume validation, and risk analytics into one seamless on-chart system.
🔍 What It Does and How It Works
AlphaPulse is more than just a mashup — it’s a unified strategy engine that combines proven trading methodologies into a cohesive decision-support tool. The system monitors real-time trend regimes, filters signal quality using momentum-volume alignment, and dynamically plots entries and exits with risk-managed precision.
✅ Core Components
🔹 Trend Regime Detection (SuperTrend Core)
Uses adaptive SuperTrend logic to identify evolving trend phases.
Gradient overlays reflect trend strength and volatility zones.
🔹 Multi-Layer Signal Confirmation
Signals only appear when momentum (MACD divergence), trend alignment (MA crossovers), and volume shifts agree.
Filters out noise and helps you stay in trades longer with confidence.
🔹 Alpha Dashboard
On-chart HUD includes metrics like:
Trend Strength Score
Momentum Status
Volatility Pressure
Signal Quality Meter
Dynamic Risk Zones
🔹 Risk/Reward Overlay
Uses ATR-based volatility logic to auto-calculate Stop Loss and Take Profit levels.
Customizable for scalpers, swing traders, and longer-term plays.
🔹 Clean Display Toggle
Switch to minimal mode with a single click — keep your chart sleek and focused.
🧠 Strategic Use Cases
AlphaPulse is ideal for:
Intraday scalping on lower timeframes
Swing entries with confirmation layers
Trend-following with risk control
Discretionary setups enhanced by confluence
⚙️ How to Trade with It
Wait for buy/sell label confirmation after confluence triggers.
Confirm with the dashboard: trend, momentum, and volume all aligned.
Use the built-in SL/TP levels or your own system.
Exit when trend weakens, volatility shifts, or opposite signal appears.
Disclaimer: This script is invite-only and does not guarantee profits. Use it as part of a disciplined, tested trading strategy.
Advanced Donchian ChannelsJust an indicator I got ChatGPT to cook up for my own use, sharing it in case anyone else finds it useful. I have included a screenshot of my own settings as well for reference.
This indicator enhances the classic Donchian Channel with powerful contextual features to support modern breakout and volatility-based trading strategies.
🔹 Core Features:
Donchian Bands: Plots the highest high and lowest low over a configurable lookback period.
Dynamic Fill Shading:
- Color-coded based on the slope of the midline (Basis): Default settings are Green for uptrend, Red for downtrend, Silver for flat, Gray for narrow volatility.
- All fill colors are fully customizable.
Volatility Filter:
- Detects when the channel width is narrow using either a fixed value or a percentage of price.
- Optionally shades only during low-volatility (compression) periods.
Customizable Style:
- Adjustable opacity, offsets, and color settings to suit your charting style.
🛠 Use Cases:
- Spot potential breakout setups after periods of low volatility.
- Identify trend direction via basis slope shading.
- Combine with momentum or volume tools for high-probability entries.
Candle Crossing 9 & 20 SMAputs green arrow when candle crosses both 9 and 20 SMAs moving up
puts red arrow when candle cross SMAs moving down
AlgoRanger Momentum + Trend - Following//@version=5
indicator("AlgoRanger Momentum + Trend - Following", overlay=true)
startLen = input.int(20, title="Start EMA Length")
step = input.int(5, title="Step between EMAs")
maxCount = 8 // max number of EMAs
getColor(_price, _ema) =>
_price > _ema ? color.rgb(3, 203, 106) : color.rgb(255, 37, 37)
ema1 = ta.ema(close, startLen + 0 * step)
ema2 = ta.ema(close, startLen + 1 * step)
ema3 = ta.ema(close, startLen + 2 * step)
ema4 = ta.ema(close, startLen + 3 * step)
ema5 = ta.ema(close, startLen + 4 * step)
ema6 = ta.ema(close, startLen + 5 * step)
ema7 = ta.ema(close, startLen + 6 * step)
ema8 = ta.ema(close, startLen + 7 * step)
plot(ema1, color=getColor(close, ema1), linewidth=1, title="EMA 1")
plot(ema2, color=getColor(close, ema2), linewidth=1, title="EMA 2")
plot(ema3, color=getColor(close, ema3), linewidth=1, title="EMA 3")
plot(ema4, color=getColor(close, ema4), linewidth=1, title="EMA 4")
plot(ema5, color=getColor(close, ema5), linewidth=1, title="EMA 5")
plot(ema6, color=getColor(close, ema6), linewidth=1, title="EMA 6")
plot(ema7, color=getColor(close, ema7), linewidth=1, title="EMA 7")
plot(ema8, color=getColor(close, ema8), linewidth=1, title="EMA 8")
@InvInst AT - Probability Panel📌 @InvInst AT INDICATOR
📊 OVERVIEW
The AT Indicator uses ZGs to evaluate trends through probability-based calculations of bullish, sideways, or bearish outcomes. It works best with the ZG Indicator, which identifies Reversal Zones (ZG), trigger levels, and dynamic Fibonacci retracements across any timeframe and asset, offering an unbiased analysis. The accompanying chart demonstrates the AT Indicator as a below panel.
📊 VALUE OF THE INDICATOR…
No matter if you are a discretionary or a systematic trader, the result of this approach is game changer, since ensuring a single valid interpretation of asset trends, supported by key price and time points (ZG), (1) is crucial for robust analysis; (2) minimizes degrees of freedom for machine learning or AI algorithms applied to market data; (3) helps separate order from noise/chaos in a fully consistent and internally coherent manner.
For discretionary traders, having a single valid interpretation of a trend (1) minimizes emotional fatigue caused by constant reinterpretation and subjective data selection, (2) establishes a foundation for objective pattern recognition, and (3) provides a layer of information such as the real time probability that perfectly complements any other indicator or approach.
📊 FIRST THINGS FIRST: A BIT OF THEORY…
Definition of ZG
A ZG signifies a consolidation or inflection point where the previous trend might conclude. These formations are instrumental in the trend analysis of any asset, irrespective of the asset or timeframe. Formally, we define ZG_tf = (timestamp_zg, price_zg), indicating a ZG is represented as a pair consisting of its timestamp and price within a specified timeframe.
Types of ZGs
We categorize ZGs based on their directional implications:
✅ Bullish Reversal Zone (ZGA) – Regions where prices may rebound upward or consolidate following a downtrend.
✅ Bearish Reversal Zone (ZGB) – Regions where prices may reverse downward after an uptrend.
Furthermore, three distinct statuses are assigned to each ZG:
• Potential ZGs (ZGAPot and ZGBPot on the chart) – Zones anticipated to develop in the future, aiding in forecasting potential future trends.
• Current or Last Identified ZGs – The latest reversal zones detected for each timeframe.
• Confirmed ZGs – Validated zones that serve as static reference points delineating historical trends unequivocally.
📊 FUNCTIONALITY: WHAT IT DOES…
The AT Indicator provides detailed information on trend changes over time, potential future trends based on Potential ZGs, and a visual analysis of trend probabilities in two timeframes. The panel uses colors to represent trend directions: 🟢 green for bullish, 🔴 red for bearish, and 🔵 blue for sideways (color chosen based on feedback from visually impaired users).
The indicator structures the information as follows:
Upper half of the panel refers to the larger timeframe, and provides contextual information in terms of trend and trend probability, while the lower half of the panel corresponds to the chart’s timeframe (usually, the timeframe chosen by the user to trade).
The information for each timeframe is equally structured:
✅ It shows as a footprint the Current Trend for candle-by-candle, in what constitutes a clear and consistent map of the asset’s trip in terms of an objective and continuous trend.
✅ Additionally, it shows the potentially Future Trend using the information coming from Potential ZGs that could be identified next.
✅ The indicator also shows by default, candle-by-candle, the evolution of Net Probabilites —i.e., the difference between the probability of a Bullish trend and of a Bearish trend—. It usually helps the trader understand what the most likely direction is, and if the probability is gaining or losing momentum.
✅ Distribution of Trend Scenarios – The user can choose an alternative representation where the indicator shows in a visual way the probability assigned to either Bullish, Sideways and Bearish trend scenarios.
📊 KEY FEATURES: HOW IT DOES IT…
The AT Indicator is 100% original, devoid of public domain code, and operates independently of changeable parameters for individual assets. The calculation of the probability assigned to each scenario is based on the Euclidean distance of the price and the trigger levels that would alter the trend. Key features include:
🔹100% Objective Approach for the identification of ZGs based on mathematical equation systems.
🔹No Repainting – Use of available information at the time, avoiding reinterpretation of past data.
🔹Early Detection – Since it is a price action indicator, there is no delay in the identification of a change in the trend. The use of highs and lows, instead of ZGs have practical limitations and lagging effects that can also be avoided with ZGs.
🔹Dual Timeframe Analysis – Integrates smaller and larger timeframes for enhanced trend context.
🔹Based on Trend Definition – higher ZGBs and higher ZGAs for bullish trend, lower ZGBs and lower ZGAs for bearish, and all other cases classified as sideways trend.
📊 HOW TO USE IT…
The AT Indicator is 100% self-explanatory, its outcome is directly usable, as it provides an objective identification of the current and future asset’s trends, and the calculation of the probability as an unequivocal representation that any trader can understand right away . It only represents half of our comprehensive trend analysis, since our ZG Indicator complements and augments the AT Indicator's insights, providing historical ZGs as well as next Potential ZGs that could form in the future, and the trigger levels that would alter the trend. The combination of both indicators is recommended.
When the sign (color) of the Net Probabilities are the same in both timeframes, it is when the most directional deep moves take place. This can be used by any trader to determine the most likely direction of the next moves, as well as a simple yet efficient way to filter out non-directional moves.
📊 AVAILABLE SETTINGS
The AT Indicator offers a comprehensive settings window for full control of displayed information:
🔹 Number of ZGs for chart’s timeframe (optimizable for TradingView performance)
🔹 Larger Timeframe Selection (options vary per TradingView plan)
🔹 Number of ZGs for larger timeframes (optimizable for TradingView performance)
🔹 Enable/Disable Net Probablities (when disabled, the indicator shows the distribution of probabilities for each trend scenario)
📊 ADDITIONAL CONSIDERATIONS
As stated before, it only represents half of our comprehensive trend analysis, since our ZG Indicator complements and augments the AT Indicator's insights, providing historical ZGs as well as the next Potential ZGs that could form in the future, and the trigger levels that would alter the trend. The combination of both indicators is recommended.
Recommended timeframe combinations:
🔹 1-minute and 5-minutes - Suitable for scalpers
🔹 5-minutes and 15-minutes - Ideal for scalping and fine-tuning swing trades
🔹 1-hour and 4-hours - Beneficial for swing traders and long-term position adjustments
🔹 1-day and 1-week - Optimal for long-term investors
⚠️ Disclaimer: This indicator does not generate buy or sell signals. It is advised to use it alongside the AT Indicator and integrate it with additional technical analysis tools and risk management strategies.
SMA 5/20 Crossover PointsThis script plots the 5 and 20 Simple Moving Averages (SMAs) and highlights key crossover points that can signal trend changes. When the 5 SMA crosses above the 20 SMA, a green triangle appears below the candle (bullish signal). When the 5 SMA crosses below the 20 SMA, a red triangle appears above the candle (bearish signal). It's a simple tool for identifying potential entry and exit points in trending markets.
@InvInst - ZG📌 ZG INDICATOR
📊 OVERVIEW
The ZG Indicator is a comprehensive tool for identifying Reversal Zones (ZG) across any timeframe and asset. Designed to support objective trend analysis, it does not depend on adjustable parameters for each asset and assists in discerning potential trend shifts and dynamic Fibonacci retracements without subjective user bias. It is most effective when used alongside the AT Indicator, which provides complementary insights by evaluating both current and future trends through probability-based calculations of bullish, sideways, or bearish outcomes. The accompanying chart demonstrates the ZG Indicator overlaid on price data.
📊 VALUE OF THE INDICATOR…
No matter if you are a discretionary or a systematic trader, the result of this approach is game changer, since ensuring a single valid interpretation of asset trends, supported by key price and time points (ZG), (1) is crucial for robust analysis; (2) minimizes degrees of freedom for machine learning or AI algorithms applied to market data; (3) helps separate order from noise/chaos in a fully consistent and internally coherent manner.
For discretionary traders, having a single valid interpretation of a trend (1) minimizes emotional fatigue caused by constant reinterpretation and subjective data selection, (2) establishes a foundation for objective pattern recognition, and (3) provides a layer of information such as the real time probability that perfectly complements any other indicator or approach.
📊 FIRST THINGS FIRST: A BIT OF THEORY…
Definition of ZG
A ZG signifies a consolidation or inflection point where the previous directional move might conclude. These formations are instrumental in the trend analysis of any asset, irrespective of the asset or timeframe. Formally, we define ZG_tf = (timestamp_zg, price_zg), indicating a ZG is represented as a pair consisting of its timestamp and price within a specified timeframe.
Types of ZGs
We categorize ZGs based on their directional implications:
✅ Bullish Reversal Zone (ZGA) – Regions where prices may rebound upward or consolidate following a downtrend.
✅ Bearish Reversal Zone (ZGB) – Regions where prices may reverse downward after an uptrend.
Furthermore, three distinct statuses are assigned to each ZG:
• Potential ZGs (ZGAPot and ZGBPot on the chart) – Zones anticipated to develop in the future, aiding in forecasting potential future trends.
• Current or Last Identified ZGs – The latest reversal zones detected for each timeframe.
• Confirmed ZGs – Validated zones that serve as static reference points delineating historical trends unequivocally.
📊 FUNCTIONALITY: WHAT IT DOES…
The ZG indicator is meant to be analyze objectively the trend of any asset. In order to do that, it needs to find the inflexion points in the time series that form the zig-zag shape of the trend. The ZG Indicator promptly identifies new ZGs without delay, illustrating both confirmed and identified ZGs, along with ranges for future Potential ZGs. Red labels indicate either confirmed or identified ZGBs, whereas green labels denote confirmed and identified ZGAs. The right side of the chart reveals the price ranges where future ZGs might materialize.
The indicator synthesizes data from two timeframes—the chart's timeframe and a larger one selected by the user—enabling a contextual comprehension of the asset's trend. Differentiated colors and labeling styles facilitate clear interpretation of the asset’s status.
Trigger levels altering the current trend…
Additionally, the ZG Indicator highlights trigger prices with dashed blue lines, signifying potential shifts in the trend for each selected timeframe in case they are passed.
Dynamic Fibonacci retracements utilized objectively and systematically…
The ZG Indicator leverages ZGAs and ZGBs to compute Fibonacci retracement areas (38.2%-61.8%) objectively for each timeframe, eliminating subjective selection of highs and lows typically seen in trading practices. Different colors help the user identify whether the Fibonacci retracements correspond to upward movements or downward movements.
Objective commentary interpreting the trend…
The trend analysis based on ZGs is entirely mathematical/objective, permitting only one valid interpretation. Users can enable comments, available in English or Spanish, detailing the current trend, trigger levels for trend changes, prospective ZG formation ranges, and the probability for each trend scenario of the last available candle.
📊 KEY FEATURES: HOW IT DOES IT…
The identification of either ZGA or ZGB -pivot points in a typically zig-zag shaped trend-, and future ZGAs and ZGBs relies on three foundational principles:
✅ Historical behavior... is examined to recognize price conditions that have usually met repeatedly in the past.
✅ Temporal dislocation... between trends of different magnitudes —such as short-term exhaustion within a still-intact longer-term trend— which often precedes a shift in market direction.
✅ Balance or imbalance between buying and selling pressure... when one side begins to weaken noticeably, it can signal an impending change in control, thereby increasing the likelihood of a reversal.
It uses the 4-ZG theorem, mathematically proven, in order to determine the trigger points that would unequivocally provoke a shift of the current trend into something different, as well as for the calculation of the probability attributable to each trend scenario —either bullish, sideways or bearish for each candle—, providing a real-time outcome as a readable comment that the user can leverage on to understand the strength of the trend.
The ZG Indicator is 100% original, as it uses our own proprietary algorithms protected by international intellectual property laws, devoid of public domain code. It operates independently of changeable parameters for individual assets. Key features include:
🔹100% Objective Approach for the identification of ZGs based on mathematical equation systems.
🔹No Repainting – Use of available information at the time, avoiding reinterpretation of past data.
🔹Early Detection – Since it is a price action indicator, there is no delay in the identification of new ZG. The use of highs and lows, instead of ZGs have practical limitations and lagging effects that can also be avoided with ZGs.
🔹Dual Timeframe Analysis – Integrates smaller and larger timeframes for enhanced trend context.
🔹Based on Trend Definition – higher ZGBs and higher ZGAs for bullish trend, lower ZGBs and lower ZGAs for bearish, and all other cases classified as sideways trend.
📊 HOW TO USE IT…
The user has only to read the comments provided for each timeframe to understand all the information provided by this indicator. The ZG Indicator is 100% self-explanatory, its outcome is directly usable, as it provides an objective interpretation as an unequivocal comment that any trader can understand and use right away. It is important to note that it only represents half of our comprehensive trend analysis, since our AT Indicator complements and augments the ZG Indicator's insights, providing the distribution of the probability assigned to bullish, sideways, and bearish trends over time, along with real-time assessments of current and future trends based on ZGs and potential ZGs. The combination of both indicators is recommended.
📊 AVAILABLE SETTINGS
The ZG Indicator offers a comprehensive settings window for full control of displayed information:
🔹 Number of ZGs for smaller timeframes (optimizable for TradingView performance)
🔹 Customizable colors for smaller timeframe ZG lines
🔹 Enable/Disable Fibonacci retracements for smaller timeframes
🔹 Larger Timeframe Selection (options vary per TradingView plan)
🔹 Number of ZGs for larger timeframes (optimizable for TradingView performance)
🔹 Customizable colors for larger timeframe ZG lines
🔹 Enable/Disable Fibonacci retracements for larger timeframes
🔹 Enable/Disable Lines Connecting ZGs
🔹 Activate/Deactivate Trigger Conditions for Trend Shifts (blue dashed lines indicating shift levels for each timeframe)
🔹 Show Trend Comment per Timeframe (only one correct interpretation due to 100% objective methodology)
🔹 Select Trend Comment Language (English or Spanish)
📊 ADDITIONAL CONSIDERATIONS
The ZG Indicator represents half of a comprehensive trend analysis. Our AT Indicator complements and augments the ZG Indicator's insights, providing the distribution of the probability assigned to bullish, sideways, and bearish trends, along with real-time assessments of current and future trends based on ZGs and potential ZGs. The combination of both indicators is recommended.
Recommended timeframe combinations:
🔹 1-minute and 5-minutes - Suitable for scalpers
🔹 5-minutes and 15-minutes - Ideal for scalping and fine-tuning swing trades
🔹 1-hour and 4-hours - Beneficial for swing traders and long-term position adjustments
🔹 1-day and 1-week - Optimal for long-term investors
⚠️ Disclaimer: This indicator does not generate buy or sell signals. It is advised to use it alongside the AT Indicator and integrate it with additional technical analysis tools and risk management strategies.
Volume Sentiment Pro (NTY88)Volume Sentiment Edge: Smart Volume & RSI Trading System
Description:
Unlock the power of volume-driven market psychology combined with precision RSI analysis! This professional-grade indicator identifies high-probability trading opportunities through:
🔥 Key Features
1. Smart Volume Spike Detection
Auto-detects abnormal volume activity with adaptive threshold
Clear spike labels & multi-timeframe confirmation
RSI-Powered Sentiment Analysis
Real-time Bullish/Bearish signals based on RSI extremes
Combined volume-RSI scoring system (Strong Bull/Bear alerts)
2. Professional Dashboard
Instant sentiment status table (bottom-right)
Color-coded momentum strength visualization
Customizable themes for all chart styles
3. Institutional-Grade Tools
HTF (Daily/Weekly) volume confirmation
EMA trend-filtered momentum signals
Spike-to-Threshold ratio monitoring
4. Trade-Ready Alerts
Pre-configured "Bullish Setup" (Spike + Oversold RSI)
"Bearish Setup" (Spike + Overbought RSI)
Why Traders Love This:
✅ Real-Time Visual Alerts - SPIKE markers above bars + table updates
✅ Adaptive Thresholds - Self-adjusting to market volatility
✅ Multi-Timeframe Verification - Avoid false signals with HTF confirmation
✅ Customizable UI - 10+ color settings for perfect chart integration
Usage Scenarios:
Day Traders: Catch volume surges during key sessions
Swing Traders: Confirm reversals with RSI extremes
All Markets: Works equally well on stocks, forex & crypto
Confirmation Tool: Combine with your existing strategy
Sample Setup:
"Enter long when:
5. RED SPIKE label appears
Table shows 'Oversold RSI'
Momentum status turns 'Bullish'
Volume exceeds daily average (Confirmed)"
📈 Try Risk-Free Today!
Perfect for traders who want:
Clean, non-repainting signals
Institutional-level volume analysis
Professional visual feedback
Customizable trading rules
⚠️ Important: Works best on 15m-4h timeframes. Combine with price action for maximum effectiveness.
📜 Legal Disclaimer
By using this indicator, you agree to the following terms:
Not Financial Advice
This tool provides technical analysis only. It does NOT constitute investment advice, financial guidance, or solicitation to trade.
High Risk Warning
Trading financial instruments carries substantial risk. Past performance ≠ future results. Never risk capital you cannot afford to lose.
No Guarantees
Signals are based on historical data and mathematical models. Market conditions may change rapidly, rendering previous patterns ineffective.
User Responsibility
You alone bear 100% responsibility for trading decisions. We expressly disclaim liability for any profit/loss resulting from this tool's use.
Professional Consultation
Always consult a licensed financial advisor before taking positions. This tool should NEVER be used as sole decision-making criteria.
Educational Purpose
This indicator is provided "as is" for informational/educational use only. No representation is made about its accuracy or completeness.
Third-Party Data
We do not verify exchange data accuracy. Use signals at your own discretion after independent verification.