TEMA PressureTEMA Pressure is designed for use with TEMA Cloud & TEMA Divergence. This 3rd installation completes the suite for a full momentum analysis system. Give it a try.
Osciladores
TEMA DivergenceTEMA Divergence works perfectly with TEMA Cloud & TEMA Pressure especially. Simply set the input length the same as the others and you have caculations that factor price in the exact same way.
GER MCB V2My version of Market Cipher B. V1
Combination of oscillator, vwap, rsi all in one.
Multi-timeframe.
V-TrendV-Trend — Core Edition
Overview
V-Trend is a lightweight trend-following study that plots a single, zero-lag (yes zero lag) baseline and—optionally—colors candles to match the prevailing direction. The script focuses on clarity and responsiveness rather than heavy-weight signal generation, making it a practical companion to existing strategies or discretionary analysis.
How it works
Component Purpose Notes
Core Smoother Calculates a phase-adjustable moving average designed to minimise lag while retaining smoothness. • Fixed length or simple autocorrelation-driven length
• Phase control (-100 to +100) lets you bias the line forward/backward for earlier or more conservative transitions
Neon Layers (optional) Adds up to ten semi-transparent “glow” layers around the baseline for improved visual separation on dark or busy charts.
Zero impact on calculations – purely cosmetic
Candle Modes 1. Trend Only – leaves native candles unchanged
Colored Candles – fills candles with the current trend colour
Hollow Outline – keeps candle bodies transparent while tinting outlines | Intended for quick chart-wide context without hiding price action |
Inputs
Group Key Settings Default
Core Smoother - Calculation Type (Fixed / Autocorrelation)
Trend Length (2–200)
Phase Shift (-100 … +100)
Price Source | Fixed, 30, 0, Close | | Visuals / Neon | Enable Glow, Glow Layers (1–10), Line Width, Long / Short Colors | Glow on, 5 layers, 3px | | Candles | Candle Mode (Trend Only / Colored / Hollow) | Colored Candles |
Reading the indicator
Trend Direction: Green baseline = bullish bias; red = bearish bias.
Crossovers: A simple way to define a regime change is when the baseline flips colour (core > core implies bullish).
Phase Shift: Positive values move the line forward for faster—but less filtered—signals; negative values delay confirmation.
Adaptive Length (Autocorrelation mode): Length adjusts between 8 and 48 bars based on short-term price rhythm, providing a dynamic balance between noise suppression and reactivity.
Typical use-cases
Primary trend filter – Combine with momentum or oscillator entries; only trade in the direction of the baseline.
Discretionary confirmation – Overlay on higher-timeframe charts to validate lower-timeframe signals.
Visual dashboard – Activate neon layers or candle coloring for at-a-glance market bias during fast markets.
Limitations & good practice
The script does not generate trade signals or manage risk. Treat the baseline as contextual information, then apply your own entry/exit rules and position sizing.
As with any trend filter, effectiveness varies across instruments and market conditions. Validate parameters with walk-forward or out-of-sample testing before live deployment.
Past performance is not indicative of future results; use in conjunction with robust risk management.
Version: 2025-04-27 (Pine v6)
Author: Sage © 2025
This indicator is provided “as-is” for educational purposes only and does not constitute financial advice.
BB+RSI+MACD Strategy (TKW)]This strategy is designed for mean reversion trading during range-bound, non-trending markets.
It combines Bollinger Bands, RSI, MACD, and ADX to identify extreme price deviations and potential reversal points.
Use Specifically on 15 min timeframe.
RSI with MF Values, Supertrend,Trendline - [upy]Everything you need about RSI in one indicator. With this indicator you will be able to more easily assess the strength of a divergence or if you are near a major resistance.
Future Candle Reversal Projection (Mastersinnifty)Overview
This tool identifies potential future market reversal zones by dynamically projecting pivot-based swing patterns forward in time. Unlike traditional ZigZag indicators that only reflect past movements, this indicator anticipates probable future turning points based on historical swing periodicity.
---
Key Features
- Forward Projections: Calculates and projects future swing zones based on detected pivot distances.
- Customizable Detection: Adjust the ZigZag depth for different trading styles (scalping, swing, position).
- Dynamic Updates: Real-time recalibration as new pivots form.
- Clean Visual Markers: Projects reversal estimates as intuitive labels and dotted lines.
---
How it Works
The indicator identifies significant swing highs and lows using a user-defined ZigZag depth setting. It measures the time (bars) and price characteristics of the latest swing movement. Using this pattern, it projects forward estimated reversal points at consistent intervals. Midpoint price levels between the last high and low are used for each future projection.
---
Who Can Benefit
- Intraday and swing traders seeking advanced planning zones.
- Technical analysts relying on pattern periodicity.
- Traders who wish to combine projected reversal markers with their own risk management strategies.
---
Disclaimer
This tool is an analytical and educational utility. It does not predict markets with certainty. Always combine it with your own analysis and risk management. Past behavior does not guarantee future results.
Stablecoin Supply Ratio [Alpha Extract]Stablecoin Supply Ratio Indicator
The Stablecoin Supply Ratio (SSR) indicator compares Bitcoin's market capitalization to the aggregate supply of major stablecoins, offering insights into relative purchasing power and liquidity. This tool helps traders:
✔ Assess Bitcoin's buying power relative to the available stablecoin liquidity.
✔ Detect periods of capital inflow or outflow from stablecoins.
✔ Identify market sentiment shifts based on stablecoin reserves.
🔶 CALCULATION
The indicator aggregates the supply of key stablecoins and compares it to Bitcoin's market cap:
Stablecoin Aggregation
• Inputs:
USDT, USDC, DAI, USDD (daily closing values).
BUSD Market Cap (Glassnode data).
• Total Stablecoin Supply:
Sum of the listed stablecoins' market caps.
Stablecoin Supply Ratio (SSR)
• Formula:
SSR = Bitcoin Market Cap / Total Stablecoin Supply
• Normalized SSR:
Normalized by dividing SSR by its 200-day SMA.
Bollinger Bands
• Bands are applied to the normalized SSR using a configurable moving average type and 2 standard deviations.
Example Calculation:
ssr = btcmc / stablecoin_liq
ratio = ssr / ta.sma(ssr, 200)
basis = ta.sma(ratio, 200)
dev = 2 * ta.stdev(ratio, 200)
upper = basis + dev
lower = basis - dev
🔶 DETAILS
Visual Features:
• Normalized SSR:
Plotted as a light green line.
• Upper Band:
Red line indicating SSR overbought zone.
• Lower Band:
Green line signaling SSR oversold zone.
Interpretation:
• High SSR: Indicates stablecoin reserves are low relative to Bitcoin's market cap, reducing stablecoin buying power.
• Low SSR: Suggests high stablecoin liquidity relative to Bitcoin's market cap, increasing potential buying pressure.
• Band Crosses: Movements beyond the upper or lower bands may signal sentiment extremes.
🔶 EXAMPLES
Market insights include:
• Capital Outflows: SSR rising into the upper band may reflect decreasing stablecoin reserves, potentially signaling a liquidity drain.
• Capital Inflows: SSR dropping near the lower band could indicate growing stablecoin reserves, potentially fueling Bitcoin demand.
🔶 SETTINGS
Customization Options:
• MA Type: Choose between SMA, EMA, WMA, SMMA, and VWMA for band calculation.
• Period: Adjust the 200-day smoothing period.
• Deviation Multiplier: Modify the standard deviation multiplier (default: 2).
The Stablecoin Supply Ratio indicator is a valuable tool for traders monitoring liquidity dynamics and stablecoin trends to anticipate Bitcoin market moves and capital flows.
Trend_Oscillator This indicator is a custom oscillator designed for trend identification and potential trade signals. Here's a breakdown of its functionality and potential trading applications:
Key Components
Overbought/Oversold Levels: Default at +100 and -100
Signal Line: Smoothed version (14-period SMA) of the oscillator
Visual Aids: Background coloring in overbought/oversold zones
(Alert Conditions: For zone entries/exits and signal line crosses)
Trading Applications
Potential Entry Signals
Oversold Zone Entry and Bounce:
When oscillatorValue crosses below -100 (oversold level), then turns back up
This suggests a potential long entry as the oversold condition may be reversing
Overbought Zone Entry and Reversal:
When oscillatorValue crosses above +100 (overbought level), then turns back down
This suggests a potential short entry as the overbought condition may be reversing
Signal Line Crossovers:
When oscillatorValue crosses above signal line = bullish signal (potential long)
When oscillatorValue crosses below signal line = bearish signal (potential short)
Zero Line Crosses:
When oscillatorValue crosses above zero = trend turning bullish
When oscillatorValue crosses below zero = trend turning bearish
Atlas Trend RsiAtlas Trend RSI – User Guide
1. Indicator Purpose
Atlas Trend RSI combines a classic RSI oscillator on the average price with optional smoothing, color-coded zones, and automatic pivot signals. It highlights overbought/oversold extremes, neutral ranges, and divergence-based profit-taking points.
2. Inputs & Configuration
Timeframe: Select a higher or lower timeframe RSI to overlay on your chart. Leave blank to match the chart’s timeframe.
Period: The length of the RSI calculation (default 14). Shorter values increase sensitivity; longer values smooth the line.
MA Type (SMA/EMA/RMA/WMA/VWMA): When “Average” is enabled, this applies a moving average to the RSI to filter noise.
Show Average: Toggle on to plot the smoothed RSI line. Use in ranging markets to reduce false signals.
Show Divergence Line: Toggles drawing of a line connecting RSI pivot highs/lows to help you spot hidden or regular divergence.
3. Colored Zones & Interpretation
10–40 (Oversold Zone): Shade in red. Watch for bullish reversals when RSI turns up from this area.
40–60 (Neutral Zone): Light gray. Indicates consolidation—no strong trend.
60–90 (Overbought Zone): Shade in green. Watch for bearish reversals when RSI turns down from this area.
Mid-zone (50 line): A break above/below 50 can confirm a shift from bearish to bullish momentum or vice versa.
4. Signal Tables & Emojis
Top-right: Bull 🐂, Bear 🐻 or Scale ⚖️ emoji appears when RSI pivot conditions trigger:
🐂 when a profitable long-exit (RSI peaked and turned down above overbought).
🐻 when a profitable short-exit (RSI troughed and turned up below oversold).
⚖️ when no clear pivot.
Bottom-right: Displays the current RSI value in parentheses for at-a-glance monitoring.
5. Alert Conditions
Two built-in alerts are available:
Long Profit-Take: Fires when RSI turns down after reaching your overbought threshold.
Short Profit-Take: Fires when RSI turns up after reaching your oversold threshold.
To enable, open the Alerts dialog, select “Atlas Trend RSI,” then choose “Long Profit-Take” or “Short Profit-Take.”
6. Recommended Usage
Trend Confirmation: In a strong uptrend, use dips into the 40–60 zone as buy opportunities; exits when you see the 🐂 alert.
Range Trading: In sideways markets, buy near the 10–20 level and sell near the 80–90 level, using the average line to filter noise.
Divergence Spotting: Enable “Divergence Line” to draw lines between price swings and RSI swings—look for hidden divergence (supports trend) or regular divergence (signals reversal).
Multi-TF Analysis: Apply a 4-hour RSI on a 1-hour chart to see the higher-TF momentum context.
7. Disclaimers
For educational purposes only; not financial advice.
Past performance does not guarantee future results.
Use these explanations in your TradingView publish dialog under “How to use” or “Usage.” Traders will immediately understand what each colored zone, emoji, and alert means and how to apply Atlas Trend RSI in their strategies.
Kalman Filtered RSI | [DeV]The Kalman Filtered RSI indicator is an advanced tool designed for traders who want precise, noise-free market insights. By enhancing the classic Relative Strength Index (RSI) with a Kalman filter, this indicator delivers a smoother, more reliable view of market momentum, helping you identify trends, reversals, and overbought/oversold conditions with greater accuracy. It’s an ideal choice for traders seeking clear signals amidst market volatility, giving you a competitive edge across any trading environment.
The RSI measures momentum by analyzing price movements over a set period, typically 14 bars. It calculates the average of price gains on up days and the average of price losses on down days, then compares these to produce a value between 0 and 100. An RSI above 70 often indicates an overbought market that may reverse downward, while below 30 suggests an oversold market that could reverse upward. RSI is great for spotting momentum shifts, potential reversals, and trend strength, but it can be noisy in choppy markets, leading to misleading signals.
That's where the Kalman filter comes in; it enhances the RSI by applying a sophisticated smoothing process that predicts the RSI’s next value based on its historical trend, then updates this prediction with the actual RSI reading. It operates in two phases: prediction and correction. In the prediction phase, it uses the previous filtered RSI and adds uncertainty from process noise (Q), which is derived from the historical variance of RSI changes, reflecting how much the RSI might unexpectedly shift. In the correction phase, it calculates a Kalman gain based on the ratio of prediction uncertainty to measurement noise (R), which is determined from the variance between raw RSI and a smoothed version, indicating the raw data’s noisiness. This gain weights how much the filter trusts the new RSI versus the prediction, blending them to produce a smoothed RSI that reduces noise while staying responsive to real trends, outperforming simpler methods like moving averages that often lag or oversmooth.
With the Kalman Filtered RSI, you get a refined view of momentum, making it easier to spot trends and reversals with clarity. This indicator’s ability to dynamically adapt to market changes delivers timely, reliable signals, making it a powerful addition to your trading strategy for any market or timeframe.
Quad Rotation StochasticQuad Rotation Stochastic
The Quad Rotation Stochastic is a powerful and unique momentum oscillator that combines four different stochastic setups into one tool, providing an incredibly detailed view of market conditions. This multi-timeframe stochastic approach helps traders better anticipate trend continuations, reversals, and momentum shifts with greater precision than traditional single stochastic indicators.
Why this indicator is useful:
Multi-layered Momentum Analysis: Instead of relying on one stochastic, this script tracks four independent stochastic readings, smoothing out noise and confirming stronger signals.
Advanced Divergence Detection: It automatically identifies bullish and bearish divergences for each stochastic, helping traders spot potential reversals early.
Background Color Alerts: When a configurable number (e.g., 3 or 4) of the stochastics agree in direction and position (overbought/oversold), the background colors green (bullish) or red (bearish) to give instant visual cues.
ABCD Pattern Recognition: The script recognizes "shield" patterns when Stochastic 4 remains stuck at extreme levels (above 90 or below 10) for a set time, warning of potential trend continuation setups.
Super Signal Alerts: If all four stochastics align in extreme conditions and slope in the same direction, the indicator plots a special "Super Signal," offering high-confidence entry opportunities.
Why this indicator is unique:
Quad Confirmation Logic: Combining four different stochastics makes this tool much less prone to false signals compared to using a single stochastic.
Customizable Divergence Coloring: Traders can choose to have divergence lines automatically match the stochastic color for clear visual association.
Adaptive ABCD Shields: Innovative use of bar counting while a stochastic remains extreme acts as a "shield," offering a unique way to filter out minor fake-outs.
Flexible Configuration: Each stochastic's sensitivity, divergence settings, and visual styling can be fully customized, allowing traders to adapt it to their own strategy and asset.
Example Usage: Trading Bitcoin with Quad Rotation Stochastic
When trading Bitcoin (BTCUSD), you might set the minimum count (minCount) to 3, meaning three out of four stochastics must be in agreement to trigger a background color.
If the background turns green, and you notice an ABCD Bullish Shield (Green X), you might look for bullish candlestick patterns or moving average crossovers to enter a long trade.
Conversely, if the background turns red and a Super Down Signal appears, it suggests high probability for further downside, giving you strong confirmation to either short BTC or avoid entering new longs.
By combining divergence signals with background colors and the ABCD shields, the Quad Rotation Stochastic provides a layered confirmation system that gives traders greater confidence in their entries and exits — particularly in fast-moving, volatile markets like Bitcoin.
Smart Money WaveTrendSmart Money WaveTrend 🚀
Unlock the power of momentum with Smart Money WaveTrend — a next-generation oscillator crafted for precision entries and exits.
This enhanced WaveTrend tool blends classic market structure with modern smart money concepts, giving traders a powerful edge.
🔹 Key Features:
WaveTrend Oscillator with customizable sensitivity for any market condition.
Dynamic Signal Coloring — instantly spot shifts with vibrant blue (bullish) and yellow (bearish) signal lines.
Emoji Signals 🚀🚨 — get visual alerts right on the chart for bullish and bearish setups.
Volume Spike Detection — confirm entries with smart volume analysis.
Overbought / Oversold Zones — clean static reference lines for better decision-making.
Optimized for Speed — no clutter, no distractions — just high-probability signals.
🎯 Designed For:
Traders who want early reversal signals.
Smart money strategies focusing on momentum shifts.
Anyone who values clarity, speed, and accuracy in their trading toolkit.
Trust the waves. Follow the smart money. Ride the momentum. 🌊
Pi Cycle | AlchimistOfCrypto Pi Cycle Top Indicator - A Powerful Market Phase Detector
Developed by AlchimistOfCrypto
🧪 The Pi Cycle uses mathematical harmony to identify Bitcoin market cycle tops
with remarkable precision. Just as elements react at specific temperatures,
Bitcoin price behaves predictably when these two moving averages converge! 🧬
⚗️ The formula measures when the 111-day SMA crosses below the 350-day SMA × 2,
creating a perfect alchemical reaction that has successfully identified the
major cycle tops in 2013, 2017, and 2021.
🔬 Like the Golden Ratio in nature, this indicator reveals the hidden
mathematical structure within Bitcoin's chaotic price movements.
🧮 When the reaction occurs, prepare for molecular breakdown! 🔥
Scalping Supertrend + Stochastic RSIThe Scalping Supertrend + Stochastic RSI Indicator is designed for short-term trading and scalping on lower timeframes. It combines the Supertrend indicator to identify trend direction with the Stochastic RSI to pinpoint overbought/oversold conditions for precise entry and exit signals. The indicator generates buy and sell signals when the Stochastic RSI crosses predefined levels (oversold/overbought) while aligned with the Supertrend’s trend direction.
Stochastic and RSI2 entriesStochastic and RSI2 entries, v1.0
This indicator combines Stochastic and RSI to facilitate "RSI2" entry signals. Buy signals will be shown at the bottom.
The default configuration uses non-standard settings for the underlying indicators to tailor it for this type of entry strategy.
This is an entry strategy that tries to find entries close to "the dip".
A combination of Stochastic crossovers, VWAP, daily SMA50 and daily SMA200 are used to verify buy signals.
This indicator is written for bullish signals and aims to find the start of short trends or cheap entries for longer positions.
Like with any strategy, some signals will be false, and the user is advised to do some own research before using the buy signals for actual entries.
Happy trading!
RSI MA Distance IndicatorRSI MA Distance Indicator with levels showing the absolute distance for the mean of the RSI
Paul_BDT Osc. CHOPOverview:
This indicator is an advanced multi-timeframe Choppiness Index tool, designed to help assess market conditions across various timeframes simultaneously. It assists in identifying whether the market is in a trending or ranging (choppy) phase, enhancing decision-making for both scalping and intraday strategies.
This script integrates:
• Choppiness Index computation (with EMA smoothing and Bollinger Bands).
• Multi-timeframe analysis (preset scalping/intraday setups or manual selection).
• Visual aids (color-coded plots, labels, and background highlights).
• Alert mechanisms for key conditions (choppy breakouts and trends).
⸻
Key Features & Functionalities:
1. Choppiness Index Calculation:
• The Choppiness Index (CHOP) quantifies market volatility—whether price action is consolidating (high CHOP values) or trending (low CHOP values).
• Formula:
\text{CHOP} = 100 \times \frac{\log\left(\frac{\sum \text{True Range}}{\text{High}{\text{max}} - \text{Low}{\text{min}}}\right)}{\log(\text{Period})}
• It is smoothed with an Exponential Moving Average (EMA) for stability.
• Bollinger Bands are applied to the CHOP for dynamic range visualization.
⸻
2. Multi-Timeframe Support:
• Preset Modes:
• Scalping Setups: 1min, 3min, 5min, 15min.
• Intraday Setups: 15min, 30min, 1H, 4H.
• Manual Configuration: Three customizable timeframes (e.g., daily, 3-day, weekly).
• Dynamic Display: Traders can choose which timeframes to visualize and whether to display labels with timeframe identifiers.
⸻
3. Visualization Aids:
• Plots:
• Primary CHOP with Bollinger Bands on the current chart’s timeframe (UT).
• Additional CHOP plots across selected timeframes, color-coded for easy differentiation.
• Labels:
• Labels are displayed on the chart for each timeframe, showing the CHOP value and its corresponding timeframe.
• These labels refresh every bar for clarity.
• Background Highlights:
• Signals choppy breakouts with a yellow overlay when the CHOP crosses below both its EMA and a set threshold (default: 50).
⸻
4. Alert System:
Two main alert types are built-in:
• Choppy Trend Alerts: Triggered when the CHOP crosses below the threshold (e.g., 50), signaling a potential shift toward a trending market.
• Choppy Spike Alerts: Activated when CHOP crosses below both its EMA and the threshold within a single candle—indicative of sudden shifts in market conditions.
• Alerts include:
• Directional bias (Long or Short based on candle close).
• Open/close levels.
• Stop-loss reference (previous bar’s high/low).
• Timestamp in the chosen time zone.
⸻
Strategic Application:
• Ranging Markets:
• CHOP values above threshold indicate high choppiness (consolidation).
• Suitable for range-bound strategies (mean reversion, scalping inside ranges).
• Trending Markets:
• CHOP values below threshold signal trending phases.
• Optimal for momentum or breakout strategies.
• Multi-Timeframe Edge:
• Cross-referencing CHOP conditions across multiple timeframes helps confirm higher probability setups.
• E.g., alignment between intraday and higher timeframes enhances confidence in trend continuations or reversals.
• Choppy Spikes:
• The spike detection (cross below both EMA and threshold within one candle) flags rapid transitions—potential breakout or breakdown scenarios.
⸻
Customization :
• Adapt CHOP period length and threshold based on asset volatility.
• Configure specific timeframes matching your strategy (scalping, intraday, swing).
• Enable or disable visual components (labels, background highlights, alerts) for a cleaner interface.
⸻
Conclusion:
This indicator provides a comprehensive and adaptable tool to monitor market structure dynamics across multiple timeframes. It’s particularly effective in discerning the right trading environment—whether to engage in trend-following or range-bound strategies. The integration of visual cues and proactive alerts ensures being informed of critical market transitions, enhancing timing and risk management.
[blackcat] L1 Bollinger Bands Width WatcherOVERVIEW
The Bollinger Bands Width Watcher is an advanced tool designed to monitor the width of Bollinger Bands, providing insights into market volatility and potential trend reversals. This indicator calculates both absolute and relative widths of the bands, plotting them on the chart for easy visualization. It also generates buy and sell signals based on crossover events, helping traders make informed decisions 📊✅.
Today, this article introduces the final member of the Bollinger Bands trio—Bollinger Bands Width (BBW). Derived from the renowned Bollinger Bands, this indicator measures price volatility and identifies trading signals. First, let’s delve into what Bollinger Bands are. They consist of three lines associated with the price of a security:
The middle line is typically a 20-day Simple Moving Average (SMA).
The upper and lower bands represent two standard deviations above and below the middle band.
The Bollinger Bands Width measures the distance between these upper and lower bands.
Bollinger Bands Width = (Upper Band - Lower Band) / Middle Band
Calculating BBW involves subtracting the lower band from the upper band and dividing by the middle band to obtain the BBW value. However, interpreting BBW values alone isn't enough to determine if they're narrow or wide. Different instruments or timeframes might define narrowness differently. To gauge the significance of band narrowing accurately, analyzing past BBW fluctuations alongside price movements is essential.
One prominent theory involving Bollinger Bands is the "squeeze." A squeeze setup comprises two phases:
Low volatility, where bands narrow, and prices move sideways.
Increased volatility, where prices breach either the upper or lower band, initiating a new trend.
During a bullish squeeze, BBW diminishes, and breaking above the upper band signals a new uptrend. Conversely, in a bearish squeeze, BBW declines, and falling below the lower band indicates a new downtrend.
While BBW excels at spotting squeezes, traders must exercise caution. Even with a squeeze setup, a robust market trend might not materialize. Validating breakouts necessitates personal judgment and additional confirmation techniques.
Now, let's explore key parameters and settings:
Length: Defines the period for computing the base SMA, defaulting to 20 days.
Source: Specifies the data source per candle, defaulting to the closing price.
Standard Deviation: Sets the number of standard deviations from the SMA for the upper and lower bands, defaulting to 2.
FEATURES
Calculates Bollinger Bands Width using customizable parameters:
Smoothing Length: Number of bars used for calculating the moving average and standard deviation.
Source Price: Defaults to closing prices but can be adjusted.
Standard Deviation Multiplier: Controls the width of the bands.
Plots two types of Bollinger Bands Width:
Absolute width relative to the basis (Yellow Line).
Relative width compared to the close price (Fuchsia Line).
Fills the area between the two plotted lines for better visual context 🌈
Generates buy ('Buy') and sell ('Sell') labels based on crossover events 🏷️
Provides alerts for crossover signals to notify users of potential trade opportunities 🔔
HOW TO USE
Add the indicator to your TradingView chart by selecting it from the indicators list.
Adjust the Smoothing Length, Source Price, and Standard Deviation Multiplier as needed ⚙️.
Observe the plotted Bollinger Bands Width lines and filled areas for insights into market volatility.
Monitor the chart for buy and sell labels indicating potential trade opportunities.
Set up alerts based on the generated signals to receive notifications when conditions are met 📲.
LIMITATIONS
The indicator may generate false signals in highly volatile or ranging markets 🌪️.
Users should combine this indicator with other forms of analysis for more reliable trading decisions.
The effectiveness of the indicator may vary depending on the asset and timeframe being analyzed.
NOTES
Ensure that you have sufficient historical data available for accurate calculations.
Test the indicator thoroughly on demo accounts before applying it to live trading 🔍.
Customize the appearance and parameters as needed to fit your trading strategy.
Stochastics + Williams VixFix Master Strategy📈 Stochastics + Williams VixFix Master Strategy
A precision-built reversal detection tool that combines momentum exhaustion with volatility panic spikes to identify high-probability turning points — especially effective on daily charts for ETFs and indices.
🔍 How It Works:
✅ Buy Signal triggers when:
Stochastics %K and %D are both oversold
A bullish crossover occurs
A VixFix spike confirms market fear
❌ Sell Signal requires:
%K and %D overbought
A bearish crossover + bearish candle confirmation (lower close and red bar)
🎯 Highlights:
Relaxed signal logic to avoid missed opportunities
Filters out weak sell signals in choppy zones
Clean visuals with background color cues
Alerts ready for automation
Use this strategy to confidently spot fear-driven bottoms and euphoria-driven tops — before the herd reacts.
KingMR Multi Stoch Div Strat w/MA CrossStochastics averages with 9/20 ma up/down indicators.
Reports Higher high / lower high/ lower low/ higher low signals of stochastic averages.
Best used with individual stochastics for full view of individual periods.
RSI-WMA + EMA Trend Filter | SL/TP DynamicA Simple Edge in Trending Markets
Base on RSI & WMA (RSI) Cross with EMA for trend filter.
RSI Strength & Consolidation Zones (Zeiierman)█ Overview
RSI Strength & Consolidation Zones (Zeiierman) is a hybrid momentum and volatility visualization tool that blends enhanced RSI interpretation with ADX-driven consolidation detection. This indicator doesn't just show where RSI is trending — it interprets how strong that trend is, when that strength changes, and where the market may be consolidating in anticipation of breakout movement.
Using a combination of Kalman-filtered RSI, custom-built DMI/ADX, and low-volatility zone recognition, it gives traders a dynamic RSI with strength-based coloring, while also highlighting consolidation zones to spot breakout opportunities.
█ Its uniqueness
Traditional RSI indicators lack context. They may show you when the market is overbought or oversold, but they won’t tell you how strong that condition is, or whether it’s likely to result in continuation or consolidation.
This tool aims to solve that by introducing adaptive strength metrics and structural compression zones, allowing traders to anticipate when the market is likely preparing for a move.
█ How It Works
⚪ Enhanced RSI
Combines traditional RSI and a custom RSI implementation
Smooths both through a Kalman filter for trend direction
Final RSI line reflects smoothed consensus between manual and built-in RSI
Adds an RSI + Strength overlay to show when the directional conviction is increasing
⚪ ADX-Driven Strength Layer
Directional Movement Index (DMI) is calculated both manually and with built-in smoothing
The average ADX value is used to calculate a strength modifier
When ADX exceeds 20, RSI is dynamically enhanced or dampened to reflect directional force
Resulting visual: RSI appears stronger or weaker based on confirmed trend conditions
⚪ Consolidation Zone Detection
When ADX falls below 20, the indicator enters a consolidation zone state
Boxes are drawn dynamically to contain the price within these low-volatility structures
Once the price breaks out of the zone, the indicator plots a breakout signal (▲ or ▼)
⚪ Breakouts
Breakout markers are placed at the first close outside the consolidation box
These signals serve as early indicators for potential trend continuation or reversal
█ How to Use
⚪ Confirm Momentum Strength
Use the RSI + Strength line to determine whether current momentum is backed by trend conviction. If strength expands alongside rising RSI, the move has confirmation.
⚪ Consolidations Zones
When RSI is around the midline, and a consolidation box appears, expect lower volatility and a range-bound market, followed by a breakout.
⚪ Use Breakout Signals for Entry
Look for ▲ or ▼ markers as early triggers. These often coincide with volume expansions or structural breaks.
█ Settings Explained
RSI Length – Number of bars used for RSI. Shorter = more sensitive.
DMI Length – Used in both custom and built-in ADX/DI calculations.
ADX Smoothing – Smooths the trend strength signal. Higher values = smoother strength detection.
Trend Confirmation (Filter Strength) – Adjusts the responsiveness of the Kalman filter.
-----------------
Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
4x Stochastic (20/80 and 15/85)4xstochastic range 20/80 or 15/85
Shows the 4 stochastics with default but ajustable settings:
Stochastic 1 (%K1 og %D1):
%K Length (periodK1): 9
%K Smoothing (smoothK1): 1
%D Smoothing (periodD1): 3
Stochastic 2 (%K2 og %D2):
%K Length (periodK2): 14
%K Smoothing (smoothK2): 1
%D Smoothing (periodD2): 3
Stochastic 3 (%K3 og %D3):
%K Length (periodK3): 40
%K Smoothing (smoothK3): 1
%D Smoothing (periodD3): 4
Stochastic 4 (%K4 og %D4):
%K Length (periodK4): 60
%K Smoothing (smoothK4): 1
%D Smoothing (periodD4): 10