Indicator

Indicator

TDVW Momentum Levels v3TDVW Momentum Levels v2 — Volume & Trend-Confirmed Trading Zones
A precision toolkit for momentum and scalping traders that filters out noise before it reaches your chart.
📊 WHAT IT SHOWS
✅ EMA Ribbon (9/21/50/100/200) — instant trend read at a glance
✅ VWAP — the institutional benchmark line
✅ Supply & Demand Zones — confirmed, not raw pivots
✅ Volatility-Adaptive Entry, Stop, Target 1 & Target 2
✅ Clean summary table — all key levels in one glance, top-right corner
🔍 ORIGINALITY — HOW THIS DIFFERS FROM A STANDARD PIVOT/ATR SCRIPT
Most zone-detection scripts plot every raw pivot high/low, producing dozens of levels most of which are noise. This script only confirms a zone when TWO independent conditions align: (1) the pivot bar's volume exceeds its rolling average by a configurable multiplier, and (2) the zone is not counter to the current EMA trend direction (e.g. a supply zone is discarded while the market is in a confirmed uptrend). This cross-filter removes low-conviction levels that a raw pivot detector would otherwise plot.
The Entry/Stop/Target system is volatility-adaptive rather than fixed: it compares the current ATR reading against its own historical average (50-bar baseline) and scales the stop/target multipliers up or down accordingly. In a high-volatility regime, target distances automatically widen; in a quiet market, they compress. The live "Volatility×" reading in the summary table shows this factor directly.
🎯 BUILT FOR MOMENTUM & SCALPING
Designed for traders working fast-moving, low-float stocks, where fixed-percentage or fixed-ATR tools often place targets too tight (choppy markets) or too far (quiet markets) because they don't adapt to changing volatility.
⚙️ HOW TO USE
1. Add to any chart, any timeframe
2. Watch for EMA alignment (9 > 21 > 50) confirming trend direction
3. Only confirmed Supply/Demand zones (labeled "Vol+Trend Confirmed") are plotted — raw unconfirmed pivots are filtered out
4. Use the Entry/Stop/Target table for a volatility-adjusted trade plan
5. Adjust Volume Multiplier, ATR Length, and Base ATR multipliers in settings to match your risk tolerance and the instrument's typical volatility
⚠️ Educational tool only. Not financial advice. Always manage your own risk. Indicator

Indicator

Indicator

VASA Position Size & ATR Stop vFMost blown accounts come down to one thing: size, not signal. This tool does the math the pros do before every trade. Tell it your account size and how much you're willing to risk on the trade (1% is a sane default), and it places a stop a set number of ATRs away, then tells you exactly how many units that risk budget allows.
What it does: • ATR-based stop distance, long or short • Position size from your account size and risk % • On-chart table: entry, stop, stop distance, dollar risk, units • Entry and stop lines drawn on the chart • No signals, nothing to repaint — it's a calculator
How to use: set your account size and risk % once. Pick your entry (defaults to the current close, or type one in). Read the position size off the table and use it. The idea is boring on purpose — fixed fractional risk is how you survive a losing streak long enough for your edge to show up. Plan from a closed bar so the ATR reading is settled.
Educational only — not financial advice. Position sizing does not remove market risk. Trading involves substantial risk of loss.
Indicator

TDVW Momentum Levels v2TDVW Momentum Levels v2 — Volume & Trend-Confirmed Trading Zones
A precision toolkit for momentum and scalping traders that filters out noise before it reaches your chart.
📊 WHAT IT SHOWS
✅ EMA Ribbon (9/21/50/100/200) — instant trend read at a glance
✅ VWAP — the institutional benchmark line
✅ Supply & Demand Zones — confirmed, not raw pivots
✅ Volatility-Adaptive Entry, Stop, Target 1 & Target 2
✅ Clean summary table — all key levels in one glance, top-right corner
🔍 ORIGINALITY — HOW THIS DIFFERS FROM A STANDARD PIVOT/ATR SCRIPT
Most zone-detection scripts plot every raw pivot high/low, producing dozens of levels most of which are noise. This script only confirms a zone when TWO independent conditions align: (1) the pivot bar's volume exceeds its rolling average by a configurable multiplier, and (2) the zone is not counter to the current EMA trend direction (e.g. a supply zone is discarded while the market is in a confirmed uptrend). This cross-filter removes low-conviction levels that a raw pivot detector would otherwise plot.
The Entry/Stop/Target system is volatility-adaptive rather than fixed: it compares the current ATR reading against its own historical average (50-bar baseline) and scales the stop/target multipliers up or down accordingly. In a high-volatility regime, target distances automatically widen; in a quiet market, they compress. The live "Volatility×" reading in the summary table shows this factor directly.
🎯 BUILT FOR MOMENTUM & SCALPING
Designed for traders working fast-moving, low-float stocks, where fixed-percentage or fixed-ATR tools often place targets too tight (choppy markets) or too far (quiet markets) because they don't adapt to changing volatility.
⚙️ HOW TO USE
1. Add to any chart, any timeframe
2. Watch for EMA alignment (9 > 21 > 50) confirming trend direction
3. Only confirmed Supply/Demand zones (labeled "Vol+Trend Confirmed") are plotted — raw unconfirmed pivots are filtered out
4. Use the Entry/Stop/Target table for a volatility-adjusted trade plan
5. Adjust Volume Multiplier, ATR Length, and Base ATR multipliers in settings to match your risk tolerance and the instrument's typical volatility
⚠️ Educational tool only. Not financial advice. Always manage your own risk. Indicator

