Volume Momentum [BackQuant]Volume Momentum
The Volume Momentum indicator is designed to help traders identify shifts in market momentum based on volume data. By analyzing the relative volume momentum, this indicator provides insights into whether the market is gaining strength (uptrend) or losing momentum (downtrend). The strategy uses a combination of percentile-based volume normalization, weighted moving averages (WMA), and exponential moving averages (EMA) to assess volume trends.
The system focuses on the relationship between price and volume, utilizing normalized volume data to highlight key market changes. This approach allows traders to focus on volume-driven price movements, helping them to capture momentum shifts early.
Key Features
1. Volume Normalization and Percentile Calculation:
The signed volume (positive when the close is higher than the open, negative when the close is lower) is normalized against the rolling average volume. This normalized volume is then subjected to a percentile interpolation, allowing for a robust statistical measure of how the current volume compares to historical data. The percentile level is customizable, with 50 representing the median.
2. Weighted and Smoothed Moving Averages for Trend Detection:
The normalized volume is smoothed using weighted moving averages (WMA) and exponential moving averages (EMA). These smoothing techniques help eliminate noise, providing a clearer view of the underlying momentum. The WMA filters out short-term fluctuations, while the EMA ensures that the most recent data points have a higher weight, making the system more responsive to current market conditions.
3. Trend Reversal Detection:
The indicator detects momentum shifts by evaluating whether the volume momentum crosses above or below zero. A positive volume momentum indicates a potential uptrend, while a negative momentum suggests a possible downtrend. These trend reversals are identified through crossover and crossunder conditions, triggering alerts when significant changes occur.
4. Dynamic Trend Background and Bar Coloring:
The script offers customizable background coloring based on the trend direction. When volume momentum is positive, the background is colored green, indicating a bullish trend. When volume momentum is negative, the background is colored red, signaling a bearish trend. Additionally, the bars themselves can be colored based on the trend, further helping traders quickly visualize market momentum.
5. Alerts for Momentum Shifts:
The system provides real-time alerts for traders to monitor when volume momentum crosses a critical threshold (zero), signaling a trend reversal. The alerts notify traders when the market momentum turns bullish or bearish, assisting them in making timely decisions.
6. Customizable Parameters for Flexible Usage:
Users can fine-tune the behavior of the indicator by adjusting various parameters:
Volume Rolling Mean: The period used to calculate the average volume for normalization.
Percentile Interpolation Length: Defines the range over which the percentile is calculated.
Percentile Level: Determines the percentile threshold (e.g., 50 for the median).
WMA and Smoothing Periods: Control the smoothing and response time of the indicator.
7. Trend Background Visualization and Trend-Based Bar Coloring:
The background fill is shaded according to whether the volume momentum is positive or negative, providing a visual cue to indicate market strength. Additionally, bars can be color-coded to highlight the trend, making it easier to see the trend’s direction without needing to analyze numerical data manually.
8. Note on Mean-Reversion Strategy:
If you take the inverse of the signals, this indicator can be adapted for a mean-reversion strategy. Instead of following the trend, the strategy would involve buying assets that are underperforming and selling assets that are overperforming, based on volume momentum. However, it’s important to note that this approach may not work effectively on highly correlated assets, as their price movements may be too similar, reducing the effectiveness of the mean-reversion strategy.
Final Thoughts
The Volume Momentum indicator offers a comprehensive approach to analyzing volume-based momentum shifts in the market. By using volume normalization, percentile interpolation, and smoothed moving averages, this system helps identify the strength and direction of market trends. Whether used for trend-following or adapted for mean-reversion, this tool provides traders with actionable insights into the market’s volume-driven movements, improving decision-making and portfolio management.
Trend
LRCLRC (Linear Regression Candle)
Overview
The LRC (Linear Regression Candle) indicator applies linear regression to the open, high, low, and close prices, creating smoothed "candles" that help filter market noise. It provides trend-confirmation signals and highlights potential reversal points based on regression crossovers.
Key Features
Smoothed Candles: Uses linear regression to calculate synthetic OHLC values, reducing noise.
Multi-Timeframe Support: Optional higher timeframe analysis for better trend confirmation.
Visual Signals: Color-coded candles and labels highlight bullish/bearish control zones.
Customizable Settings: Adjustable regression length, colors, and timeframe options.
How to Use
Signals & Interpretation
🟢 Bullish Signal (BUY): When the regression open crosses above the regression close (green candle).
🔴 Bearish Signal (SELL): When the regression open crosses below the regression close (red candle).
Control Zones:
Strong Bullish (Controlbull): Confirmed uptrend (bright green).
Bullish (Bull): Regular uptrend (light green).
Strong Bearish (Controlbear): Confirmed downtrend (dark red).
Bearish (Bear): Regular downtrend (orange).
Neutral (Gray): No clear trend.
Recommended Settings
Linear Regression Length: Default 8 (adjust for sensitivity).
Timeframe: Default current chart, but can switch to higher timeframes (e.g., 1D, 1W).
Bar Colors: Toggle on/off for visual clarity.
Labels: Displays "Control" markers at key reversal points.
Example Use Cases
Trend Confirmation: Use higher timeframe LRC to validate the primary trend.
Reversal Signals: Watch for BUY/SELL crossovers with strong color confirmation.
Noise Reduction: Helps avoid false breakouts in choppy markets.
Relative Imbalance Flow Tracker🚀 RIFT: Relative Imbalance Flow Tracker
A totally unique RSI envelope system that uses dual moving averages and color-coded dominance to show potential reversal zones before they happen. No standard Bollinger Bands. No gray confusion. Just clean, smart, visual logic.
🧠 How It Works
RSI is calculated and optionally smoothed (RMA/EMA/SMA/WMA).
Two RSI-based MAs are plotted:
- Fast MA (e.g. 16) = reactive
- Slow MA (e.g. 32) = steady
Each MA gets its own envelope based on a % distance.
If fast envelope dominates (outside the slow one), it lights up. Otherwise, they fade and cancel each other visually.
🎨 Color Logic
🔴 Upper Band (Red) = Overbought danger zone
When fast upper > slow upper, it's a warning flare.
🟢 Lower Band (Green) = Oversold bounce zone
When fast lower < slow lower, bulls may step in.
🟠 RSI Line Orange = Mixed signals
RSI is between the two MAs—no one's in control.
🟢 - RSI Line Green = RSI > both MAs = strong momentum
🔴 - RSI Line Red = RSI < both MAs = bearish pressure
🔍 How to Read It
- Red Band + Green RSI = uptrend stalling
- Green Band + Red RSI = selloff slowing
- No Fill = Envelopes overlapping, no edge
- RSI flips from green/red to orange = tug-of-war
⚙️ Why It’s Useful
- Gives early reversal clues before RSI tags extreme levels.
- Filters out fakeouts by showing when RSI can’t reach the “target zone.”
- Dynamic: adapts with trend strength and volatility via envelope width.
- Fully customizable: lengths, smoothing, envelope %, colors, fills.
💡 Quick Visual Tips
🔴 - Red Band visible but RSI stalls? = Likely reversal.
🟢 - Green Band shows up and RSI flips green? = Go time.
🟠 - RSI turns orange + no fills? = Sit out or scalp light.
LyroMAsLibrary "LyroMAs"
Custom Dynamic MA's that allow a dynamic calculation beginning from the first bar\ use getDynamicLength(maxLength) =>\\tmath.min(maxLength, bar_index + 1) \as length
SMA(sourceData, maxLength)
Dynamic SMA
Parameters:
sourceData (float)
maxLength (int)
EMA(src, length)
Dynamic EMA
Parameters:
src (float)
length (int)
DEMA(src, length)
Dynamic DEMA
Parameters:
src (float)
length (int)
TEMA(src, length)
Dynamic TEMA
Parameters:
src (float)
length (int)
WMA(src, length)
Dynamic WMA
Parameters:
src (float)
length (int)
HMA(src, length)
Dynamic HMA
Parameters:
src (float)
length (int)
VWMA(src, volsrc, length)
Dynamic VWMA
Parameters:
src (float)
volsrc (float)
length (int)
SMMA(src, length)
Dynamic SMMA
Parameters:
src (float)
length (int)
LSMA(src, length, offset)
Dynamic LSMA
Parameters:
src (float)
length (int)
offset (int)
RMA(src, length)
Dynamic RMA
Parameters:
src (float)
length (int)
ALMA(src, length, offset_sigma, sigma)
Dynamic ALMA
Parameters:
src (float)
length (int)
offset_sigma (float)
sigma (float)
ZLSMA(src, length)
Dynamic Zlsma
Parameters:
src (float)
length (int)
Thank you to @QuantraSystems for the dynamic codes.
FVG Trailing Stop [LuxAlgo]The FVG Trailing Stop indicator tracks unmitigated Fair Value Gaps (FVG) data to produce a Trailing Stop indicator able to determine if the market is uptrending or downtrending easily.
🔶 USAGE
The FVG Trailing Stop is intended to identify trend directions through its position relative to the closing price:
Bullish: Price is located above the Trailing Stop, indicating that all Bearish FVGs have been mitigated and the trend is anticipated to continue upwards.
Bearish State: Price is located below the Trailing Stop, indicating that all Bullish FVGs have been mitigated and the trend is anticipated to continue downwards.
The Trailing Stop originates from two extremities obtained from the average of respective unmitigated FVGs. The specific directional average is also displayed as a more transparent secondary line, however, the trailing stop is derived from this value and a new trend will not be detected until the opposite directional average is crossed.
Price reaching the Trailing Stop is caused by retracements and can lead to the following scenarios:
Outcome 1: The directional average is crossed next, indicating a new trend direction.
Outcome 2: The directional average is held as support or resistance, leading to a new impulse and a continuation of the trend.
🔹 Reset on Cross
While price crossing the Trailing Stop should be considered as a sign of an upcoming trend change; it is possible for the price to still evolve outside it.
As a solution, we have included the "Reset on Cross" feature, which (as the name suggests) hides and resets the Trailing Stop each time it is crossed, leading to a "Neutral" state.
This opens the opportunity for the Trailing Stop to be displayed again once the price moves again in the direction of the pre-established trend. A trader might use this to accumulate positions within a specific trend.
🔶 DETAILS
The script uses a typical identification method for FVGs. Once identified, the script collects the point of the FVG farthest from the current price when formed.
For Upwards FVGs this is the bottom of the FVG.
For Downwards FVGs this is the top of the FVG.
The data is managed only to use the last input lookback of FVGs. If an FVG is mitigated, it frees up a spot in the memory for a new FVG, however, if the lookback is full, the oldest will be deleted.
From there, it uses a "trailing" logic only to move the Trailing Stop in one direction until the trailing stop resets or the direction flips.
The extremities used to calculate the Trailing Stop are created from 2 calculation steps, the first step involves taking the raw average of the FVG mitigation levels, and the second step applies a simple moving average (SMA) smoothing of the precedent-obtained averages.
🔶 SETTINGS
Unmitigated FVG Lookback: Sets the maximum number of Unmitigated FVGs that the script will use.
Smoothing Length: Sets the smoothing length for the Trailing Stop to reduce erratic results.
Reset on Cross: When enabled, hide and reset the Trailing Stop until the price starts moving in the pre-established trend direction again.
SimpleBiasSimpleBias - Multi-Timeframe Bias Analysis Indicator
Overview
SimpleBias is a comprehensive multi-timeframe bias analysis indicator designed to help traders make informed trading decisions by displaying market bias across multiple timeframes in a clean, organized table format.
Key Features
Multi-Timeframe Analysis
8 Timeframes Supported : 1M, 1W, 1D, 4H, 1H, 15m, 5m, 1m
Adaptive Display : Shows only relevant timeframes based on current chart timeframe
Real-time Bias Detection : Compares current open price with previous period's open price
Signal Generation
Day Trading Mode : Ideal for 15-minute timeframe analysis
Scalping Mode : Optimized for 5-minute timeframe trading
Signal OFF : Pure bias analysis without trade signals
Customization Options
Theme Support : Light mode and dark mode with automatic color adaptation
Position Control : Table can be positioned at top-right, middle-right, or bottom-right
Size Options : Tiny, small, or normal text size
Color Customization : Full control over bias colors, signal colors, and interface elements
Transparency : Optional transparent background for cleaner chart appearance
How It Works
Bias Calculation
The indicator determines market bias by comparing the current timeframe's open price with the previous period's open price:
BULLISH : Current open > Previous open
BEARISH : Current open < Previous open
NEUTRAL : Current open = Previous open
Adaptive Timeframe Display
The indicator intelligently shows only relevant timeframes based on your current chart:
On 1M chart: Shows 1M bias only
On 1W chart: Shows 1M, 1W bias
On 1D chart: Shows 1M, 1W, 1D bias
And so on...
Signal Logic
Day Trading : Compares current price with 4H open price
Scalping : Compares current price with 1H open price
Usage Instructions
Add to Chart : Apply the indicator to any timeframe chart
Configure Settings :
- Choose table position and text size
- Select signal mode (OFF/Day Trade/Scalping)
- Customize colors and theme
Interpret Results :
- Green/Blue text = Bullish bias
- Red text = Bearish bias
- Gray text = Neutral bias
Customization Guide
Theme Settings
Light Mode : Traditional white background with dark text
Dark Mode : Dark background with light text, optimized for dark charts
Transparent Background : Clean overlay without background color
Color Schemes
Bias Colors : Separate customization for bullish, bearish, and neutral bias
Signal Colors : Distinct colors for buy, sell, and neutral signals
Interface : Control table background and border colors
Best Practices
For Day Trading
Use 15-minute or 1-hour charts
Enable "Day Trade" signal mode
Focus on 4H and higher timeframe bias alignment
For Scalping
Use 5-minute charts
Enable "Scalping" signal mode
Watch for 1H and 4H bias alignment
For Swing Trading
Use 4H or daily charts
Keep signal mode OFF
Focus on weekly and monthly bias alignment
Important Notes
This indicator is for educational and analysis purposes only
Not financial advice - always do your own research
Past performance does not guarantee future results
Risk management is essential in all trading activities
Technical Specifications
Pine Script Version : v6
Overlay : True (displays on price chart)
Performance : Optimized with cached security requests
Compatibility : Works on all TradingView timeframes and instruments
---
SimpleBias - Indikator Analisis Bias Multi-Timeframe
Gambaran Umum
SimpleBias adalah indikator analisis bias multi-timeframe yang komprehensif, dirancang untuk membantu trader membuat keputusan trading yang tepat dengan menampilkan bias pasar di berbagai timeframe dalam format tabel yang bersih dan terorganisir.
Fitur Utama
Analisis Multi-Timeframe
8 Timeframe Didukung : 1M, 1W, 1D, 4H, 1H, 15m, 5m, 1m
Tampilan Adaptif : Hanya menampilkan timeframe yang relevan berdasarkan timeframe chart saat ini
Deteksi Bias Real-time : Membandingkan harga open saat ini dengan harga open periode sebelumnya
Mode Sinyal Trading
Mode Day Trading : Ideal untuk analisis timeframe 15 menit
Mode Scalping : Dioptimalkan untuk trading timeframe 5 menit
Mode OFF : Analisis bias murni tanpa sinyal trading
Opsi Kustomisasi
Dukungan Theme : Mode terang dan gelap dengan adaptasi warna otomatis
Kontrol Posisi : Tabel dapat diposisikan di kanan-atas, kanan-tengah, atau kanan-bawah
Opsi Ukuran : Ukuran teks kecil, sedang, atau normal
Kustomisasi Warna : Kontrol penuh atas warna bias, warna sinyal, dan elemen interface
Transparansi : Background transparan opsional untuk chart yang lebih bersih
Cara Kerja
Perhitungan Bias
Indikator menentukan bias pasar dengan membandingkan harga open timeframe saat ini dengan harga open periode sebelumnya:
BULLISH : Open saat ini > Open sebelumnya
BEARISH : Open saat ini < Open sebelumnya
NEUTRAL : Open saat ini = Open sebelumnya
Petunjuk Penggunaan
Tambahkan ke Chart : Terapkan indikator ke chart timeframe apapun
Konfigurasi Settings :
- Pilih posisi tabel dan ukuran teks
- Pilih mode sinyal (OFF/Day Trade/Scalping)
- Sesuaikan warna dan theme
Interpretasi Hasil :
- Teks hijau/biru = Bias bullish
- Teks merah = Bias bearish
- Teks abu-abu = Bias neutral
Best Practices
Untuk Day Trading
Gunakan chart 15 menit atau 1 jam
Aktifkan mode sinyal "Day Trade"
Fokus pada alignment bias timeframe 4H ke atas
Untuk Scalping
Gunakan chart 5 menit
Aktifkan mode sinyal "Scalping"
Perhatikan alignment bias 1H dan 4H
Catatan Penting
Indikator ini hanya untuk tujuan edukasi dan analisis
Bukan nasihat keuangan - selalu lakukan riset sendiri
Performa masa lalu tidak menjamin hasil masa depan
Manajemen risiko sangat penting dalam semua aktivitas trading
SimpleBias membantu trader mempertahankan kesadaran terhadap bias pasar di berbagai timeframe, mendukung timing dan pengambilan keputusan yang lebih baik dalam strategi trading mereka.
Hot Zones Indicator [ChartPrime]Hot Zones (Basic) is a precision-engineered confluence detection system that identifies statistically significant price reaction zones by mapping retracement levels enriched with structural, volumetric, and momentum-based overlays. In contrast to static Fibonacci tools, this system dynamically synchronizes a custom volume-weighted average price inspired overlay and localized oscillator signals to produce probabilistically favorable “hot zones” that respond to real-time market structure.
These zones are visually enhanced when multiple dimensions of market confluence align—such as volume-weighted price agreement, structural symmetry, and volatility-based momentum extremes—allowing for immediate prioritization of high-probability reaction areas.
Core Concept
The system autonomously detects impulse-correction phases within the price series using directional breakout logic and multi-bar structural analysis. Once a valid trend leg is established, standard retracement levels are plotted along the vector. These levels are continuously evaluated against live price interaction, volume alignment, and momentum state.
Swing Initialization Logic
Automated Structural Anchoring: Swing points are detected using fractal pivot analysis and breakout validation. The tool anchors retracement vectors to recent directional legs with the highest structural integrity.
Volume-Weighted Price Confluence
Two VWAP-derived overlays are applied:
Anchored Volume Level: Derived from the origin of the leg, reflecting the volume-weighted cost basis of major participants over the structural phase.
Internal VWAP: Triggered on intermediate pullbacks, mapping localized institutional activity through recursive anchoring logic.
When either curve aligns with a retracement level under live market conditions, the level is flagged as a high-confluence reaction zone.
Momentum & Volatility Filtering
A proprietary oscillator—optimized for mean deviation and multi-resolution smoothing—is integrated to quantify local volatility states and directional momentum.
The oscillator feeds into two distinct signal regimes:
Directional Crossovers: When a significant momentum shift occurs within a mapped levels, the zone is annotated accordingly with a directional labeling "⬆" or "⬇".
Momentum Extremes: OB/OS thresholds are used to detect compression or exhaustion states, enhancing zone validity under directional stress.
These signals are visually merged into the zone rendering, enabling contextual clarity at a glance.
Customization & Advanced Features
Individual fib levels can be toggled or styled per user preference.
Aesthetic properties (color, line width) are fully configurable.
An optional “Hacker Zone” region—highlighting retracement areas statistically associated with institutional accumulation also known as Golden Pocket — is available for advanced users.
Conclusion
Hot Zones by ChartPrime represents a multi-dimensional confluence engine, transforming traditional retracement mapping into a reactive, data-driven framework. By integrating structure, volume flow, and momentum analytics into a unified interface, it enhances discretionary and systematic trading decisions alike. Whether trading trend continuations, reversals, or liquidity anomalies, Hot Zones enables actionable clarity at structurally significant levels.
Xcalibur Signals & Alerts [AlgoXcalibur]The advanced signal system forged to empower retail traders with an algorithm edge.
Xcalibur Signals & Alerts consistently delivers real-time trend signals through a sophisticated, multi-layered algorithm—without clutter or unnecessary complexity. The system combines institutional-grade trend-following logic with breakout detection, flat-market filtration, false signal failsafes, take profit suggestions, live alerts, and more—all in a visually simple, easy-to-use indicator built for all assets, timeframes, and market conditions.
🧠 Algorithm Logic
Xcalibur Signals & Alerts operates on a systematic framework that evaluates multiple technical dimensions in harmony—directional alignment, structural dynamics, relative strength, volume bias, momentum confirmation, breakout detection, Fibonacci calculations, and more. Rather than reacting to isolated triggers, it filters every opportunity through a multi-layered confirmation engine. It doesn’t just react to every move—it evaluates them. This cohesive approach ensures that each signal results from aligned conditions—not arbitrary thresholds. By combining structural awareness with adaptive filtering, Xcalibur maintains clarity and consistency across a wide range of market environments—delivering actionable signals without unnecessary noise or lag.
⚙️ User-Adjustbale Features
• Sensitivity Modes: Whether you’re a scalper, trend-follower, or swing trader: easily choose from the 5 pre-tuned sensitivity settings based on trading style, market volatility, and desired timeframe.
• Extended Trend Pullback Allowance: This filter uses institutional logic to deliberately filter out temporary pullbacks during extended trends to avoid signals against the prevailing market direction.
• False Signal Failsafe: Automatically neutralizes the current trend signal based on two selectable logic types:
Simple – Instantly deactivates the current trend signal if price breaks below the signal candle’s low (for uptrends) or above its high (for downtrends).
Advanced – Requires both a price break and opposing momentum to confirm the invalidation.
When triggered, the system plots a white “X”, turns candles gray, deactivates background coloring, sends an alert (if enabled), and enters standby mode until a new valid trend is detected.
*This feature does not guarantee break-even outcomes or reduced risk.
• Target Projection: Uses institutional logic to predict high-probability reaction zones where a potential reversal or breakout is likely. If the price hits the yellow target line, a yellow caution flag appears as a reminder to be vigilant and evaluate your take-profit strategy in the event of a reversal.
• Trailing Stop: User selected percentage-based risk inputs automatically calculates and visually plots a tailored trailing stop / trailing take-profit.
• Multi-Timeframe Monitor: Displays a practical table that simultaneously references and displays trend direction across 1m, 2m, 5m, 15m, 1H, 4H, 1D.
• Alert System: Mobile and/or desktop alerts for new trend signals, failsafe triggers, and morning greetings with auto re-armed notification. (Limited to 9am -4pm Eastern Time)
• Custom Candle color: Choose between two candle color logic - Signal Parameters or Directional Momentum.
Signal Parameters - Candle color reflects alignment between the current market conditions and the active trend signal: Green/Red candles signal confirm agreement between trending direction and trend signal logic.
White candles warn trend is moving against the current signal logic—a potential sign of weakening trend and pending reversal.
Directional Momentum - Candle color reflects bullish or bearish momentum: Green/Red candles indicate bullish/bearish momentum. White candles reveal weak momentum or loss of direction—often appearing during stalls, hesitation, or early reversal phases.
• SuperCandles: highlights strong momentum using a stunning and easy recognizable glow effect.
• Custom Background Color: Displays a subtle background tint based on the most recent trend signal—enhancing situational awareness.
Each input setting has a tooltip to explain the features while using the indicator.
⚔️ Not Just Another Signal Tool
Xcalibur Signals & Alerts is designed from the ground up to empower retail traders with access to a cohesive, structured algorithmic system—one that reflects the kind of awareness, discipline, and market adaptability typically only seen in institutional algorithms.
This is not an oversensitive or under-responsive signal indicator that is limited to one specific type of market condition or trader. It does not utilize hyperactive momentum triggers, rely on lagging crossover logic, or need infinitely adjustable sensitivity settings. Instead of cluttered visuals to interpret, this indicator delivers simple, easy-to-use signals—prioritizing clarity and usability without compromising on depth and sophistication.
Whether the market is trending, breaking out, or moving sideways, Xcalibur adapts—prioritizing trend stability, directional integrity, and visual clarity from one signal to the next.
⚠️ Disclaimer
While the Xcalibur Signals & Alerts algorithm is immune to human emotion, you are not. Be mindful not to fall victim to costly emotions that can manipulate your judgment, and understand the unpredictable and complex nature of trading. No algorithm, strategy, or technique can perform with perfect accuracy, and Xcalibur Signals & Alerts is no exception. While AlgoXcalibur strives to be as accurate possible, incorrect signals can and will occur. Xcalibur Signals & Alerts is a tool, not a guarantee. Users are fully responsible for making their own trading decisions, implementing proper risk management, and always trade responsibly.
🔥 Wield Xcalibur as a standalone weapon or pair it with your favorite indicators—including other tools in the AlgoXcalibur arsenal.
🛡️ Access & Membership
This script is exclusively available on TradingView via the AlgoXcalibur Membership, which includes access to all premium indicators, updates, support, and more.
🔐 To request access or learn more, please visit our website in the Author’s Instructions section or message directly via TradingView.
Candle Body TableCandle Body Table is a lightweight, easy-to-use indicator that displays a live summary of candle “body strength” across multiple timeframes, along with how much time is left on each candle. Simply choose up to five timeframes (1, 5, 15, 30, and 60 minutes by default), adjust the table’s corner and font size, and you’ll always have a quick, at-a-glance view of:
OC (Body %): The percentage of the candle that’s composed of its body (|open – close| divided by high–low).
Strength: A label (Weak, Balanced, or Strong) based on the body percentage.
Time Left: How many minutes and seconds remain before the current candle closes.
The table updates in real time (using lookahead), coloring each row background green if that timeframe’s current candle is bullish, or red if it’s bearish. That way, you can instantly see which timeframes have strong momentum, which are balanced or weak, and exactly when each candle will finish.
Use Cases
Multi-Timeframe Momentum Check:
If you want to confirm that both your 1m and 5m candles have “Strong” bodies before entering a trade, Candle Body Table shows you that instantly. No more switching back and forth between charts—just glance at the table.
Time-Sensitive Entries/Exits:
Suppose you trade breakouts only at the close of a 5-minute candle. The “Time Left” column counts down so you know exactly when that candle is about to close—down to the second—letting you prepare your order.
Quick Visual Scan:
When markets are choppy, you may want to see which timeframes are weak or balanced rather than diving into each timeframe separately. If the 15m row says “Weak” (small body %), you might avoid taking a trend-following position at that moment.
Session Overlaps & Volatility Windows:
During London/N.Y. overlap or U.S. cash close, traders often check for stronger bodies on higher timeframes (e.g., 30m or 60m). The table immediately highlights if that timeframe’s candle body heats up, indicating increased volatility.
Swing-to-Scalp Transition:
If you typically scalp on 1m but only when the 15m candle is “Strong,” this table gives a green/red cue and a strength label. That makes it easier to wait patiently until multiple timeframes align.
FAQ
Q1. What does “OC” mean, and why is it shown as a percentage?
A1. “OC” stands for Open/Close difference. So it reflects how much of the candle’s total range (high–low) is taken up by its body(open-close). A high OC% means the candle body is large relative to its wick. In other words a strong Bullish/Bearish candle.
Q2. How is “Strength” determined?
A2. The script uses three buckets:
Weak if OC% ≤ 30%
Balanced if 30% < OC% ≤ 55%
Strong if OC% > 55%
This gives you a quick label instead of having to interpret raw percentages every time.
Q3. Why do some rows have a green background and others red?
A3. If close > open (bullish candle), that entire row’s background is shaded green(70%). If close < open (bearish candle), it’s shaded red(70%). If open = close (doji), there’s no background shade. This lets you instantly spot bullish vs. bearish candles across your chosen timeframes.
Q4. Will this repaint?
A4. No. Because each OHLC value is requested with lookahead_on, you see the live developing OHLC. However, once a candle closes, those values are final. The “Time Left” column dynamically changes throughout the bar but does not redraw past values.
Trend DashThe Trend Dash is a dashboard that utilizes your desired moving average length and type to give you a 'top down analysis' without having to go through multiple timeframes everytime you get on the chart.
MTF 5 Big Candles [RanaAlgo]Overview
This Pine Script indicator displays multiple timeframe (MTF) candlesticks from 5 different timeframes on your current chart. It helps traders quickly assess higher timeframe price action without switching charts.
Key Features
5 Customizable Timeframes
Displays candles from user-selected timeframes (e.g., 15m, 30m, 1H, 4H, Daily).
Each candle is offset to avoid clutter.
Visual Customization
Adjustable spacing, width, and colors for bullish/bearish candles.
Option to show/hide wicks, OHLC labels, and price guide lines.
Clear Price Reference
Dotted guide lines extend from the current price to the MTF candles for easy comparison.
OHLC labels (optional) show exact price levels.
and u can also check the remainig time of candles ..
Usefulness
✅ Multi-Timeframe Analysis – Compare trends across different timeframes at a glance.
✅ Avoid Chart Switching – See higher timeframe structure while trading lower TFs.
✅ Identify Key Levels – Spot support/resistance from higher timeframe candles.
✅ Customizable Layout – Adjust spacing and styling to fit your trading style.
Best For
Swing & position traders analyzing multiple timeframes.
Day traders looking for confluence from higher TFs.
Traders who prefer visual candlestick patterns over plain lines.
This script is particularly useful for confirming trends, spotting reversals, and aligning entries with higher timeframe structure.
Structure Level IndicatorThis indicator draws solid lines to show Structure based levels as they form.
When those levels are no longer valid, they turn into dashed lines.
Use it to visualize market structure and spot areas of interest.
Smart AI Trend Finder ProDescription
Smart AI Trend Finder Pro is an advanced multi-timeframe trend-following indicator that combines AI-inspired filtering with moving average analysis to generate high-probability buy and sell signals. It intelligently filters out market noise by assessing candle strength, volatility, and trend confirmation before signaling entries.
🔹 Key Features:
✅ Multi-Timeframe MA Analysis – Uses Close & Open MAs on higher timeframes for stronger trend confirmation.
✅ Smart AI Filters – Detects strong candles, high volatility, and trend consistency to avoid false signals.
✅ 12 MA Types Supported for Filter Trend– Choose from SMA, EMA, DEMA, TEMA, WMA, VWMA, SMMA, HullMA, LSMA, ALMA, SSMA, or TMA.
✅ Visual Alerts – Clear Buy/Sell labels with color-coded trend confirmation.
✅ Reliable Alerts – Built-in sequencing logic prevents repeated signals in the same direction.
🔹 Ideal For:
Swing traders looking for high-confidence trend entries
Traders who want to avoid choppy markets with smart filters
Multi-timeframe analysts seeking confluence
🔹 Settings Customization:
Adjust MA type, period, and timeframe multiplier
Toggle Smart AI filters for stricter/looser signals
Modify colors and visual styles
Disclaimer
⚠️ Risk Warning: Trading involves substantial risk. This indicator is for educational and informational purposes only and should not be considered financial advice. Past performance does not guarantee future results.
📌 By using this indicator, you agree that:
You are solely responsible for your trading decisions.
The developer is not liable for any losses incurred.
Signals should be confirmed with additional analysis.
Always test strategies in a demo account before live trading.
📢 Note: No indicator is 100% accurate. Use proper risk management and combine with other tools for best results.
Strategy Builder Pro [ChartPrime]ChartPrime Strategy Creator Overview
The ChartPrime Strategy Builder offers traders an innovative, structured approach to building and testing strategies. The Strategy Creator allows users to combine, test, and automate complex strategies with many parameters.
Key Features of the ChartPrime Strategy Builder
1. Customizable Buy and Sell Conditions
The Strategy Creator provides flexibility in establishing entry and exit rules, with separate sections for long and short strategies. Traders can combine multiple conditions in each section to fine-tune when positions are opened or closed. For instance, they might choose to only buy when the indicator signals a buy and the Dynamic Reactor (a low lag filter) indicator shows a bullish trend. Users are able to pick, mix and match the following list of features:
Signal Mode: Select the type of assistive signals you are requiring. Provided are both trend following signals with self optimization using backtest results as well as reversal signals, aiming to provide real time tops and bottoms in markets. Both these signal modes can be fine tuned using the tuning input to refine signals to a trader's liking. ChartPrime Trend Signals leverage audio engineering inspired techniques and low-pass filters in order to achieve and attempt to produce lower lag response times and therefore are designed to have a uniqueness when compared to more classical trend following approaches.
The Dynamic Reactor: provides a simple band passing through the chart. This can provide assistance in support and resistance locations as well as identifying the trend direction expressed via green and red colors. Taking a moving average and applying unique adaptivity calculations gives this plot a unique and fast behavior.
Candlestick structures: analyze candlestick formation putting a spin on classical candlestick patterns and provide the most relevant formations on the chart. These are not classical and are filtered by further analyzing market activity. A trader's classic with a spin.
The Prime Trend Assistant: provides a trend following dynamic support and resistance level. This makes it perfect to use in confluence or as a filter for other supporting indicators. This is an adaptive trend following system designed to handle volatility leveraging filter kernels as opposed to low pass filters.
Money Flow: with further filters applied for early response to money flow changes in the market. This can be a great filter in trends.
Oscillator reversals: are built in leveraging an oscillator focusing on market momentum allowing users to enter based on market shifts and trends along with reversals.
Volume-Inspired Signals: determine overbought and oversold conditions, adding another layer of analysis to the oscillator. These appear as orange labels, providing a simple reading into a possible reversal.
The Volume Matrix: is a volume oscillator that shows whether money is flowing into or out of the market. Green suggests an uptrend with buyers in control, while red indicates a majority of sellers. By incorporating smoothed volume analysis, it distinguishes between bullish and bearish volumes, offering an early indication of potential trend reversals.
The True 7: is a middle-ranking system that evaluates the strength of a move and the overall trend, offering a numeric or visual representation of trend strength. It can also indicate when a trend is starting to reverse, providing leading signals for potential market shifts. Rather than using an oscillator, this offers the unique edge of falling into set categories, making understanding it simple. This can be a great confluence point when designing a strategy.
Take profits: These offer real-time suggestions from our algorithm on when it might be a good time to take profit. Using these as part of a strategy allows for great entries at bottoms and tops of trends.
Using features such as the Dynamic reactor have dual purposes. Traders can use this as both a filter and an entry condition. This allows for true interoperability when using the Strategy Builder. The above conditions are duplicated for short entries too allowing for symmetrical trading systems. By disabling all of the entry conditions on either long or short areas of the settings will create a strategy that only takes a single type of position. For example; a trader that just wants to take longs can disable all short options.
2. Layered Entries
Layered entries, a feature to enhance the uniqueness in the tool. It allows traders to average into positions as the market moves, rather than committing all capital at once. This feature is particularly useful for volatile markets where prices may fluctuate substantially. The Strategy Builder lets users adjust the number of layered entries, which can help in managing risk and optimizing entry points as well as the aggressiveness of the safety orders. With each safety order placed the system will automatically and dynamically scale into positions reducing the average entry price and hence dynamically adjust the potential take profits. Due to the potential complexities of exiting during multiple orders, a smart system is employed to automatically take profits on the layered system aiming to take profits at peaks of trends.
Users are able to override this smart TP system at the bottom of the settings instead targeting percentage profits for both short and long positions.
Entries lowering average buy price
The ability to adjust how quickly the system layers into positions can also be adjusted via the layered entries drop down between fast and slow mode where the slow mode will be more cautious when producing new orders.
3. Flexible Take Profit (TP) and Stop Loss (SL) Options
Traders can set their TP and SL levels according to various parameters, including ATR (Average True Range), risk-reward ratio, trailing stops, or specific price changes. If layered entries are active, an automatic TP method is applied by default, though traders can manually specify TP values if they prefer. This setup allows for precise control over trade exits, tailored to the strategy’s risk profile.
Provided options
The ability to use external take profits and stop losses is also provided. By loading an indicator of your choice the plots will be added to the chart. By navigating to the external sources area of the settings, users can select this plot and use it as part of a wider trading system.
Example: Let’s say a user has entries based on the inbuilt trend signals and wishes to exit whenever the RSI crosses above 70, they can add RSI to the chart, select crossing up and enter the value of 70.
4. Integrated Reinvestment for Compounding Gains
The reinvestment option allows traders to reinvest a portion of their gains into future trades, increasing trade size over time and benefiting from compounding. For example, a user might set 30% of each trade's profit to reinvest, with the remaining 70% allocated for risk management or additional safety orders. This approach can enhance long-term growth while balancing risk.
Generally in trading it can be a good approach to take profits so we suggest a healthy balance. This setting is generally best used for slow steady strategies with the long term aim of accumulating as much of the asset as possible.
5. Leverage and Position Sizing
Users can configure leverage and position sizing to simulate varying risk levels and capital allocations. A dashboard on the interface displays margin requirements based on the selected leverage, allowing traders to estimate trade sizes relative to their available capital. Whenever using leverage especially with layered entries it’s important to keep a close eye on the position sizes to avoid potential liquidations.
6. Pre-Configured Strategies for Immediate Testing
For users seeking a starting point, ChartPrime includes a range of preset strategies. These were developed and backtested by ChartPrime’s team. This allows traders to start with a stable base and adapt it to their own preferences. It is vital to understand that historical performance doesn't guarantee future success, and traders should be mindful of overfitting. These pre-built configurations offer a structured way and base to design strategies off of. These are also subject to changing results as new price action arrives and they become outdated. They serve the purpose of simply being example use cases.
7. In-Depth Specific Backtesting Ranges
The Strategy Builder includes backtesting capabilities, providing a clear view of how different setups would have performed over specified time periods. Traders can select date ranges to target specific market conditions, then review results on TradingView to see how their strategies perform across different market trends.
Example Use Case: Developing a Strategy
Consider a trader who is focused on long positions only and prefers a lower-risk strategy (note these tools can be used for all assets; we are using an undisclosed asset as an example). Using the Strategy Builder, they could:
- Disable short conditions.
- Set long entry rules to trigger when both the ChartPrime oscillator and Quantum Reactor indicators show bullish signals.
- Enable layered entries to improve average entry prices by adding to positions during market dips.
- Run a backtest over a two-year period to see historical performance trends, making adjustments as needed.
The backtest will show where entries and exits would have occurred and how layered entries may have impacted profitability.
8. Iterative design
Strategy builders and creating a strategy is often an iterative process. By experimenting and using logic; a trader can arrive at a more sustainable system. Analyzing the shortcomings of your strategy and iteratively designing and filtering them out is the goal. For example; let’s say a strategy has high drawdown, a user would want to tighten stop losses for example to reduce this and find a balance point between optimizing winning trades and reducing the drawdown. When designing a strategy there are generally tradeoffs and optimizing taking into consideration a wide range of factors is key. This also applies to filtering techniques, entries and exits and every variable in the strategy.
Let’s say a strategy was taking too many long positions in a downtrend and after you’ve analyzed the data, you come to the conclusion this needs to be solved. Filtering these using built in trend following tools can be a great approach and refining with logic is a great approach.
The Strategy Builder also takes into consideration those who seek to automate especially via reinvesting and leverage features.
Considerations
The ChartPrime Strategy Builder aims to help traders build clear, rule-based strategies without excessive complexity. As with all backtesting tools, it's crucial to understand that historical performance doesn't guarantee future success, and traders should be mindful of overfitting. This tool offers a structured way to test strategies against various market conditions, helping traders refine their approaches with data-driven insights. Traders should also ensure they enter the correct fees when designing strategies and ensure usage on standard candle types.
RSI-Adaptive T3 [ChartPrime]The RSI-Adaptive T3 is a precision trend-following tool built around the legendary T3 smoothing algorithm developed by Tim Tillson , designed to enhance responsiveness while reducing lag compared to traditional moving averages. Current implementation takes it a step further by dynamically adapting the smoothing length based on real-time RSI conditions — allowing the T3 to “breathe” with market volatility. This dynamic length makes the curve faster in trending moves and smoother during consolidations.
To help traders visualize volatility and directional momentum, adaptive volatility bands are plotted around the T3 line, with visual crossover markers and a dynamic info panel on the chart. It’s ideal for identifying trend shifts, spotting momentum surges, and adapting strategy execution to the pace of the market.
HOIW IT WORKS
At its core, this indicator fuses two ideas:
The T3 Moving Average — a 6-stage recursively smoothed exponential average created by Tim Tillson , designed to reduce lag without sacrificing smoothness. It uses a volume factor to control curvature.
A Dynamic Length Engine — powered by the RSI. When RSI is low (market oversold), the T3 becomes shorter and more reactive. When RSI is high (overbought), the T3 becomes longer and smoother. This creates a feedback loop between price momentum and trend sensitivity.
// Step 1: Adaptive length via RSI
rsi = ta.rsi(src, rsiLen)
rsi_scale = 1 - rsi / 100
len = math.round(minLen + (maxLen - minLen) * rsi_scale)
pine_ema(src, length) =>
alpha = 2 / (length + 1)
sum = 0.0
sum := na(sum ) ? src : alpha * src + (1 - alpha) * nz(sum )
sum
// Step 2: T3 with adaptive length
e1 = pine_ema(src, len)
e2 = pine_ema(e1, len)
e3 = pine_ema(e2, len)
e4 = pine_ema(e3, len)
e5 = pine_ema(e4, len)
e6 = pine_ema(e5, len)
c1 = -v * v * v
c2 = 3 * v * v + 3 * v * v * v
c3 = -6 * v * v - 3 * v - 3 * v * v * v
c4 = 1 + 3 * v + v * v * v + 3 * v * v
t3 = c1 * e6 + c2 * e5 + c3 * e4 + c4 * e3
The result: an evolving trend line that adapts to market tempo in real-time.
KEY FEATURES
⯁ RSI-Based Adaptive Smoothing
The length of the T3 calculation dynamically adjusts between a Min Length and Max Length , based on the current RSI.
When RSI is low → the T3 shortens, tracking reversals faster.
When RSI is high → the T3 stretches, filtering out noise during euphoria phases.
Displayed length is shown in a floating table, colored on a gradient between min/max values.
⯁ T3 Calculation (Tim Tillson Method)
The script uses a 6-stage EMA cascade with a customizable Volume Factor (v) , as designed by Tillson (1998) .
Formula:
T3 = c1 * e6 + c2 * e5 + c3 * e4 + c4 * e3
This technique gives smoother yet faster curves than EMAs or DEMA/Triple EMA.
⯁ Visual Trend Direction & Transitions
The T3 line changes color dynamically:
Color Up (default: blue) → bullish curvature
Color Down (default: orange) → bearish curvature
Plot fill between T3 and delayed T3 creates a gradient ribbon to show momentum expansion/contraction.
Directional shift markers (“🞛”) are plotted when T3 crosses its own delayed value — helping traders spot trend flips or pullback entries.
⯁ Adaptive Volatility Bands
Optional upper/lower bands are plotted around the T3 line using a user-defined volatility window (default: 100).
Bands widen when volatility rises, and contract during compression — similar to Bollinger logic but centered on the adaptive T3.
Shaded band zones help frame breakout setups or mean-reversion zones.
⯁ Dynamic Info Table
A live stats panel shows:
Current adaptive length
Maximum smoothing (▲ MaxLen)
Minimum smoothing (▼ MinLen)
All values update in real time and are color-coded to match trend direction.
HOW TO USE
Use T3 crossovers to detect trend transitions, especially during periods of volatility compression.
Watch for volatility contraction in the bands — breakouts from narrow band periods often precede trend bursts.
The adaptive smoothing length can also be used to assess current market tempo — tighter = faster; wider = slower.
CONCLUSION
RSI-Adaptive T3 modernizes one of the most elegant smoothing algorithms in technical analysis with intelligent RSI responsiveness and built-in volatility bands. It gives traders a cleaner read on trend health, directional shifts, and expansion dynamics — all in a visually efficient package. Perfect for scalpers, swing traders, and algorithmic modelers alike, it delivers advanced logic in a plug-and-play format.
CHN BUY SELL with EMA 200Overview
This indicator combines RSI 7 momentum signals with EMA 200 trend filtering to generate high-probability BUY and SELL entry points. It uses colored candles to highlight key market conditions and displays clear trading signals with built-in cooldown periods to prevent signal spam.
Key Features
Colored Candles: Visual momentum indicators based on RSI 7 levels
Trend Filtering: EMA 200 confirms overall market direction
Signal Cooldown: Prevents over-trading with adjustable waiting periods
Clean Interface: Simple BUY/SELL labels without clutter
How It Works
Candle Coloring System
Yellow Candles: Appear when RSI 7 ≥ 70 (overbought momentum)
Purple Candles: Appear when RSI 7 ≤ 30 (oversold momentum)
Normal Candles: All other market conditions
Trading Signals
BUY Signal: Triggered when closing price > EMA 200 AND yellow candle appears
SELL Signal: Triggered when closing price < EMA 200 AND purple candle appears
Signal Cooldown
After a BUY or SELL signal appears, the same signal type is suppressed for a specified number of candles (default: 5) to prevent excessive signals in ranging markets.
Settings
RSI 7 Length: Period for RSI calculation (default: 7)
RSI 7 Overbought: Threshold for yellow candles (default: 70)
RSI 7 Oversold: Threshold for purple candles (default: 30)
EMA Length: Period for trend filter (default: 200)
Signal Cooldown: Candles to wait between same signal type (default: 5)
How to Use
Apply the indicator to your chart
Look for yellow or purple colored candles
For LONG entries: Wait for yellow candle above EMA 200, then enter BUY when signal appears
For SHORT entries: Wait for purple candle below EMA 200, then enter SELL when signal appears
Use appropriate risk management and position sizing
Best Practices
Works best on timeframes M15 and higher
Suitable for Forex, Gold, Crypto, and Stock markets
Consider market volatility when setting stop-loss and take-profit levels
Use in conjunction with proper risk management strategies
Technical Details
Overlay: True (plots directly on price chart)
Calculation: Based on RSI momentum and EMA trend analysis
Signal Logic: Combines momentum exhaustion with trend direction
Visual Feedback: Colored candles provide immediate market condition awareness
AZRO Systems XRP Top/Bottom Indicator — Invite-Only (v1.0.3)AZRO Systems – XRP Top/Bottom Indicator — Invite-Only
VERSION v1.0.3 — first invite-only release
──────────────────────────────────────────────────────
WHAT IT DOES
• EARLY signal prints intra-bar when any of the multi-factor recipes is triggered.
• CONFIRMED signal prints after the weekly candle closes.
(If the Soft-Confirm filter is ON, a TOP must first pull back ≈30 % of ATR-90 before it can be confirmed.)
• Adds large green/red labels and a light bar-tint once confirmed.
• Historical testing shows materially lower draw-downs vs. passive holding while still capturing each macro upswing.
HOW IT WORKS (concept level – exact thresholds are locked)
1) Macro-Rotation Gauge – BTC-dominance extremes flag regime shifts that often precede alt-coin pivots.
2) Asset-Share Pivot – XRP market-cap share filters out false RSI spikes.
3) Momentum-Stress Check – Weekly RSI level plus an ATR-based pull-back filter captures exhaustion without waiting for close.
A label prints when any recipe combining these lenses meets its criteria, greatly reducing false signals versus single-factor scripts.
HOW TO USE
1) Chart: XRP-USD · 1-WEEK (lower time-frames unsupported)
2) Watch: Early label → light tint on Confirmed close
3) Alerts:
• Early Bottom / Early Top → ONCE PER BAR
• Confirmed Bottom / Confirmed Top → ONCE PER BAR CLOSE
USER-VISIBLE INPUTS
• Label distance (% ATR-90) – offset for label placement. (Default 50)
• Light-mode palette – swap colours for bright themes. (Default OFF)
• Soft-Confirm filter – ON waits for ≈30 % ATR pull-back on tops; OFF prints faster tops. (Default ON)
• Warning checkbox – visual reminder only; no effect on signals. (Default OFF)
ROAD-MAP
A BTC preset and an intraday scalp mode for XRP/BTC will be added to this same invite-only script — never separate listings.
LIMITATIONS & DISCLAIMER
• Designed only for the weekly timeframe; extreme events can override any model — always manage risk.
• Educational tool — not financial advice. Past performance ≠ future returns.
EMA Trend Strength [Enhanced]This script shows the trend of the ticker. It paints five states: when the previous closing price is above 10EMA, which is greater than the 20 EMA, and the 20 EMA is greater than the 50 SMA - Very Bullish. When the previous closing price is above 10EMA and 10EMA is > 20EMA - Bullish. Vice versa for Very Bearish and Bearish. All other states are labelled "Neutral". The script allows you to adjust the background colours and colour and appearance of the MA lines.
Use at your own risk :). No warranty of any kind is provided or implied.
Arnaud Legoux Trend Aggregator | Lyro RSArnaud Legoux Trend Aggregator
Introduction
Arnaud Legoux Trend Aggregator is a custom-built trend analysis tool that blends classic market oscillators with advanced normalization, advanced math functions and Arnaud Legoux smoothing. Unlike conventional indicators, 𝓐𝓛𝓣𝓐 aggregates market momentum, volatility and trend strength.
Signal Insight
The 𝓐𝓛𝓣𝓐 line visually reflects the aggregated directional bias. A rise above the middle line threshold signals bullish strength, while a drop below the middle line indicates bearish momentum.
Another way to interpret the 𝓐𝓛𝓣𝓐 is through overbought and oversold conditions. When the 𝓐𝓛𝓣𝓐 rises above the +0.7 threshold, it suggests an overbought market and signals a strong uptrend. Conversely, a drop below the -0.7 level indicates an oversold condition and a strong downtrend.
When the oscillator hovers near the zero line, especially within the neutral ±0.3 band, it suggests that no single directional force is dominating—common during consolidation phases or pre-breakout compression.
Real-World Example
Usually 𝓐𝓛𝓣𝓐 is used by following the bar color for simple signals; however, like most indicators there are unique ways to use an indicator. Let’s dive deep into such ways.
The market begins with a green bar color, raising awareness for a potential long setup—but not a direct entry. In this methodology, bar coloring serves as an alert mechanism rather than a strict entry trigger.
The first long position was initiated when the 𝓐𝓛𝓣𝓐 signal line crossed above the +0.3 threshold, suggesting a shift in directional acceleration. This entry coincided with a rising price movement, validating the trade.
As price advanced, the position was exited into cash—not reversed into a short—because the short criteria for this use case are distinct. The exit was prompted by 𝓐𝓛𝓣𝓐 crossing back below the +0.3 level, signaling the potential weakening of the long trend.
Later, as 𝓐𝓛𝓣𝓐 crossed below 0, attention shifted toward short opportunities. A short entry was confirmed when 𝓐𝓛𝓣𝓐 dipped below -0.3, indicating growing downside momentum. The position was eventually closed when 𝓐𝓛𝓣𝓐 crossed back above the -0.3 boundary—signaling a possible deceleration of the bearish move.
This logic was consistently applied in subsequent setups, emphasizing the role of 𝓐𝓛𝓣𝓐’s thresholds in guiding both entries and exits.
Framework
The Arnaud Legoux Trend Aggregator (ALTA) combines multiple technical indicators into a single smoothed signal. It uses RSI, MACD, Bollinger Bands, Stochastic Momentum Index, and ATR.
Each indicator's output is normalized to a common scale to eliminate bias and ensure consistency. These normalized values are then transformed using a hyperbolic tangent function (Tanh).
The final score is refined with a custom Arnaud Legoux Moving Average (ALMA) function, which offers responsive smoothing that adapts quickly to price changes. This results in a clear signal that reacts efficiently to shifting market conditions.
⚠️ WARNING ⚠️: THIS INDICATOR, OR ANY OTHER WE (LYRO RS) PUBLISH, IS NOT FINANCIAL OR INVESTMENT ADVICE. EVERY INDICATOR SHOULD BE COMBINED WITH PRICE ACTION, FUNDAMENTALS, OTHER TECHNICAL ANALYSIS TOOLS & PROPER RISK. MANAGEMENT.
Gann Swing PointsIndicator Logic
This is a GANN-style swing indicator that classifies bars based on their high/low structure relative to the previous bar.
I strongly encourage you to replay bars on Tradingview using this indicator to get a sense of how it creates pivot (or swing) points
Bar Classification:
Up-Bar (direction: 'up'): Higher High and Higher Low (HH/HL)
Down-Bar (direction: 'down'): Lower High and Lower Low (LH/LL)
Outside-Bar (generates 2 directions):
Green: 'down' then 'up'
Red: 'up' then 'down'
Inside-Bar: No direction generated (HL/LH)
Swing Line Logic
The swing line continues in the current direction until n opposite directions are detected.
n is the "n-direction" parameter (commonly set to 2, so 2 consecutive opposite direction is needed to turn the swing)
When n opposing directions occur, the swing turns, creating a pivot point
Inside bar is ignored, so e.g up-bar -> inside-bar -> up-bar generates "up", "up" direction
A top pivot is formed when the swing turns down
A bottom pivot is formed when it turns up
Note: This swing logic is inherently lagging — it only confirms tops/bottoms after the fact
This swing structure gives the system a clear and noise-resistant way to identify pivot points (swing-points)
TCT - Envelope MatrixTCT - Envelope Matrix
A powerful multi-envelope indicator that creates a comprehensive price channel system with 4 customizable envelopes and multiple intermediate levels for precise price action analysis.
Key Features:
• 4 customizable envelopes with adjustable percentages (0.2%, 0.4%, 0.6%, 0.8% by default)
• Optional EMA or SMA basis calculation
• Color-coded bands for easy visual identification
• Automatic horizontal lines showing current band values
• Midpoint lines between adjacent bands
• Additional 25%, 50%, and 75% levels between each band pair
The indicator provides:
- Clear visual representation of price channels
- Multiple support and resistance levels
- Dynamic price boundaries that adapt to market conditions
- Enhanced precision with intermediate levels between bands
Perfect for:
• Identifying potential support and resistance zones
• Spotting overbought/oversold conditions
• Finding potential reversal points
• Analyzing price volatility and channel width
• Making informed trading decisions based on price position relative to multiple bands
Customization Options:
• Adjustable length for the basis calculation
• Choice between EMA and SMA
• Customizable colors for each envelope
• Flexible percentage settings for each band
• Optional basis line color adjustment
This indicator is particularly useful for traders who want to analyze price action within multiple dynamic channels and identify potential trading opportunities based on price interactions with various support and resistance levels.
Enhanced Stock Ticker with 50MA vs 200MADescription
The Enhanced Stock Ticker with 50MA vs 200MA is a versatile Pine Script indicator designed to visualize the relative position of a stock's price within its short-term and long-term price ranges, providing actionable bullish and bearish signals. By calculating normalized indices based on user-defined lookback periods (defaulting to 50 and 200 bars), this indicator helps traders identify potential reversals or trend continuations. It offers the flexibility to plot signals either on the main price chart or in a separate lower pane, leveraging Pine Script v6's force_overlay functionality for seamless integration. The indicator also includes a customizable ticker table, visual fills, and alert conditions for automated trading setups.
Key Features
Dual Lookback Indices: Computes short-term (default: 50 bars) and long-term (default: 200 bars) indices, normalizing the closing price relative to the high/low range over the specified periods.
Flexible Signal Plotting: Users can toggle between plotting crossover signals (triangles) on the main price chart (location.abovebar/belowbar) or in the lower pane (location.top/bottom) using the Plot Signals on Main Chart option.
Crossover Signals: Generates bullish (Golden Cross) and bearish (Death Cross) signals when the short or long index crosses above 5 or below 95, respectively.
Visual Enhancements:
Plots short-term (blue) and long-term (white) indices in a separate pane with customizable lookback periods.
Includes horizontal reference lines at 0, 20, 50, 80, and 100, with green and red fills to highlight overbought/oversold zones.
Dynamic fill between indices (green when short > long, red when long > short) for quick trend visualization.
Displays a ticker and legend table in the top-right corner, showing the symbol and lookback periods.
Alert Conditions: Supports alerts for bullish and bearish crossovers on both short and long indices, enabling integration with TradingView's alert system.
Technical Innovation: Utilizes Pine Script v6's force_overlay parameter to plot signals on the main chart from a non-overlay indicator, combining the benefits of a separate pane and chart-based signals in a single script.
Technical Details
Calculation Logic:
Uses confirmed bars (barstate.isconfirmed) to calculate indices, ensuring reliability by avoiding real-time bar fluctuations.
Short-term index: (close - lowest(low, lookback_short)) / (highest(high, lookback_short) - lowest(low, lookback_short)) * 100
Long-term index: (close - lowest(low, lookback_long)) / (highest(high, lookback_long) - lowest(low, lookback_long)) * 100
Signals are triggered using ta.crossover() and ta.crossunder() for indices crossing 5 (bullish) and 95 (bearish).
Signal Plotting:
Main chart signals use force_overlay=true with location.abovebar/belowbar for precise alignment with price bars.
Lower pane signals use location.top/bottom for visibility within the indicator pane.
Plotting is controlled by boolean conditions (e.g., bullishLong and plot_on_chart) to ensure compliance with Pine Script's global scope requirements.
Performance Considerations: Optimized for efficiency by calculating indices only on confirmed bars and using lightweight plotting functions.
How to Use
Add to Chart:
Copy the script into TradingView's Pine Editor and add it to your chart.
Configure Settings:
Short Lookback Period: Adjust the short-term lookback (default: 50 bars) to match your trading style (e.g., 20 for shorter-term analysis).
Long Lookback Period: Adjust the long-term lookback (default: 200 bars) for broader market context.
Plot Signals on Main Chart: Check this box to display signals on the price chart; uncheck to show signals in the lower pane.
Interpret Signals:
Golden Cross (Bullish): Green (long) or blue (short) triangles indicate the index crossing above 5, suggesting a potential buying opportunity.
Death Cross (Bearish): Red (long) or white (short) triangles indicate the index crossing below 95, signaling a potential selling opportunity.
Set Alerts:
Use TradingView's alert system to create notifications for the four alert conditions: Long Index Valley, Long Index Peak, Short Index Valley, and Short Index Peak.
Customize Visuals:
The ticker table displays the symbol and lookback periods in the top-right corner.
Adjust colors and styles via TradingView's settings if desired.
Example Use Cases
Swing Trading: Use the short-term index (e.g., 50 bars) to identify short-term reversals within a broader trend defined by the long-term index.
Trend Confirmation: Monitor the fill between indices to confirm whether the short-term trend aligns with the long-term trend.
Automated Trading: Leverage alert conditions to integrate with bots or manual trading strategies.
Notes
Testing: Always backtest the indicator on your chosen market and timeframe to validate its effectiveness.
Optional Histogram: The script includes a commented-out histogram for the index difference (index_short - index_long). Uncomment the plot(index_diff, ...) line to enable it.
Compatibility: Built for Pine Script v6 and tested on TradingView as of May 27, 2025.
Acknowledgments
This indicator was inspired by the need for a flexible tool that combines lower-pane analysis with main chart signals, made possible by Pine Script's force_overlay feature. Share your feedback or suggestions in the comments below, and happy trading!
MomentumMap🔍 MomentumMap™ – Map the Market’s Strength Like a Pro
MomentumMap™ is a quadrant-based relative strength tool that helps you instantly understand where any stock stands vs. its benchmark in terms of performance and momentum.
Inspired by the RRG (Relative Rotation Graph) model, this indicator uses:
RS Ratio → To compare relative strength
RS Momentum → To track acceleration/deceleration
Each stock is placed into one of four dynamic zones:
🟢 Power Zone – Strong and leading (high RS, high momentum)
🔵 Lift Zone – Building strength (low RS, rising momentum)
🟡 Drift Zone – Cooling or pausing (high RS, falling momentum)
🔴 Dead Zone – Weak and lagging (low RS, falling momentum)
This helps you:
🚀 Spot leaders early and ride strong trends
🧠 Exit before strength fades
📊 Study sector/stock rotations
🔄 Time entries and exits with confidence
Works on any timeframe and asset class. Just set your benchmark and go!
💥 Trade with clarity. Let MomentumMap™ guide your next move.