Conqueror IndicatorThe Conqueror Indicator is a technical indicator from the trading world, originally developed in the context of trend-following trading by Courtney D. Smith. In well-known forums such as stevehopwoodforex.com, the logic has been defined as follows:
It signals an uptrend when today’s closing price is below the 10-day moving average, that average is below the 10-day moving average from 10 days ago, and, additionally, today’s closing price is below the closing price from 40 days ago (using EUR/AUD as an example).
Indicators and strategies
Conqueror IndicatorThe Conqueror Indicator is a technical indicator from the trading world, originally developed in the context of trend-following trading by Courtney D. Smith. In well-known forums such as stevehopwoodforex.com, the logic has been defined as follows:
It signals an uptrend when today’s closing price is below the 10-day moving average, that average is below the 10-day moving average from 10 days ago, and, additionally, today’s closing price is below the closing price from 40 days ago (using EUR/AUD as an example).
S-Count — Mur4t4ltun V1S-Count — Mur4t4ltun V1 provides a clean, stable visualization of Setup (1–9) and Series (1–13).
• Perfect 8/9 highlighting (boxed 8, “M9” for a flawless 9).
• Reference dots: earliest extreme within the 9-bar window (support on buys, resistance on sells).
• Series start: on the M9 bar when the close meets the gate (buys ≤ low , sells ≥ high ).
• Deferral “+”: if bar 13 fails the gate, the series defers; “+” appears only on the bar where deferral begins.
• After M13, a Stop line is drawn (true-range based). Invalidation is close-based (Buy=white, Sell=blue).
• UI: “Show Only 9’s”, separate toggles for numbers/series/reference/stops, optional version badge.
• Stable plotting (no dynamic plot tricks) — publish-friendly.
Included alerts:
• Sell Prediction – Setup Completed
• Perfect Sell Setup Only
• Buy Prediction – Setup Completed
• Perfect Buy Setup Only
• Sell Series — Completed
• Buy Series — Completed
• CD Stop Level Buy — Broken (close < cdStopBuy)
• CD Stop Level Sell — Broken (close > cdStopSell)
Note: For educational purposes only; not financial advice.
[iQ]PRO ZigZag Structure+ PRO ZigZag Structure+
Overlay ‑ Trend & Structure Tool
• ATR-based ZigZag that filters noise without repainting past pivots
• Live Algorithmic Pivot labels at swing turns (toggle on/off)
• Optional regime filter to recolor labels for trend vs. range confluence
• Zero bloat—one indicator, two main inputs, instant visual clarity
What it does:
The script walks price action with an ATR volatility threshold, marking only the swings that exceed a user-defined multiple. Each confirmed specific algorithmic structured pivot is automatically tagged. Supply your own regime reading (-1, 0, 1) if you want bullish, bearish or neutral tinting; otherwise labels print in neutral gray.
Settings
ZigZag ATR Length – look-back period for volatility calculation
ZigZag ATR Multiplier – minimum distance (in ATRs) to qualify a swing
Label Swings – show/hide Pivot Label text
Show Structure – master switch for the entire overlay
Regime Consensus – external input for dynamic label coloring (optional)
Use cases
• Market-structure mapping at a glance
• Quick confluence checks for breakout or retracement entries
• Clean chart backdrop when combined with volume or momentum tools
Compatibility
• All intraday & daily time-frames
• Candles, Heikin-Ashi, Renko, etc.
• No external security calls → no delays
Here is the same tool with 3 settiings variations, and by using the step for change in setting as confluence made.
ADAM MMiQ
5MIN - MID,OUT,LOWEST
1MIN - MID, OUTER, MID
+!
Queso Heat IndexQueso Heat Index (QHI) — ATR-Adaptive Edge-Pressure Gauge
QHI measures how strongly price is pressing the edges of a rolling consolidation window. It heats up when price repeatedly pushes the window up , cools down when it pushes down , and drifts back toward neutral when price wanders in the middle. Everything is ATR-normalized so it adapts across symbols and timeframes.
Output: a signed score from −100 … +100
> 0 = bullish pressure (hot)
< 0 = bearish pressure (cold)
≈ 0 = neutral (no side dominating)
What you’ll see on the chart
Rolling “box” (Donchian window): top, bottom, and midline.
Optional compact-box shading when the window height is small relative to ATR.
Background “thermals”: tinted red when Heat > Hot threshold, blue when Heat < Cold threshold (intensity scales with the score).
Optional Heat line (−100..+100), optional 0/±80 thresholds, and optional push markers (PU/PD).
Optional table showing the current Heat score, placeable in any corner.
How it works (under the hood)
Consolidation window — Over lookback bars we track highest high (top), lowest low (bottom), and midpoint. The window is called “compact” when box height ≤ ATR × maxRangeATR .
ATR-based push detection — A bar is a push-up if high > prior window high + (epsATR × ATR + tick buffer) . A push-down if low < prior window low − (epsATR × ATR + tick buffer) . We also measure how many ATRs beyond the edge the bar traveled.
Heat gains (symmetric) — Each push adds/subtracts Heat:
base gain + streak bonus × consecutive pushes + magnitude bonus × ATRs beyond edge .
Decay toward neutral — Each bar, Heat decays by a percentage. Decay is:
– higher in the middle band of the box, and
– adaptive : the farther (in ATRs) from the relevant band (top when hot, bottom when cold), the faster it decays; hugging the band slows decay.
Midpoint bias (optional) — Gentle drift toward hot when trading above mid, toward cold when below mid, with a dead-zone near mid so tiny wobbles don’t matter.
Reset on regime flip (optional) — First valid push from the opposite side can snap Heat back to 0 before applying new gains.
How to read it
Rising hot with slow decay → strong upside pressure; pullbacks that hold near the top band often continue.
Flip to cold after being hot → regime change risk; tighten risk or consider the other side.
Compact window + rising hot (or cold) → squeeze-and-go conditions.
Neutral (≈ 0) → edges aren’t being pressured; expect mean-reversion inside the box.
Key inputs (what they do)
Window & ATR
lookback : size of the Donchian window (longer = smoother, slower).
atrLen : ATR period for all volatility-scaled thresholds.
maxRangeATR : defines “compact” windows for optional shading.
topBottomFrac : how thick the top/bottom bands are (used for decay/pressure logic).
Push detection (ATR-based)
epsATR : how many ATRs beyond the prior edge to count as a real push.
tickBuff : fixed extra ticks beyond the ATR epsilon (filters micro-breaches).
Heat gains
gainBase : main fuel per push.
gainPerStreak : rewards consecutive pushes.
gainPer1ATRBrk : adds more for stronger breakouts past the edge.
resetOppSide : snap back to 0 on the first opposite-side push.
Decay
decayPct : baseline % removed each bar.
decayAccelMid : multiplies decay when price is in the middle band.
adaptiveDecay , decayMinMult , decayPerATR , decayMaxMult : scale decay with ATR distance from the nearest “target” band (top if hot, bottom if cold).
Midpoint bias
useMidBias : enable/disable drift above/below midpoint.
midDeadFrac : width of neutral (no-drift) zone around mid.
midBiasPerBar : max drift per bar at the box edge.
Visuals (all default to OFF for a clean chart)
Plot Heat line + Show 0/±80 lines (only shows thresholds if Heat line is on).
Hot/Cold thresholds & transparency floors for background shading.
Push markers (PU/PD).
Heat score table : toggle on; choose any corner.
Tuning quick-starts
Daily trending equities : lookback 40–60; epsATR 0.10–0.25; gainBase 12–18; gainPerStreak 0.5–1.5; gainPer1ATRBrk 1–2; decayPct 3–6; adaptiveDecay ON (decayPerATR 0.5–0.8).
Intraday / noisy : raise epsATR and tickBuff to filter noise; keep decayPct modest so Heat can build.
Weekly swing : longer lookback/atrLen; slightly lower decayPct so regimes persist.
Alerts (included)
New window HIGH (push-up)
New window LOW (push-down)
Heat turned HOT (crosses above your Hot threshold)
Heat turned COLD (crosses below your Cold threshold)
Best practices & notes
Use QHI as a pressure gauge , not a standalone system—combine with your entry/exit plan and risk rules.
On thin symbols, increase epsATR and/or tickBuff to avoid spurious pushes.
Gap days can register large pushes; ATR scaling helps but consider context.
Want the Heat in a separate pane? Use the companion panel version; keep this overlay for background/box visuals.
Pine v6. Warm-up: values appear as soon as one bar of window history exists.
TL;DR
QHI quantifies how hard price is leaning on a consolidation edge.
It’s ATR-adaptive, streak- and magnitude-aware, and cools off intelligently when momentum fades.
Watch for thermals (background), the score (−100..+100), and fresh push alerts to time entries in the direction of pressure.
ETH Perp-Spot PremiumETH Perp–Spot Premium (Composite)
Tracks the percentage premium or discount of ETH perpetual futures versus a composite spot basket across major exchanges (Binance, Bybit, OKX, Bitfinex, Bitstamp, Coinbase, Kraken).
The histogram plots the current premium %, with a Basis MA for trend reference. EMA crossovers are marked on-chart and can trigger alerts, helping to spot momentum shifts between contango and backwardation. A built-in table shows live composite perp and spot prices along with the current basis.
Use it to:
• Monitor changes in ETH perp–spot price relationship
• Identify shifts from discount to premium (and vice versa)
• Support directional or mean-reversion strategies
Educational purposes only.
AURA AI v1Advanced multi-signal indicator with AI-inspired confidence filtering and adaptive trend detection. Combines classic technical tools with smart filtering to deliver clean, prioritized trade signals and a minimalist dashboard.
Multiple signal tiers (Primary, Secondary, Scalp)
Confidence-based alerts with cooldowns and filters
Customizable EMAs and multi-timeframe trend analysis
Lightweight, efficient, and designed for retail traders who want actionable info without clutter
Use it to spot high-probability setups and stay ahead without drowning in noise.
[ABP+]AutoBiasProThis overlay builds a complete intraday trading “dashboard” on top of price. It tracks active market sessions (Asia, London, New York AM/Lunch/PM), draws their boxes and ranges, and switches trade states dynamically depending on whether you’re inside a session or not. Outside any session it pauses with a clear “Hold Up” status; on session entry it immediately reassesses and flips to “Go Long”, “Go Short”, “Mismatch”, or “Waiting” based on live conditions and higher-timeframe alignment.
It also plots key higher-timeframe structure: daily/weekly/monthly opens, highs/lows, optional separators, plus H4 open and H4 high/low bands with optional alerts when those levels are taken out. You can add the “True Day Open” line and stop lines extending after a user-defined cutoff.
A compact trend gauge scores momentum (normalized to recent volatility) and labels it Strong/Weak. Visual buy/sell markers appear on the chart, while a persistent comment line summarizes the current action (“Go Long”, “Go Short”, “Mismatch”, “Hold Up”, “Waiting”) and updates instantly when conditions change. All of this is mirrored in a two-column dashboard table showing: HTF bias, LTF bias, current session, signal state, trend strength, confirmation text, and (optionally) the latest/average kill-zone ranges.
Structure tools include:
Swing levels: automatic horizontal lines from recent large and small pivot highs/lows, projected forward with your chosen style/length.
Fair Value Gaps: three-candle gap detection that draws a box and a midline (CE), auto-extending until the gap is mitigated or removed.
Finally, a simplified 2-timeframe HTF candles module renders compact candles for two chosen higher timeframes to the right of the active chart. It’s minimal by design: just body/border/wicks with your bull/bear colors, spacing controlled by a single padding setting, and tiny top-aligned labels showing the TF name and a small countdown timer to the next close. No traces or imbalance overlays—just clean context at a glance.
Ro-Trades EMA 9/21Thanks for using our indicator
Our indicator shows the EMA 9 and the EMA 21 combined into one indicator, this could be used for shortening the amount of indicators you have to use.
How to Use
Using the indicator is simple just add it to your chart (Don't forget to boost and favorite if you like it) and then you can use it to help you see crosses with our VWAP indicator too!
Socials
You can report any bugs on our twitter here x.com
Thanks for reading enjoy!
LUPA BASIC INDICATOR 4.0LUPA BASIC INDICATOR is a set of modifications to the well-known ADX, AO, BBWP, and Konkorde indicators. Used together, they help identify market entries more effectively and profitably.
Liquidity Sweep Scanner [TradingFinder]🔵 Introduction
Recognizing how liquidity develops and how price reacts at key structural levels is critical for spotting precise, low-risk trade entries. The Liquidity Sweep Scanner is an advanced tool built to track market activity in real time, pinpoint liquidity sweeps, define reaction zones, and identify confirmation candles across multiple instruments and timeframes.
Key Advantages :
Detects high-probability reversal points with precision.
Combines liquidity analysis, market structure, and candle confirmation.
Works seamlessly across multiple symbols and timeframes.
This screener can scan a broad watchlist or analyze every timeframe of a single asset to find optimal reversal zones. It starts by identifying a clear swing point either a swing high or swing low and marking a reaction zone between that point and the candle’s highest or lowest open/close value.
If price revisits the zone, performs a liquidity grab, and forms an indecision candle such as a doji or narrow-bodied bar that closes inside the zone, this may indicate rejection of the level and a failed breakout attempt. Based on the surrounding market context, the screener then flags a potential bullish or bearish reversal and generates the appropriate Long or Short signal.
By focusing on precise entry timing, institutional order flow alignment, and filtering out false breakouts, the Liquidity Sweep Scanner zeroes in on the market areas where liquidity engineering, reversal potential, and inefficiency overlap. This makes it an indispensable tool for price action traders who rely on clear, high-quality setups without the distraction of market noise.
🔵 How to Use
The Liquidity Sweep Scanner continuously evaluates market structure, issuing alerts when a potential reversal setup emerges. It merges liquidity behavior, swing point analysis, and candle confirmation within predefined reaction zones.
To illustrate, imagine price forms a swing high or low, then later returns to that level. If it sweeps the prior extreme and produces a qualifying candle inside the reaction zone, the tool signals a possible reversal.
🟣 Long Setup
For a bullish scenario, the screener first spots a valid swing low a level often packed with sell-side liquidity. From there, it defines a reaction zone stretching from the swing low to the candle’s lowest open/close point.
If price retests this area with a wick dipping below the swing low but then closes back inside the zone, it signals absorption of selling pressure and rejection of further downside. The screener then awaits a confirmation candle commonly a doji or small-bodied bar closing inside the zone. Once these conditions align, a Long signal is logged and, if alerts are active, the trader receives a notification.
🟣 Short Setup
For bearish opportunities, the process begins by locating a valid swing high typically an area dense with buy-side liquidity. The reaction zone is drawn from the swing high to the candle’s highest open/close value.
When price retests this zone, sweeps above the swing high, and fails to close higher, it suggests a bull trap and waning upward momentum. The screener then requires a confirmation candle often a doji or rejection bar that closes back within the zone before confirming a Short signal.
These bearish setups help traders pinpoint likely institutional sell zones, offering a clear view of where price may reverse following a liquidity event.
🔵 Settings
🟣 Logical settings
Liquidity Swing period : You can set the swing detection period.
Market Structure Period :You can set the Pivot Period to determine the detection direction.
Max Swing Back Method : It is in two modes "All" and "Custom". If it is in "All" mode, it will check all swings, and if it is in "Custom" mode, it will check the swings to the extent you determine.
Max Swing Back : You can set the number of swings that will go back for checking.
Maximum Distance Between Swing and Signal : The maximum number of candles allowed between the swing point and the potential signal. The default value is 50, ensuring that only recent and relevant price reactions are considered valid.
🟣 Display Settings
Table on Chart : Allows users to choose the position of the signal dashboard either directly on the chart or below it, depending on their layout preference.
Number of Symbols : Enables users to control how many symbols are displayed in the screener table, from 10 to 20, adjustable in increments of 2 symbols for flexible screening depth.
Table Mode : This setting offers two layout styles for the signal table :
Basic : Mode displays symbols in a single column, using more vertical space.
Extended : Mode arranges symbols in pairs side-by-side, optimizing screen space with a more compact view.
Table Size : Lets you adjust the table’s visual size with options such as: auto, tiny, small, normal, large, huge.
Table Position : Sets the screen location of the table. Choose from 9 possible positions, combining vertical (top, middle, bottom) and horizontal (left, center, right) alignments.
🟣 Symbol Settings
Each of the 10 symbol slots comes with a full set of customizable parameters :
Symbol : Define or select the asset (e.g., XAUUSD, BTCUSD, EURUSD, etc.).
Timeframe : Set your desired timeframe for each symbol (e.g., 15, 60, 240, 1D).
🟣 Alert Settings
Alert : Enables alerts for LSS.
Message Frequency : Determines the frequency of alerts. Options include 'All' (every function call), 'Once Per Bar' (first call within the bar), and 'Once Per Bar Close' (final script execution of the real-time bar). Default is 'Once per Bar'.
Show Alert Time by Time Zone : Configures the time zone for alert messages. Default is 'UTC'.
🔵 Conclusion
The Liquidity Sweep Scanner equips traders with a precise, structured method for spotting high-probability reversals by merging liquidity sweeps, reaction zone mapping, and candle confirmation.
It not only filters out market noise but also highlights price areas where inefficiency and reversal potential align. Beyond identifying clean entry points, the tool includes a market direction detection feature allowing traders to quickly determine the prevailing trend and align their trades accordingly.
With adjustable settings such as the Pivot Period for fine-tuning detection direction, it adapts to various trading styles and timeframes, making it a powerful and versatile addition to any trader’s strategy.
Weekly Trend (Daily EMA Waves)
Weekly Trend Daily timeframe fixed EMA wave
Daily 100 EMA
Daily 200 EMA
Doble cruce de emas con STIdeal for moving average crossover strategies, marking the Asian and NY kill zones and a super trend to detect possible stop loss zones.
Volume Divergence [Eqtihub]It's a simply volume indicator. You should watch for breaks on both volume uptrend and volume downtrend. It uses fibonacci numbers to build smoothed moving average of volume.
Also you can check divergences for trend reversal and momentum loss.
Jul 4, 2020
Release Notes
Divergence lines and labels added.
PIPSTA - FLIP**"Trade like the institutions, confirm with AI precision, and monitor your edge live — all in one indicator."**
This is not just a signal generator. It’s a fusion of ICT Smart Money Concepts, AI-powered trend detection, and PIPSTA live performance tracking — built to help traders anticipate, execute, and adapt faster than the crowd.
The ICT module watches the market the way banks do, detecting Market Structure Shifts, Breaker Blocks, Order Blocks, Liquidity Sweeps, and Fair Value Gaps. It understands when sessions like London or New York are about to trigger volatility, giving you precision-mapped zones where smart money is most likely to act.
The AI Gold Digger engine rides the momentum. Using Supertrend logic, ATR-driven sensitivity, multi-timeframe bias detection, and adaptive color-coded zones, it confirms when price action is aligned with institutional footprints. Breakout and pullback signals are plotted in real time, making trade timing more refined and less emotional.
Meanwhile, the PIPSTA panel keeps score — tracking win rate, pip gain/loss, risk/reward, and accuracy as trades develop. Fully customizable, it sits on your chart like a live trading dashboard, giving you instant feedback on whether your strategy is in sync with current market behavior.
The workflow is simple: ICT spots high-probability price zones, AI Gold Digger confirms momentum alignment, and PIPSTA monitors live performance. This gives you institutional-grade insight, AI precision, and statistical proof — all in one view. Designed for day traders, scalpers, and swing traders who want clear setups, actionable confirmations, and live results without switching tools.
Rank Correlation Index (RCI) with EMA [Point Algo]📌 Rank Correlation Index (RCI) with EMA – Spot Overbought & Oversold Zones with Ease
This tool helps traders quickly identify overbought and oversold market conditions, along with potential momentum shifts.
How to use:
Above 80 → Overbought zone – watch for pullback or reversal.
Below -80 → Oversold zone – watch for bounce or reversal.
Crossing above 0 → Possible bullish momentum.
Crossing below 0 → Possible bearish momentum.
Who is it for?
✅ Day traders spotting intraday reversals
✅ Swing traders timing entries & exits
✅ Beginners wanting a simple, visual market strength tool
💡 Works on stocks, forex, crypto, and indices. Use alone or with other confirmations like support/resistance.
EEI - Day-Trade Signals (v3.3.2)An adaptive, non-repainting intraday trade signal framework that combines multiple proven concepts into a single, dynamic tool for day trading US and Canadian equities. Designed to replace the need for juggling multiple indicators, EEI continuously scores market conditions on each bar (0–100) using:
Trend alignment – Intraday EMA-200, higher-timeframe EMA, daily bias.
Volatility & liquidity – ATR expansion vs. mean, relative volume (RVOL) with optional “latch” memory.
Momentum – Wilder ADX/DMI, OBV trend, and slope confirmation.
Micro-structure – EMA21/EMA34 ribbon, pullbacks to VWAP/EMA, break-of-structure (BOS) triggers.
Volatility compression – Bollinger Band / Keltner Channel squeeze detection.
The indicator issues PRE (“armed”) and GO (confirmed) long/short signals, adapting sensitivity automatically to intraday regimes:
Open Drive boost (09:45–10:15) – looser thresholds, wick-break confirmation, shorter cooldown.
Mid-day relaxers (10:30–14:30) – increased sensitivity in quieter tape.
Power Hour boost (15:00–15:55) – late-day breakout bias.
Trend-day mode – heat-map of ADX, ATR, RVOL, and drift from day-open lowers thresholds further and uses 1-bar GO windows.
Additional logic includes:
Surge override – RVOL + large-body impulse or OR breakout can bypass cooldown.
Anti-cluster spacing – minimum ATR distance between same-side PREs.
Adaptive chase filter – prevents chasing extended moves beyond nearest anchor (EMA200/VWAP/EMA21).
OR penalty – reduced scoring near OR boundaries in the first hour after OR close.
A built-in performance panel tracks hit rate, average MFE/MAE, and event counts over a rolling horizon. All calculations are non-repainting, with consistent series evaluation to maintain historical accuracy.
Best use
Combine PRE/GO with your execution strategy: PRE for watch-listing and stalking setups, GO for entries. Tune presets (Conservative → Turbo) or individual thresholds for your instrument and timeframe. Suitable for 1–5 minute charts; works on most liquid tickers.
nkh Candle ConfirmThis script showing candle confirmation, hide and show the label if the label overlapping.
nkh
SAMC's Keltner Oscillator • Mark 3A high-signal oscillator that highlights momentum shifts and potential volatility expansions.
It blends Keltner Channels with Bollinger Bands to visualize compression (“squeeze”) and release phases with a clear, color-coded histogram.
its pretty straightfrwd but:
Independent lengths/multipliers for BB & KC so you can fit any symbol or TF, so customizable.
Visual schemes: i made some templates u can toggle from and i named them :
Aurora, Matrix, Synthwave,
Ocean, Fire, Midnight,
Electric, Poison, Solar, Glacier.
Spot trends — A sustained run of same-color bars supports continuation.
Catch reversals — A color flip near the zero line often marks a momentum turn.
Read the squeeze — Flat/short bars around zero + tight BB guides suggest low volatility; a burst in bar size with a decisive color often precedes a strong move.
i used a toggle switch for :
Keltner: Length, Mult-1, Mult-2, Source.
Bollinger: Length, Multiplier, Source, “Always Show BB” toggle.
Style: Color scheme, “Use palette on bars,” histogram glow on/off, line transparency.
© Drsamc — CH-ARC series.
Educational use only; not financial advice.
Relative Volatility Mass [SciQua]The ⚖️ Relative Volatility Mass (RVM) is a volatility-based tool inspired by the Relative Volatility Index (RVI) .
While the RVI measures the ratio of upward to downward volatility over a period, RVM takes a different approach:
It sums the standard deviation of price changes over a rolling window, separating upward volatility from downward volatility .
The result is a measure of the total “volatility mass” over a user-defined period, rather than an average or normalized ratio.
This makes RVM particularly useful for identifying sustained high-volatility conditions without being diluted by averaging.
────────────────────────────────────────────────────────────
╭────────────╮
How It Works
╰────────────╯
1. Standard Deviation Calculation
• Computes the standard deviation of the chosen `Source` over a `Standard Deviation Length` (`stdDevLen`).
2. Directional Separation
• Volatility on up bars (`chg > 0`) is treated as upward volatility .
• Volatility on down bars (`chg < 0`) is treated as downward volatility .
3. Rolling Sum
• Over a `Sum Length` (`sumLen`), the upward and downward volatilities are summed separately using `math.sum()`.
4. Relative Volatility Mass
• The two sums are added together to get the total volatility mass for the rolling window.
Formula:
RVM = Σ(σ up) + Σ(σ down)
where σ is the standard deviation over `stdDevLen`.
╭────────────╮
Key Features
╰────────────╯
Directional Volatility Tracking – Differentiates between volatility during price advances vs. declines.
Rolling Volatility Mass – Shows the total standard deviation accumulation over a given period.
Optional Smoothing – Multiple MA types, including SMA, EMA, SMMA (RMA), WMA, VWMA.
Bollinger Band Overlay – Available when SMA is selected, with adjustable standard deviation multiplier.
Configurable Source – Apply RVM to `close`, `open`, `hl2`, or any custom source.
╭─────╮
Usage
╰─────╯
Trend Confirmation: High RVM values can confirm strong trending conditions.
Breakout Detection: Spikes in RVM often precede or accompany price breakouts.
Volatility Cycle Analysis: Compare periods of contraction and expansion.
RVM is not bounded like the RVI, so absolute values depend on market volatility and chosen parameters.
Consider normalizing or using smoothing for easier visual comparison.
╭────────────────╮
Example Settings
╰────────────────╯
Short-term volatility detection: `stdDevLen = 5`, `sumLen = 10`
Medium-term trend volatility: `stdDevLen = 14`, `sumLen = 20`
Enable `SMA + Bollinger Bands` to visualize when volatility is unusually high or low relative to recent history.
╭───────────────────╮
Notes & Limitations
╰───────────────────╯
Not a directional signal by itself — use alongside price structure, volume, or other indicators.
Higher `sumLen` will smooth short-term fluctuations but reduce responsiveness.
Because it sums, not averages, values will scale with both volatility and chosen window size.
╭───────╮
Credits
╰───────╯
Based on the Relative Volatility Index concept by Donald Dorsey (1993).
TradingView
SciQua - Joshua Danford
BTFD 5 Break-Out indyThe "BTFD 5 Break-Out indy" indicator uses background colors and buy/sell triangles to visually represent trading signals and position status based on its logic. Here's a brief explanation of the logic behind the green/red background and buy/sell triangles:
- **Green/Red Background**:
- **Green Background**: Displayed when the indicator is in a "long" position, meaning a buy signal has been triggered and the position is active. This indicates the market is in a favorable state for holding a long trade, based on conditions like an oversold breakout or strong momentum.
- **Red Background**: Shown when not in a long position, either before entering a trade or after exiting due to a sell signal (e.g., trend reversal, overbought conditions, or stop-loss hit). It signals a neutral or unfavorable state for buying.
- **Buy/Sell Triangles**:
- **Buy Triangles (Green, Below Bar)**: Plotted when a buy signal is triggered, indicating a high-probability entry point. This occurs when the market shows signs of recovery from an oversold state (e.g., a significant upward shift in the smoothed Z-score) or strong momentum (e.g., a rapid change in the rate-of-change metric). The triangle marks the exact bar where the long position is initiated.
- **Sell Triangles (Red, Above Bar)**: Plotted when an exit condition is met, signaling the close of a long position. Exits are triggered by a trend reversal (e.g., a trailing moving average turning bearish), a shift to overbought conditions, or a stop-loss breach. The triangle marks the bar where the position is closed.
In summary, the green background reflects an active long trade, while red indicates no position. Buy triangles signal entry points based on oversold breakouts or momentum, and sell triangles mark exits due to trend changes, reversals, or losses, aligning with institutional dip-buying strategies.
BE-Indicator Aggregator toolkit [Enhanced]█ Overview:
BE-Indicator Aggregator toolkit is an enhanced version of the original toolkit which is built for those we rely on taking multi-confirmation from different indicators available with the traders.
The enhanced version of the Toolkit aid's traders in understanding their custom logic for their trade setups and provides detailed level the results on how it performed over the past considering additional set of parameters such as:
Session Inputs
Parallel Entry | Single Entry
Pyramid Entry | Re - Entry
Single | Multiple Exit Levels, Exit On Opposite Signal
Trailing Of Stop Loss (Liberal & Aggressive Trails)
Extend Target Levels (Locking Profit vs Moving SL to Cost) with Trailing SL
█ Technical Enhancement:
This version is equipped to understand multiple strategies / trade setup for long and short keeping the performance intact. Its important to note that Custom Builder requires text input and hence you are expected to balance between text heavy input vs creative construct of strategy.
toolkit in the backed, equipped with lazy loading features to check the logics and by which performance is kept high at all the time. Depending on the inputs toolkit decides to check for the setups on eligible bars.
█ Additional Features:
Calculated Variables: These are Inner variables which are and can be part of each parameter. These variables can help in conducting mathematical operations before accessing if the logic.
Supported Operating symbols : +, -, *, /, %, (-)
'Sample code to identify HangingMan Candle
VAR-HangingMan:AND:O|L|C, O - L|G|H - O
'O - L & H - O are the calculated variables
Note: Ensure to use space between each of the source values to understand that it requires calculation before pushing for logical assessment.
Another Example: Check if HM candle occurred at Moving average line loaded in Source 1 of the setting.
VAR-HangingMan:AND:O|L|C, O - L|G|H - O
'Check if Low is Less than or Equal to MA line value
VAR-HMClose2MA:AND:ES1 - L|GE|0, HangingMan
'Above Line can be also written as "VAR-HMClose2MA:AND:L (-) ES1|GE|0, HangingMan".
'Enclosing operating symbol with parenthesis converts the output as absolute values.
'Check if Previous Candle was Red and HM candle touched the MA line to trade Reversal Setup
VAR-TwoCandleChk:AND:O |G|C , HMClose2MA
Scope Variables: VAR- keyword can be used to define Logical Conditions as well as independent condition. Defining Rules for VAR- still remain the same. Indicator does the bifurcation. Its better to Map your setups to each of Variable and finally call One L- or S- Condition with OR logic.
A Sample Diagram:
VAR-CriteriaCheck1:Code1
VAR-CriteriaCheck2:AND:Code1, Code2
VAR-CriteriaCheck3:OR:Code1, Code2, Code3
VAR-LongStrategy1:AND:CriteriaCheck1, CriteriaCheck2
VAR-LongStrategy2:OR:CriteriaCheck3, CriteriaCheck2
L-OR:LongStrategy1, LongStrategy2
Note: Search Prioritization starts from Left to Right. LongStrategy1 will be first searched and if not then only it searches for next Strategy. if LongStrategy1 is satisfied It wont search further.
WASTRUE & ISTRUE: These operations can now be part of VAR- keyword.
Note: Ensure to check the Output on the chart. Sometimes it may not work as expected as it can cause repaint and requires to run on each bar for accuracy, however toolkit is not calculating strategy inputs on each bar (basis the input) hence desired results may not come.
Customized Inputs: .
1. Parallelism: Toolkit treats non continuous signals as each Trade. Hence if your signal is valid on alternative bar. toolkit takes trade on alternative Bar whether previous trade is running or not. Toolkit analyses the performance of each trade separately.
You can turn off this method of calculation by enabling "Single Trade at a Time" so that No fresh signal is traded until the previous trade is closed.
2. TP Levels: Customization of TP levels is possible under Input Settings.
3. Independent SL & TGT Levels: Can define Separate SL & TGT levels for Long and Short Trades.
4. Algo Friendly: You can deploy Algo Alerts via Standard Alerts or Via Add Alerts on Indicator Method. Placeholders are made available to support any type of trading. You can customize on when the trading Alerts to be fired via Session Control option.
IMPORTANT Note for Scalpers using Standard Alert (Fx): If you Keep TGT levels very tight along with multiple TP level, on wild movements / Gaps --- if next tick upon Entry directly hits your TGT level, Initial TP level alerts will hit first and Next TP level alert will have 1 - 2 sec delay and so on until TGT alert is fired.
█ Understanding Results Table:
DISCLAIMER: No sharing, copying, reselling, modifying, or any other forms of use are authorized for our documents, script / strategy, and the information published with them. This informational planning script / strategy is strictly for individual use and educational purposes only. This is not financial or investment advice. Investments are always made at your own risk and are based on your personal judgement. I am not responsible for any losses you may incur. Please invest wisely.
Happy to receive suggestions and feedback in order to improve the performance of the indicator better.
New London Breakout Structure by AleThe "New London Breakout Structure" indicator is designed to identify structural breakout opportunities during the London session.
It combines market structure analysis, Change of Character (CHOCH) detection, and dynamic risk management using ATR.
MAIN FUNCTIONALITY:
• Defines a specific trading window (e.g., 04:00 to 05:00, user-adjustable).
• Identifies trend direction through recent high/low breakouts.
• Detects trend reversals with CHOCH signals.
• Applies filters to avoid very tight ranges.
• Calculates Stop Loss (SL) and Take Profit (TP) using ATR and a customizable Risk/Reward ratio.
• Visually displays entry levels, SL, TP, and the active session period on the chart.
HOW TO USE:
1. Set your desired session start and end times according to your time zone.
2. Adjust ATR length, multiplier, and R:R to match your risk profile.
3. Enable alerts to receive notifications when entry conditions are met.
RECOMMENDATIONS:
• Designed for currency pairs and high-liquidity assets.
• Works best on lower timeframes (1m to 15m) during the London session.
• This is an original, closed-source script with no third-party code reuse.
Note: The visual elements (lines and labels) are intended to help identify key zones and signals generated by the system.