ATR & Bar Range Stop Dashboard
# Title
**ATR & Bar Range Stop Dashboard**
## About this script
**ATR & Bar Range Stop Dashboard** is a volatility-based trade-planning tool designed to provide a quick estimate of reasonable stop-loss distance based on the current market's recent price movement.
Rather than using an arbitrary fixed stop distance, the indicator measures recent volatility using either:
* **Average True Range (ATR)**, or
* **Average Bar Range (High − Low)**
and calculates hypothetical long and short stop prices around the current market price or an optional manually entered reference price.
The purpose of the indicator is not to generate entries or trading signals. It is intended to provide a **volatility reference for stop placement and trade planning**.
A structural stop should still be based on the price level at which the trade thesis becomes invalid. This tool can then be used to evaluate whether that structural stop is unusually tight or wide relative to recent market volatility.
---
## How it works
The script calculates two measures of recent price movement:
**Average Bar Range**
This is the simple average of each candle's:
`High - Low`
over the selected lookback period.
The default lookback is **20 completed bars**.
**Average True Range**
ATR measures True Range over the selected ATR lookback period.
The default is:
`ATR(14)`
The script uses **completed bars for the volatility calculations** so the baseline is not continually distorted by the currently developing candle.
The user can select either **ATR** or **Bar Range** as the basis for the calculated Average Stop.
The basic stop distance is:
`Average Stop = Selected Volatility Measure × Stop Multiplier`
The default multiplier is **1.0x**.
---
## Stop calculations
The dashboard calculates hypothetical stops on both sides of the reference price.
**Long Stop**
`Reference Price - Average Stop - Buffer`
**Short Stop**
`Reference Price + Average Stop + Buffer`
Final stop prices are rounded to the symbol's valid minimum tick increment.
The calculated stops are intended as **volatility-based reference levels**, not automatic recommendations to place an order at those exact prices.
---
## Adaptive buffer
An additional buffer places the calculated stop slightly outside the raw volatility boundary.
### Futures
In Auto mode, the futures buffer is:
`max(2 ticks, 10% of Average Stop)`
with an adjustable maximum buffer percentage.
The default maximum is **25% of Average Stop**.
This provides a small minimum buffer in lower-volatility conditions while allowing the buffer to expand as volatility increases.
### Stocks and ETFs
The default Auto buffer is:
`10% of Average Stop`
subject to the same adjustable maximum buffer percentage.
### Manual buffer
Users can disable Auto mode and specify the buffer directly in **number of ticks**.
---
## Timeframe behavior
By default, all volatility calculations use the **current chart timeframe**.
For example:
* 2-minute chart → 2-minute volatility
* 5-minute chart → 5-minute volatility
* 15-minute chart → 15-minute volatility
* Daily chart → daily volatility
A **Manual Timeframe Override** is also available when the trader wants the dashboard to reference volatility from a different timeframe.
For example, a trader executing on a 2-minute chart may choose to calculate the stop using 5-minute volatility.
---
## Reference price
By default, the script calculates the hypothetical stop levels from the **current market price**.
An optional **Manual Entry Price** can be enabled.
This is useful after entering a trade or when planning an entry at a specific price because the stop calculations remain anchored to that reference price rather than moving continuously with the market.
The dashboard still displays the live Current Price separately.
---
## Dashboard modes
### Minimal
Designed for active trading and displays only:
* Current Price
* Average Stop and its basis
* Long Stop
* Short Stop
The **Long Stop is displayed in green** and the **Short Stop in red** for quick identification.
### Full
Displays additional volatility information:
* Average Bar Range
* ATR
* Current Bar Range
* Current Bar / Average Bar ratio
* Current Price
* Average Stop and calculation basis
* Buffer
* Long Stop
* Short Stop
---
## Display options
The dashboard can be customized using:
**Table Size**
* Tiny
* Small
* Normal
* Large
* Huge
**Horizontal Placement**
* Left
* Center
* Right
**Vertical Placement**
* Top
* Middle
* Bottom
These controls provide all nine standard PulseWire table-placement combinations.
---
## Suggested interpretation
The indicator is most useful as a **context tool rather than a mechanical stop system**.
For example, if a proposed structural stop is only 0.3 ATR away from the entry while normal bars are already considerably larger than that distance, the stop may be vulnerable to ordinary market noise.
Conversely, a structural stop several ATRs away may indicate that the trade requires unusually large risk relative to current volatility.
The indicator does not determine whether the underlying trade setup is valid.
A practical workflow is:
1. Identify the trade setup.
2. Determine the price level that structurally invalidates the setup.
3. Compare that distance with the dashboard's volatility-based Average Stop.
4. Determine whether the structural stop allows acceptable risk.
5. Adjust position size rather than artificially tightening a structurally necessary stop.
---
## Default settings
**Volatility**
* Average Bar Range Length: `20`
* ATR Length: `14`
**Stop**
* Stop Basis: `ATR`
* Stop Multiplier: `1.0x`
**Buffer**
* Mode: `Auto`
* Auto Buffer: `10%`
* Futures Minimum Buffer: `2 ticks`
* Maximum Auto Buffer: `25%`
**Timeframe**
* Current chart timeframe
**Display**
* Minimal
* Small
* Top Right
All parameters are configurable.
---
## Important notes
This indicator:
* Does **not** generate buy or sell signals.
* Does **not** determine market direction.
* Does **not** automatically identify structural invalidation.
* Does **not** determine position size.
* Does **not** guarantee that a calculated stop will avoid being triggered.
* Is intended as a volatility and trade-planning tool.
ATR and average bar range describe **recent historical volatility**. Future volatility can change rapidly, particularly around economic releases, earnings, market opens, news events, or periods of reduced liquidity.
Traders should use the calculated levels together with market structure, risk management, and their own trading methodology.
---
# Release notes — Version 1.0
**Initial release**
* Added ATR-based stop-distance calculation.
* Added Average Bar Range alternative to ATR.
* Added configurable stop multiplier.
* Uses completed bars for baseline volatility calculations.
* Added automatic chart-timeframe detection.
* Added optional manual timeframe override.
* Added live Current Price display.
* Added optional Manual Entry Price for fixed stop calculations.
* Added automatic futures and equity buffer logic.
* Futures Auto Buffer defaults to the greater of 2 ticks or 10% of Average Stop.
* Stocks and ETFs default to a 10% Average Stop buffer.
* Added adjustable maximum Auto Buffer.
* Added manual tick-based buffer override.
* Added Long and Short stop price calculations rounded to valid minimum tick increments.
* Added Minimal and Full dashboard modes.
* Average Stop clearly identifies whether ATR or Bar Range is being used.
* Added configurable table size.
* Added Left / Center / Right and Top / Middle / Bottom table positioning.
* Added green Long Stop and red Short Stop highlighting.
Indicator

