配對交易waynecoin製作2_回歸零即止盈進場:兩個幣價差大幅偏離平均值(超過設定標準差),認為出現「極端偏差」,所以進行配對交易
出場:只要 zScore 回到 0,即「兩幣回歸均值關係」,立刻平倉
冷卻機制:每次出場後,必須經過設定的K線數才能再次進場,有效減少過度頻繁交易
這種回歸0止盈法的優點
減少來回掃損:避免只在邊界平倉(如 zScore 回到 1),能抓到更大一段的均值回歸
簡單直觀:規則容易判斷,不需要額外判斷趨勢或震盪
適合盤整行情:這種策略在橫盤或均值回歸明顯的市場表現較好
需搭配wayncoin製作2來使用,因為腳本原因他一次只能單筆持倉,所以相比較wayncoin製作2會遺漏一些信號,但可以這版本的離場信號做為離場,在該跟k線收盤後出現離場信號在做離場
Entry: When the price spread between the two coins deviates significantly from the mean (exceeds the set standard deviation), this is considered an "extreme deviation," so a pairs trade is initiated.
Exit: As soon as the zScore returns to 0—meaning the price relationship between the two coins has reverted to the mean—the position is closed immediately.
Cooldown mechanism: After each exit, a specified number of candlesticks must pass before a new entry is allowed, effectively reducing over-trading.
Advantages of the “exit at zScore=0” method:
Reduces whipsaw losses: By avoiding exits at just the boundaries (e.g., zScore returning to 1), it can capture a larger portion of the mean reversion move.
Simple and intuitive: The rules are easy to follow, without needing to judge additional trends or market regimes.
Well-suited to ranging markets: This strategy performs better in sideways or clearly mean-reverting markets.
Note:
This method should be used together with “waynecoin version 2.” Due to script limitations, it only allows one position at a time, so compared to waynecoin version 2, some signals may be missed. However, you can use the exit signals from this version to close positions—when an exit signal appears after the close of the corresponding candlestick, close the position.
波動率
EscobarTrades:- Session Opens/Box's)Marks out session opens for you, Shows you different sessions with color boxes
RAHA - Roni's Adjusted Hybrid AverageRoni's Hybrid Moving Average Oscillator
Each value in the series is weighted inversely to its distance from the mean, meaning that outliers have less impact.
The indicator reduces distortions caused by extreme movements.
More suitable for cases such as volatile stocks.
מתנד הממוצע ההיברידי של רוני
כל ערך בסדרה מקבל משקל הפוך למרחקו מהממוצע כלומר חריגים משפיעים פחות.
האינדיקטור מצמצם עיוותים שנגרמים על ידי תנועות קיצוניות.
מתאים יותר למקרים כמו מניות תנודתיות.
Setra Alert by Sekolah Trading🔷 How It Works
Dynamic Pair & Timeframe Detection
Auto-detects current symbol and timeframe
Applies correct pip threshold for each pair:
XAUUSD, USDJPY, GBPUSD, AUDUSD, EURUSD, BTCUSD, etc.
Timeframes: 5m, 15m, 1h
Candle Structure Filtering
Body = abs(close - open)
Wick = upper + lower shadow
Must pass wick ratio condition (≤ 30%)
Signal Conditions
Body ≥ threshold
Wick ≤ 30%
Clear bullish or bearish structure
Visual Output
🔺 Blue triangle = Bullish momentum
🔻 Red triangle = Bearish momentum
🔷 Alert System Explanation
This script provides two built-in alert conditions:
✅ Momentum Bullish
Triggers when:
Large bullish body
Wick ≤ 30%
Final 20–90 seconds of candle
Confirmed real-time (no repaint)
✅ Momentum Bearish
Same conditions applied to bearish candles
🔔 How to Set Alerts
Add alert on chart
Choose condition: Momentum Bullish or Momentum Bearish
Set frequency: Once Per Bar
Customize message, e.g.:
“Bullish momentum on XAUUSD M15”
Alerts help traders prepare entries before the candle closes.
🔷 How to Use
Load the script on a 5m, 15m, or 1h chart
Adjust pip values for your pair via input menu
Watch for triangle markers near candle close
Combine with:
Trend indicators (EMA, Supertrend)
S/R levels, breakouts, or liquidity zones
Optional volume or order flow confirmation
🔷 Why This Script is Closed-Source
This version includes protected logic developed by Sekolah Trading, including:
Dynamic pip calibration
Wick/body structural filtering
Non-repainting real-time alert logic
While the code is protected to prevent misuse, all logic and intent have been clearly explained here as required by TradingView's House Rules.
🔷 Disclaimer
This tool is meant for technical analysis and educational purposes only. It is not financial advice, and no signal is guaranteed. Always use proper risk management and confirm trades independently.
Z-Score + Momentum Strategy (Filtered)✅ What the script does:
Calculates the Z-Score of price with EMA smoothing.
Calculates Momentum as the difference between the current price and the price n bars ago.
Generates signals:
Buy: When the Z-Score is rising and relatively positive, and momentum is increasing.
Sell: When the Z-Score is falling, and momentum is decreasing.
Plots BUY and SELL labels on the candles.
Provides alerts that can be activated from the TradingView settings.
Displays Z-Score and Momentum in the lower pane of the chart.
🎯 How to use the script:
Copy the code into the Pine Editor on TradingView.
Click "Add to Chart".
Enable alerts using the alertcondition settings.
You can modify the following parameters:
Z-Score period: length
Momentum lookback period: momentumLength
Z-Score entry threshold: threshold
Icy-Hot Visual Indicator [SciQua]🧊 Icy-Hot Visual Indicator
This indicator colors your price bars and/or chart background based on a normalized & smoothed transform of any price-based input (default: close). It gives you a quick “temperature map” of market momentum or volatility—cool blues for low readings, hot reds for high readings—without cluttering your chart.
🔍 Key Features
1. Dual Visual Layers
Candle Gradient: Applies a smooth, multi-color gradient to candle bodies and wicks based on normalized, smoothed input data
Background Gradient: Adds a semi-transparent gradient behind the candles to highlight broader trend zones or volatility regimes
2. Advanced Customization
Normalization Types: bounded, unbounded, z-score, MAD, percentile, sigmoid, tanh, rank, robust, and more
Smoothing Methods: EMA, SMA, WMA, RMA, HMA, TEMA, VWMA, Gaussian, LinReg, ExpReg, and others (12+ options)
3. Gradient Control: Choose 2–7 color stops, reverse direction, adjust display length
Flexible Source Inputs
Use any built-in price series (close, hl2, volume, etc.)
Feed outputs from external indicators (RSI, custom oscillators, moving averages) into either layer
❓How It Works
Inputs are normalized (z-score, bounded, etc.) then smoothed (EMA, LinReg, etc.) in the order you choose. The result is clamped to 0–1 and passed through a multi-stop gradient engine for precise color mapping.
✨ What Makes It Original
While many indicators apply colors or smoothing, this script combines multi-stage normalization, adaptive smoothing, and a modular gradient rendering engine in a highly customizable dual-layer system. It’s built using proprietary functions from the SciQua suite that are not available in public libraries and allow for advanced visual encoding without relying on alerts, signals, or extra panes.
This makes it original in both design and execution—offering a visual-first approach with unique depth, clarity, and flexibility.
🔐 Why This Script Is Closed-Source
While the underlying functions are published in the open-source SciQua library, this indicator’s specific implementation, configuration architecture, and visual behavior are proprietary. It combines multiple library utilities into a dual-layer adaptive system that handles advanced gradient rendering, multi-stage normalization, and smoothing pipelines in a unique way.
The source is closed to protect the design logic, interface abstraction, and fine-tuned behaviors that make this indicator commercially valuable. The building blocks are open to the Pine community, but this assembled product is not meant for replication or redistribution.
How to Use It
1. Highlight Trend Strength
Source: RSI percentile
Setup: 200-bar look-back, mild smoothing
Result: Warm tones when momentum is peaking; cool when it’s fading. Use as a quick filter for entries in the direction of the trend.
2. Visualize Volatility Regimes
Source: ATR or True Range
Setup: Bounded normalization with tighter smoothing bar color off, bg color on.
Result: Background bands that shade when volatility spikes. Helps you avoid low-volatility breakouts or throttle position sizing in choppy markets.
3. Combine with Other Indicators
Source: Output of your custom indicator (e.g., a Keltner Band width)
Setup: Match normalization period to your strategy’s timeframe
Result: Bars colored by your own logic—no extra panes, just enhanced candles.
4. Background Only Heatmap
Turn off bar coloring and dial in semi-transparent background shades—keeps candles crisp while still giving you a context heat-map behind price.
TradeCrafted - Intraday Consolidation Zones Detector🛡️ TradeCrafted – Intraday Consolidation Zones Detector
Avoid the Trap. Trade Only the Break.
The Intraday Consolidation Zones Detector is engineered to protect traders from one of the most common and costly pitfalls in trading — getting stuck in sideways, choppy price action. Whether you're a scalper or an intraday trend follower, this tool helps you stay out when the market is indecisive and only engage when it truly matters.
🔍 What It Does:
📦 Automatically detects tight price consolidation zones by analyzing price containment behavior within a short window of time.
🧱 Plots visual boundaries of the consolidation range directly on your chart — highlighting areas of uncertainty where smart money often stays flat.
🚫 Issues a “Get Out” warning when excessive consolidation patterns are detected in a single session — telling you when it’s time to step aside and protect your capital.
🔄 Resets daily, so you're always working with fresh, session-specific structure.
💡 How This Can Protect Your Capital:
Trading in consolidation is where most retail traders lose money — fake breakouts, whipsaws, and premature entries are all common traps. This indicator acts as your risk filter:
❌ Stops you from entering low-probability trades.
❌ Prevents emotional entries during boring or manipulated phases.
✅ Keeps you aligned with market structure and breakout potential.
✅ Helps you focus only when the market is ready to move — not when it’s asleep.
✅ Ideal For:
Intraday traders wanting to avoid chop and noise.
Strategy builders needing a reliable range detector.
Risk-conscious traders looking for a discipline-enhancing tool.
Let the market show its hand first. This script helps you wait with purpose — and strike with clarity when it matters.
TradeCrafted - Gaps in Candles Live🚀 TradeCrafted – Gaps in Candles Live
Instant Gap Detection. Real-Time Signals.
The TradeCrafted – Gaps in Candles Live indicator is a precision tool that scans your chart for true gap formations — those moments when price completely jumps above or below the previous candle, often signaling strong institutional activity or momentum shifts.
🔍 Key Features:
📈 Gap Up Alerts: Highlights when the current candle opens entirely above the previous high — a potential bullish breakout signal.
📉 Gap Down Alerts: Marks when the current candle opens entirely below the previous low — a possible bearish momentum signal.
✅ Real-Time Plotting: Gaps are detected and displayed live, with bold green and red labels for instant visibility.
🎯 Designed for all assets — stocks, indices, crypto, and forex — on any timeframe.
🧠 Why Use It?
Great for spotting momentum ignition points.
Helps identify institutional buying or selling footprints.
Ideal for gap trading strategies or opening range analysis.
Just add it to your chart and let the gaps speak for themselves — no settings, no confusion, just clarity.
No Wick CandlesOVERVIEW
In trading, no wick candles (also called full-body candles or marubozu in Japanese candlestick terminology) are powerful momentum indicators. They show that price moved in one direction for the entire duration of the candle, with no pullback or hesitation.
No upper wick : price never went above the open (in bearish case) or close (in bullish case)
No lower wick : price never went below the open (in bullish case) or close (in bearish case)
No wicks at all : open and close are the exact high and low = a full-body candle
⚠️ Caution : One candle alone isn’t always enough for a decision — confirm with:
• Volume
• Support/resistance context
• Follow-through candle behavior
SUMMARY
No wick candles = strong conviction from buyers or sellers with zero hesitation during that time period.
They’re valuable for scalpers, breakout traders, and momentum strategies — especially on high volume or at key levels.
TradeCrafted Buy And Sell Volume📊 TradeCrafted Buy And Sell Volume — Volume Strength with Directional Clarity
The TradeCrafted Buy And Sell Volume indicator brings smart volume analysis to your chart by breaking down total volume into buying vs. selling pressure, helping you gauge which side is in control.
🔍 What It Does:
Splits each candle’s volume into Buy Volume and Sell Volume based on where the close occurs within the candle.
Highlights strong Buy or Sell signals when volume exceeds a defined threshold and one side dominates.
Includes a Volume Moving Average for trend context.
📈 Visual Insights:
Teal bars represent Buy Volume.
Red bars represent Sell Volume.
Fuchsia line shows the smoothed Volume MA to help you compare with current volume.
✅ Ideal For:
Traders wanting directional volume clarity.
Volume-based scalpers and breakout traders.
Anyone looking to understand who's driving the market: buyers or sellers.
TradeCrafted live Zigzag Trend Lines🧠 TradeCrafted live Zigzag Trend Lines — Trend Shift Detection with Supertrend Logic
The TradeCrafted live Zigzag Trend Lines is a powerful visual indicator that connects key trend reversal points using bold, color-coded lines. It's designed to help you spot trend changes clearly and act with confidence.
🔹 Blue lines connect significant bearish-to-bullish reversals, helping you identify new uptrends.
🔸 White lines connect bullish-to-bearish reversals, signaling potential downtrends.
📈 Features:
Highlights Buy and Sell signals directly on the chart using real-time crossover
logic.
Automatically draws trend lines at key turning points — visually mapping out price structure.
Simple, no-setup interface with hardcoded settings for consistent and clean results.
Built for scalpers and swing traders looking for early trend confirmation.
✅ Great For:
Traders who love clean visuals and want to reduce noise.
Price action traders who value structure over indicators.
Anyone looking to visually follow trend shifts with minimal delay.
Economic Event Timer & Alerts [AlgoXcalibur]Stay ahead of market-moving news with this real-time event tracker and countdown alert system.
This essential algorithm displays critical scheduled events that may influence sudden spikes in market volatility, helping you stay aware and reduce exposure to unpredictable moves before they even happen. Featuring a captivating on-chart display with event titles, adjustable time zone, real-time countdowns, and live alert notifications — you’ll always know what’s ahead — so you can prepare, not react.
🧠 Algorithm Logic
The Economic Event Timer & Alerts system delivers critical market awareness through an array of integrated functions. At its core, a live countdown table provides real-time updates on the day’s scheduled economic events, with dynamic, color-coded countdowns that ensure fast and easy interpretation at a glance. Complementing the table, Countdown Alerts notify you 30 minutes, 10 minutes, and 1 minute prior to each event—giving you clear, timely reminders without the need to constantly monitor your chart. The adjustable time zone input supports ET, CT, MT, PT, or UTC, so the displayed time-of-event aligns with your trading session. Rigorously refined, the algorithm updates the table daily—and clearly displays No Scheduled Events Today to provide certainty and reassurance on days without scheduled events. Packaged in a minimalist, unobtrusive design, the tool remains visually clean and focused for serious traders.
Updated automatically for hassle-free peace of mind.
⚙️ Features
• Time Zone Selector: Easily toggle between time zones to match your trading session.
• Countdown Alerts: Enable real-time notifications to keep you informed and aware of events without having to monitor the chart.
• Update & Expiration Awareness Feature:
This innovative feature includes a simple visual and alert system that prompts you when it’s time to reload the indicator & recreate alerts — ensuring your alerts are always tied to the latest data update.
🔄 Update Available
On the final day of current event data, the indicator will:
• Display Update Available on the indicator’s table
• Send an alert at 4:00 PM ET reminding you to reload & recreate alerts
You can load the updated version anytime that day.
⛔ Expired
If not reloaded, the next day the indicator will:
• Display an EXPIRED banner on the indicator’s table
• Send a Data Expired alert every day at 8:30 AM ET that prompts you to recreate alerts, until you do or disable the alert.
This prevents missing event alerts unknowingly.
Why is this feature necessary?
Even though the indicator is updated when necessary (typically every 2–4 weeks) to provide upcoming event data automatically, TradingView alerts do not auto-update —they stay tied to the version of the script that was active when the alert was created.
This thoughtful refinement is designed to ensure your alerts remain synced to current events and ready for when it matters most.
🚨 Protect Your Capital
At AlgoXcalibur, we understand that the best way to be profitable is to avoid unnecessary risk.
Dedicated to empowering traders with insight that matters, we designed this tool to transform inconvenient economic calendars into effortless, essential information—displayed directly on your chart. Whether you’re managing open positions or timing new trades, knowing when impactful events are about to hit is crucial to being proactive, protecting capital, and trading with confidence. This is not a technical analysis indicator—this is a risk management tool that provides traders with a fundamental edge.
Built for traders who value risk management, market awareness, and algorithm automation.
🔐 To get access or learn more, visit the Author’s Instructions section.
Trend Reversal Trading Indicator🔍 What It Does
The TRTI indicator is a custom-built tool designed to identify potential trend reversals and plot buy/sell signals on the chart using adaptive volatility-based logic. Unlike basic trend indicators, TRTI recalculates dynamic upper and lower thresholds based on price action and volatility, allowing more precise signal generation.
⚙️ How It Works
Uses a custom trend reversal engine built on median price and ATR-based ranges
Tracks evolving high/low thresholds (TUp / TDown) to define trend direction
Generates 'Long' and 'Short' labels when a clean trend change is confirmed
No reliance on Pine Script’s built-in indicators - this logic is manually developed
Inputs like TRTI Trend and TRTI Swift allow users to control the signal sensitivity
✅ Why It’s Unique
Fully custom-coded trend logic - not a wrapper around built-in indicators
Designed to reduce false breakouts by confirming conditions before flipping trend
Lightweight and effective for intraday, swing, and positional strategies
Offers clean visual entries, especially useful for traders focusing on price action-based trading
⚠️ Note
No indicator is perfect or predictive. TRTI is meant to support decision-making, not replace your analysis. It helps identify potential high-probability reversal zones based on structure and volatility behavior.
TrendBoxThis indicator is called "TrendBox," designed to help traders analyze daily price ranges using several technical indicators. Below is a breakdown of its functionality, purpose, and key components:
Purpose
The script overlays indicators on a chart to assess whether the price is above or below key levels and moving in a trend.
VIX-based expected range (index fund targeted)
- This helps calculate the expected dealers range based on VIX implications. You can expect to see ranges be bought on and sold on. Moving outside this range creates heightened volatility and most of the time a gamma squeeze follows.
VWAP (Volume Weighted Average Price)
- This allows you to understand the mid point or average pricing of the daily session. If you're paying a premium or getting a discount on the daily session.
Daily Market Open
- Identifying the market open price is a key level on a daily session and allows you to identify some level of intraday trend.
Daily 4-period VWMA
- This is a crucial role of our indicator and showing short term time frame bias. Seeing price move over the top of our daily 4 level establishes a short term trend and can be used as a distribution guide, closing positions when we see longer time frame candles close under it. Vice versa for shorting.
It also displays a status box (optional) summarizing whether the price is above or below these levels, helping traders quickly evaluate market conditions.
long short ratioSummary
Transform your analysis with a clear view of the market's true engine: capital.
The Long/Short Ratio HUD is a visual analysis tool designed to offer an instant perspective on the battle between buyers and sellers. Unlike traditional volume indicators that only measure the quantity of assets traded, this HUD measures the actual monetary value (e.g., USD, USDT) flowing into the market, giving you a much more accurate reading of true sentiment and conviction.
This indicator is presented as a clean, non-intrusive Heads-Up Display (HUD) in a corner of your chart, allowing you to keep your workspace clear while receiving high-value information.
Key Features
Intuitive Sentiment Bar: Instantly visualize the percentage of dominance between buyers (green) and sellers (red) in the current timeframe.
True Monetary Volume: Calculations are not based on simple volume (number of shares or coins) but on quote volume (Volume x Price). Discover how much real capital is backing the bulls and bears.
Data Smoothing: It uses an Exponential Moving Average (EMA) to smooth the volume data, showing the trend in sentiment rather than the noise of a single candle.
Non-Intrusive HUD: Docks to your chosen corner, displaying essential information without cluttering your price action and analysis.
Smart Number Formatting: Large monetary volumes are automatically abbreviated (e.g., 2.1M for millions, 850K for thousands) for a quick and easy read.
Fully Customizable: Easily adjust the HUD's position and the EMA's length (sensitivity) to fit your trading style.
How It Works & How to Interpret It
The indicator analyzes each candle's structure (body and wicks) along with its monetary volume to determine the buying and selling pressure.
Sentiment Calculation:
A green candle with a large body and a high close indicates strong buying pressure.
A red candle with a large body and a low close indicates strong selling pressure.
Long wicks signify a battle; the indicator intelligently distributes the volume to reflect who won that intra-bar fight.
Practical Interpretation:
Clear Dominance (e.g., > 70% Green): Suggests strong control by buyers. Look for confirmation of a trend continuation.
Balance (~50%/50%) with High Monetary Volume: Indicates a major battle or an absorption phase. Although significant capital is being traded, there is no clear winner. This is a key signal to be alert for a potential reversal or consolidation.
Divergences: One of the most powerful signals. If the price is rising but the buying sentiment on the HUD is decreasing, it could indicate that the uptrend is losing capital momentum and is vulnerable to a correction.
Disclaimer
This indicator is provided for educational and analytical purposes only. It does not constitute financial advice or a recommendation to buy or sell any asset. All investment and trading decisions are the sole responsibility of the user. Past performance is not indicative of future results.
HB BollingerBollinger Bands are a popular technical analysis tool developed by John Bollinger in the 1980s. They help traders identify periods of high or low volatility in the price of a financial instrument (like a stock, currency, or commodity) and potential overbought or oversold conditions.
Volume FVG | Liquidity Gaps + (Z-Core Edition)Volume FVG Pro+ — Smart Fair Value Gaps with Volume & ATR Filters
🚀 This tool automatically detects and highlights Fair Value Gaps (FVG) on the chart, including zones with abnormal volume spikes and real price significance.
💡 What's inside:
📦 Regular FVGs + Volume FVGs (based on Z-Score) — shows where large players left their footprint.
🔎 ATR-based filtering — removes market noise and shows only high-value price gaps.
💥 Bullish and Bearish zone separation, with clean, intuitive visuals.
🎯 Mitigation logic — wick/close detection + depth % to react only to true tests.
📈 Auto-extended zones to current bar.
🎨 Full customization: colors, transparency, box length, label toggles, display limits.
⚡ Why Volume FVGs matter:
Volume FVGs aren’t just price gaps — they’re institutional action zones.
They tend to:
Hold price and react 15–20% more effectively than standard FVGs.
Act as reversal or impulse points.
Help filter out noise and validate setups before entry.
📌 With ATR-filtering, you skip random gaps and focus only on zones that really matter.
🛠️ Who is it for:
Smart Money, Liquidity, and Order Flow traders.
Those who want confirmation zones, not just painted boxes.
Intraday and swing traders trading reactions, volume and structure.
💬 If you like it — drop a like, add to favorites, and share how you use it 💪
Feedback and support = more 🔥 features on the way!
Volume FVG Pro+ — умный индикатор Fair Value Gaps с объёмной фильтрацией и гибкой логикой
🚀 Этот инструмент автоматически определяет и подсвечивает Fair Value Gaps (FVG) на графике, включая зоны с аномально высоким объёмом и ценовой значимостью, которые часто становятся точками силы и разворота.
💡 Что внутри:
📦 Обычные FVG и объёмные FVG (Volume FVG) на основе Z-Score — видны зоны, где действительно бил крупняк.
🔎 ATR-фильтрация — отсекает рыночный шум, оставляя только ключевые разрывы ликвидности.
💥 Разделение бычьих и медвежьих блоков с чистой и понятной визуализацией.
🎯 Митигация зон (Wick/Close + % глубины) — умная логика реакции на касание.
📈 Протягивание актуальных зон до текущей цены.
🎨 Полная кастомизация: цвета, прозрачность, длина блоков, лимиты отрисовки.
⚡ Почему Volume FVG важны:
Объёмные FVG — это не просто область между свечами. Это след, который оставили институциональные участники в момент агрессивных действий.
Статистически такие зоны:
Удерживают цену и отрабатываются на 15–20% надёжнее, чем обычные.
Часто становятся точкой начала импульса или разворота.
Помогают подтвердить зону, от которой реально можно торговать.
📌 Благодаря ATR-фильтрации, ты больше не тратишь время на "мусорные FVG", а видишь только те зоны, которые имеют значение.
🛠️ Для кого:
Трейдеров, работающих со Smart Money, Liquidity и Order Flow.
Тех, кто ищет точки подтверждения входа, а не просто зоны на графике.
Интрадей и свинг-игроков, кто торгует от реакции, объёма и структуры.
💬 Если понравилось — поддержи лайком, добавь в избранное, и расскажи, как используешь 💪
Поддержка и обратная связь = развитие новых функций 🚀
Volatility Strategy 01a quantitative volatility strategy (especially effective in trend direction on the 15min chart on the s&p-index)
the strategy is a rule-based setup, which dynamically adapts to the implied volatility structure (vx1!–vx2!)
context-dependent mean reversion strategy based on multiple timeframes in the vix index
a signal is provided under following conditions:
1. the vvix/vix spread has deviated significantly beyond one standard deviation
2. the vix is positioned above or below 3 moving averages on 3 minor timeframes
3. the trade direction is derived from the projected volatility regime, measured via vx1! and vx2! (cboe)
Rotation Strong HoldersStrong Holders Rotation
A mean reversion indicator with volatility-adjusted levels.
Concept:
The indicator is based on Mean Reversion Theory, which states that asset prices eventually return to their long-term average value. The greater the deviation from this mean value, the higher the probability of correction.
Unlike classical approaches that simply assume "the larger the deviation, the stronger the reversal," we've identified key threshold levels where reversal probability increases dramatically, generating high-confidence reversal signals.
Through extensive testing, we discovered that different stocks exhibit unique volatility profiles, making fixed threshold values ineffective. Our indicator dynamically adjusts overbought/oversold zones using:
- Beta coefficient (asset's sensitivity to market volatility)
- Multi-timeframe trend analysis (trend confirmation on higher timeframes)
- Adaptive Smoothed Moving Averages (SMMA)
---
HOW TO USE
The indicator identifies three key zones:
1. Red (Upper) - Overbought zone, likely price reversal downward
2. Blue (Middle) - Shows the asset's current position relative to green and red zones, indicating overbought or oversold conditions
3. Green (Lower) - Oversold zone, potential upward bounce
Signals:
- Buy: When the blue line enters the zone where the stock price is too low to ignore (green band indicates oversold condition)
- Sell: When the blue line enters the zone where the stock price is too high to ignore (red band indicates overbought condition)
Dynamic Levels:
The overbought/oversold zone boundaries automatically adjust based on the beta coefficient (higher volatility assets have wider ranges)
Key Settings:
- `Base Index` (SPX, NDX, DJI) - Volatility comparison benchmark
- `Beta Calculation Period` - Lookback period (default: 252 days)
---
The indicator's background serves as a supplementary confirmation signal, using higher timeframe moving average crosses:
- Red background: Consider avoiding or selling the stock
- Green background: Favorable buying conditions
---
Limitations:
- May generate false signals for:
✓ Stocks in extreme trends (e.g., NVDA during AI chip boom)
✓ Companies at risk of bankruptcy
- Not optimized for:
✓ Index trading
✓ Healthcare sector stocks
---
EMA/ATR/RSIThis indicator overlays three key technical measures—Exponential Moving Average (EMA), Average True Range (ATR), and a custom-scaled Relative Strength Index (RSI)—on your price chart, all using the same lookback period.
Features
• EMA (Exponential Moving Average): Smooths price action to highlight trend direction.
• ATR (Average True Range): Measures market volatility via an RMA-smoothed True Range.
• RSI (Modified): Scales the standard RSI by subtracting 35 and multiplying by 2, shifting the baseline for clearer momentum signals.
Inputs
• period (integer): Lookback length for EMA, ATR, and RSI calculations (default: 14).
How to Use
1. Adjust period to suit your preferred timeframe (e.g., 14 for daily charts, 7 for intraday).
2. Use the EMA line to identify trend direction and dynamic support/resistance.
3. Monitor ATR to gauge changing volatility—wider bands signal stronger moves.
4. Watch the modified RSI crossovers around zero:
• Above 0: Bullish momentum
• Below 0: Bearish momentum
Combine these three overlays to refine entries, exits, and stop-loss placement based on trend strength, volatility, and momentum all in one view.