Super-AO with Risk Management Alerts Template - 11-29-25Super-AO with Risk Management: ALERTS & AUTOMATION Edition
Signal Lynx | Free Scripts supporting Automation for the Night-Shift Nation 🌙
1. Overview
This is the Indicator / Alerts companion to the Super-AO Strategy.
While the Strategy version is built for backtesting (verifying profitability and checking historical performance), this Indicator version is built for Live Execution.
We understand the frustration of finding a great strategy, only to realize you can't easily hook it up to your trading bot. This script solves that. It contains the exact same "Super-AO" logic and "Risk Management Engine" as the strategy version, but it is optimized to send signals to automation platforms like Signal Lynx, 3Commas, or any Webhook listener.
2. Quick Action Guide (TL;DR)
Purpose: Live Signal Generation & Automation.
Workflow:
Use the Strategy Version to find profitable settings.
Copy those settings into this Indicator Version.
Set a TradingView Alert using the "Any Alert() function call" condition.
Best Timeframe: 4 Hours (H4) and above.
Compatibility: Works with any webhook-based automation service.
3. Why Two Scripts?
Pine Script operates in two distinct modes:
Strategy Mode: Calculates equity, drawdowns, and simulates orders. Great for research, but sometimes complex to automate.
Indicator Mode: Plots visual data on the chart. This is the preferred method for setting up robust alerts because it is lighter weight and plots specific values that automation services can read easily.
The Golden Rule: Always backtest on the Strategy, but trade on the Indicator. This ensures that what you see in your history matches what you execute in real-time.
4. How to Automate This Script
This script uses a "Visual Spike" method to trigger alerts. Instead of drawing equity curves, it plots numerical values at the bottom of your chart when a trade event occurs.
The Signal Map:
Blue Spike (2 / -2): Entry Signal (Long / Short).
Yellow Spike (1 / -1): Risk Management Close (Stop Loss / Trend Reversal).
Green Spikes (1, 2, 3): Take Profit Levels 1, 2, and 3.
Setup Instructions:
Add this indicator to your chart.
Open your TradingView "Alerts" tab.
Create a new Alert.
Condition: Select SAO - RM Alerts Template.
Trigger: Select Any Alert() function call.
Message: Paste your JSON webhook message (provided by your bot service).
5. The Logic Under the Hood
Just like the Strategy version, this indicator utilizes:
SuperTrend + Awesome Oscillator: High-probability swing trading logic.
Non-Repainting Engine: Calculates signals based on confirmed candle closes to ensure the alert you get matches the chart reality.
Advanced Adaptive Trailing Stop (AATS): Internally calculates volatility to determine when to send a "Close" signal.
6. About Signal Lynx
Automation for the Night-Shift Nation 🌙
We are providing this code open source to help traders bridge the gap between manual backtesting and live automation. This code has been in action since 2022.
If you are looking to automate your strategies, please take a look at Signal Lynx in your search.
License: Mozilla Public License 2.0 (Open Source). If you make beneficial modifications, please release them back to the community!
Göstergeler ve stratejiler
Nexural Fisher ProNexural Fisher Transform Ultimate
This is my take on what the Fisher Transform should have been from the start. Not a repaint of the standard indicator with a fresh coat of paint, but a ground-up rebuild using techniques from John Ehlers and quantitative finance that actually make a difference.
What This Indicator Does
The Fisher Transform converts price into a Gaussian normal distribution, which sounds complicated but really just means it gives you clear overbought and oversold readings with sharp turning points. The problem with the standard Fisher Transform is that it was designed decades ago and has some serious limitations. This version addresses those limitations directly.
The Core Improvements
Adaptive Period via Dominant Cycle Measurement
Instead of guessing what lookback period works best, this indicator measures the dominant cycle in the market using autocorrelation and adjusts itself automatically. In choppy markets it becomes more responsive. In smooth trends it slows down to avoid false signals. You no longer have to optimize the length setting for every instrument and timeframe because the indicator
does it for you.
Tanh Normalization
The standard Fisher Transform has a nasty habit of spiking to extreme values during volatile moves. You have probably seen Fisher readings of plus or minus 8 or even higher which makes the indicator almost unreadable. This version uses hyperbolic tangent normalization to mathematically bound the output. The indicator stays within a consistent range regardless of market conditions so your overbought and oversold levels actually mean something.
Efficiency Ratio Regime Detection
This is the feature that changes how you use the indicator. The Efficiency Ratio measures whether the market is trending or ranging on a scale from zero to one. A high reading means price is moving efficiently in one direction which indicates a trend. A low reading means price is chopping around which indicates a range.
Why does this matter? Because oscillators work completely differently in trends versus ranges. In a ranging market you want to fade overbought and oversold readings. In a trending market those same signals will destroy you as the market stays overbought or oversold for extended periods while continuing in the trend direction.
The info panel shows you the current regime so you know how to interpret the signals. When it says Trending you trust the direction and ignore the zones. When it says Ranging you trust the zones and fade the extremes.
Volume Weighted Calculation
High volume bars have more influence on the Fisher calculation than low volume bars. This means the indicator responds more to moves that have real participation behind them and filters out low volume noise. The weighting is clamped to prevent any single bar from dominating the calculation.
Ehlers Super Smoother
Rather than using a simple moving average or exponential moving average for smoothing, this indicator uses the Ehlers Super Smoother which is a two pole filter specifically designed to remove noise without adding lag. The math behind it is based on signal processing theory and it genuinely works better than traditional smoothing methods.
How To Use It
The indicator shows two lines. The main Fisher line changes color based on direction. Green means bullish momentum and red means bearish momentum. The white trigger line is the previous bar value and crossovers between the two lines indicate momentum shifts.
The info panel in the corner gives you everything at a glance. State tells you the current direction. Zone tells you if the indicator is overbought, oversold, or neutral. Regime tells you if the market is trending, ranging, or mixed. ER shows you the raw Efficiency Ratio value. Period shows you the current adaptive lookback being used. Fisher shows you the exact indicator
value.
For ranging markets look for bullish crosses when the indicator is in oversold territory and bearish crosses when the indicator is in overbought territory. These are mean reversion setups.
For trending markets use the indicator to confirm trend direction and look for pullback entries when the indicator dips toward the zero line without reaching oversold or overbought extremes.
Strengths
The adaptive period is the biggest advantage. Most traders either use a default setting that works sometimes or spend hours optimizing settings that stop working when market conditions change. This indicator handles that problem automatically.
The regime detection is genuinely useful. Knowing whether to fade extremes or ride momentum is half the battle with any oscillator and this indicator tells you directly.
The bounded output means your levels are consistent. When the indicator hits 1.5 it means the same thing today as it did last month. You are not constantly adjusting your interpretation based on recent volatility.
The volume weighting adds a layer of confirmation that most oscillators lack entirely. Moves on high volume carry more weight which aligns with how markets actually work.
Weaknesses
No indicator predicts the future. This indicator tells you about momentum and regime but it does not tell you where to place your stop or what your target should be. It is a tool not a strategy.
The adaptive period can occasionally shift during volatile transitions which may cause the indicator to behave slightly differently than expected. The smoothing minimizes this but it can still happen.
Like all oscillators this indicator is better at identifying conditions than timing exact entries. A cross into oversold does not mean price stops falling immediately. It means conditions favor a bounce but the timing of that bounce requires additional analysis.
The regime detection has a slight lag because it needs data to determine whether the market is trending or ranging. At the exact moment of a regime change the indicator may still show the previous state for a few bars.
What This Is Not
This is not a signal service. There are no buy and sell arrows because markets are more nuanced than that. A bullish cross in a range means something completely different than a bullish cross in a trend and treating them the same is how traders lose money.
This is not a holy grail. It will not turn a losing trader into a winning trader on its own. It is a well built tool that gives you better information than the standard Fisher Transform.
This is not overfitted to historical data. The techniques used here are based on principles that have been validated across decades of market data. There is no curve fitting or optimization to make backtests look good.
Final Thoughts
I built this because I got tired of indicators that looked good in marketing but fell apart in live trading. The standard Fisher Transform has real value but the standard implementation has real problems. This version solves those problems using math that actually makes sense.
If you understand what the indicator is telling you and combine it with solid risk management and market structure analysis, it will serve you well. If you are looking for something to tell you exactly when to buy and sell, keep looking because that does not exist.
This is an excellent indicator on the 5-15 time frame. Use it wisely.
Smart Money Concepts + Liquidity + SignalsSmart Money Concepts – Liquidity + OB/FVG Signals
This script is an enhanced version of Smart Money Concepts (SMC) built on top of internal & swing structure, order blocks, fair value gaps, and liquidity.
Key Features
Internal & Swing Market Structure
Real-time internal structure (fast leg)
Swing structure (external / higher-level leg)
Labels HH, HL, LH, LL, BOS, CHoCH
Order Blocks
Internal and swing order blocks
Auto detection and boxed zones
“OB / iOB” labels on the origin candle for quick identification
Fair Value Gaps (FVG)
Bullish and bearish FVG detection
Optional higher-timeframe FVGs
Boxed display with extend option
Liquidity Tools
Equal Highs / Equal Lows (EQH / EQL) as liquidity pools
Liquidity sweeps:
LQH – sweep above recent highs, close back below
LQL – sweep below recent lows, close back above
Dotted lines at swept levels for quick visual reference
Smart Buy/Sell Signals
Signals are based on SMC confluence:
External (swing) trend direction
Internal BOS / CHoCH
Price inside latest internal Order Block
Recent bullish / bearish FVG
Optional liquidity filter (only long after LQL, only short after LQH)
Clean BUY / SELL markers on the chart
Ready-to-use alert conditions for automation
Premium / Discount & HTF Levels (Optional)
Premium / Discount / Equilibrium zones
Daily / Weekly / Monthly highs & lows
How to Use
Add the script to your chart and choose your style (colored / monochrome).
Use:
Swing structure for main trend
Internal structure for entry timing
OB + FVG + liquidity sweeps as confluence
Turn the “Signals” and “Liquidity filter” ON/OFF depending on how aggressive or conservative you want the entries.
This tool is designed for traders who follow SMC / ICT concepts and want a clean visual map of structure, OB, FVG and liquidity, plus optional algorithmic Buy/Sell signals on top.
MaruMaroo's Multi-MA & BB & Ichimoku매매할 때 가장 기본적으로 세팅하는 이동평균선, 볼린저 밴드, 일목균형표를 스크립트 하나로 합쳤습니다.
무료 계정이라 지표 개수 제한(3개) 때문에 불편하셨거나, 이것저것 추가해서 차트 지저분해지는 거 싫으신 분들 쓰시면 됩니다. 복잡한 거 싹 빼고 딱 필요한 기능만 넣어서 최적화했습니다.
7줄 이동평균선 (Rainbow MA): 단기부터 장기까지 7개 라인을 한 번에 보여줍니다. 설정에서 단순(SMA), 지수(EMA)뿐만 아니라 가중(WMA), 거래량가중(VWMA) 등으로 바꿀 수 있습니다.
헷갈림 방지 라벨: 이평선이 많으면 뭐가 60일선이고 120일선인지 헷갈리는데, 선 끝자락에 숫자(기간)가 뜨도록 해서 보기 편하게 만들었습니다. (글자 크기도 키워둠)
볼린저 밴드 & 일목균형표: 표준편차 1, 2배수 밴드랑 일목 구름대까지 다 포함되어 있습니다.
커스텀: 안 쓰는 기능은 설정에서 체크 해제하면 깔끔하게 사라집니다. 입맛대로 세팅해서 쓰세요.
I combined the most essential trading indicators into a single script to keep the chart clean and bypass the indicator limit.
If you are tired of switching between indicators or have a cluttered screen, this "All-in-One" setup is for you. It includes everything you need for trend and volatility analysis.
7 Moving Averages: Covers short to long-term trends (Rainbow setup). You can switch types between SMA, EMA, SMMA, WMA, and VWMA in the settings.
Smart Labels: Added labels at the end of each MA line so you can instantly see which line corresponds to which period (e.g., 20, 60, 120).
Bollinger Bands & Ichimoku: Includes Double Bollinger Bands (StdDev 1 & 2) and the full Ichimoku Cloud system.
Fully Customizable: You can toggle each component ON or OFF in the settings.
RSI + EMA Dynamic Zones + Volume + Divergence (with RSI 50 line)RSI + EMA Dynamic Zones + Volume + Divergence (with RSI 50 line)
TETRIS PRO JorgeChutoFXTETRIS PRO JORGECHUTOFX
This indicator detects a highly accurate three-candle pattern based on pure price action structure.
The pattern forms when:
Candle 1: sets the direction (green = bullish, red = bearish).
Candle 2: is the opposite color and wicks above/below Candle 1 (its close doesn’t matter; it can close inside, below, or far below).
Candle 3: confirms the original direction by breaking the body of Candle 2 with body, matching the color of Candle 1.
When all three conditions are met, the indicator draws a box around the three candles and displays the corresponding signal (TETRIS BULL or TETRIS BEAR).
VWAP & EMA9 Cross AlertAlerts the user when VWAP and EMA 9 cross. It gives a general direction of the market to help make decisions.
VWAP & EMA9 Cross AlertAlerts when EMA9 and VWAP Cross. This provides an indicator of general market direction based on these 2 indicators.
Abdu Trading SystemThis private indicator combines swing signals, overlays, trend tracing, and reversal zones.
It is an invite-only script and accessible only to authorized users.
Call Put on same chart [PRO]Description:
This is the PRO version of all ready free available indicator on tradingview
Call Put on same chart
In vesrion you will get AFMA and REMA .
This innovative indicator provides a unique, real-time visualization of both Call and Put option prices for the same strike price directly on your TradingView chart. Designed for active options traders, it simplifies the analysis of price action for specific strikes, helping you quickly identify significant levels and potential shifts in market interest.
important : choose only put strike call strike automatically plot on chart
This indicator works with Indian market (nifty , banknifty ,sensex ,crudeoil , naturalgas )
Key Features:
Integrated Call & Put Prices: Clearly displays the prices of both Call and Put options for a user-defined strike price within the same indicator pane, offering an immediate side-by-side comparison.
Real-time Data: Plots live option price updates, allowing you to monitor the dynamic interplay between Calls and Puts throughout the trading session.
Intuitive Visualization: Transforms complex options data into easily digestible lines on your chart, making it easier to spot trends, relative strength, and support/resistance levels at crucial strikes.
User-Friendly Inputs: Simple input fields allow you to easily select the underlying symbol, expiry date, and the specific strike price you wish to monitor.
Enhanced Options Analysis: A valuable tool for gauging market participants' expectations and positioning at key psychological or technical levels.
Important Note:
This indicator provides a visual tool for options analysis and does not constitute financial advice.
Options trading involves significant risk and may not be suitable for all investors.
Users are encouraged to combine this tool with their own comprehensive analysis and risk management strategies.
UNDETECTED FX - PSYCHOLOGIC LEVELSThis indicator automatically plots major 250-pip psychological levels on XAUUSD and highlights the price zones around them. These levels act as strong reaction points where liquidity, reversals, and institutional activity commonly occur.
What the Indicator Does
✔ Plots every 250-pip level starting from a user-defined base (e.g., 4050 → 4075 → 4100 → 4125 → …)
✔ Each level is represented by a thick black horizontal line for maximum visual clarity
✔ Around every 250-pip level, the indicator draws a liquidity zone
Top of zone: +200 pips
Bottom of zone: –200 pips
(configured as ± zoneHalf in settings)
✔ Uses extend: both, so levels stretch across the entire chart and stay fixed, no matter how far you scroll
✔ Zones are filled with a customizable color for clear premium/discount visualization
✔ The indicator never repaints and requires no updates after drawing — all levels are fixed on their price coordinates
Why It’s Useful
🔹 Helps quickly identify institutional levels where gold often reacts
🔹 Acts as a framework for scalping, intraday trading, and swing bias
🔹 Makes it easy to spot liquidity sweeps, rejections, and premium/discount areas
🔹 Clearly shows market structure breaks around key psychological levels
🔹 Forces discipline by creating predefined, fixed levels for trading decisions
Best Use Case
XAUUSD scalpers
Intraday traders who rely on precision entries
Traders who use psychological levels, liquidity grabs, or smart-money concepts
Anyone wanting a clean, non-cluttered chart with high-impact levels only
Institutional Orderflow - CT Institutional Orderflow - CT
Overview
This indicator translates VIX futures dynamics into equity price implications, revealing institutional hedging flows and vol pricing's gravitational pull on price, where overpriced volatility signals compression and upside support, while underpriced levels flag expansion risks and downside pressure.
It maps VX deviations to equity levels via historical correlations, anchored by the Bull Bear Bias (BBB), a contango midpoint concept from Matt Cowart at Rocketscooter that sets VX1! fair value as the midpoint between front-month (VX1!) and second-month (VX2!) contracts at monthly rolls.
VX itself quantifies the distribution of options strikes around the underlying price over time, essentially the market's priced-in dispersion of potential outcomes, tied to expiration distance, with volatility inversely proportional to liquidity (fewer transactions in high-vol environments reduce flow and amplify moves).
Interpretation
- VX1! (Front-Month VIX Futures) : Gauges 30-day (±7 days, or 23-37 days to expiration) SPX implied volatility via forward options pricing, capturing medium-term hedging landscapes. Dealers, managing gamma exposure from longer-dated options, hedge by delta-adjusting underlying positions; rising VX1! reflects widening strike distributions (higher fear), prompting protective equity sales that pressure prices; falls toward BBB indicate narrowing distributions (calm), easing hedges and fostering liquidity-driven rallies as transaction frequency rises.
- VIX1D (1-Day Expected Volatility) : Focuses on ultra-short-dated (e.g., 0DTE) P.M.-settled options, measuring immediate strike clustering and gamma intensity near expiration. Closer-dated options heighten dealer sensitivity; spikes signal concentrated hedging bursts, eroding liquidity and fueling intraday volatility with sharp price reversals; declines promote hedging unwind, boosting transaction flow and short-term stability.
- VVIX (Volatility of VIX) : Assesses the implied volatility of VIX options (the "vol of vol"), revealing uncertainty in the vol forecast itself. Elevated VVIX denotes aggressive dealer repositioning across VIX strikes, forecasting erratic VX swings and reduced equity liquidity; subdued levels imply stable distributions, enhancing flow and trend persistence. BBB projections adjust dynamically: low VVIX (<80) constrains overshoots for reversion trades, while high (>110) expands them amid panic hedging.
- BBB Relationship : VX1! above BBB highlights over-distributed (expensive) vol, where dealers unwind hedges as time decays, inverting low liquidity into upside momentum; below BBB warns of under-distributed (cheap) vol, with sparse transactions amplifying expansion risks. Shorter tenors (VIX1D) drive tactical, gamma-fueled price action, contrasting VX1!'s strategic horizon, with VVIX scaling the intensity.
Key Features
- Target Line (Anchored) : Locks at swing violations as enduring support (green, below price) or resistance (red, above), fusing BBB's vol equilibrium with technical anchors to spotlight dealer hedge confluences in strike distributions.
- Magnet Line (Dynamic) : Mirrors live VX1!/BBB shifts, plotting "implied fair" price (blue above for unwind pull; orange below for hedge drag), linking term structure evolution to liquidity-driven gravity.
- Fear Scenario Line : Forecasts price erosion from a 10%+ VX1! surge above BBB, calibrated by VVIX for vol-of-vol amplification, defining dealer panic thresholds where low-liquidity spikes cascade.
- Overshoot Projection : Predicts interim extensions past targets, modulated by VIX1D (near-term gamma flares) and VVIX (distribution uncertainty), relating expiration proximity to heightened swings before time-decay reversion.
- Candle Coloring and SMA Trends : Tracks near-term VX1!/VVIX/VIX1D flows via gradient-colored candles (strong/medium/weak bullish/bearish based on SMA deviations), visualizing realtime options dynamics; green shades signal hedging unwind (rising liquidity, upside bias), red indicates expansion (dealer sales, downside drag). Recommended: VX1! Trend for long-term confluences (Tue-Thu swings); VIX1D Trend or VX1! + VIX1D for short-term (Mon/Fri scalps); add VVIX for regime shifts.
- Swing Boxes : Denote aggressive VX spikes (fear hedging bets) or de-escalations (position realizations), highlighting gamma-driven reversals where dealers rebalance, often preceding liquidity surges or drains in price action.
- Table Metrics : Condenses VX1!/BBB skew, VVIX regimes, VIX1D pulses, and contango cues, correlating options tenor gradients to price flow and hedging mechanics.
MTProChart XAUUSD⭐ MTProChart XAUUSD — Quick Professional Description
MTProChart XAUUSD is a professional trading indicator designed specifically for Gold (XAUUSD).
It combines trend detection, market structure analysis, and dynamic price zones to deliver clear, reliable trading signals with minimal noise.
✔ Accurate Trend Detection
Identifies the true market direction (uptrend or downtrend) using a refined trend-filtering algorithm.
✔ Dynamic Support & Resistance Zone
Displays a real-time adaptive zone (green band) that acts as:
• Dynamic support in uptrends
• Dynamic resistance in downtrends
This helps traders avoid false breakouts and stay aligned with market structure.
✔ Clear Buy & Sell Signals
The indicator highlights strategic entry and exit points using:
• Trend flips
• Retests
• Momentum confirmations
This gives traders a structured approach instead of guessing.
✔ Optimized for 1M Scalping & Intraday Trading
Perfect for fast-paced XAUUSD conditions with low lag and high accuracy.
⸻
💡 In short:
MTProChart XAUUSD simplifies gold trading by showing:
• Where the trend is
• Where price should bounce
• When to enter
• When to exit
with clean, visually clear signals suitable for both beginners and professional day traders.
SM° - Statistical Mapping by ClearViewLabsSM° detects intraday bias using order of extremes and projects statistical price levels.
Based on 1,047 days of BTC H1 data (2023-2025):
- Order of extremes: 89% accuracy
LOW forms first → Bullish day
HIGH forms first → Bearish day
- Accuracy improves with time:
4h: ~55% | 8h: ~65% | 12h: ~70% | 16h: ~76% | 20h: ~85%
- P25 → P50 continuation: 67% probability
- PDH/PDL touch rate: 47% / 42%
Levels:
P25 = ~75% hit rate (conservative TP)
P50 = ~50% hit rate (moderate TP)
P75 = ~25% hit rate (aggressive TP)
Clean Mode available for minimal chart interference.
In-depth guides & strategy breakdowns: @clearviewmacro on X
─────────────────────────────
ClearViewLabs
Nexural OrderFlow MatrixNexural OrderFlow Matrix
### Professional Order Flow Analysis for Index Futures on TradingView
**Specifically Engineered for:** ES, NQ, YM, RTY, and other high-liquidity index futures
---
## Before You Read Any Further
I need to be upfront with you about something important.
**True order flow analysis—the kind used by institutional traders and prop firms—is not possible on TradingView.**
When professionals talk about order flow, they're referring to the raw tape: every single trade, the exact price, the exact size, and whether it was a buyer lifting the offer or a seller hitting the bid. That level of data simply doesn't exist in TradingView's infrastructure.
So why did I build this indicator? Because TradingView *does* provide meaningful volume delta data through their official functions, and when presented correctly, it can still give you a genuine edge in understanding buying and selling pressure—especially on **index futures** where liquidity is deep and the uptick/downtick methodology works best.
This indicator was specifically engineered with index futures traders in mind. The data sources, the color thresholds, the activity calculations—all of it is optimized for the characteristics of ES, NQ, YM, and RTY. It can work on other instruments, but index futures are where it shines.
I'm not here to oversell you. I'm here to give you the best tool possible within the platform's limitations—and to be completely transparent about what those limitations are.
---
## What This Indicator Actually Does
Nexural OrderFlow Matrix uses TradingView's most advanced volume analysis functions under the hood:
- `ta.requestUpAndDownVolume()` — Samples lower timeframe data to estimate volume on upticks vs downticks
- `ta.requestVolumeDelta()` — TradingView's official cumulative volume delta calculation
The indicator presents this data in two ways:
**1. The Matrix Table**
A heatmap grid aligned beneath each candle showing:
- **Volume** — Total bar volume with yellow/gold intensity gradient
- **Bar VWAP** — Volume-weighted average price within the bar
- **Delta** — Net difference between buying and selling volume
- **Delta %** — Delta as a percentage of total volume (the most important metric)
- **Bar Δ CVD** — How much cumulative volume delta changed this bar
- **Buy Volume** — Estimated volume on upticks
- **Sell Volume** — Estimated volume on downticks
**2. The Imbalance Bars**
A visual stacked bar chart showing the proportional split between buyers and sellers. Green on top represents buying volume, red on bottom represents selling volume. The split is proportional—so a 70/30 bar instantly shows you the imbalance without reading numbers.
**3. The Nexural Flow Meter**
A real-time panel showing:
- Current bias (BUYERS/SELLERS/NEUTRAL)
- Intensity classification (EXTREME/STRONG/MODERATE/WEAK)
- Imbalance ratio (e.g., "BUY 2.3:1")
- Live delta, volume, and VWAP readings
---
## The Color System
I spent considerable time on this because it matters.
Most indicators treat all bars equally. That's noise. In reality, a bar with 8% delta imbalance tells you almost nothing, while a bar with 65% imbalance is screaming information at you.
**The Activity Threshold System:**
- Bars below your threshold (default 25% delta) fade to muted gray tones
- As imbalance increases, colors transition from gray → muted color → vibrant color
- High-activity bars pop with bright greens and reds
- Low-activity bars fade into the background where they belong
**Volume uses a separate yellow/gold gradient:**
- Low volume: Faint, dark yellow-brown
- High volume: Rich, vibrant amber/gold
- This lets you instantly spot volume spikes without reading numbers
The result: your eye is naturally drawn to the bars that matter.
---
## Honest Accuracy Assessment
Based on extensive comparison testing against TradingView's own Volume Footprint and CVD indicators, this indicator achieves approximately **85-90% correlation** with official TradingView tools.
Let me put that in perspective:
| Platform | Data Source | Typical Accuracy |
|----------|-------------|------------------|
| Sierra Chart (Denali feed) | Actual bid/ask tape | 99%+ |
| Bookmap | Actual bid/ask tape | 99%+ |
| NinjaTrader + Kinetick | Tick-level data | 95-99% |
| Jigsaw Daytradr | Reconstructed tape | 95-99% |
| **TradingView (this indicator)** | **Aggregated LTF sampling** | **85-90%** |
| Generic volume indicators | Basic volume only | 50-60% |
We're at the ceiling of what TradingView can provide. The dual data source approach, official library functions, and lower timeframe sampling squeeze out every drop of accuracy the platform allows.
But if you're a dedicated tape reader who needs to see every lot hitting the book, this isn't the tool for that. No TradingView indicator is. That's not a criticism—it's just the reality of the platform's architecture.
---
## Where This Indicator Works Best
### Primary Use Case: Index Futures
This indicator was built specifically for index futures traders. These instruments have the characteristics that make order flow analysis most reliable:
**The Big Four:**
| Symbol | Name | Why It Works |
|--------|------|--------------|
| **ES** | E-mini S&P 500 | Deepest liquidity in the world, tight spreads, clean delta readings |
| **NQ** | E-mini NASDAQ-100 | Massive volume, excellent uptick/downtick correlation |
| **YM** | E-mini Dow | Strong institutional participation, reliable volume data |
| **RTY** | E-mini Russell 2000 | Good liquidity, solid delta accuracy |
Index futures are ideal because:
- **Deep liquidity** — Thousands of contracts per minute means meaningful sample sizes
- **Tight spreads** — Usually 1 tick, so bid/ask attribution is more accurate
- **Continuous trading** — No gaps during RTH, consistent data flow
- **Institutional participation** — Real order flow, not retail noise
- **Official CME volume** — Accurate, exchange-reported data
If you're trading ES, NQ, YM, or RTY on TradingView, this indicator will give you the most accurate order flow approximation the platform can provide.
---
### Secondary Use Cases
**Other Liquid Futures:**
- CL, GC, SI (commodities) — Work well but slightly less optimized
- 6E, 6B, 6J (currency futures) — Decent accuracy with good liquidity
**Large-Cap Stocks & ETFs:**
- SPY, QQQ, IWM
- AAPL, MSFT, NVDA, TSLA, AMD
- Any stock trading millions of shares daily
**Crypto (with caveats):**
- BTC, ETH on major exchanges
- Works best during active hours
- Quality varies by exchange data feed
**Best Timeframes:**
- 1-minute to 15-minute for active intraday trading
- The indicator automatically selects appropriate lower timeframe sampling
- Can work on higher timeframes but edge diminishes
---
## Where This Indicator Struggles
I could hide this section and let you figure it out the hard way. I'd rather just tell you.
**Low-Volume Stocks:**
If a stock trades 50,000 shares a day, the delta readings will be noisy and inconsistent. The uptick/downtick estimation needs sufficient trade activity to be meaningful.
**Wide-Spread Instruments:**
When spreads are 10+ cents wide, a trade at the ask doesn't necessarily indicate aggressive buying. The bid/ask classification becomes less reliable.
**Forex:**
TradingView shows broker-specific volume for forex, not actual market volume. Readings will vary wildly depending on your data provider. Use with extreme caution, or not at all.
**Pre-Market & After-Hours:**
Liquidity thins dramatically. Estimations become less reliable. I'd trust regular session data far more.
**Daily/Weekly/Monthly Charts:**
The aggregation becomes so smoothed that the edge largely disappears. This is designed for intraday analysis.
---
## How to Actually Use This
### Focus on Delta %, Not Raw Delta
Raw delta is influenced by overall volume. A 500-lot delta sounds significant until you realize the bar traded 50,000 lots—that's just 1% imbalance, which is noise.
Delta % normalizes this. Look for readings above ±30% to identify meaningful pressure. Above ±50% is strong. Above ±70% is extreme.
### Let the Colors Guide You
If a bar is gray, the market isn't showing its hand. Don't overanalyze it. When you see bright green or red cells, that's when something is happening.
### Confirm With Price Action
Order flow data is context, not a signal generator. A strong bullish delta at a key support level means something different than the same reading in the middle of nowhere.
Use this alongside your existing analysis—levels, structure, momentum—not as a replacement.
### Watch for Divergences
Price making new highs while delta turns negative? That's absorption—sellers stepping in but price hasn't reacted yet.
Price dropping but delta stays positive? Buyers are defending.
These divergences often precede reversals. They're where order flow analysis provides genuine edge.
### Adjust the Activity Threshold
The default is 25%. For volatile instruments like NQ futures, you might lower it to 20%. For calmer instruments, raise it to 30-35%. The goal is filtering noise while keeping meaningful signals visible.
---
## Understanding the Metrics
| Metric | What It Tells You |
|--------|-------------------|
| **Volume** | Total contracts/shares traded |
| **Delta** | Net buying minus selling volume |
| **Delta %** | How imbalanced the bar is (key metric) |
| **Bar Δ CVD** | Cumulative delta change for this bar |
| **Imbalance Ratio** | Buy:Sell ratio (e.g., 2.1:1 or 1:1.8) |
| **Bar VWAP** | Where most volume transacted within the bar |
| Delta % Range | Interpretation |
|---------------|----------------|
| 0-15% | Neutral, no clear pressure |
| 15-30% | Weak directional bias |
| 30-50% | Moderate pressure |
| 50-70% | Strong imbalance |
| 70%+ | Extreme one-sided flow |
| Color | Meaning |
|-------|---------|
| Gray | Low activity, likely noise |
| Muted Green | Mild buying pressure |
| Bright Green | Strong buying pressure |
| Muted Red | Mild selling pressure |
| Bright Red | Strong selling pressure |
| Yellow/Gold | Volume intensity (separate scale) |
---
## Settings Breakdown
**Display Settings:**
- *Show Matrix Table* — Toggle the data heatmap on/off
- *Show Imbalance Bars* — Toggle the stacked visual bars on/off
- *Row Height* — Adjust the matrix row sizing
- *Activity Threshold* — Delta % below which bars fade to gray
**Imbalance Bars:**
- *Bar Height* — Vertical size of the stacked bars
- *Show Volume Labels* — Display buy/sell volume numbers
- *Show Percentage* — Display buy/sell percentages
**Timeframe Mode:**
- *Auto* — Sensible defaults based on your chart timeframe
- *Aggressive* — Samples from lowest possible timeframe (more granular)
- *Conservative* — Samples from slightly higher timeframe (smoother)
- *Custom* — You choose the exact lower timeframe
**CVD Reset:**
- *Daily* — Standard for intraday trading
- *Weekly/Monthly* — Useful for swing analysis
- *None* — Running cumulative total
---
## A Note on Expectations
I built this to be the best possible order flow tool within TradingView's constraints. It uses every optimization available, presents data in a clean and functional way, and doesn't pretend to be something it's not.
But I want to be clear: if order flow is central to your strategy and you're making decisions based on tape reading, you should seriously consider platforms designed for that purpose. Sierra Chart, Bookmap, Jigsaw—these tools show you the actual order book and time & sales. The difference is substantial.
Think of Nexural OrderFlow Matrix as a bridge. It gives TradingView users access to order flow concepts with reasonable accuracy. For many traders, especially those combining multiple analysis methods, that's enough. For dedicated tape readers, it's a starting point that might inspire you to explore deeper tools.
---
## What You're Getting
- **Dual visualization modes** — Matrix table and/or Imbalance bars
- **Activity-based color system** — Noise fades, signals pop
- **Real-time Nexural Flow Meter** — Live imbalance readings
- **Flexible configuration** — Show what you need, hide what you don't
- **Honest accuracy** — 85-90% correlation with official TradingView data
- **Clean, professional presentation** — Designed for actual trading, not screenshots
---
## What You're Not Getting
- Raw tick data (TradingView limitation)
- Bid/ask tape attribution (TradingView limitation)
- Order book depth (TradingView limitation)
- 99% accuracy (impossible on this platform)
- Magic signals (this is a tool, not a strategy)
---
## Final Thoughts
Trading is hard enough without tools that overpromise and underdeliver. I'd rather give you something that works within its limitations and be honest about those limitations than sell you a fantasy.
Nexural OrderFlow Matrix does what it says. It presents TradingView's best volume delta data in a clear, heatmap format with intelligent color coding. It's accurate within the platform's constraints. It's clean, it's fast, and it doesn't clutter your chart with noise.
Use it wisely. Combine it with price action, levels, and your own market understanding. And if you ever feel limited by what TradingView offers, know that there are deeper tools waiting for you when you're ready.
Trade well.
*— Nexural Trading*
---
## Quick Reference Card
**Built For:** Index Futures (ES, NQ, YM, RTY)
**Also Works On:** CL, GC, SPY, QQQ, large-cap stocks
**Avoid On:** Low-volume stocks, forex, illiquid instruments
**Best Timeframes:** 1-min to 15-min intraday
**Key Metric:** Delta % (not raw delta)
**Accuracy:** ~85-90% vs TradingView official tools
**Edge:** Divergences between price and delta
---
*Nexural OrderFlow Matrix — Engineered for index futures. Maximum accuracy within TradingView's limits.*
Multi-TF Bias + Confidence + Advanced Entry v4 by Ben PhamMULTI-TIME FRAME BIAS / CONFIDENCE / ADVANCED ENTRY V4 :
⭐ 1. What is Confidence Level?
Confidence = how strongly all the factors agree with the trend.It is calculated from the bias score:
confidenceRaw = abs(score) / 10
confidencePct = confidenceRaw * 100
Meaning:
Score 10 → 100% confidence
Score 5 → 50% confidence
Score 2.5 → 25% confidence
⭐ 2. How it relates to actual execution
🔥 0%–49% = NO TRADE ZONE
Because: Bias is weak, Factors contradict, You are in chop, Expect fakeouts, ORB unclear,
VWAP magnet, FVG direction unreliable, Structure not aligned.
Execution rule: DO NOT OPEN A NEW POSITION.
This prevents: Overtrading, Tilting, Forcing setups, Trading noise, Trading inside consolidation
⭐ 3. 50%–69% = Light Trade Zone (Scalps Only)
When confidence ≥ 50%:
Direction is becoming clear
Pullback entries work better
Continuation is more likely
But still:
Market can snap back
Liquidity sweeps are common
Trend is not mature yet
Execution Rules: Smaller position size (0.25–0.5 size)
Use tight stops
Take partial profits early (0.5 ATR first target)
Only trade WITH the bias direction (CALL or PUT)
Great for:
First pullback after CHOCH
First FVG retest
First VWAP bounce
Premium entry, quick scalp
⭐ 4. 70%–89% = Strong Confirmation Zone
This is where real money is made.
This level means: HTF alignment (4H / 1H / 30m agree)
LTF trend is clean (5/8/13 aligned)
VWAP agrees
Liquidity sweeps support trend
Volume spike confirms direction
ORB & PRE support trend
No major mixed signals
Execution Rules:
Asia Range - London & NY Open - First 2 HoursThis indicator will identify the areas where different session of trading happens around the world giving you the edge to identify traps in Asia range and utilize the volitility of London and New York open
Aggressive VS Passive Orders Depletion @MaxMaserati 3.0Aggressive VS Passive Orders Depletion Indicator
Overview
This institutional-grade order flow analysis tool identifies and tracks limit order accumulation zones where significant buy and sell orders are placed in the market. It combines Highest Volume Candle Profile analysis with Market Structure detection to reveal where institutional traders have positioned their orders, and monitors in real-time whether these orders are being absorbed (depleted) or defended.
Core Concept: Order Block Detection & Depletion
This tool tracks the actual limit orders at key price levels and shows you:
Where institutional orders are placed (Buy Order Blocks vs Sell Order Blocks)
How strong these order zones are (original volume strength as %)
Real-time order flow activity (aggressive buyers vs aggressive sellers)
Depletion status (are the orders being consumed or defended?)
How It Works: Dual-Engine System
Engine 1: Volume Profile Analysis - Point of Control (POC) Detection
Divides price range into 25 horizontal levels (configurable)
Analyzes the last 120 bars (configurable lookback)
Distributes volume across price levels based on where each bar traded
Identifies the Point of Control (POC) - the price level with highest traded volume
Determines market bias: Bullish if price above POC, Bearish if below
Purpose: Shows where the majority of volume has been traded, indicating institutional accumulation zones and fair value areas.
Engine 2: Market Structure Analysis (PHL - Pivot High/Low)
Uses fractal pivot detection (configurable strength)
Identifies swing highs and lows that create market structure
Tracks Break of Structure (BOS) - price breaks recent swing in trend direction
Tracks Market Structure Shift (MSS) - price breaks swing points against trend
Maintains a trailing price at the most recent significant swing point
Purpose: Identifies where smart money is likely defending key structural levels with limit orders.
Key Innovation #1: Dynamic Confluence Zone Detection
When the Volume Profile POC and Market Structure trail price align within a configurable sensitivity threshold (default 1.0%), the indicator creates an Order Block Zone.
The Algorithm:
Monitors both engines continuously
Creates zones ONLY when POC is within X% of the structural swing point
Both engines must agree on the significance of the price level
Optional volume confirmation filter
This dual-confirmation approach filters out weak levels and highlights only the highest-probability zones where institutional orders are likely clustered.
Zone Types:
🟢 Buy Order Blocks (Support) - Created when confluence occurs with price above the zone. Represents accumulated buy limit orders waiting to support price.
🔴 Sell Order Blocks (Resistance) - Created when confluence occurs with price below the zone. Represents accumulated sell limit orders waiting to resist price.
Key Innovation #2: Real-Time Aggressive VS Passive Order Flow Analysis
The indicator performs sophisticated order flow decomposition on each candle that interacts with a zone, separating market activity into distinct categories:
Order Flow Categories:
1. Aggressive Orders - Market orders that consume liquidity
Aggressive Buy Volume: Market buys hitting sell limits (taking offers)
Aggressive Sell Volume: Market sells hitting buy limits (hitting bids)
Marked with (AGG) label when detected
Indicates urgent traders willing to pay the spread
2. Passive Orders - Limit orders adding liquidity
Passive Buy Volume: New buy limits being placed (making bids)
Passive Sell Volume: New sell limits being placed (making offers)
Shows patient traders providing liquidity
3. New Order Flow - Fresh buying/selling pressure
New Buyers: Total new buying activity (aggressive + passive)
New Sellers: Total new selling activity (aggressive + passive)
Net pressure indicator for zone health
Key Innovation #3: Advanced Order Flow Decomposition Algorithm
The indicator uses a proprietary candle analysis formula to separate aggressive from passive orders based on two key metrics:
Key Metrics:
Body Strength = |Close - Open| / (High - Low)
Close Position = (Close - Low) / (High - Low)
Bullish Candle Analysis:
Strong Aggressive Buying (Close Position ≥ 0.8 AND Body Strength ≥ 0.7):
90% aggressive buying, 10% passive selling, 90% new buyers
Moderate Aggressive Buying (Close Position ≥ 0.6 AND Body Strength ≥ 0.5):
70% aggressive buying, 20% passive selling, 80% new buyers, 20% new sellers
Weak Bullish (Close Position ≥ 0.5):
0-30% aggressive buying, 20-30% passive selling, 60% new buyers, 40% new sellers
Very Weak Bullish (Close Position < 0.5):
0% aggressive buying, 40% passive selling, 40% new buyers, 60% new sellers
Bearish Candle Analysis:
Strong Aggressive Selling (Close Position ≤ 0.2 AND Body Strength ≥ 0.7):
90% aggressive selling, 10% passive buying, 90% new sellers
Moderate Aggressive Selling (Close Position ≤ 0.4 AND Body Strength ≥ 0.5):
70% aggressive selling, 20% passive buying, 80% new sellers, 20% new buyers
Weak Bearish (Close Position ≤ 0.5):
0-30% aggressive selling, 20-30% passive buying, 60% new sellers, 40% new buyers
Very Weak Bearish (Close Position > 0.5):
0% aggressive selling, 40% passive buying, 40% new sellers, 60% new buyers
What This Reveals:
High close position + strong body = Aggressive buying overwhelming sellers
Low close position + strong body = Aggressive selling overwhelming buyers
Mid-range close = Battle between buyers and sellers
Small body = Passive orders dominating (limit orders being placed, not filled)
Key Innovation #4: Dynamic Depletion System with Intelligent Thresholds
The indicator adapts depletion thresholds based on zone strength:
High Liquidity Zones (>300% volume strength):
Depletion at 40% consumption - Massive clusters considered broken early because partial depletion indicates institutional withdrawal
Medium Liquidity Zones (150-300% volume strength):
Depletion at 60% consumption - Standard institutional behavior, majority must be consumed
Normal Liquidity Zones (75-150% volume strength):
Depletion at 80% consumption - Retail and smaller institutional zones need near-complete absorption
Low Liquidity Zones (<75% volume strength):
Depletion at 100% consumption - Weak zones must be fully absorbed before marked depleted
Why This Matters:
Strong zones failing early = powerful reversal signal (institutions gave up)
Weak zones holding = hidden strength (more orders being added)
Adaptive logic prevents false signals from fixed thresholds
Depletion Formula:
For Buy Order Zones:
Zone Liquidity % = (Original Buy Volume / Average Volume) × 100
Consumed % = (Sell Volume Absorbed / Average Volume) × 100
If Consumed Volume > Dynamic Threshold → Zone DEPLETED
For Sell Order Zones:
Zone Liquidity % = (Original Sell Volume / Average Volume) × 100
Consumed % = (Buy Volume Absorbed / Average Volume) × 100
If Consumed Volume > Dynamic Threshold → Zone DEPLETED
Key Innovation #5: Absorption Detection & Battle Analysis
The indicator identifies when one side is overwhelming the other using a configurable Absorption Threshold (default 1.5x = 50% more volume).
Battle States for Buy Order Blocks:
New Buyers Dominating (New Buyers > New Sellers × 1.5):
Label: ↑ New Buyers: +X% - Buy orders successfully defended
Sellers Attacking (New Sellers > New Buyers × 1.5):
Label: ↓ Sellers Attack: +X% (AGG) - Sell orders overwhelming the zone
Active Battle (Both active, <1.5x ratio):
Label: Battle: B+X% vs S+Y% - Active two-way order flow
Quiet Zone (Minimal activity):
Label: ↔ Quiet: X% - Zone untested or ignored
Battle States for Sell Order Blocks:
New Sellers Dominating (New Sellers > New Buyers × 1.5):
Label: ↓ New Sellers: +X% - Sell orders successfully defended
Buyers Absorbing (New Buyers > New Sellers × 1.5):
Label: ↑ Buyers Absorb: +X% (AGG) - Buy orders overwhelming the zone
Active Battle (Both active, <1.5x ratio):
Label: Battle: S+X% vs B+Y% - Active two-way order flow
Quiet Zone (Minimal activity):
Label: ↔ Quiet: X% - Zone untested or ignored
The (AGG) Marker:
Appears when aggressive market orders are detected (high body strength + extreme close position). Indicates institutional-sized urgency—someone is willing to pay market price NOW. Often precedes breakouts or strong continuations.
Label System Explained
No Label = Untested Zone
When a zone is first created, you see ONLY the colored box with NO label. This means:
Price has NOT yet reached this order block
The limit orders are still pending/resting
The zone is a future area of interest
Labels only appear after first price contact
Label Format (After First Touch):
Line 1: ● XX% Order Type
Line 2: Flow Analysis
Example Labels:
Buy Order Blocks:
● 150% Buy Orders + ↑ New Buyers: +85%
● 150% Buy Orders + ↑ New Buyers: +120% (AGG)
● 150% Buy Orders + Battle: B+45% vs S+38%
● 150% Buy Orders + ↓ Sellers Attack: +95% (AGG)
● 150% Buy Orders + ↓ Sellers Attack: +95% (AGG)
● 150% Buy Orders
Sell Order Blocks:
● 200% Sell Orders + ↓ New Sellers: +110%
● 200% Sell Orders + ↓ New Sellers: +140% (AGG)
● 200% Sell Orders + Battle: S+62% vs B+41%
● 200% Sell Orders + ↑ Buyers Absorb: +88% (AGG)
● 200% Sell Orders + ↑ Buyers Absorb: +88% (AGG)
● 200% Sell Orders
Status Indicators:
- Price penetrated through the zone
- Orders fully consumed, zone exhausted
Gray color - Zone no longer active
Directional Arrows:
↑ - Upward pressure (buyers stronger)
↓ - Downward pressure (sellers stronger)
↔ - Balanced/quiet (low activity)
↗ / ↘ - Mixed battle with bias
Point of Control (POC) Sub-Level Analysis
Each order block contains advanced volume distribution tracking:
Multi-Level Analysis (default 5 levels): Zones subdivided into horizontal price levels
Volume Distribution: Every candle's volume distributed across sub-levels based on price overlap
Buy/Sell Separation: Each level tracks buy vs sell volume independently
Dynamic POC Line: Marks the price level with highest traded volume within the zone
Real-Time Updates: POC adjusts as new volume enters, showing where "fairest price" is migrating
Style Options: Solid, Dashed, or Dotted lines (configurable width 1-5)
POC Trading Significance:
Represents the most accepted price within the order block
Often the best entry price for limit orders (highest liquidity)
POC migration shows whether zone is being "worked higher" or "worked lower"
Breaking through POC often signals zone failure
Key Settings
Volume Profile:
Lookback Period: 120 bars (historical period for POC)
Price Rows: 25 levels (granularity of volume distribution)
Volume Confirmation: Require structure breaks to align with volume bias
Market Structure:
Pivot Strength: 1 (swing detection sensitivity)
Show Trail: Optional trailing price visualization
Confluence Detection:
Sensitivity: 1.0% (distance threshold for POC/Structure alignment)
Lower = Stricter confluence, fewer zones
Higher = More zones detected
Order Flow Analysis:
Show Real-Time Order Flow: Live buyer/seller activity
Show Aggressive Markers: (AGG) labels for market orders
Show Directional Arrows: Price direction indicators (↑↓↔↗↘)
Absorption Threshold: 1.5x (when one side overwhelms the other)
1.5 = 50% more volume needed
2.0 = 100% more (stricter)
1.2 = 20% more (more sensitive)
Visual Options:
Hide Depleted Zones: Auto-remove exhausted blocks
Smart Bar Coloring: Color candles based on signal alignment
Zone Colors: Customize buy/sell colors
Label Text Size: Tiny, Small, Normal, Large
POC Settings:
Show POC Lines: Toggle Point of Control display
POC Analysis Levels: 3-10 levels
Line Width: 1-5 pixels
Line Style: Solid, Dashed, or Dotted
Trading Applications
1. Institutional Order Detection - Identify where large players positioned limit orders using Volume Profile POC + Market Structure confluence
2. Support/Resistance Validation - Dual confirmation filters weak levels, highlights high-probability reversal areas
3. Order Flow Imbalance Trading - Trade in direction of aggressive flow using (AGG) markers, fade zones showing absorption
4. Breakout/Breakdown Confirmation - and statuses validate moves through key levels
5. Liquidity Hunting - Track stop-loss clusters, anticipate stop runs based on depletion patterns
6. Entry Refinement - Use POC lines for precise limit placement at "fairest price" within zones
Combined Signal System
HVN Volume Profile × Market Structure Signals:
STRONG BUY: Both engines bullish + structure break up + volume confirmation
BUY: Bullish bias with partial confirmation
WEAK BUY: Early bullish signals
STRONG SELL: Both engines bearish + structure break down + volume confirmation
SELL: Bearish bias with partial confirmation
WEAK SELL: Early bearish signals
Alert Conditions:
Strong Buy/Sell signals (with volume confirmation)
Confluence zone activation (new order block created)
Order block depletion (zone exhausted)
What Makes This Indicator Unique
Industry-Standard Foundation:
Volume Profile POC detection + Market Structure analysis (swing pivots, BOS/MSS) + Point of Control tracking
Unique Innovations:
Dynamic Confluence Algorithm + Aggressive vs Passive Order Flow Decomposition + Adaptive Depletion Thresholds + Real-Time Absorption Detection + Battle Analysis with (AGG) markers + Complete Unified Methodology
Technical Excellence:
Resource-optimized (max 50 zones), comprehensive safety checks, multi-tier labeling, flexible customization
Best Practices
Wait for first touch - No label = untested zone
Watch (AGG) markers - Institutional urgency signal
Trust adaptive depletion - Strong zones failing early = major reversal
Use POC for entries - Best price within zone
Combine higher timeframes - Daily/4H zones strongest
Respect zones - Failed support becomes resistance
Follow battle labels - Contested areas show stop clusters
Adjust sensitivity - Tight ranges = lower %, trending = higher %
Performance Notes
Maximum Active Zones: 50 (automatic cleanup)
Maximum Lines: 400 (POC managed dynamically)
Lookback Cap: 1000 bars for optimization
Updates: All calculations on bar close for confirmed signals
SuperTwinSuperTwin Indicator
About
SuperTwin is an advanced fusion of the SuperTrend and Twin Range Filter indicators, developed by Kıvanç Özbilgiç. This innovative indicator aims to combine the strengths of two popular technical analysis tools to provide more accurate and reliable trading signals.
Usage Advantages
Noise Filtering: Minimizes false signals with the Twin Range Filter.
Trend Confirmation: Confirms the primary trend direction with SuperTrend.
Early Signals: Provides earlier and more reliable signals through the combination of the two indicators.
Visual Clarity: The color-coded system makes it easy to track the trend direction.
Alert System: Instant signal notifications with automatic alarms.
Stocks
Forex Markets
Futures Markets
Cryptocurrency Markets
You can use it on all timeframes (minute, hourly, daily, weekly).
SuperTwin stands out as an ideal tool for traders by filtering out market noise while capturing genuine trend reversals.
////////////////////////////////////////////////////////////////////////////////
Color-Changing EMA 9 with Buy/Sell Trend SignalsThis indicator transforms a standard 9-period Exponential Moving Average (EMA) into a powerful real-time trend and momentum classifier. Instead of using a static moving average, the line dynamically changes color to visually represent the current market state:
🟢 Green — Confirmed Uptrend
The fast EMA (9) and the confirmation EMA (20) are both rising. This signals strong bullish momentum and clean trend continuation zones.
🔴 Red — Momentum Breakdown
The 9 EMA begins sloping downward, signaling short-term momentum failure. This often appears near pullbacks, reversals, or the start of bearish moves.
⚫ Black — Sideways / Compression
The EMA slope is flat or conflicting, indicating choppy price action and low directional edge. These zones often precede breakouts.
Buy & Sell Signals
The script automatically marks only the exact moment a new trend state begins:
BUY appears at the first candle where the line turns green
SELL appears at the first candle where the line turns red
Each signal is visually reinforced with a colored vertical line, making trend transitions instantly visible and easy to back-review.
What This Indicator Is Designed For
This tool is built as a trend filter and timing engine, making it ideal for:
1m–15m scalping
Trend continuation trading
Pullback entries
Momentum-based exits
Avoiding chop and sideways markets
By reacting to EMA slope instead of just price position, the indicator focuses on acceleration and momentum, not lagging averages alone.
In Simple Terms
This indicator helps you instantly see:
When a trend is starting
When momentum is failing
When the market is not worth trading
It removes guesswork and turns trend structure into clear visual signals.
Bougies Tendance Smart Trend Candles1. THE SETUP (Do this first)
If you don't do this, you will still see your standard green and red candles overlapping the script's colors.
Double-left-click directly on one of the candles on your chart (or click the gear icon ⚙️ at the top right, "Chart Settings").
Go to the Symbol tab (the first one on the left).
In the "Candles" section, UNCHECK the following boxes:
❌ Body
❌ Borders
❌ Wicks
Result: Your standard candles become invisible, revealing only those generated and colored by the script.
2. COLOR LEGEND (How to read the chart)
The script colors the candles by crossing two pieces of information: the Underlying Trend (relative to the Moving Average) and the Day's Movement.
🔵 BLUE CANDLE (Bullish Impulse)
Context: Price is above the trend line (EMA).
Movement: The candle closes higher than it opened (it's going up).
Interpretation: The market is healthy. Buyers are in control. It's time to let profits run.
🟠 ORANGE CANDLE (Correction / Pullback)
Context: Price is above the trend line (EMA).
Movement: The candle closes lower than it opened (it's going down).
Interpretation: This is profit-taking or a breather within a bullish trend. Potential buying opportunity if the price bounces off the gray line.
🔴 RED CANDLE (Bearish Impulse)
Context: Price is below the trend line (EMA).
Movement: The candle closes lower than it opened (it's going down).
Interpretation: Danger. The trend is bearish and sellers are pushing. You should be Short (selling) or out of the market.
🟢 GREEN CANDLE (Technical Rebound)
Context: Price is below the trend line (EMA).
Movement: The candle closes higher than it opened (it's going up).
Interpretation: Warning, this is not a bullish recovery (yet). It is a bounce within a trend that remains bearish (Bear Market Rally). It is often an opportunity to reload Short positions.
Visual Summary for Traders:
Buying Zone: Look for setups as long as you see Blue and Orange.
Selling Zone: Look to sell or short as long as you see Red and Green.
Auction Theory Support & Resistance Flipper @MaxMaserati 3.0The Auction Theory Support & Resistance Flipper @MaxMaserati 3.0 indicator identifies and tracks volume-based support and resistance levels using an auction market theory approach. It automatically detects price swing points and creates dynamic "defense zones" where significant volume activity occurred, then monitors these zones to determine if they're being defended or overwhelmed by market participants.
Key Features:
1. Automatic Level Detection
Uses fractal swing detection to identify key reversal points
Creates support zones at swing lows where buyers defended price
Creates resistance zones at swing highs where sellers defended price
2. Volume-Based Validation
Only displays levels with significant volume (above threshold)
Volume strength shown as percentage relative to average volume
Visual volume boxes scale with strength (optional)
3. Auction Status Tracking
The indicator monitors each level and displays real-time auction status through labels:
IMPORTANT - Box Without Label:
When a level is first created, it shows ONLY the box/line with NO label
This means price has NOT yet visited/tested this defense level
The auction has not started yet - it's a pending defense zone
Labels ONLY appear after price touches the zone for the first time
Label Formats (3 modes available once price visits):
Compact Mode: 150% ↑
First number = Original volume strength percentage
Symbol shows auction status (↑↑ Strong Defense, ↑ Defending, ↓ Under Pressure, ↓↓ Overwhelmed, ⇌ Balanced, ✓ Finished, ⚡ Flipped)
Full Mode: 150% | ↑ Defending Auction 45%
Volume strength | Status description | Excess volume percentage
Touch Only: Labels appear only after price touches the level (same as default behavior)
Auction States (after first touch):
Unfinished Auction (⏳): Recently touched, minimal volume absorbed (< 30%)
Balanced Auction (⇌): Volume matching original defense, equilibrium
Defending Auction (↑/↓): Successfully defending with excess volume (20-100%)
Strong Defense Auction (↑↑/↓↓): Overwhelming defense volume (>100%)
Under Pressure (↑/↓): Defense weakening, opposite volume building
Overwhelmed (↑↑/↓↓): Defense broken, significant opposite volume (>50%)
Finished Auction (✓): Volume threshold met (100%+), level depleted
Flipped Level (⚡): Support became resistance or vice versa
4. Support/Resistance Flip Detection
Automatically detects when a support level fails and becomes resistance
Or when resistance breaks and becomes support
Visual indication with orange background and ⚡ symbol
Continues tracking until new auction finishes
5. Summary Table
Active Levels count
Breakdown by Support/Resistance
Number of flipped levels
Maximum volume strength currently active
Settings:
Volume Analysis: Lookback period and threshold multiplier
Auction Management: Depletion threshold, bars away to finish, merge distance
Visual Options: Show/hide boxes, labels, depleted levels
Label Customization: Compact/Full/Touch Only modes, size options
Colors: Buyers (green), Sellers (red), Flipped (orange), Depleted (gray)






