Advanced Trend Scanner & Screener by SPPATLEThe Advanced Trend Scanner & Screener by SPPATLE is a comprehensive PulseWire Pine Script v6 indicator engineered for swing traders, positional traders, and index analysts. It merges multi-timeframe forecasting, dynamic index/stock screening, volume-surge analytics, and an intelligent recommendation engine into a single clean layout.
Here is a detailed breakdown of its core components and architecture:
1. Dynamic Asset Detection (Stocks vs. Indices)
Smart Context Switching: The indicator automatically detects whether the active chart is an equity stock or an index (such as NIFTY, BANKNIFTY, or FINNIFTY) using symbol and type parsing.
Stock Screener Mode: When applied to a stock, the left-hand panel runs a pre-configured multi-symbol screener, sorting assets based on relative momentum and percentage change.
Index Mode: When applied to indices like Nifty or BankNifty, the left-hand panel seamlessly transitions into an Index Diagnostic View, displaying the active timeframe bias, structural status, and trend direction.
2. Multi-Timeframe Forecasting & POC Engine
Automated Trend Projections: It evaluates underlying momentum, buying/selling power, and volume expansion across multiple timeframes (15m, 1h, 4h, Daily, and Weekly) in the background.
Developing Volume POCs (Point of Control): It plots institutional liquidity and value areas across multiple lookback windows (1M, 3M, 6M, 1H, 4H, Daily, and Weekly) in a clean stepline visual format. Users can customize lookback length bars and individual toggle visibility directly from the settings menu.
3. Volume Surge & Volatility Confluence
ATR & Volume Integration: It tracks Average True Range expansion alongside a 50-day moving average volume baseline. When volume surges above historical norms while ATR expands, it triggers a high-conviction institutional participation alert.
Custom Visual Highlights: Automatically highlights exceptional volume candles with customizable vertical projection lines and distinct momentum candle body colors.
4. Intelligent Recommendation Engine
The master dashboard evaluates dozens of concurrent technical factors—including VWAP positioning, SuperTrend alignment, RSI momentum states, MACD crossovers, and volume expansions—to output a clear verdict at the base of the dashboard:
BUY: Strong bullish confluence across volume surge, institutional buying power, and structural indicators.
SELL: Dominant selling pressure, breakdown below key volume zones, and bearish momentum.
WAIT: Price consolidation phases characterized by low volume ranges awaiting breakout validation.
CAUTIOUS: Conflicting market signals requiring strict risk management parameters.
यह Advanced Trend Scanner & Screener by SPPATLE एक ऑल-इन-वन (All-in-One) प्रोफेशनल ट्रेडिंग इंडिकेटर है, जिसे विशेष रूप से स्विंग ट्रेडर्स, पोजीशनल ट्रेडर्स और इंडेक्स ट्रेडर्स की ज़रूरतों को ध्यान में रखकर डिज़ाइन किया गया है।
इस इंडिकेटर की मुख्य विशेषताएँ और कार्यप्रणाली निम्नलिखित हैं:
1. मुख्य विशेषताएँ और कंपोनेंट्स (Key Features)
मास्टर डैशबोर्ड (Master Dashboard): चार्ट के दाईं ओर नीचे (Bottom Right) एक विस्तृत डैशबोर्ड मिलता है जो वर्तमान टाइमफ़्रेम के आधार पर लाइव टेक्निकल पैरामीटर्स का विश्लेषण करता है। इसमें 200 EMA, RSI, MACD, VWAP, SuperTrend और 1M, 3M, 6M Developing Volume POCs शामिल हैं।
मल्टी-टाइमफ़्रेम फॉरकास्ट (Multi-Timeframe Forecast): 15m, 1h, 4h, Daily (1D) और Weekly (1W) टाइमफ़्रेम का ऑटोमैटिक ट्रेंड प्रेडिक्शन और उसके पीछे का कारण (Reason) दिखाता है।
डायनेमिक इंडेक्स & स्टॉक सपोर्ट: यदि आप चार्ट पर NIFTY या BANKNIFTY खोलते हैं, तो यह ऑटोमैटिक इंडेक्स मोड में आ जाता है; और यदि आप किसी स्टॉक (जैसे ABFRL) पर हैं, तो यह उसके अनुसार काम करता है।
वॉल्यूम और ATR आधारित 'Volume Surge': पिछले 50 दिनों के एवरेज वॉल्यूम/गतिविधि और ATR (Average True Range) के विस्तार के आधार पर यह पहचानता है कि ब्रेकआउट असली है या नहीं।
स्मार्ट रिकमेंडेशन (BUY / SELL / WAIT / CAUTIOUS): सभी टेक्निकल और वॉल्यूम संकेतकों का मिलान करके यह सबसे नीचे स्पष्ट सलाह देता है कि अभी ट्रेड में क्या करना चाहिए।
2. कस्टमाइज़ेशन सेटिंग्स (Customization Settings)
Show/Hide विकल्प: आप सेटिंग्स से स्क्रीनर टेबल, मास्टर डैशबोर्ड, मोमेंटम कैंडल्स और वॉल्यूम हाइलाइट लाइन्स को अपनी पसंद के अनुसार ऑन/ऑफ कर सकते हैं।
डेवलपिंग POCs (Developing POCs): 1H, 4H, Daily, Weekly और Monthly POCs को अलग-अलग शो/हाइड करने के साथ-साथ POC Lookback Candles के ज़रिए यह तय करने की सुविधा है कि पीछे की कितनी कैंडल्स से इसे ड्रा करना है।
लाइन थिकनेस और टेबल स्टाइल: हाई वॉल्यूम हाइलाइट लाइन्स की मोटाई (Thickness) बदलने और टेबल के टेक्स्ट साइज़ (Small, Normal, Large) को मैनेज करने का विकल्प भी उपलब्ध है। Indicator

