Spice • Micro Suite (T/r & B/r)What it is
A single Pine v5 indicator that stacks:
EMA ribbon + a “special” EMA (11 vs 34) line that flips color on trend.
MTF-RSI “pressure” check with simple up/down arrows.
Bollinger-Band re-entry system with Top/Bottom triggers (T/B) and confirmations (r) in the next N bars.
Classic candlestick add-ons: 3-Line Strike and Leledc exhaustion dots.
Your Micro Dots engine (ATR-based regime + Variable Moving Average filter) + an optional VMA trend line.
Alerts for all the above.
Key signals (what prints on the chart)
EMAs (20/50/100/200): plotted faintly; EMA-34 is drawn and colored by the 11>34 trend.
RSI arrows
Checks RSI(6) on the current TF and (optionally) 5m/15m/30m/1h/4h/1D.
Down arrow: current RSI > 70 and the selected higher TF RSIs are also > 70 (pressure cluster just cooled; barssince(redZone)<2).
Up arrow: current RSI < 30 and selected higher TFs also < 30 (barssince(greenZone)<2).
Bollinger Reversals (your update)
T (Top trigger): first close back inside the upper BB (crossunder(close, upper)).
B (Bottom trigger): first close back inside the lower BB (crossover(close, lower)).
r (Confirm): within the next confirmBars bars (input), price also
closes below the T-bar’s low → top r above bar
closes above the B-bar’s high → bottom r below bar
Bar tinting
Only the T/B trigger bars are tinted (yellow/orange). Everything else stays your normal candle colors (unless you add the optional “trend candles” block I gave you).
3-Line Strike
Prints a small green/red circle when the 3-line strike pattern appears (bull/bear).
Leledc Exhaustion
Calculates a running buy/sell index; prints a small ∘ at major highs/lows when exhaustion conditions hit (major==-1 high, major==1 low).
Micro Dots (your second script, merged)
ATR “micro supertrend” defines regime (up/down).
A fast Variable Moving Average + a simple MA(18) filter.
Green dot below bar when: VMA < price, price > MA(18), regime up, and VMA not pointing down.
Red dot above bar for the bearish mirror.
Separate VMA trend line (length = Fast/Med/Slow) that colors green/red/orange by slope.
Inputs you’ll care about
Top/Bot Reversal → confirmBars (how many bars you allow to confirm the T/B trigger).
RSI Timeframes → toggle which HTFs must agree with the OB/OS condition.
EMAs → show/hide and lengths.
BB → show/hide basis/bands (used for T/B even if hidden).
Micro → show dots, show VMA line, choose intensity (Fast/Med/Slow).
Alerts
Prebuilt alerts for: RSI Up/Down, T/B triggers, T/B confirmations, 3-Line Strike bull/bear, Leledc highs/lows, EMA crosses (20/50/100/200), the special 11/34 trend change, Micro Dots, and VMA price cross. (Alert messages are const strings so they compile cleanly.)
How to read clusters (quick playbook)
Reversal short: see T on/near upper band → get an r within your window → bonus confidence if an RSI down arrow or Leledc ∘ high shows up around the same time.
Reversal long: mirror with B then r, plus RSI up arrow / Leledc ∘ low.
Continuation: ignore lone T/B if Micro Dot stays green (or red) and EMA-11 > EMA-34 remains true.
Why your candles look “normal”
By design, the script only colors bars on T or B trigger bars. If you want always-on trend candles, use the small block I gave you to color by EMA(20/50) (or any rule you like) and let T/B override on trigger bars.
Cycles
CTA-min D1 — Donchian 55/20 Trend Breakout (ATR Risk)What it is
A clean, daily trend-following breakout inspired by classic CTA/Turtle logic. It buys strength and sells weakness, then lets winners run with a channel-based trailing stop. No curve-fitting, no clutter—just rules.
How it trades
Timeframe: Daily (D1)
Entry: Close breaks the previous 55-bar Donchian channel (above for longs, below for shorts).
Exit/Trail: Trailing stop at the 20-bar Donchian channel on the opposite side (no fixed TP).
Risk: Initial stop = ATR(N) × stopMult (ATR is smoothed). Position size risks riskPct% of equity based on stop distance.
Labels: “BUY/SELL” only on the entry bar; “STOP BUY/STOP SELL” only on the exit bar.
Pyramiding: Off (one position at a time).
Regime Alignment with EMAs (recommended filter, not enforced by code)
Add EMA 50 and EMA 200 to the D1 chart.
Long bias: take BUY signals only when EMA50 > EMA200 (bullish regime).
Short bias: take SELL signals only when EMA50 < EMA200 (bearish regime).
Optional: for extra selectivity, require the H4 EMAs (50/200) to align with D1 before acting on a signal.
Inputs
entryN (55), exitN (20), atrLen (20), atrSmooth (10), stopMult (2.0), riskPct (0.5%–1.0% recommended).
Works well on (tested by user)
BTCUSD (Bitcoin), EURUSD, GBPJPY, NAS100/US100, USDJPY, AUDUSD, XAGUSD (Silver), US30 (Dow), JP225 (Nikkei), EURGBP, NZDUSD, EURCHF, USDCHF.
How to use
Apply to D1 charts. Review once per day after the daily close and execute next session open to mirror backtest assumptions. Best used as a portfolio strategy across multiple uncorrelated markets. Use the EMA alignment above as a discretionary regime filter to reduce false breakouts.
Notes
For educational use. Markets involve risk; past performance does not guarantee future results. Use responsible position sizing.
Gold SMC Institutional Trading System## **Key Components on Your Chart:**
### 1. **Order Blocks (Green/Red Boxes)**
- **Green boxes** = Bullish Order Blocks (last bearish candle before upward move)
- **Red boxes** = Bearish Order Blocks (last bullish candle before downward move)
- These represent areas where institutions likely placed large orders
- **How to use**: Wait for price to return to these zones for potential entries
### 2. **Horizontal Lines (Premium/Discount Zones)**
- **Red line** (top) = Premium zone (expensive price)
- **Green line** (bottom) = Discount zone (cheap price)
- **Gray line** (middle) = Equilibrium (fair value)
- **How to use**:
- Buy in discount zones (below gray line)
- Sell in premium zones (above gray line)
### 3. **Entry Signals**
- **Green triangle** (pointing up) = Long/Buy signal
- **Red triangle** (pointing down) = Short/Sell signal
- These appear when:
- Liquidity is swept (stop hunt)
- Price is in the right zone (discount for longs, premium for shorts)
- Market structure confirms the direction
- London/NY session overlap is active
### 4. **Session Backgrounds**
- **Blue tint** = London session
- **Orange tint** = New York session
- **Purple tint** = London/NY overlap (best trading time)
### 5. **Position Counter** (Top Right)
- Shows "Active Positions: 0"
- Tracks how many trades you have open (max 3 by default)
## **How to Trade with This Indicator:**
### **For LONG/BUY Entries:**
1. Wait for price to be in the **discount zone** (below equilibrium)
2. Look for a **liquidity sweep** (price spikes below a recent low then quickly recovers)
3. Confirm a **bullish order block** is nearby
4. Enter when you see a **green triangle** during London/NY overlap
5. Stop loss: Below the liquidity sweep low
6. Take profit: Next resistance or premium zone
### **For SHORT/SELL Entries:**
1. Wait for price to be in the **premium zone** (above equilibrium)
2. Look for a **liquidity sweep** (price spikes above a recent high then quickly reverses)
3. Confirm a **bearish order block** is nearby
4. Enter when you see a **red triangle** during London/NY overlap
5. Stop loss: Above the liquidity sweep high
6. Take profit: Next support or discount zone
## **Current Chart Analysis:**
Looking at your chart right now:
- Price is at 3,346.760 (near the middle)
- You have both bullish (green) and bearish (red) order blocks visible
- The indicator shows institutional footprints where banks likely traded
## **Best Practices:**
1. **Only trade during purple sessions** (London/NY overlap) for highest probability
2. **Wait for all confirmations** before entering
3. **Use 1% risk per trade** (adjustable in settings)
4. **Don't force trades** - wait for clear setups
5. **Set alerts** on the entry signals to avoid missing opportunities
## **Risk Management:**
- Maximum 3 positions open at once
- Each position risks 1% of account
- Partial profits at 50% of target (optional)
- Stop loss based on market structure
itutions) are likely trading, helping you trade alongside them rather than against them!
Contador de VelaThis indicator displays a seconds counter on the chart that updates continuously.
It uses a small vertical offset trick to simulate movement when scrolling the chart, making the counter more visually dynamic.
Ideal for monitoring elapsed time since the chart loaded.
To use, simply add the indicator to any chart with price candles. The counter will appear near the current bar.
Enhanced 4H Candle Countdown & High/Low IndicatorBy profitgang
This Pine Script indicator provides real-time tracking of 4-hour timeframe levels with an integrated countdown timer, designed to help traders monitor key support and resistance zones.
Key Features
📊 Visual Elements
4H High/Low Lines: Clear visualization of previous 4-hour candle high and low levels
Range Fill: Subtle background fill between high and low for better context
Mid-Level Line: Shows the middle point of the 4H range
Position Indicator: Visual cue showing current price position within the range
⏰ Countdown Timer
Real-time countdown to next 4H candle close
Customizable table position (9 different locations)
Adjustable text size (6 size options from Tiny to Huge)
Distance calculations showing percentage distance from key levels
🎯 Signal Generation
Long signals when price crosses above 4H low
Short signals when price crosses below 4H high
RSI confluence filter to reduce false signals
Background highlighting for active signals
TradingView alerts compatible
⚙️ Customization Options
Toggle all features on/off independently
Custom colors for all elements
Table positioning (top/middle/bottom + left/center/right)
Text size selection for optimal readability
Alert notifications for level breaks and updates
How It Works
The indicator fetches the previous 4-hour candle's high and low values and displays them as horizontal lines on your current timeframe chart. It continuously calculates the time remaining until the current 4H candle closes and presents this information in a clean, customizable table.
Use Cases
Swing Trading: Identify key 4H support and resistance levels
Intraday Trading: Monitor when new 4H levels will be established
Risk Management: Calculate distance from key levels for position sizing
Multi-timeframe Analysis: Combine with lower timeframe setups
Educational Purpose
This indicator is designed for educational and analytical purposes to help traders understand price action relative to higher timeframe levels. It provides clear visual feedback about market structure and timing.
Settings Groups
Display Settings: Toggle features, positioning, and sizing
Colors: Customize all visual elements
Signal Settings: Configure alert conditions and confluence filters
Compatibility
Works on all timeframes (recommended for 1m to 1H charts)
Compatible with all instruments
Includes proper alert functionality for automated notifications
Optimized for both light and dark themes
This indicator does not provide financial advice. Always conduct your own research and risk management before making trading decisions.
Low-High Recursive Levels (Parameterized Low/High)Low high recursive script. The low and high are parameterized. For swing low, take a low point and double it and use it as high. For high to low, take a high point, half it and use it as low. Intermediate level half levels will be drawn.
ATR Volatility Breakout - Daily (Minimal) - SyTheInvestorGuycolor-coded TradingView Pine Script that highlights the background green/red on days when these ATR breakout conditions
Buy/Sell Setup counter to 9For a buy setup: Any candle whose closing price is lower than the closing price four candles earlier.
For a sell setup: Any candle whose closing price is higher than the closing price four candles earlier.
The count starts at 1 as soon as a candle meets the condition and is increased by 1 for each additional matching candle.
Interruption: If a candle does not meet the condition, the counter is reset to 0 and restarts at the next matching signal.
A maximum of 9 is counted – this is the end of the setup.
In the chart, this number is displayed above (for sell) or below (for buy) the respective candle.
Two Dot Closed 5ma VarianceThe concept behind this indicator is I have worked with a 5 simple moving average for a very long time. More significantly I changed the mode of the ma from a line to a DOT format. While price action moves upward the 5 MA stretches its values between bars, doing the same as it moves down. This becomes so much more obvious in DOT format. It is the turning points of direction where the variance between the DOTS of the 5 MA closes. Flattening the DOTS!
I created this indicator for XAUUSD 30 minute chart. Do with as you see fit. The indicator has a function that you can assign a MAX and MIN variance of the 5 MA right down to 0.10 cents. If closing value of 5 MA is within your set amount an ALERT is given. The actual variance is given in the leading flag and is of the prior 2 closed values.
zSph x Larry Waves Wave Zone ForecastElliott Waves and Fibonacci Ratio Lengths have a strong correlated relationship when observing the general strength and termination of both Impulse (Motive) Waves and Corrective Waves.
There are certain Fibonacci levels that are highly reactive when applying it from a Wave Analysis perspective and being aware of the current wave sequence is required.
Often, those beginning their Elliott Wave journey and studies are unsure what Fibonacci levels are relevant and how to apply it to the wave structure that is being observed – this tool removes that ambiguity on placement.
Being aware of the predisposed levels that have a high rate of reaction can assist in managing trades from a scalp intra-day approach, a day trading approach, and a swing trading approach.
# Concept
This tool helps with identifying zones that are relevant to the wave that is currently in progression upon the market and visualize important Fibonacci levels where reactions often occur from an Elliott Wave perspective such as:
Wave 2
Wave 3
Wave 4
Wave 5
Wave B Zigzag
Wave B Flat
Wave X Zigzag
Wave X Flat
Wave C
Wave Y
This helps remove almost all the manual labor of updating fib levels, selecting certain fib levels, and manually moving the fib levels as price continues to print while autonomously providing the levels visually.
# Correct Usage
Wave 3 / Wave C / Wave Y
Once a clear impulse/motive structure has been identified for a Wave 1, Wave A or Wave W, apply the indicator to the structure.
Anchor 1 is the beginning of the impulse for Wave 1 or A or W.
Anchor 2 is the end of the impulse for Wave 1 or A or W.
The result is the standard zones for Wave 3, Wave C and Wave Y.
BINANCE:LINKUSD
Wave 4
Once a clear impulse/motive structure has been identified for Wave 3, apply the indicator to the structure.
Anchor 1 is the beginning of Wave 3 (or the end of Wave 2)
Anchor 2 is the end of Wave 3 (or the beginning of Wave 4)
The result is the standard zone for Wave 4.
LINKUSD
Wave B / Wave X / Wave C / Wave Y
Once a clear 3-wave corrective has been identified for a potential Corrective pattern, apply the indicator to the structure.
- Anchor 1 is the end of beginning of Wave A or Wave W
- Anchor 2 is the end of Wave A or Wave W
The result is the standard zones Waves B / X and Waves C / Y for Zigzags, Flats and Combos.
BINANCE:LINKUSD
# Settings
"Show Labels" will toggle on and off the labels for each fib zone, each fib line, and invalidation ticks that are in the 2/3 – B/C option to help with calculating risk management quickly.
"Use Log Scale" will allow you to toggle on/off the log scale for log fibs
"Extend Lines" will allow you to extend the fib lines to current price action from the Elliott Wave Zones to see reactions off the fib levels.
“Extend Zones” will allow you to extend the overall zone for the fibs to current price action from the Elliott Wave Zones to see reactions off the zone. There is also user customization of color use for the zones/.
“Fib Levels” will allow you to customize the lines and colors of the fibs lines.
“X-Axis Offset” will increase or decrease the position of the fibs of the zones (not the extension boxes)..
Price Opening LevelsThis TradingView indicator by SnipingInTheRange is designed specifically for futures and indices. It plots key market opening prices:
- Daily, Weekly, Monthly Opens
- SITR Price Open — the 9:30 AM New York session open
The SITR Price Open is the core level, marking the exact price when the NYSE opens. It’s labeled clearly and used as a strategic anchor for intraday trades, reflecting institutional momentum and volatility.
Customizable features include line styles, colors, label visibility, and offset positioning—giving futures and index traders clean, precise visual cues for high-probability setups.
Price Tracker/galgoomThis indicator is designed for Renko chart traders who want to combine price action relative to a key line (qLine) with Moneyball buy/sell signals as a confirmation. It helps filter trades so you only get signals when both conditions align within a chosen time window.
How It Works
First Event – Price Trigger
Detects when the Renko close crosses above/below your selected qLine plot from the qPro indicator.
You can choose between:
Cross – only triggers on an actual crossover/crossunder.
State (Close) – triggers whenever price closes above/below qLine.
Second Event – Moneyball Confirmation
Waits for Moneyball’s Buy Signal (for long) or Bear/Sell Signal (for short) plot to fire.
You select the exact Moneyball plot from the source menu.
You can specify how the Moneyball signal is interpreted (== 1, >= 1, or any nonzero value).
Sequential Logic
The Moneyball signal must occur within N Renko bricks after the price event.
The final buy/sell signal is printed on the Moneyball bar.
Key Features
Works natively on Renko charts.
Adjustable confirmation window (0–5 bricks).
Flexible detection for both qLine and Moneyball signals.
Customizable label sizes, arrow display, and alerts.
Alerts fire for both buy and sell conditions:
BUY: qLine ➜ Moneyball Buy
SELL: qLine ➜ Moneyball Sell
Inputs
qLine Source – Pick the qPro qLine plot.
Price Event Type – Cross or State.
Moneyball Buy/Sell Signal Plots – Select the correct plots from your Moneyball indicator.
Confirmation Window – Bars allowed between events.
Visual Settings – Label size, arrow visibility, etc.
Use Case
Ideal for traders who:
Want a double-confirmation entry system.
Use Renko charts for cleaner trend detection.
Already have qPro and Moneyball loaded, but want an automated, rule-based confluence check.
38 minutes ago
Release Notes
This indicator is designed for Renko chart traders who want to combine price action relative to a key line (qLine) with Moneyball buy/sell signals as a confirmation. It helps filter trades so you only get signals when both conditions align within a chosen time window.
How It Works
First Event – Price Trigger
Detects when the Renko close crosses above/below your selected qLine plot from the qPro indicator.
You can choose between:
Cross – only triggers on an actual crossover/crossunder.
State (Close) – triggers whenever price closes above/below qLine.
Second Event – Moneyball Confirmation
Waits for Moneyball’s Buy Signal (for long) or Bear/Sell Signal (for short) plot to fire.
You select the exact Moneyball plot from the source menu.
You can specify how the Moneyball signal is interpreted (== 1, >= 1, or any nonzero value).
Sequential Logic
The Moneyball signal must occur within N Renko bricks after the price event.
The final buy/sell signal is printed on the Moneyball bar.
Key Features
Works natively on Renko charts.
Adjustable confirmation window (0–5 bricks).
Flexible detection for both qLine and Moneyball signals.
Customizable label sizes, arrow display, and alerts.
Alerts fire for both buy and sell conditions:
BUY: qLine ➜ Moneyball Buy
SELL: qLine ➜ Moneyball Sell
Inputs
qLine Source – Pick the qPro qLine plot.
Price Event Type – Cross or State.
Moneyball Buy/Sell Signal Plots – Select the correct plots from your Moneyball indicator.
Confirmation Window – Bars allowed between events.
Visual Settings – Label size, arrow visibility, etc.
Use Case
Ideal for traders who:
Want a double-confirmation entry system.
Use Renko charts for cleaner trend detection.
Already have qPro and Moneyball loaded, but want an automated, rule-based confluence check.
SignalState990 - Mood & Cycle OverlayClean structure
Noise filtering
Multi-timeframe logic
Clear visual states
Ethereum Logarithmic Regression BandsOverview
This indicator displays logarithmic regression bands for Ethereum. Logarithmic regression is a statistical method used to model data where growth slows down over time. I initially created these bands in 2021 using a spreadsheet, and later coded them in TradingView in 2022. Over time, the bands proved effective at capturing bull market peaks and bear market lows. In 2025, I decided to share this indicator because I believe these logarithmic regression bands offer the best fit for the Ethereum chart.
How It Works
The logarithmic regression lines are fitted to the Ethereum (ETHUSD) chart using two key factors: the 'a' factor (slope) and the 'b' factor (intercept). The formula for logarithmic regression is 10^((a * ln) - b).
How to Use the Logarithmic Regression Bands
1. Lower Band:
The lower (blue) band forms a potential support area for Ethereum’s price. Historically, Ethereum has found its lows within this band during past market cycles. When the price is within the lower band, it suggests that Ethereum is undervalued.
2. Upper Band:
The upper (red) band forms a potential resistance area for Ethereum’s price. The logarithmic band is fitted to the past two market cycle peaks; therefore, there is not enough historical data to be sure it will reach the upper band again. However, the chance is certainly there! If the price is within the upper band, it indicates that Ethereum is overvalued and that a potential price correction may be imminent.
JJ Tuesday Expiry Highlighter – SensexHighlights every Tuesday across your chart for quick identification of Indian market weekly expiry days (Sensex expiry = Tuesday).
Features:
• Works on all timeframes
• Customizable highlight color
• Optional "Expiry" label on daily charts
• Useful for options traders tracking weekly expiry trends
Disclaimer:
This script is for informational and educational purposes only.
It does not constitute financial advice or a recommendation to trade.
Please do your own research and consult a licensed financial advisor.
Pro Tip:
Duplicate this script and change `dayofweek.tuesday` to `dayofweek.thursday` to mark Nifty expiry days as well.
Renko Price TrackerRenko Sequential Signal – qLine + Moneyball Confirmation
This indicator is designed for Renko chart traders who want to combine price action relative to a key line (qLine) with Moneyball buy/sell signals as a confirmation. It helps filter trades so you only get signals when both conditions align within a chosen time window.
How It Works
First Event – Price Trigger
Detects when the Renko close crosses above/below your selected qLine plot from the qPro indicator.
You can choose between:
Cross – only triggers on an actual crossover/crossunder.
State (Close) – triggers whenever price closes above/below qLine.
Second Event – Moneyball Confirmation
Waits for Moneyball’s Buy Signal (for long) or Bear/Sell Signal (for short) plot to fire.
You select the exact Moneyball plot from the source menu.
You can specify how the Moneyball signal is interpreted (== 1, >= 1, or any nonzero value).
Sequential Logic
The Moneyball signal must occur within N Renko bricks after the price event.
The final buy/sell signal is printed on the Moneyball bar.
Key Features
Works natively on Renko charts.
Adjustable confirmation window (0–5 bricks).
Flexible detection for both qLine and Moneyball signals.
Customizable label sizes, arrow display, and alerts.
Alerts fire for both buy and sell conditions:
BUY: qLine ➜ Moneyball Buy
SELL: qLine ➜ Moneyball Sell
Inputs
qLine Source – Pick the qPro qLine plot.
Price Event Type – Cross or State.
Moneyball Buy/Sell Signal Plots – Select the correct plots from your Moneyball indicator.
Confirmation Window – Bars allowed between events.
Visual Settings – Label size, arrow visibility, etc.
Use Case
Ideal for traders who:
Want a double-confirmation entry system.
Use Renko charts for cleaner trend detection.
Already have qPro and Moneyball loaded, but want an automated, rule-based confluence check.
Contador de Vela 2.0This indicator displays a seconds counter on the chart that updates continuously.
It uses a small vertical offset trick to simulate movement when scrolling the chart, making the counter more visually dynamic.
Ideal for monitoring elapsed time since the chart loaded.
To use, simply add the indicator to any chart with price candles. The counter will appear near the current bar.
Fed Cuts (ZQ) - Clear Signal (0-100)Description:
0–100 “cuts signal” for how much markets expect the Fed to cut rates over the next
~12 months.
Colors at a glance:
0–33 = Calm (blue) : little/no cuts priced.
33–66 = Watch (amber) : cuts meaningfully priced.
66–100 = Act (red) : substantial cuts priced / accelerating.
Key cues to watch:
Crosses up through 33 → “Watch”: prep reallocations; tighten risk; line up entries.
Crosses up through 66 → “Act”: tilt toward cut-beneficiaries; be careful with rate-sensitive cyclicals.
Falls back below 66: urgency cooling—scale back aggressive tilts.
Falls back below 33: back to baseline—return to neutral playbook.
Fast jumps (few days): rapid repricing—expect headline sensitivity.
Best use: Pair with my Risk mood and Labor Softness indicator.
Strong agreement = higher-conviction moves.
Symbols (once): Near = ZQ1!; Far ≈ ZQ13! (or same month next year). Adjust smoothing if it looks jumpy.
Engolfo 4 Vela + Estocástico + Volume + EMAs - SX -Engolfo 4 Vela + Estocástico + Volume + EMAs - SX -
Sniper NAS100 Swiss Knife IndicatorSniper Trading System – Master Indicator
Description:
“Trade with the precision of the market makers themselves.”
The Sniper Trading System – Master Indicator is the crown jewel of institutional-level trading tools, engineered for those who demand perfect timing, deadly accuracy, and surgical execution in any market.
Designed by a 3× ASCAP Award-winning, multi–funded prop firm trader, this system fuses algorithmic precision with battle-tested price action logic, delivering an unmatched trading edge across Forex, Futures, Indices, and Crypto.
Core Features
Dealer Range Mapping – Auto-detects the hidden accumulation/distribution zones that drive market direction.
Multi-Standard Deviation Targets – Projected with gradient precision (+1 to +4 / -1 to -4) for scalps or swing holds.
12 AM Bias Candle Logic – Reveals the true daily directional bias before the herd even wakes up.
Liquidity Sweep Detection – Spots equal highs/lows & engineered stop hunts before the main move.
Kill Zone Time Windows – Pre-programmed with the London Session Sniper Hours & New York Precision Plays.
Multi-Timeframe RSI Filter – Filters false signals & highlights exhaustion points for sniper entries.
Dynamic Alerts – Fire real-time push, email, or webhook notifications for entry, exit, and confluence events.
How It Works
Identify Bias – Use the 12 AM candle + DXY/RSI overlays to confirm bullish or bearish control.
Wait for Liquidity Sweep – Let the market makers hunt stops; your job is to wait.
Execute at Kill Zones – Follow the preloaded precision entry times for God-tier sniper plays.
Ride to Target Zones – Exit at projected standard deviation levels for mathematically consistent profits.
Ideal For
Day Traders looking for clean entries and exits.
Asia Session + ShieldThe Asia Session + Shield Indicator is designed to highlight the Asian trading range and provide a protective ‘shield’ for traders by marking key support and resistance zones. It helps identify potential breakout or reversal areas as the market transitions from the Asian session into London and New York, giving traders a clearer edge in volatile market conditions.
kale1668公用版a8verified_bearish_original = enable_oversold_overbought ? original and overbought_condition) : trendDown_ori
偏向线 → 偏向
RSI线 → RS
多头区域 → 多头
空头区域 → 空头
偏向填充 → 偏向
多头填充 → 多头
空头填充 → 空头
K线颜色 → K线
Zone Trading Strategy - Gold/US30/NAS**Zone Trading Strategy - Gold/US30/NAS**
A comprehensive supply and demand zone trading system optimized for Gold (XAUUSD), US30 (Dow Jones), and NAS100 (Nasdaq) indices.
**Key Features:**
📊 **Automatic Zone Detection**
- Identifies high-probability supply (resistance) and demand (support) zones based on price action
- Validates zones using multiple price touches for increased reliability
- Dynamic zone sizing based on ATR for market-adaptive analysis
🎯 **Smart Entry Signals**
- BUY signals when price enters demand zones with bullish confirmation
- SELL signals when price enters supply zones with bearish confirmation
- Visual alerts with clear entry markers on chart
💰 **Risk Management System**
- Automatic calculation of 3 take-profit levels (TP1, TP2, TP3)
- Predefined stop-loss placement
- Customizable risk percentages for all levels
- Visual display of all TP/SL levels on signal generation
📈 **Multi-Asset Optimization**
- Auto-detects and optimizes for Gold, US30, or NAS100
- Adjusts zone calculations based on instrument volatility
- Works across all timeframes with specific optimizations
⏰ **Recommended Timeframes:**
- **15-Minute**: Scalping and quick intraday trades
- **1-Hour**: Primary timeframe for day trading (optimal balance)
- **4-Hour**: Swing trading with stronger zone reliability
- **Daily**: Position trading with major support/resistance levels
- Works on all timeframes but best results on 15M, 1H, and 4H
⚙️ **Customizable Settings**
- Zone transparency and visual preferences
- Maximum number of zones displayed
- Lookback period for zone validation
- Minimum touches required for zone confirmation
- Risk/reward parameters
📋 **Information Panel**
- Real-time display of active zones
- Current ATR value
- Symbol and timeframe information
**How to Use:**
1. Select your preferred timeframe (15M, 1H, or 4H recommended)
2. Add to chart and wait for zones to form
3. Watch for price approaching identified zones
4. Enter trades on BUY/SELL signals
5. Follow the automated TP/SL levels
6. Consider partial profits at TP1, TP2, and TP3
**Timeframe Strategy Guide:**
- **15M**: 0.5-1% TP targets, tight stops, multiple daily opportunities
- **1H**: 1-2% TP targets, balanced risk/reward, 3-5 trades per day
- **4H**: 2-3% TP targets, wider stops, 1-2 trades per day
- **Daily**: 3-5% TP targets, position trades, weekly opportunities
**Best Practices:**
- Use multiple timeframe analysis (check higher TF for trend)
- Combine with market structure and trend analysis
- Wait for clear signal confirmation before entry
- Adjust TP/SL percentages based on timeframe used
⚠️ **Risk Warning:**
This indicator is for educational purposes. Always use proper risk management and test thoroughly before live trading.
**Tags:** #supplyanddemand #zonetrading #gold #us30 #nasdaq #nas100 #xauusd #supportresistance #priceaction #trading #technicalanalysis #riskmanagement #daytrading #swingtrading #scalping
---
The indicator works on ALL timeframes but is specifically optimized for 15M, 1H, and 4H charts where supply and demand zones tend to be most reliable.