Dr_Toolkit_ProDr_Toolkit_Pro is an advanced multi-timeframe indicator that analyzes market structure breaks across three different time horizons and combines them into a single normalized oscillator. By tracking swing highs and lows at short-term, intermediate-term, and long-term levels, it identifies high-probability trend continuation and reversal points. The addition of a **Stepped Moving Average** filter significantly reduces false signals by ensuring trades align with the prevailing trend.
Bandes et canaux
Buy and sell by Edwin KHere’s a quick and simple explanation:
---
**What it does:**
It’s a **custom volatility and trend indicator** that combines a **SMA, dynamic bands, extrapolated channels, and visual markers** to highlight price extremes and potential reversals.
**How it works:**
1. **SMA & Candle Coloring:**
* Plots a simple moving average (SMA).
* Candles above SMA → green, below SMA → red.
2. **Dynamic Bands / Extrapolated Channel:**
* Uses weighted sums of `hlc3` over a configurable length to generate **upper, lower, and mid bands**.
* Adds a volatility multiplier (like a StdDev) to widen/narrow the channel.
* Extrapolates future points with lines for visual guidance.
* Bands are colored (customizable) and optionally transparent/dashed.
3. **Triangle Markers:**
* Small triangles appear when price **touches or crosses** upper/lower bands.
* Red triangle above → price hits upper band.
* Green triangle below → price hits lower band.
4. **Alerts:**
* Triggers when price crosses above upper or below lower band (early warning, may repaint slightly).
**Result:**
You get a visually rich overlay showing trend direction, dynamic support/resistance channels, potential reversal points, and alerts for band breaches.
MAHAR K Stochastic IndicatorWhat It Does
%K line calculates fast stochastic of _src over length, then re-smoothed twice: sk (smoothK), %D (smoothD), and slower %F (smoothF).
Plots the three lines, draws 80/50/20 bands, and highlights extreme values by drawing red circles when sk hits 100 and green when it hits 0.
Notable Details
sma_signal chooses the smoothing kernel (SMA, EMA, WMA, DEMA). ma() delegates to the selected function and contains a VWMA branch even though VWMA is not listed in the input options.
A custom dema() helper implements the classic double EMA.
stOBOS is always true, so the ternary wrappers around the circle plots can be simplified.
Risk / Edge Cases
If highestHigh == lowestLow (flat price over the window) the %K calculation divides by zero, yielding na. Consider guarding against that or defaulting to previous values.
To actually expose VWMA, add it to the input options; otherwise remove the dead code branch.
Next Steps
Decide whether to safeguard the denominator before plotting.
Align the smoothing options with the available choices and prune the redundant conditionals if desired.
MA99+MA200+MA400HMA+SLMA+HMA+SL,you can type your enter price,00000011111112222223333333444444455555666666
P&L Ladder VisualizerUse for futures. Don't do math, just use this. Input entry price and number of contracts and off you go. You should see a price ladder on the chart.
Pitchfork-Trading Friendsuses the pitchfork to give entry and exit zones, and gives a net overall summary for a beginner trader to enter into.
Adaptive Gold Breakout v6.2 - Anti ManipulationA workaround:
Open a BTC/USDT chart in TradingView (it can be live data; this does not affect the alert).
You don’t need to trade directly on this chart; the alert sends the command to Autoview, which uses the Testnet API.
The most important thing is that the Autoview alias points to the Testnet, not the live account.
ATR Money Line Bands V2The "ATR Money Line Bands V2" is a clever TradingView overlay designed for trend identification with volatility-aware bands, evolving from basic ATR envelopes.
Reasoning Behind Construction: The core idea is to blend a smoothed trend line with dynamic volatility bands for reliable signals in varying markets. The "Money Line" uses linear regression (ta.linreg) on closes over a length (default 16) instead of a moving average, as it fits data via least-squares for a cleaner, forward-projected trend without lag artifacts. ATR (default 12-period) powers the bands because it measures true range volatility better than std dev in gappy assets like crypto/stocks—bands offset from the Money Line by ATR * multiplier (default 1.5). A dynamic multiplier (boosts by ~33% on spikes > prior ATR * 1.3) prevents tight bands from false breakouts during surges. Trend detection checks slope against an ATR-scaled tolerance (default 0.15) to ignore noise, labeling bull/bear/neutral—avoiding whipsaws in flats.
Properties: It's an overlay with a colored Money Line (green bull, red bear, yellow neutral) and invisible bands (toggle to show gray lines) filled semi-transparently matching trend for visual pop. Dynamic adaptation makes bands widen/contract intelligently. An info table (positionable, e.g., top_right) displays real-time values: Money Line, bands, ATR, trend—great for quick scans. Limits history (2000 bars) and labels (500) for efficiency.
Tips for Usage: Apply to any timeframe/asset; defaults suit medium-term (e.g., daily stocks). Watch color flips: green for longs (enter on pullbacks to lower band), red for shorts (vice versa), yellow to sit out. Use bands as S/R—breakouts signal momentum, squeezes impending vol. Tweak length for sensitivity (shorter for intraday), multiplier for width (higher for trends), tolerance for fewer neutrals. Pair with volume/RSI for confirmation; backtest to optimize. In choppy markets, disable dynamic mult to avoid over-expansion. Overall, it's adaptive and visual—helps trend-follow without overcomplicating.
Williams Alligator by Fawad (Teeth Close Logic)🐊 Williams Alligator Buy/Sell (Teeth Close Logic)
This custom indicator is based on Bill Williams’ Alligator, refined with clear Buy/Sell signals and additional tools for trend visualization.
🔍 Strategy Logic
Buy Signal → When the price crosses and closes above the Alligator Teeth (red line).
Sell Signal → When the price crosses and closes below the Alligator Teeth (red line).
The indicator uses the official Alligator formula with Smoothed Moving Averages (SMMA) and standard parameters (13, 8, 5, 8, 5, 3).
Optional 200 EMA, Trend Ribbon, and Price Labels are included for added clarity.
⚙️ Features
✅ True-to-original Alligator calculation (SMMA-based)
✅ Works across all timeframes — 1H, 4H, 12H, Daily
✅ Clean BUY / SELL arrows at key market transitions
✅ Background Trend Ribbon for quick visual confirmation
✅ Optional 200 EMA overlay for confluence
✅ Alert-ready — get notified instantly on signal triggers
📈 How to Use
Look for BUY signals when the Alligator "wakes up" and price moves above the red teeth line.
Look for SELL signals when the Alligator flips bearish and price moves below the red teeth line.
Combine signals with higher timeframe trend direction for better accuracy.
Liquidity Sweep & Reversal — Body Anchored + Risk (v6)Overview
The Liquidity Sweep & Reversal — Locked to Price (v6) indicator identifies liquidity sweeps around major swing highs and lows, confirming reversals when price closes back inside the swept level.
All signals are locked to price (bottom of green candle for BUY, top of red candle for SELL), so they remain perfectly aligned when zooming or scaling.
This indicator is ideal for swing traders and scalpers who trade reversals, liquidity events, and reclaim structures.
How It Works
Detects confirmed swing highs and lows using a pivot-based structure.
Waits for a liquidity sweep — when price wicks beyond a recent swing.
Confirms a reclaim when price closes back inside the previous swing level.
Triggers a BUY or SELL signal anchored to the candle body.
Automatically calculates stop loss and risk using ATR and your inputs.
Input Settings
Swing Detection
Swing Detection Strength: How many bars confirm a swing pivot. Higher = stronger swings.
Bars to Confirm Reclaim: Number of bars after a sweep for price to close back within the swing zone.
Swing Proximity %: How close price must come to a swing to count as a liquidity sweep.
Trend Filter (optional)
Use EMA Trend Filter: When enabled, only BUY in uptrend and SELL in downtrend.
Fast EMA Length / Slow EMA Length: Define EMAs used to detect trend direction.
Risk & Stop Management
ATR Length: Period for ATR calculation (volatility measurement).
Base ATR Stop Buffer (x ATR): Distance of stop loss from entry based on ATR multiplier.
Position Size (quote units): Your total position size in quote currency (e.g., USDT).
Risk % of (Position / 20): Defines how much of your position to risk per trade.
Example: (Position / 20) × Risk % = per-trade risk.
Chart Elements
BUY Arrow (green): Appears after a liquidity sweep and reclaim near a swing low.
SELL Arrow (red): Appears after a sweep and reclaim near a swing high.
Labels: Display entry price, stop loss (SL), and calculated risk dollar value.
EMAs: Optional fast/slow moving averages for directional bias.
Dynamic Stops: Adjust automatically using ATR × risk settings.
Trading Tips
Use BUY signals near liquidity sweeps under swing lows.
Use SELL signals near liquidity sweeps above swing highs.
Adjust swing length for different timeframes:
Lower values for scalping (3–5)
Higher values for swing trading (7–10)
Respect stop loss levels and use risk control settings for consistent sizing.
Combine with volume, OBV, or structure for confirmation.
Alerts
BUY — Locked to Price: "BUY: swing low reclaimed with dynamic stop."
SELL — Locked to Price: "SELL: swing high reclaimed with dynamic stop."
Best Use Cases
Liquidity-based reversals
Swing entry confirmation
Stop hunt reclaims
Structure-based entries
Author
Created by @roccodallas
For traders who value clean structure, risk control, and chart precision.
Bullish & Bearish Reversal Pattern with Sequential Bars20 Bollinger Bands and custom Stochasti_MTM Setup
Both long and short reversal signals.
Multi Time Frame EMAsThree EMAs with the option to hide them on higher timeframes. Simple and easy to use.
PDH & PDL Levels This indicator mark previous day high and low lines on current day. Lines will start at opening of the market and will remain there till end of the day. Lines are marked with PDH and PDL labels
Trendline Breakout Strategy Strategy should place entries & exits so that it can be backtested (use strategy.entry and strategy.exit with explicit stop and limit prices). Include an option for fixed percent position sizing and an option for fixed contract size. Draw the trendline on the chart (with option to hide/show) and add labels that show: bias (Bull/Bear), trendline slope, entry price, SL, TP and the reason (e.g., "Trendline Breakout"). Provide user inputs for: EMA length (default 200), lookback for pivot detection, pivot sensitivity (left/right bars), quantity mode (percent / contracts), risk percent or fixed size, enable/disable backtest prints, and enable alerts. Avoid repainting: use confirmed pivot logic (pivot detection must use completed bars) and only take entry after breakout confirmed on close. Document any limitations (for example, trendline using two highest/highest bars inside lookback is approximate). Add clear comments, helpful variable names, and include example alertcondition lines for entry and exit signals.
Todays Session Open LN,NYWhen are the Asian, London and New York open for each session simple stuff trading view made me right more stuff so i can publish this what to do c'est la vie
FVG Donchian Channel strategy30min FVG + Donchian Channel strategy
buy sell by 30min fvg
and stoploss , take profit by Donchian Channel
Run the strategy on the 1min timeframe!
Reverse RSI LevelsSimple reverse RSI calculation
As default RSI values 30-50-70 are calculated into price.
This can be used similar to a bollinger band, but has also multiple other uses.
70 RSI works as overbought/resistance level.
50 RSI works as both support and resistance depending on the trend.
30 RSI works as oversold/support level.
Keep in mind that RSI levels can go extreme, specially in Crypto.
I haven't made it possible to adjust the default levels, but I've added 4 more calculations where you can plot reverse RSI calculations of your desired RSI values.
If you're a RSI geek, you probably use RSI quite often to see how high/low the RSI might go before finding a new support or resistance level. Now you can just put the RSI level into on of the 4 slots in the settings and see where that support/resistance level might be on the chart.
Triple EMA (5, 8, 13) + Confirmed Alerts with SoundThis indicator uses three Exponential Moving Averages (EMA 5, 8, and 13) to generate buy and sell signals when the EMAs are properly aligned and not touching. Signals are confirmed on candle close and can trigger customizable sound alerts directly from the TradingView alert panel.
VWAP & Band Cross Strategy v6VWAP & Band Cross Strategy v6: Script Summary
This Pine Script implements a highly flexible, multi-layered trading strategy centered around the Volume Weighted Average Price (VWAP) and its associated Standard Deviation Bands.
The strategy is designed to test various entry/exit models based on how the price interacts with the central VWAP line and the upper/lower volatility bands, with extensive risk management and confirmation filters.
1. Core Mechanics (VWAP & Bands)
VWAP Calculation: Calculates the VWAP based on a user-defined source (default is the close price).
Standard Deviation Bands: Creates upper and lower bands by calculating the standard deviation of the price (over 20 periods by default) and multiplying it by a user-defined Multiplier (default is 2.0). These bands dynamically expand and contract with volatility.
Plotting: The script clearly plots the VWAP (purple), the Upper Band (green), and the Lower Band (red), with a colored fill between the bands.
2. Entry Triggers
The core entry logic is based on a single, user-selected cross event between the price and the VWAP/Bands. The user can choose from six predefined entry types:
Entry Type Category
Entry Trigger (Long)
Entry Trigger (Short)
Mean Reversion
Price crosses over the Lower Band.
Price crosses under the Upper Band.
Trend Following
Price crosses over the Upper Band (Breakout).
Price crosses under the Lower Band (Breakout).
VWAP Cross
Price crosses over the VWAP.
Price crosses under the VWAP.
3. Filters and Confirmation
Trades are only executed if they pass a series of optional filters, making the strategy highly customizable:
Technical Confirmation (Optional): Users can enable and configure up to three additional indicators that must align with the trade direction:
RSI: Price must be Oversold (for Long) or Overbought (for Short).
SMMA: Price must be above the SMMA (for Long) or below (for Short).
MACD: MACD line must cross the Signal line and the Histogram must be positive/negative.
Time and Day Filters: Trades are restricted to a defined Entry Start/End Hour/Minute window, and only execute on user-selected Trading Days of the week.
Trade Direction: Can be toggled to execute Long Only, Short Only, or Both.
4. Advanced Risk Management (Daily Limits)
The strategy incorporates robust daily limits that reset at a configured Daily Reset Hour/Minute:
Daily Profit/Loss Limits: If the running total of Realized PnL (closed trades) + Unrealized PnL (open position) exceeds a user-defined Daily Take Profit (in Ticks) or falls below the Daily Stop Loss (in Ticks), the strategy locks out new trades and immediately closes any open position.
Max Daily Trades: Prevents the strategy from entering more than a specified number of trades per day.
5. Exit Logic
The strategy exit is also highly configurable via the Exit Type setting:
Fixed Ticks / ATR / Capped ATR: If one of these is selected, the script calculates a static Stop Loss and Take Profit level upon entry, using either fixed tick values or dynamic values based on the Average True Range (ATR), which are then executed using Pine Script's strategy.exit function.
Cross Exits (VWAP/Bands): If selected, the position is closed when the price crosses the VWAP or a specific band in the opposite direction.
End-of-Day Close: An unconditional exit that closes all open positions at a user-defined Close All Hour/Minute, regardless of profit/loss or limit status, preventing positions from being held overnight.
Turtle/Donchian Screener — with signals — Indicator by spwhnTurtle strategy for Pine screener. With signals for buy and sell.
Auto Fibonacci LevelsAuto Fibonacci Levels
Overview:
This indicator overlays dynamic Fibonacci retracement levels on your chart, perfect for spotting potential reversal zones in momentum-driven markets.
Key Features:
Standard Fib Levels: Plots 0.0, 0.236, 0.382, 0.5, 0.618, 0.786, and 1.0 lines with color-coded transparency.
Invert Option: Flip levels for bullish/bearish bias (default: inverted for overbought at top).
Customizable Labels: Toggle Fibonacci ratios, neatly on the right edge.
How to Use:
Add to any timeframe for confluence with price action. Watch for support or resistance off Fib levels to time entries/exits. Ideal for swing traders!
Open-source by ozzy_livin.
pine script tradingbot - many ema oscillator## 🧭 **Many EMA Oscillator (TradingView Pine Script Indicator)**
*A multi-layer EMA differential oscillator for trend strength and momentum analysis*
---
### 🧩 **Overview**
The **Many EMA Oscillator** is a **TradingView Pine Script indicator** designed to help traders visualize **trend direction**, **momentum strength**, and **multi-timeframe EMA alignment** in one clean oscillator panel.
It’s a **custom EMA-based trend indicator** that shows how fast or slow different **Exponential Moving Averages (EMAs)** are expanding or contracting — helping you identify **bullish and bearish momentum shifts** early.
This **Pine Script EMA indicator** is especially useful for traders looking to combine multiple **EMA signals** into one **momentum oscillator** for better clarity and precision.
---
### ⚙️ **How It Works**
1. **Multiple EMA Layers:**
The indicator calculates seven **EMAs** (default: 20, 50, 100, 150, 200, 300) and applies a **smoothing filter** using another EMA (default smoothing = 20).
This removes short-term noise and gives a smoother, professional-grade momentum reading.
2. **EMA Gap Analysis:**
The oscillator measures the **difference between consecutive EMAs**, revealing how trend layers are separating or converging.
```
diff1 = EMA(20) - EMA(50)
diff2 = EMA(50) - EMA(100)
diff3 = EMA(100) - EMA(150)
diff4 = EMA(150) - EMA(200)
diff5 = EMA(200) - EMA(300)
```
These gaps (or “differentials”) show **trend acceleration or compression**, acting like a **multi-EMA MACD system**.
3. **Color-Coded Visualization:**
Each differential (`diff1`–`diff5`) is plotted as a **histogram**:
- 🟢 **Green bars** → EMAs expanding → bullish momentum growing
- 🔴 **Red bars** → EMAs contracting → bearish momentum or correction
This gives a clean, compact view of **trend strength** without cluttering your chart.
4. **Automatic Momentum Signals:**
- **🟡 Up Triangle** → All EMA gaps increasing → strong bullish trend alignment
- **⚪ Down Triangle** → All EMA gaps decreasing → trend weakening or bearish transition
---
### 📊 **Inputs**
| Input | Default | Description |
|-------|----------|-------------|
| `smmoth_emas` | 20 | Smoothing factor for all EMAs |
| `Length2`–`Length7` | 20–300 | Adjustable EMA periods |
| `Length21`, `Length31`, `Length41`, `Length51` | Optional | For secondary EMA analysis |
---
### 🧠 **Interpretation Guide**
| Observation | Meaning |
|--------------|----------|
| Increasing green bars | Trend acceleration and bullish continuation |
| Decreasing red bars | Trend exhaustion or sideways consolidation |
| Yellow triangles | All EMA layers aligned bullishly |
| White triangles | All EMA layers aligned bearishly |
This **EMA oscillator for TradingView** simplifies **multi-EMA trading strategies** by showing alignment strength in one place.
It works great for **swing traders**, **scalpers**, and **trend-following systems**.
---
### 🧪 **Best Practices for Use**
- Works on **all TradingView timeframes** (1m, 5m, 1h, 1D, etc.)
- Suitable for **stocks, forex, crypto, and indices**
- Combine with **RSI**, **MACD**, or **price action** confirmation
- Excellent for detecting **EMA compression zones**, **trend continuation**, or **momentum shifts**
- Can be used as part of a **multi-EMA trading strategy** or **trend strength indicator setup**
---
### 💡 **Why It Stands Out**
- 100% built in **Pine Script v6**
- Optimized for **smooth EMA transitions**
- Simple color-coded momentum visualization
- Professional-grade **multi-timeframe trend oscillator**
This is one of the most **lightweight and powerful EMA oscillators** available for TradingView users who prefer clarity over clutter.
---
### ⚠️ **Disclaimer**
This indicator is published for **educational and analytical purposes only**.
It does **not provide financial advice**, buy/sell signals, or investment recommendations.
Always backtest before live use and trade responsibly.
---
### 👨💻 **Author**
Developed by **@algo_coders**
Built in **Pine Script v6** on **TradingView**
Licensed under the (mozilla.org)
FVG MagicFVG Magic — Fair Value Gaps with Smart Mitigation & Clean up
FVG Magic finds every tradable Fair Value Gap (FVG), shows who powered it (bull vs bear participation), and then manages each gap intelligently as price interacts with it. The goal is simple: see the imbalances that matter, act with clarity, and keep the chart clean as conditions change.
What it does
Detects FVGs using either the classic ICT 3-candle rule (default) or a stricter version.
Splits volume inside the gap (sampled from a 10× lower timeframe) into Bull % / Bear %, shown as a compact horizontal meter at the gap’s left edge.
Tracks and labels each gap through clear states:
ACTIVE – newly formed, volume meter visible
50% SQ – midpoint tagged as “squared”
MITIGATED – fully filled
INVERSED – gap flips function after mitigation (acts as resistance for bullish gaps or support for bearish gaps)
Cleans up automatically so old levels don’t clutter the chart:
(Optional) remove on 50% SQ — instant or with a small delay
inversion window — if price enters the gap but doesn’t invert within N bars, remove once it fully mitigates
inversion clean up — after inversion, keep it N bars then delete (or remove immediately)
Visibility controls to match any data history or workflow:
Lookback (bars) — only keep FVGs created in the last N bars
Nearest per side — keep only the N closest bullish and bearish gaps to current price
Auto-tunes by timeframe (15m / H1 / H4) for sensible defaults on extensions, clean up windows, and meter width.
Dashboard (top-right) shows how many bullish/bearish FVGs are currently on the chart and which state labels are used.
How it works (plain English)
When a 3-candle imbalance forms, I draw a box for the gap and sample volume from a 10× faster timeframe to estimate who dominated that move.
While the gap is ACTIVE, you’ll see a small Bull % / Bear % meter at the left of the box plus the total traded volume text.
As price returns:
50% SQ (midline reached) → I can optionally remove the box instantly (or after a short delay).
Full mitigation (opposite edge hit) → state becomes MITIGATED.
If price then rejects through the other side, the box flips to INVERSED (acts like an SR flip).
After inversion, I’ll keep the box on chart for N bars (configurable) and then remove it.
If price entered the gap but never inverted within your inversion window, I’ll remove it as soon as it fully fills—because it’s no longer useful.
The result: you see timely levels with real participation context, then the chart self-maintains as soon as those levels are done doing their job.
Inputs & what they mean
Detection
Use Strict FVG Filter (extra conditions)
OFF (default) = ICT minimal rule (Bullish: low > high ; Bearish: high < low ) → catches everything.
ON = tighter definition that can skip marginal gaps.
Enable Size Filter (percentile)
OFF (default) = no size gate, plot all valid gaps.
ON = keep only larger gaps by percentile (set threshold below).
Core behaviour
Mitigation Source: high/low or close
high/low = wick-based confirmation (more responsive).
close = stricter, requires closes through boundaries.
Show Bullish / Bearish FVGs — enable/disable per side.
Show Volume Bars (only while ACTIVE) — toggle the Bull % / Bear % meter.
Clean up & lifecycle
Remove on 50% SQ (default ON) + Delay after 50% (bars)
0 = remove immediately on midline touch.
Inversion window after entry (bars, 0=off)
When price first enters the gap, start a timer; if it doesn’t invert within N bars and later fully mitigates, remove it.
Remove inversed after (bars, 0=immediate)
How long to keep a flipped level for context.
Visibility & performance
Lookback (bars) — only keep gaps created within the last N bars.
Keep only the N nearest per side (0=off) — keeps chart focused around current price.
Right Extension Bars — how far to extend the box to the right.
Max FVGs to keep — hard cap (FIFO removal).
Meter width (bars) — width of the Bull/Bear meter (stays stable when you zoom).
Appearance
Bullish / Bearish Fill — gap colours.
Inversed Fill — colour used when a gap flips.
Suggested defaults (what I use)
Detection: Strict OFF, Size Filter OFF (show all).
Mitigation Source: high/low (wick-based).
Remove on 50% SQ: ON, Delay: 0.
Inversion window: 6–8 bars (15m), 6 bars (H1), 5 bars (H4).
Inversed clean up: same as above (or 0 if you want immediate removal).
Nearest per side: 0 at first (see everything), then 2–4 once you’re comfortable.
Lookback: 5000 bars (or whatever your data allows).
The script auto-tunes some internals for 15m / H1 / H4 (extension length, meter width, etc.) so you should get a good experience out of the box.
How to use it in practice
Build bias (your method: HTF structure, VWAP, RSI/MACD, etc.).
Map imbalances with FVG Magic (show all first).
Prioritize by context: session levels, confluence with HTF structure, and the Bull % / Bear % meter:
Bullish FVG with high Bull % suggests constructive demand behind the move.
Bearish FVG with high Bear % suggests strong supply.
Wait for return into the gap. If 50% hits, the box will clear (by design) — treat that as the “job done” cue.
If price fully mitigates then rejects through, watch for INVERSED (acts like SR). Script will keep it for a few bars (your setting) and then auto-remove.
Keep the chart tidy with Nearest per side once you’re in flow.
Tip: If you want to see every last micro-gap on 15m, keep Strict OFF and Size Filter OFF. If it’s too busy, either enable the size filter or set Nearest per side = 2–3.
Notes & edge cases
Why a gap might not “50% SQ”: On close mode, wicks don’t count; switch to high/low if you want wick-based squaring.
Why a gap disappears early: You likely have Remove on 50% ON or hit an inversion window/clean up rule. That’s intentional to keep charts clean.
Meters only on ACTIVE: Once a gap is 50% / mitigated / inversed, meters hide and a simple text tag is used (or the box is removed per your rules).






