VASA Multi-Timeframe Rating vFStop flipping between charts to check whether the higher timeframes agree. This puts three timeframes in one small table on your chart. For each one it reads trend (fast EMA vs slow EMA) and momentum (RSI above or below 50), then sums them into a plain rating: Bull, Lean bull, Mixed, Lean bear, or Bear.
What it does: • Three configurable timeframes (default 15m / 1h / 4h) • Trend and momentum column per timeframe • A fused rating cell, colour-coded • Reads higher timeframes without repainting — on the live bar it uses the last closed higher-TF bar, so the table doesn't flicker intrabar
How to use: look for agreement. When all three lean the same way, you're trading with the broader context instead of against it. When they disagree ("Mixed"), that's your signal to size down or stand aside. Change the three timeframes to match how you actually trade — a scalper might run 1m/5m/15m, a swing trader 1h/4h/1D.
Educational only — not financial advice. Trading involves substantial risk of loss.
Indicator

Indicator

OminousLine EMAs (13/21/55/200)
OminousLine EMAs (13/21/55/200)
OminousLine EMAs is a clean and customizable trend-following indicator that combines four Exponential Moving Averages — EMA 13, 21, 55, and 200 — in a single chart overlay.
The indicator is designed to provide a clear visual overview of short-, medium-, and long-term market trends while keeping the chart simple and easy to read.
EMA Structure
The four default moving averages represent different layers of market momentum:
EMA 13 — Fast-moving EMA for short-term price action and momentum.
EMA 21 — Short-term trend reference that provides a slightly smoother view of price movement.
EMA 55 — Intermediate trend indicator that helps filter short-term market noise.
EMA 200 — Long-term trend reference commonly used to evaluate the broader market direction.
Trend Alignment
The relationship between the four EMAs can help visualize the current market structure.
A bullish EMA alignment may occur when:
EMA 13 > EMA 21 > EMA 55 > EMA 200
When the averages are aligned and separating upward, it can indicate increasing bullish momentum.
A bearish EMA alignment may occur when:
EMA 13 < EMA 21 < EMA 55 < EMA 200
When the averages are aligned and separating downward, it can indicate increasing bearish momentum.
When the EMAs begin moving closer together, it may indicate consolidation or weakening directional momentum.
Dynamic Support & Resistance
Moving averages can also act as dynamic reference areas during trending markets.
Price reactions around the EMA 13, 21, 55, or 200 can provide additional context when analyzing pullbacks, trend continuation, or changes in market structure.
These areas should not be considered fixed support or resistance levels.
Customization
OminousLine EMAs is fully customizable.
For each EMA, users can independently adjust:
EMA length
Visibility
Line color
Line width
Default configuration:
EMA 13 — Orange
EMA 21 — Cyan
EMA 55 — Amber
EMA 200 — Purple
The default colors are designed to provide clear visual separation, particularly on dark chart backgrounds.
How to Use
OminousLine EMAs can be used to help analyze:
Short-, medium-, and long-term trend direction
Bullish and bearish EMA alignment
Changes in momentum
EMA crossovers
EMA compression and expansion
Price interaction with moving averages
Potential dynamic support and resistance areas
The indicator can be used across different markets and timeframes. Traders can customize the EMA periods and appearance to suit their own analysis and trading methodology.
Important Notice
OminousLine EMAs is a visual trend-analysis tool and does not automatically generate buy or sell signals.
EMA alignment, crossovers, and price interactions should not be interpreted as guaranteed trading opportunities. The indicator is intended to complement other forms of technical analysis, market structure analysis, and appropriate risk management.
For informational and educational purposes only. Not financial advice. Indicator

