Gap & Crap Detector V1Gap & Crap Detector (5% Gap Detector + % Labels)
This indicator automatically detects stocks that gap up ≥ 5% (adjustable) from the previous day’s close and tracks whether the move holds or fails over the next three candles.
🔍 How It Works
Yellow % Label → Appears on every candle that gaps up ≥ 5%, showing the exact percentage gap.
Gap & Go (Green Label) → Triggers when the next 3 candles close above the gap-day low, signaling momentum continuation.
Gap & Crap (Red Label) → Triggers immediately if any of the next 3 candles close below the gap-day low, signaling momentum failure.
⚙️ Inputs & Customization
Gap % Threshold – Default 5% (adjustable)
Label Size – Tiny / Small / Normal / Large / Huge
Opacity Controls – Independently set transparency for yellow, red, and green labels
Gap & Go Offset – Adjust how high above the candle the green label appears
🧠 Usage
Use this tool to identify breakout gaps and verify whether price action confirms (Gap & Go) or fails (Gap & Crap).
Ideal for momentum traders, swing traders, Ovtlyr Plan M, and gap strategy backtesting.
Motif-Motif Chart
ASTER Key Levels & Alerts (Improved)TradingView Script Description
Title: ASTER Key Levels & Alerts (Improved)
Description:
Enhance your trading strategy with the "ASTER Key Levels & Alerts" indicator, designed for precision and decision-making on the Aster chart (e.g., ASTS). This Pine Script v6 tool overlays customizable key levels and zones to identify optimal entry, exit, and stop-loss points, complete with real-time alerts.Key Features:
Customizable Levels: Adjust add zones (Light & Main), breakout, stop, and take-profit (TP1-TP3
RSI, 9EMA, Volume + Wick + Double Patterns for signalling buy seThis script is meant to use reliable indicators rsi and 9ema with volume confirmation. The tool will show buy sell signals at the key levels in itraday trading
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).
MMA + IB + VWAP + ORB + Multi-Pivot CPRmoving averages, cpr levels, vwap levels, pivots all at one place
Renko ATR Trend + SMA Indicator by YCGH Capital🧭 Overview
The Renko ATR Trend + SMA Indicator is a trend-following tool designed for chart trading.
It combines Renko-style price movement logic (based on ATR) with a Simple Moving Average (SMA) filter to identify sustained bullish or bearish phases on any timeframe.
It plots a color-coded trend line directly on the price chart — green for bullish trends, red for bearish — and maintains a single active state (no repeated buy/sell signals) until the opposite condition appears.
⚙️ How It Works
1️⃣ Renko ATR Engine
Instead of using fixed box sizes like classic Renko charts, this indicator builds synthetic Renko movement based on ATR (Average True Range) of a chosen timeframe.
It pulls OHLC data from your selected Renko Source Timeframe (for example, 60-minute candles).
It calculates an ATR brick size — representing the minimum price move needed for a new Renko brick.
When price moves by at least one ATR in the opposite direction, it flips the trend.
This filters out small fluctuations and captures the underlying directional bias.
2️⃣ SMA Filter
A Simple Moving Average (SMA) acts as a trend confirmation filter.
Only when Renko direction aligns with the price relative to the SMA, a trend signal activates.
BUY → Renko uptrend + price above SMA
SELL → Renko downtrend + price below SMA
3️⃣ Stateful Signal Logic
Unlike typical indicators that spam multiple buy/sell shapes:
This version holds one persistent signal (Buy or Sell)
The state continues until an opposite signal is confirmed
No “continuation” arrows — clean and minimal trend visualization
🎨 Visuals
Element Meaning
🟩 Green Renko Line Active Bullish Trend
🟥 Red Renko Line Active Bearish Trend
⚪ Gray Line Neutral / Waiting phase
🟡 Yellow Line SMA (trend filter)
📍 Label (Buy Active / Sell Active) Displays the current market bias
🔧 Inputs
Input Description
Renko Source Timeframe The timeframe from which Renko data is calculated (e.g., 60 = 1h candles).
ATR Period Determines brick size sensitivity (lower = more responsive, higher = smoother).
SMA Length Moving Average length used as a directional filter.
💡 How Traders Use It
Trend Confirmation:
Use green/red Renko line to stay aligned with the dominant market move.
Entry Timing:
Enter trades when a new Renko direction is confirmed along with SMA alignment.
Exit or Reverse:
Exit long when a red line (Sell Active) appears, and vice versa.
Combine with Price Action:
Add support/resistance or volume analysis for confirmation.
QQQ overlay over NQ/NDXThis enhanced version of the QQQ overlay script builds on the original by © PtGambler, adding smoothing via stepped ratios updated on candle close to eliminate oscillation, optimizing performance by reusing lines/labels, restricting visibility to relevant symbols (NDX, NQ1!, NAS100USD), and improving visuals with rounded levels, adjustable level counts (default 5 total), extended lines, and label styles matching "Key Levels" indicator for better readability (gray text, transparent background). Removed unnecessary table and floating labels for a cleaner chart. Thanks to © PtGambler for the foundational work!
Spooky Time (10/31/25) [VTB]Get ready to add some eerie fun to your charts this Halloween! "Spooky Time" is a lighthearted indicator that draws a festive, animated Halloween scene right on your TradingView chart. Perfect for traders who want to celebrate the spooky season without missing a beat on the markets. Whether you're analyzing stocks, crypto, or forex, this overlay brings a touch of holiday spirit to your setup.
#### Key Features:
- **Jack-o'-Lantern Pumpkin**: A detailed, glowing pumpkin with carved eyes, nose, and a jagged mouth. The eyes and mouth cycle through black (off), yellow, and red glows for a subtle animation effect, giving it that classic haunted vibe.
- **Flickering Candle**: A wax candle with a wick and an animated flame that shifts positions slightly across three frames, mimicking a real flickering light. The flame color changes between yellow, red, and orange for added dynamism.
- **Spider Web and Spider**: A spiral web with radial lines, complete with a creepy-crawly spider. The spider's legs animate with small movements, as if it's ready to pounce—perfect for that extra spooky touch!
- **Customization Options**: Toggle the "Desiringmachine" label on/off, choose its position on the chart (e.g., Bottom Center), and select the text color. The entire scene is positioned relative to the chart's open price and ATR for better scaling.
- **Animation Cycle**: The whole setup uses a simple 3-frame animation based on bar_index, making it feel alive without overwhelming your chart.
This indicator is purely visual and non-intrusive—it doesn't plot any trading signals or data, so it won't interfere with your strategies. Just add it to your chart for some Halloween cheer during your trading sessions!
**Date Note**: Timed for Halloween 2025 (10/31/25)—feel the spooky energy!
**Happy Halloween!!!** 🎃👻🕸️
Pitchfork-Trading Friendsuses the pitchfork to give entry and exit zones, and gives a net overall summary for a beginner trader to enter into.
Enhanced RSI, 9EMA, Volume + Wick + Hammer + Double Patternstried to club RSI,9EMA,VOLUME with chart patterns like double bottom and double top with description for shooting star at key levels hammers at supports
RSI, 9EMA, Volume + Wick + Double Patterns v6tried another pattern. to over come false signals.Please do backtesting and validate the code
SPY/QQQ Scalper – ORB / VWAP (v6, no autoscale limiter)Orb SPY / QQQ focused
Daily highs and lows after opening 15 min candle
HTF Session Boxes H4 > H2 > H1HTF Session Boxes H4 > H2 > H1
Visualize higher timeframe candle structures on lower timeframe charts with nested, customizable boxes.
Overview
HTF Session Boxes plots 4-hour, 2-hour, and 1-hour candle ranges as nested boxes directly on your lower timeframe charts (15M and below). This provides instant visual context of higher timeframe structure without switching between different chart timeframes.
Key Features
- Three Timeframe Levels: Simultaneously displays 4H, 2H, and 1H candle boxes
- Nested Design: Boxes are layered inside each other for clear hierarchical structure
- Real-Time Updates: Boxes dynamically adjust as higher timeframe candles develop
Fully Customizable:
-Individual colors and transparency for each timeframe
-Custom border colors, widths, and styles (solid, dashed, dotted)
-Toggle each timeframe on/off independently
Best Use Cases
-Scalping & Day Trading: Maintain awareness of higher timeframe structure while trading lower
timeframes
-Session Analysis: Clearly see 4H session boundaries and internal 2H/1H divisions
-Support/Resistance: Identify key levels where higher timeframe candles open, close, or create
highs/lows
-Multi-Timeframe Confluence: Spot when multiple timeframes align at key price levels
FVG SizeFVG Size Indicator – Description
Overview
This Pine Script v5 indicator detects and visualizes Fair Value Gaps (FVGs) on the chart. It draws colored boxes for FVGs, center lines (CE), and displays the size of each FVG as a label. The indicator is designed for manual analysis, helping traders identify potential price imbalances.
Key Features
FVG Detection:
Identifies bullish and bearish FVGs based on price structure.
Draws colored boxes for FVGs and dotted center lines (CE).
FVG Size Display:
Shows the size of each FVG as a label inside the box.
Customizable minimum size threshold to filter out smaller FVGs.
Dynamic Adjustments:
Extends FVG boxes to the right as new bars form.
Removes FVGs that are filled (mitigated) by price action.
Customizable Settings:
Adjustable colors, text size, and display options.
Settings and Translations
Here are the German settings with their English translations:
FVG Settings
Long FVG Farbe → Long FVG Color (Color for bullish FVG boxes)
Short FVG Farbe → Short FVG Color (Color for bearish FVG boxes)
CE Farbe → CE Color (Color for the center line)
Tage Rückblick → Lookback Days (Number of days to look back for FVGs)
Lösche gefüllte Boxen & Linien → Delete Filled Boxes & Lines (Removes FVGs that have been filled by price)
FVG Display
FVG Größe anzeigen → Show FVG Size (Displays the size of each FVG as a label)
Text → Text Size (Size of the FVG size label text)
Mindestgröße → Minimum Size (Minimum FVG size to display, filtering out smaller FVGs)
How It Works
FVG Detection Logic:
A bullish FVG is detected if the high of the 3rd bar is lower than the low of the 1st bar.
A bearish FVG is detected if the low of the 3rd bar is higher than the high of the 1st bar.
Drawing FVGs:
The indicator draws a box between the high/low of the 1st and 3rd bars.
A center line (CE) is drawn at the midpoint of the FVG.
The size of the FVG is displayed as a label inside the box.
Dynamic Adjustments:
FVG boxes are extended to the right as new bars form.
If the price fills the FVG, the box and line are removed (depending on settings).
Mitigation Logic:
If the price closes beyond the FVG boundaries, the FVG is considered "filled" and removed.
FVG_Liquidity_SignalFVGs: classic 3-bar gaps (bullish when low > high , bearish when high < low ). Zones are drawn and auto-pruned.
Liquidity sweep: price takes out the last swing low/high (pivot) and then reclaims it on the close.
Signals:
BUY when we get a bull sweep and the bar taps a recent bull FVG and closes back above its upper edge.
SELL is the mirror image.
SL/TP guides: SL at swept swing; TP = RR × risk (visual only).
OG Signal Indicator - Single Line Plotshapethis signal help to identify strong buy and sell signal as price over bought and over sold. by sigma s lohar
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.
EMA21 ATR Extension with MetricsThis will show the EMA21 with 0.5 ATR as support. With overbought area 2ATR-2.5ATR. It also has 1.5X daily point
VWAP Pullback — Stable Signals + 60% Target (v6)Lebron James sjbnsducbnnsduibcfvSD. b vdsb swjcf ndsjiknfisdncfds f
RSI, 9EMA, Volume + Wick + Double Patterns v6it is rsi indicator gives random sell buy signals coupled with volume
XAUUSD 5m — CET 13:00→01:00 Supertrend + RSI (1:2 RR) — $240KThis strategy is designed for XAUUSD (Gold) on the 5-minute chart, optimized for trading during the most active hours (13:00–01:00 CET).
It combines a Supertrend direction filter with RSI crossovers for precise entries, and applies a 1:2 risk–reward ratio for consistent risk management.
🧠 Logic Overview:
Buy Signal: RSI crosses above 55 while Supertrend is bullish
Sell Signal: RSI crosses below 45 while Supertrend is bearish
Trading Hours: 13:00 → 01:00 CET (corresponding to 07:00 → 19:00 New York time)
Risk Management: Fixed 1:2 RR (TP = 2× SL distance from Supertrend line)
Session Management: Automatically closes all trades after 01:00 CET
Order Size: $240,000 notional exposure per position
💡 Best used for:
Scalping or intraday trading on XAUUSD during high-volatility hours.
The setup works best when combined with strong price action or volume confirmation.
⚠️ Disclaimer:
This script is for educational and testing purposes only.
Past performance does not guarantee future results.
Always test on demo before using live funds.
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.






