Indicator

Indicator

Ichimoku Volatility & Momentum IndexOverview
The Ichimoku Volatility & Momentum Index (Kumo VMI) translates the structural breadth and internal dynamics of the classic Ichimoku Kinko Hyo system into a focused oscillator.
While traditional Ichimoku charts function as all-in-one indicators for trend, momentum, support, and resistance—where market volatility is typically gauged visually by the physical thickness (width) of the Kumo cloud—this indicator isolates and quantifies that exact relationship into an oscillator layout.
Core Mechanics
1. Cloud Width Index (Volatility)
On a standard chart, the thickness between Senkou Span A and Senkou Span B reveals how volatile or consolidated a market is. The Kumo VMI calculates this absolute distance between Span A and Span B as the Cloud Width Index (CWI):
Thin Cloud Width: Points to low volatility, tight consolidation, or market compression.
Expanding Cloud Width: Highlights building volatility, structural expansion, and potential breakout environments.
Smoothing MA: Includes a customizable moving average overlay (SMA, EMA, WMA, or RMA) to track the baseline trajectory of volatility changes over time.
2. TK Distance (Momentum Confluence)
To help confirm whether an expanding cloud width is backed by underlying directional strength, the indicator incorporates a TK Distance line measuring the separation between the Tenkan-sen and Kijun-sen. When cloud volatility increases alongside a rising TK momentum line, it provides powerful confluence that a significant directional move or breakout is underway.
3. Supplementary ATR Line
An optional Average True Range (ATR) line can be toggled on or off. This serves as a helpful secondary tool for assessing general market volatility context or assisting with practical stop-loss planning, without interfering with the primary Ichimoku volatility focus.
Key Features
Dedicated Volatility Oscillator: Converts visual cloud expansion and contraction into objective line data.
Momentum Integration: Combines cloud width with Tenkan/Kijun separation to spot high-confluence expansion phases.
Flexible Customization: Offers adjustable moving average types/lengths for smoothing, alongside an optional ATR reference line for risk management Indicator

Daily & Weekly Levels + Sessions + Legend### Daily & Weekly Levels + Sessions + Legend
This indicator is specifically designed for intraday and swing traders who rely on **Market Structure, Liquidity Sweeps, and Multi-Timeframe Analysis (ICT / SMC / Price Action)**.
It keeps your chart clean and uncluttered by projecting only the most critical key liquidity levels (Yesterday, Day Before Yesterday, and Last Week) into the present, paired with an optional background shading for major market trading sessions.
---
### 📌 Why Use This Indicator?
1. **Liquidity Sweeps & Institutional Reaction Zones:**
Previous Highs and Lows (PDH, PDL, Weekly High/Low) carry large clusters of stop-loss orders and institutional interest. This indicator automatically plots these key levels to help you identify liquidity sweeps, market reversals, dynamic support/resistance, and high-probability profit targets (TPs).
2. **Macro-to-Micro Context Without Frame Switching:**
Analyze higher timeframe (HTF) Daily and Weekly levels directly on your execution charts (1H, 15M, 5M, 1M) without constantly switching chart timeframes.
3. **Zero Session Confusion:**
Instantly track which market session is active (Asia, London, or New York) with customizable background shading and a clean, on-screen legend table.
---
### 🛠️ Key Features
* **Yesterday's Levels :** Projects yesterday's *Daily High* and *Daily Low* with exact price labels.
* **Day Before Yesterday's Levels :** Plots *Prev Day High* and *Prev Day Low* (2 days ago) to track unmitigated liquidity pools.
* **Weekly Levels:** Displays the previous week's *Weekly High* and *Weekly Low* for higher timeframe directional bias.
* **Clutter-Free Projection:** Lines extend smoothly into the future instead of cluttering historical chart price action.
* **Session Background Shading (Optional):** Highlight **Asia**, **London**, and **New York** sessions using your preferred timezone (UTC, America/New_York, Exchange).
* **Vertical Day Separator (Optional):** Draws a clean dashed vertical line marking the start of each new trading day.
* **Dynamic On-Screen Legend Table:** A customizable HUD table showing active session color references.
---
### ⚙️ Full Customization via Settings
* **Colors & Visibility:** Toggle individual levels on/off and adjust line colors and opacities independently.
* **Schedules & Timezones:** Easily adjust session hours and timezones to match your local time or traded asset class (Crypto, Forex, Indices).
* **Legend Position:** Choose table placement anywhere on your screen (Top Right, Middle Right, Bottom Right, Top Left, etc.).
---
### 💡 Practical Setup Example
1. **HTF Context (1H / 15M):** Monitor price as it approaches a key level such as *Yesterday's Low* or *Prev Day Low*.
2. **Rejection:** Watch for a liquidity sweep (price taking out the level and leaving a rejection wick).
3. **LTF Execution (5M / 1M):** Drop down to lower timeframes to confirm a Market Structure Shift (MSS) or Fair Value Gap (FVG) entry, targeting the opposite side (*Daily High*) as your Take Profit. Indicator

Normalized Ichimoku OscillatorOverview
The Normalized Ichimoku Oscillator (NIO) transforms the comprehensive insight of the classic Ichimoku Kinko Hyo system into a dedicated momentum oscillator.
While a standard Ichimoku chart is an all-in-one indicator for momentum, trend direction, and support/resistance levels, it can sometimes be difficult to gauge how far price has stretched relative to historical limits. The NIO solves this by measuring the distance between price and the core Ichimoku lines, normalizing them using Average True Range (ATR) to create a clear, bounded perspective.
The Core Concept: Kijun-sen as the Primary Anchor
While price distance from key levels can be visualized on a standard chart, this oscillator quantifies those deviations against historical volatility:
The Primary Line (Kijun-sen): The oscillator centers heavily on the Kijun-sen (Base Line). The Kijun-sen distance serves as your main gauge for medium-term trend stretch and mean reversion.
Supplementary Lines: The Tenkan-sen, Span A, and Span B lines are also included as optional overlays. They allow you to track short-term momentum or cloud-edge distances alongside your primary Kijun-sen analysis, but can be toggled off to keep the chart clean.
Key Features
ATR Normalization: Converts raw price distances into volatility-adjusted units, making overbought and oversold thresholds reliable across different market conditions and asset volatilitites.
Dedicated Kijun MA: Includes a customizable smoothing Moving Average (EMA, SMA, or HMA) applied to the Kijun deviation line to help spot momentum shifts and trigger crosses.
Overbought / Oversold Thresholds: Features distinct warning and extreme zones (e.g., +/- 2.0 and +/- 3.0 ATR) to help identify potential market exhaustion or trend reversal points.
Visual Shading & Alerts: Dynamic zero-line fill highlights whether price is stretched above or below equilibrium, backed by automated alerts for extreme deviations. Indicator

Indicator

Indicator

Sniper Open - Complete SignalSniper Open — NY Open FVG + Liquidity + Momentum
This indicator detects a specific 3-part confluence at the New York market open (9:30-9:45 ET):
Fair Value Gap (FVG) — a 3-candle imbalance in price
Liquidity Zone alignment — the gap must sit near a validated equal-high/equal-low level (2+ touches within 24 hours)
Momentum confirmation — the confirming candle must close in the signal's direction
Order block alignment — a recent order block in the same direction must exist
All four conditions must align, during the 9:30-9:45 ET window specifically, for a confirmed signal to fire.
Backtested results (3 years of NQ data, train/test validated):
~66-71% win rate on filled trades
~13-16 point average expectancy per filled trade
Signals fire roughly once every 2 trading days
How to use it:
The small faded circles are "watching" markers — an unconfirmed setup possibly forming. Informational only, not a trade signal.
The solid triangle is the confirmed signal. When it appears, place a limit order at the entry price shown (not a market order).
If your limit order isn't filled within 15 minutes, cancel it. This happens on roughly 44% of signals — it's expected, not a malfunction. The strategy's edge comes from letting price return to the level, not chasing it.
Stop and target levels are drawn automatically alongside each signal.
Important disclaimers:
This is backtested historical data, not a live trading track record. Past performance does not guarantee future results.
This is not financial advice. Trade at your own risk and do your own due diligence.
Built and tested specifically for NQ futures at the NY open — performance on other instruments or timeframes is not validated.
No mechanical filter can eliminate all uncertainty — momentum can reverse, targets aren't always reached, and drawdowns happen even in genuinely validated strategies. Indicator

Indicator

FD Volume Intelligence v1.8FD Volume Intelligence is a compact volume-confirmation tool designed to help traders judge whether a price move is supported by meaningful market participation.
Instead of duplicating PulseWire’s native volume histogram, this indicator works as an intelligence layer alongside PulseWire’s built-in Volume indicator. It focuses on Relative Volume (RVOL), participation strength, candle-body quality, directional context, and confirmed alerts while keeping the price chart clean.
Core Features
Relative Volume (RVOL)
Compares current volume with its moving-average baseline:
RVOL = Current Volume ÷ Volume MA
Volume MA Length
Default: 20
Participation Classification
Dry: below 0.70×
Average: 0.70× – 1.19×
Confirm: 1.20× – 1.49×
Strong: 1.50× – 1.99×
Extreme: 2.00×+
Candle Body Quality
Measures the candle body as a percentage of its total high-low range. This helps distinguish strong directional participation from high-volume indecision.
Default minimum body quality: 55%
Directional Volume Context
Displays whether current participation is associated with bullish or bearish price action.
Compact 2-Column Dashboard
Shows:
Volume status
RVOL
Strength
Direction
Body Quality
Current Volume vs MA20
Threshold settings status
Color-Coded Interpretation
Green = confirmed / positive participation
Orange = caution / weak candle quality
Red = bearish context
= informational metrics
White = neutral/static information
Threshold Protection
The script automatically maintains the correct logical hierarchy:
Dry < Confirmation < Strong < Extreme
If a user enters conflicting threshold values, they are automatically normalized internally.
No-Volume Handling
Symbols without usable volume data are clearly identified instead of generating misleading RVOL readings.
Confirmed Alerts
Alerts default to confirmation on candle close to reduce intrabar signal changes. The dashboard itself remains realtime.
How to Use
FD Volume Intelligence is intended as a confirmation tool, not a standalone buy/sell system.
For example:
RVOL < 0.70× → weak participation
RVOL ≥ 1.20× → meaningful participation begins
RVOL ≥ 1.50× → strong participation
RVOL ≥ 2.00× → unusually high activity; evaluate for expansion, breakout, absorption, or climax
A high RVOL reading becomes more useful when it is accompanied by good candle-body quality and relevant price structure.
For example:
RVOL 1.60× + Strong Body + Bull Direction
provides stronger confirmation than:
RVOL 1.60× + Weak Body
because the second condition may indicate absorption, rejection, or indecision despite elevated volume.
Recommended Setup
Use this indicator together with PulseWire’s built-in Volume indicator.
Recommended built-in Volume settings:
MA Length: 20
Color based on previous close: ON
FD Volume Intelligence intentionally does not draw its own synthetic volume histogram. This keeps the indicator lightweight and avoids creating an additional pane or interfering with the price scale.
Alerts
Available alert conditions include:
Bullish Volume Confirmation
Bearish Volume Confirmation
Strong Bullish Participation
Strong Bearish Participation
Extreme Bullish Volume
Extreme Bearish Volume
By default, alert signals are confirmed at candle close.
Important
RVOL in this indicator uses a rolling Volume MA baseline. It is not a session-normalized or time-of-day Relative Volume calculation.
Volume should always be interpreted together with price action, market structure, liquidity, support/resistance, and the broader market context.
FD Volume Intelligence is a confirmation and analytical tool. It does not predict future price movement and should not be used as a standalone trading system. Indicator

Rolling VWAP + Volume Profile by Flip On DipRolling VWAP + Volume Profile draws a volume weighted average over a moving window of trading days, and a separate volume profile for each of the last few sessions.
🔁 The VWAP here is not anchored. Instead of resetting at the open it holds a sliding window of the last N sessions, so the line carries through the open and over the weekend without jumping. Two deviation bands sit either side, built from the volume weighted standard deviation rather than a plain one, so they widen when size trades away from the mean instead of just following range.
🕐 Session length is measured off the chart rather than assumed. A 6.5 hour stock day, a 23 hour gold day and a 24 hour crypto day all count as one day, so a 7 day window really is seven sessions on any symbol at any timeframe.
📊 Each session gets its own profile, built from a candle step you set. That step is independent of your chart, so the same 5m profile shows up whether you're looking at a 1m or a 1h chart and switching timeframes won't change the shape. Volume from each candle is spread across every level it touches, weighted by how much of the candle's range falls inside each one, instead of being dumped at the close. Point of control and value area are marked, and the session in progress rebuilds as it fills.
On that last point, worth being clear about what moves and what doesn't. The session in progress is live and will keep changing until it closes, roughly once a minute as volume comes in. That's the whole idea of a developing profile. Once a session ends its profile is drawn once and never touched again, so nothing behind you shifts around. The VWAP behaves the same way: it updates on the current bar like any average does, and past values stay where they were.
Two horizons. Micro gives daily profiles with a week long VWAP, Macro switches to weekly profiles with a fortnight long VWAP across a longer stretch of history. Each one keeps its own settings, so flipping between them doesn't cost you your tuning.
⚠️ Not every ticker reports real volume, and that changes what a profile means. Spot gold, most FX and index feeds publish nothing at all, while forex and CFD tickers that do publish are usually counting ticks rather than contracts. The indicator checks and tells you which one you're on. Where there's no volume it falls back to counting time spent at each price, which is still a useful map of where the market lingered, and the panel says so rather than leaving you to work out why the shape looks odd.
The panel in the corner handles the rest of it. Active horizon, VWAP window, profile step, and whether volume on this ticker is traded, tick only or missing. If something is quietly limiting the drawing, the chart timeframe being wrong for the horizon, the 500 box platform limit, not enough history loaded for the window you asked for, it writes it out in plain words with what to change.
There's also an optional fixed step for the VWAP itself, which makes the line identical on every timeframe. Off by default, since the chart bars are what most people expect.
⚡ Nothing is calculated outside the visible window, and every box and line is allocated once and reused instead of being deleted and redrawn, so panning around stays smooth even on long intraday history.
Three colour presets, Default, Light and Dark, or Custom to set every colour and transparency yourself. Row spacing and width, gradients, borders, POC and VAH/VAL lines, the 3D shadow, price labels and the panel are all configurable.
Open source, free to study or extend. Indicator
