Sunset Zones by PDVDescription
Sunset Zones by PDV is an intraday reference indicator that plots key horizontal levels based on selected “root candles” throughout the trading day. At each programmed time, the indicator identifies the high and low of the corresponding candle and projects those levels forward with extended lines, providing traders with a clean visual framework of potential intraday reaction zones.
These zones serve as reference levels for support, resistance, liquidity grabs, and session context, allowing traders to analyze how price reacts around time-specific structures. Unlike lagging indicators, Sunset Zones gives traders real-time, rule-based levels tied directly to the price action of specific moments in the session.
Key Features
Predefined Time Codes
The script comes with a curated list of intraday timestamps (in HHMM format). Each represents a “root candle” from which levels are generated. Examples include 03:12, 06:47, 07:41, 08:51, etc. These time codes can reflect historically important market moments such as session opens, liquidity sweeps, or volatility inflection points.
Automatic Zone Plotting
At each root time, the script captures the candle’s high and low and instantly extends those levels forward across the chart. This provides consistent, objective reference points for intraday trading.
Extended Lines
Levels are projected far into the future (default: 500 bars) so traders can easily track how price interacts with those zones throughout the day.
Color-Coded Levels
Each root time is assigned a distinct color for fast identification. For example:
03:12 → Fuchsia
06:47 → Purple
07:41 → Teal
08:51 → White
09:53 → White
10:20 → Orange
11:10 → Green
11:49 → Red
12:05 → White
13:05 → Teal
14:09 → Aqua
This helps traders quickly recognize which time-of-day level price is interacting with.
Lightweight & Visual
The indicator focuses purely on price and time, avoiding complexity or lagging signals. It can be layered with other analysis tools, order flow charts, or session-based studies.
Practical Use Cases
Intraday Bias:
Observe whether price respects, rejects, or consolidates around these reference levels to form a bias.
Liquidity Zones:
High/low sweeps of the root candle can act as liquidity pools where institutions might trigger stops or reversals.
Support & Resistance:
Extended lines create intraday S/R zones without the need to manually draw levels.
Confluence Finder:
Combine Sunset Zones with VWAP, session ranges, Fibonacci levels, or higher-timeframe structure for layered confluence.
Important Notes
This is a visual reference tool only. It does not generate buy or sell signals.
Default times are provided, but the concept is flexible — traders can adapt it by modifying or expanding the list of time codes.
Works best on intraday timeframes where session structure is most relevant (e.g., 1-minute to 15-minute charts).
✅ In short: Sunset Zones by PDV gives intraday traders a systematic way to anchor their charts to important time-based highs and lows, creating a consistent framework for analyzing price reactions across the day.
Candlestick analysis
SMC Analysis - Fair Value Gaps (Enhanced)SMC Analysis - Fair Value Gaps (Enhanced) Script Summary
Overview
The "SMC Analysis - Fair Value Gaps (Enhanced)" script, written in Pine Script (version 6), is a technical analysis indicator designed for TradingView to identify and visualize Fair Value Gaps (FVGs) on a price chart. It supports both the main timeframe and multiple higher timeframes (MTF) for comprehensive market analysis. FVGs are price gaps formed by a three-candle pattern, indicating potential areas of market inefficiency where price may return to fill the gap.
Key Features
FVG Detection:
Identifies bullish FVGs: Occur when the high of a candle two bars prior is lower than the low of the current candle, with the middle candle being bullish (close > open).
Identifies bearish FVGs: Occur when the low of a candle two bars prior is higher than the high of the current candle, with the middle candle being bearish (close < open).
Visualizes FVGs as colored boxes on the chart (green for bullish, red for bearish).
Mitigation Tracking:
Tracks when FVGs are touched (price overlaps the gap range) or mitigated (price fully closes the gap).
Strict Mode: Marks an FVG as mitigated when price touches the gap range.
Normal Mode: Requires a full breakthrough (price crossing the gap’s bottom for bullish FVGs or top for bearish FVGs) for mitigation.
Optionally converts FVG box borders to dashed lines and increases transparency when partially touched.
Multi-Timeframe (MTF) Support:
Analyzes FVGs on three user-defined higher timeframes (default: 15m, 60m, 240m).
Displays MTF FVGs with distinct labels and slightly more transparent colors.
Ensures no duplicate processing of MTF bars to maintain performance.
Customization Options:
FVG Length: Adjustable duration for how long FVGs are displayed (default: 20 bars).
Show/Hide FVGs: Toggle visibility for main timeframe and each MTF.
Color Customization: User-defined colors for bullish and bearish FVGs (default: green and red).
Display Options: Toggle for showing dashed lines after partial touches and strict mitigation mode.
Performance Optimization:
Limits the number of displayed boxes (50 for main timeframe, 20 per MTF) to prevent performance issues.
Automatically removes older boxes to maintain a clean chart.
Functionality
Visualization: Draws boxes around detected FVGs, with customizable colors and text labels ("FVG" for main timeframe, "FVG " for MTF).
Dynamic Updates: Extends or terminates FVG boxes based on mitigation status and user settings.
Efficient Storage: Uses arrays to manage FVG data (boxes, tops, bottoms, indices, mitigation status, and touch status) separately for main and MTF analyses.
Use Case
This indicator is designed for traders using Smart Money Concepts (SMC) to identify areas of market inefficiency (FVGs) for potential price reversals or continuations. The MTF support allows analysis across different timeframes, aiding in confirming trends or spotting higher-timeframe support/resistance zones.
Burner Volume CandlesVisually see different candle colors based on volume relative to the look back period (default is last 20 candles).
This allows you to see if a current candle print is standard, high, or extreme sell/buy volume relative to the look back period.
This has been primarily used on the 30s timeframe on NQ.
It is also advised to take the NY open candle volume with a grain of salt as that is typically the extreme volume so it doesn't make this indicator as useful when it comes to those candles.
MTF FVG Confluence v6 — JSON Alerts via alert()This strategy combines multi-timeframe confluence with candlestick analysis and fair value gaps (FVGs) to generate structured long/short entries. It aligns Daily and 4H EMA trends with 1H MACD momentum, then confirms with engulfing candles and FVG zones for precision entries. Risk management is built-in, featuring stop-loss, 3R take-profit targets, and optional break-even logic, with dynamic JSON alerts for webhook automation.
Categories:
Candlestick analysis
Chart patterns
Cycles
Markov 3D Trend AnalyzerMarkov 3D Trend Analyzer
🔹 What Is a Markov State?
A Markov chain models systems as states with probabilities of transitioning from one state to another. The key property is memorylessness: the next state depends only on the current state, not the full past history. In financial markets, this allows us to study how conditions tend to persist or flip — for example, whether a green candle is more likely to be followed by another green or by a red.
🔹 How This Indicator Uses It
The Markov 3D Trend Analyzer tracks three independent Markov chains:
Direction Chain (short-term): Probability that a green/red candle continues or reverses.
Volatility Chain (mid-term): Probability of volatility staying Low/Medium/High or transitioning between them.
Momentum Chain (structural): Probability of momentum (Bullish, Neutral, Bearish) persisting or flipping.
Each chain is updated dynamically using exponentially weighted probabilities (EMA), which balance the law of large numbers (stability) with adaptivity to new market conditions.
The indicator then classifies each chain’s dominant state and combines them into an actionable summary at the bottom of the table (e.g. “📈 Bullish breakout,” “⚠️ Choppy bearish fakeouts,” “⏳ Trend squeeze / possible reversal”).
🔹 Settings
Direction Lookback / Volatility Lookback / Momentum Lookback
Control the rolling window length (sample size) for each chain. Larger = smoother but slower to adapt.
EMA Weight
Adjusts how much weight is given to recent transitions vs. older history. Lower values adapt faster, higher values stabilize.
Table Position
Choose where the table is displayed on your chart.
Table Size
Adjust the font size for readability.
🔹 How To Consider Using
Contextual tool: Use the summary row to understand the current market condition (trending, mean-reverting, expanding, compressing, continuation, fakeout risk).
Complementary filter: Combine with your existing strategies to confirm or filter signals. For example:
📈 If your breakout strategy fires and the summary says Bullish breakout, that’s confirmation.
⚠️ If it says Choppy fakeouts, be cautious of traps.
Visualization aid: The table lets you see how probabilities shift across direction, volatility, and momentum simultaneously.
⚠️ This indicator is not a signal generator. It is designed to help interpret market states probabilistically. Always use in conjunction with broader analysis and risk management.
🔹 Disclaimer
This script is for educational and informational purposes only. It does not constitute financial advice or a recommendation to buy or sell any security, cryptocurrency, or instrument. Trading involves risk, and past probabilities or behaviors do not guarantee future outcomes. Always conduct your own research and use proper risk management.
EBA by bigmmThis indicator identifies potential market saturation points by monitoring bid and ask levels relative to their historical extremes. It displays BUY/SELL labels when current prices reach 90% of their 499-bar historical range, suggesting possible exhaustion of market orders.
Key Features:
Works effectively on lower timeframes up to 1H
BUY labels show percentage distance from the period's lowest ask
SELL labels show percentage distance from the period's highest bid
Maintains only the most recent signals for cleaner chart presentation
Labels remain fixed to specific price/bar locations during zoom operations
Note: The percentage values represent how close the current price is to the historical extreme (0% = period low, 100% = period high), helping traders identify potential reversal zones based on order book dynamics.
Previous Week High/Low Fib Levelsautomatic fib with previous week high and low with custom retracement input
emavelas StrategyThe "emavelas Strategy" is a TradingView Pine Script (v6) for trend-following trading, combining EMA crossovers (7 and 25 periods) with candlestick patterns, market structure (HH/HL, BOS/CHOCH), volume/RSI filters, and multi-timeframe alignment (5m to Daily). It generates confirmed buy/sell signals, visualizes trends with lines/labels/tables, and includes backtesting with risk management (RR 2:1, dynamic SL/TP based on swings). Ideal for stocks, forex, or crypto on lower timeframes. Customizable via inputs; test in Strategy Tester. Note: Trading involves risks; not financial advice.
Trap Zone — Shinobi LabPurpose
Trap Zone draws a clean intraday “no-man’s-land” and its surrounding + / – zones so you can quickly see where momentum trades are favored — and where to avoid fighting the tape. It also overlays ADR bands to frame extreme extensions.
How it works
Trap Zone core: Built from recent high/low lookbacks and key MAs. You can include MA200 in the box bounds (on by default) for stronger regime context.
+1 / –1 zones: Dynamic bands just outside the Trap Zone, sized by an adaptive EB minimum (bar-size floor based on instrument price) or average body size.
ADR bands (+/–): Daily range estimate using the last 20 sessions with outlier filtering (keeps the 5 most representative ranges under a safe cap).
Anchoring & visuals: New zones/ADR levels are projected from the prior session close with configurable left/right extension, labels (“++”, “––”, “+++”, “–––”), and a skull label inside the box.
Why it’s useful
Clarity at a glance: Above the box → long context; below the box → short context. Inside the box = trap area where signals are lower-quality.
Avoid the worst spots: The shaded center helps you skip chop and wait for clean breaks.
Frame extensions: ADR lines highlight when price is getting stretched beyond a typical session move.
Main features
MAs: 8 / 20 / 200 / 500 (200 is optional in the box logic).
Lookbacks: independent highs/lows for precise box edges.
Adaptive EB sizing drives +1 / –1 placement.
Outlier-robust ADR calculation.
Customizable colors, labels, and projection length.
Best practices
Treat the Trap Zone as a filter, not an entry signal.
Favor longs for signals above the box and shorts for signals below it.
Use with your signal tool (e.g., EB/TB V11.4) to time entries while the Trap Zone provides bias and location.
Inputs (highlights)
Include MA200 in Trap Zone (on/off)
Bars for High / Low (lookback)
Visual Extension Zones & Left Visual Extension
Show Zones / Show ADR Labels
MA lengths (8/20/200/500)
Notes
Designed for equities; ADR is computed at the end of the regular session and projected forward.
Works on intraday charts; precision set to 2 by default.
EB TB V11.5 — Elephant & Tail Bar Detector | Shinobi LabThe EB TB V11.4 indicator is built to accurately detect Elephant Bars (EB) and Tail Bars (TB), helping traders capture momentum while filtering out false signals.
It combines strict technical validation with visual risk management, so you can trade with structure and discipline.
🔑 Key Features:
Dynamic Moving Averages (8, 20, 200): confirm direction and dominant trend.
Configurable session filter: only shows signals during the most liquid hours.
Clean Average Range: removes outliers to calculate consistent ranges.
200MA Extension Bypass: allows signals when price is stretched far enough from the MA200.
Validated EB/TB signals: strict conditions for bar size, strength and range.
Repetition control: prevents back-to-back duplicate signals.
Auto TP levels: blue lines marking suggested exit targets.
MLPT Risk Box: automatic lot size & $ risk calculation per trade.
Gap & Excess Bar warnings: visual notes when special market conditions are present.
Integrated alerts: instant notification when a new EB/TB signal appears.
This approach makes EB TB V11.4 not just a signal-painting tool, but a complete framework that blends context, risk management, and trading discipline into one indicator.
ZoneRadar by Chaitu50cZoneRadar
ZoneRadar is a tool designed to detect and visualize hidden buy or sell pressures in the market. Using a Z-Score based imbalance model, it identifies areas where buyers or sellers step in with strong momentum and highlights them as dynamic supply and demand zones.
How It Works
Z-Score Imbalance : Calculates statistical deviations in order flow (bull vs. bear pressure).
Buy & Sell Triggers: Detects when imbalances cross predefined thresholds.
Smart Zones: Marks potential buy (green) or sell (red) zones directly on your chart.
Auto-Merge & Clean: Overlapping or noisy zones are automatically merged to keep the chart clean.
History Control: Keeps only the most recent and strongest zones for focus.
Key Features
Customizable Z-Score level and lookback period
Cooldown filter to avoid over-signaling
Smart zone merging to prevent clutter
Adjustable price tolerance for merging overlapping zones (ticks)
Extend zones into the future with right extensions
Fully customizable colors and display settings
Alert conditions for Buy Pressure and Sell Pressure
Why ZoneRadar?
Simplifies complex order flow into clear, tradable zones
Helps identify high-probability reversal or continuation levels
Avoids noise by keeping only the cleanest zones
Works across any timeframe or market (stocks, futures, forex, crypto)
Disclaimer
This tool is designed for educational and informational purposes only. It does not provide financial advice. Always test on demo and combine with your own trading strategy.
Strength by EGThis indicator from equitygurukul.in is designed to help traders identify key market trend phases using classic moving averages. It includes:
50, 150, 200-period MAs (user can choose SMA or EMA via dropdown).
A Custom MA (default length 21, user-adjustable).
Buy Signal Arrow when bullish alignment conditions are met.
Weak Label when price crosses below the Custom MA.
Strength Label when price crosses above the Custom MA and is also above the 50 MA.
Fully customizable colors, label display toggles, and arrow size options.
This tool allows traders to quickly visualize momentum shifts, long-term trend alignment, and strength/weakness signals on the chart.
⚠️ Disclaimer
This script is created for educational purposes under the brand equitygurukul.in. It is not financial advice. Trading and investing involve risk, and past performance does not guarantee future results. Please do your own research or consult a financial advisor before making investment decisions.
RUBY SYSTEM📋 Step 1: Setup & Installation
Add to TradingView:
Copy the entire Pine Script code from the artifact above
Open TradingView → Go to Pine Editor (bottom of screen)
Paste the code and click "Add to Chart"
Boom! Your chart now has institutional-level analysis
Customize Your Settings:
Click the ⚙️ gear icon on the indicator to adjust:
EMA Length: Keep at 9 (optimal for price action)
Stop Loss Method: Choose "Structure" (uses swing highs/lows)
Risk:Reward: TP1 at 1.5R, TP2 at 3R (customize as needed)
Volume Filter: Keep ON (avoids low-conviction moves)
🎯 Step 2: Reading the Visual Signals
What You'll See on Your Chart:
📊 Core Lines:
🟠 Orange Line: VWAP (institutional fair value)
🔵 Blue Line: EMA 9 (trend filter)
📦 Order Flow Boxes:
🟢 Green Boxes: Bullish Order Blocks (banks bought here)
🔴 Red Boxes: Bearish Order Blocks (institutions sold here)
📱 Green/Red FVG Boxes: Fair Value Gaps (price imbalances)
🎯 Entry Signals:
🟢 Green Triangle UP: Long entry signal
🔴 Red Triangle DOWN: Short entry signal
💎 Orange Diamonds: Liquidity sweeps (stop hunts)
⬆️ Lime Arrows: Bullish Break of Structure
⬇️ Purple Arrows: Bearish Break of Structure
📏 Trade Management Lines:
🔴 Red Dashed Line: Stop Loss level
🟢 Green Dashed Line: Take Profit level
🚀 Step 3: How to Trade
🔍 BEFORE Entering Any Trade:
Check the Dashboard (top-right corner):
HTF Trend: Only trade WITH the trend
Volume Surge: Want this to be TRUE
Market Structure: Look for BoS signals
📈 LONG ENTRY Checklist:
✅ Green triangle appears (entry signal)
✅ Price above VWAP (orange line)
✅ Price above EMA (blue line)
✅ HTF Trend shows "Bullish"
✅ Volume Surge = True
✅ Recent Break of Structure UP (↑)
📉 SHORT ENTRY Checklist:
✅ Red triangle appears (entry signal)
✅ Price below VWAP (orange line)
✅ Price below EMA (blue line)
✅ HTF Trend shows "Bearish"
✅ Volume Surge = True
✅ Recent Break of Structure DOWN (↓)
💰 Step 4: Trade Management
🛑 Stop Loss (Red Dashed Line):
Automatically calculated at recent swing high/low
NEVER move your stop against you
Only move to break-even after hitting first target
🎯 Take Profit (Green Dashed Line):
TP1: 1.5 Risk:Reward (take 50% profits)
TP2: 3.0 Risk:Reward (take remaining 50%)
Or hold until price closes opposite side of EMA
🚪 Exit Rules:
LONG: Exit when price closes BELOW EMA (blue line)
SHORT: Exit when price closes ABOVE EMA (blue line)
Or hit your stop loss
🏆 Step 5: Advanced Strategies
🎪 The "Liquidity Sweep" Setup:
Wait for orange diamond (liquidity sweep)
Look for immediate reversal back into structure
Enter when green/red triangle confirms
These are PREMIUM setups - highest win rate
📦 The "Order Block Retest":
Wait for price to hit a green/red box (order block)
Look for rejection from that zone
Enter when triangle signal appears
Institutions often defend these levels
🔄 The "VWAP Retest":
Price breaks VWAP with volume
Comes back to retest VWAP (orange line)
Gets support/resistance at VWAP
Enter on triangle signal confirmation
🚨 Step 6: Risk Management Rules
⚠️ NEVER Trade When:
Volume Surge = False (low conviction)
HTF Trend contradicts your direction
No Break of Structure signal
Market Structure shows "Ranging"
💡 Position Sizing:
Risk 1-2% per trade maximum
Use the stop loss line to calculate position size
Never risk more than you can afford to lose
📊 Best Timeframes:
5M-15M: Scalping (quick in/out)
1H-4H: Swing trading (hold longer)
Daily: Position trading
🎯 Quick Start Checklist:
✅ Add indicator to chart
✅ Wait for green/red triangle signal
✅ Check dashboard shows favorable conditions
✅ Confirm HTF trend alignment
✅ Enter trade at signal
✅ Set stop at red dashed line
✅ Take profits at green dashed line
✅ Exit if price closes opposite side of EMA
🚀 Pro Tips:
Be patient - wait for ALL confirmations
Quality over quantity - fewer high-probability trades win
Practice on paper before going live
Backtest on historical data to build confidence
Set up alerts so you don't miss signals
RS by Equity GurukulThis indicator plots the Relative Strength (RS) of the current symbol against a chosen benchmark (default: NSE:NIFTYMIDSML400). It also overlays a customizable Moving Average (MA) on the RS line for trend confirmation.
Key Features:
RS Line: Ratio of stock price vs. benchmark.
RS MA: Customizable Moving Average (default 21; choose SMA or EMA).
RS Phase Fill: Background shading highlights when RS is above its MA (outperformance) or below its MA (underperformance).
RS New High Detection: Marks points where RS makes a new high (within user-defined lookback) while price has not yet broken its own high → signaling potential early strength.
This tool helps visualize relative performance trends, identify emerging leaders, and spot early breakouts before they reflect in price.
⚠️ Disclaimer
This indicator is for educational purposes only and is not financial advice.
It is a research and practice tool designed to illustrate concepts of relative strength analysis. Please do your own due diligence and consult a licensed financial advisor before making any trading or investment decisions.
SWING BUY by V_Vits a swing buy indicator, when master candle high is broken then one possible upside may come
NIFTY_2min_FVG_Buy_StrategySummary
This strategy is designed for scalping Nifty on a 2-minute chart, focusing exclusively on long entries. The script's purpose is to identify and act on specific bullish reversal patterns based on volume analysis and price action.
Concept & Core Logic
The strategy operates on a two-stage confirmation process:
Volume Absorption: The initial condition seeks to identify potential bullish reversals by detecting signs of selling pressure being absorbed by buyers. This suggests that a downward move may be losing momentum.
Fair Value Gap (FVG) Confirmation: After a volume absorption signal, the strategy waits for a Fair Value Gap (FVG) to appear. A long entry signal is generated only after a candle closes above the FVG zone, serving as confirmation of bullish intent.
Risk Management
The strategy employs a fixed take profit and stop loss for each trade, based on the Nifty underlying price:
Take Profit: The exit signal is triggered when a trade reaches a 25-point profit.
Stop Loss: The exit signal is triggered when a trade reaches a 30-point loss.
Intended Use
This tool is intended for traders who:
Utilize mechanical, rule-based systems for intraday trading and scalping.
Are interested in studying a structured approach that combines volume analysis with price action inefficiencies like Fair Value Gaps.
ProphetQuant LevelsProphetQuant Levels — Institutional Structure, Simplified
ProphetQuant Levels fuses prorietary institutional reference levels with session logic to surface clean, actionable trade locations—no fluff, no guessing. It draws only what matters, right where you trade.
Daily and Weekly Levels are provided each day. Copy and paste them into the indicator to activate. Both intraday (daily) and weekly levels are required for full context.
What It Plots
ProphetQuant institutional levels: Daily & weekly custom strings (HV / R / S / EXT), fully customizable with right-anchored labels.
Initial Balance (IB): Auto-market windows (NQ, ES & GC), frozen after completion, with optional midline and right-side labels.
True Session VWAP: Volume-weighted VWAP with optional ±0.5σ / ±1.0σ bands (labels optional, off by default).
Globex H/L (18:00→17:00): Current and prior day highs/lows shown as precise black stubs, each with its own toggle.
Weekly H/L: Current and prior week highs/lows shown as black stubs, each with its own toggle.
Label control: Font, offset, background transparency; anchor left/center/right; per-feature price label toggles.
Why It Helps
Institutional precision: Anchored on proven reference levels with high probability of reaction.
Clarity over clutter: Clean horizontal references and short right-side stubs make charts easy to read at a glance.
Session-aware: IB and VWAP align with correct trading windows.
Confluence first: Daily/weekly structure, IB extremes, VWAP/σ, and prior highs/lows stack into clear decision zones.
M/S Signal v2 - Multi-Zone Signal SystemM/S Signal v2 - Advanced Multi-Zone Breakout System
🔧 TECHNICAL INNOVATION
This indicator introduces a unique combination of adaptive zone confluence detection with multi-timeframe directional filtering that addresses specific limitations found in standard breakout indicators.
🎯 CORE ALGORITHM DIFFERENCES:
1. Adaptive Level Management:
Code
// Unlike static S/R indicators, levels update dynamically
if close > active_high:
active_high := current_high
active_low := current_low
generate_signal("BUY")
Traditional indicators use fixed pivot points. This system continuously adapts support/resistance levels based on actual price action.
2. Zone Confluence Mathematics:
Code
zones_match(level1, level2, tolerance_percent) =>
diff = math.abs(level1 - level2)
avg_price = (level1 + level2) / 2
tolerance = avg_price * tolerance_percent / 100
diff <= tolerance
This mathematical approach to zone alignment is not available in standard zone-based indicators.
3. Multi-Timeframe Signal Validation:
Code
htf_signal = request.security(symbol, htf_tf, get_last_signal_type())
allow_signal = current_tf_signal AND htf_allows_direction
The system tracks the last active signal from higher timeframes, not just current trend direction.
📊 UNIQUE FEATURES:
Triple Zone System:
Zone 1 (100-period): Macro trend identification
Zone 2 (60-period): Impulse movement detection
Zone 3 (20-period): Precise entry triggers
Dual Independent Filters:
Filter 1: Zone confluence with customizable tolerance (0.1% default)
Filter 2: Higher timeframe last signal direction
Each filter operates independently and can be toggled on/off
Dynamic Level Tracking: Unlike indicators that use predetermined levels, this system:
Updates support/resistance after each breakout
Prevents duplicate signals until new level formation
Tracks signal history to avoid repetitive alerts
📈 TECHNICAL SPECIFICATIONS:
Code Architecture:
PineScript v6 with optimized performance
45+ customizable parameters across 8 setting groups
Maximum 500 objects for stable operation
Overlay design with full visual control
Signal Generation Logic:
Monitor current support/resistance levels
Detect price breakouts above/below active levels
Apply zone confluence filter (if enabled)
Validate against higher timeframe direction (if enabled)
Generate final signal only when all conditions align
Visualization Components:
Three colored zone overlays with customizable fills
Active support/resistance level lines
BUY/SELL signal labels with price information
Key breakout candle highlighting
Real-time current price tracking
⚙️ SETTING GROUPS:
Zone Settings - Configure zone periods and colors
Zone Signal Filters - Control confluence detection
Higher Timeframe Filter - Set HTF validation rules
BUY Signal Configuration - Customize buy signal appearance
SELL Signal Configuration - Customize sell signal appearance
Alert System - Configure notification preferences
Visual Display - Control chart appearance elements
Level Management - Active support/resistance display
🎯 PRACTICAL APPLICATIONS:
For Scalping (M1-M5):
Disable HTF filter for faster signals
Use tight zone confluence tolerance (0.05%)
Focus on Zone 3 breakouts for quick entries
For Swing Trading (H1-H4):
Enable HTF filter with Daily timeframe
Use standard confluence tolerance (0.1%)
Combine all three zones for confirmation
For Position Trading (H4-Daily):
Set HTF filter to Weekly timeframe
Wider confluence tolerance (0.2%)
Focus on Zone 1 trend alignment
🔧 HOW TO USE:
Basic Setup: Use default parameters for most markets
Enable Filters: Turn on zone confluence for higher accuracy
Set HTF Filter: Choose appropriate higher timeframe for your strategy
Customize Signals: Adjust BUY/SELL signal appearance preferences
Configure Alerts: Set up notifications for real-time signal delivery
The indicator works by continuously monitoring price action against dynamically updated support and resistance levels, applying sophisticated filtering mechanisms to ensure only high-probability setups generate signals.
Futubull VWAPTo apply Futubull’s VWAP (Volume Weighted Average Price) indicator to TradingView, the key is to understand Futubull’s VWAP calculation logic and features, then replicate them using TradingView’s Pine Script language. Below are detailed steps and methods, incorporating the provided context and prior discussions, to help you create a custom VWAP indicator in TradingView that mirrors Futubull’s functionality. The script will be tailored for day trading CIEN (Ciena Corporation) on September 4, 2025, during pre-market (Hong Kong time 11:25 PM, equivalent to US Eastern Time 11:25 AM), leveraging its earnings-driven breakout ($115.50, +21.81%).
FlowScope [Hapharmonic]FlowScope: Uncover the Market's True Intent 🔬
Ever wished you could look inside the candles and see where the real action is happening? FlowScope is your microscope for the market's flow, designed to give you a powerful edge by revealing the volume distribution that price action alone can't show you.
Instead of just looking at the open, high, low, and close, FlowScope lets you dive deeper into the market's auction process. It groups candles together and builds a detailed Volume Profile for that period, showing you exactly where the trading happened and revealing the story behind the price action.
Let's explore how you can use it to gain a powerful new edge.
🧐 Core Concept: How It Works
At its heart, FlowScope does three key things:
It Groups Candles: You decide how many candles to group together. For example, setting " Group Candles " to 4 on a 5-minute chart effectively gives you a detailed 20-minute candle and profile. This helps you see the bigger picture and filter out market noise.
It Builds a Volume Profile: For each group, FlowScope analyzes the volume at every single price level. It then displays this as a horizontal histogram (we call this a "footprint" or profile). Longer bars mean more volume was traded at that price, indicating a "fair" price or an area of acceptance. Shorter bars mean price moved through quickly, indicating rejection.
It Creates a Custom "Grouped Candle": To summarize the group's overall price action, FlowScope draws a single, custom candle representing the entire group's:
Open: The open of the first candle in the group.
High: The absolute highest price reached within the group.
Low: The absolute lowest price reached within the group.
Close: The close of the last candle in the group.
This gives you a crystal-clear view of the group's net result, free from the back-and-forth noise of the individual candles inside it.
Below are some of the stunning preset color palettes you can choose from to customize your view:
🚀 How to Use: Practical Applications
FlowScope isn't just for looking pretty; it's a powerful analysis tool. Here are a few ways to integrate it into your trading:
Identify High-Volume Nodes (HVNs): Look for the longest bars in the profile. These are price levels where the market spent the most time and traded the most volume. HVNs often act as powerful "magnets" for price, becoming key areas of support and resistance.
Spot Low-Volume Nodes (LVNs): These are areas with very short bars or gaps in the profile. They represent price levels that the market moved through quickly and inefficiently. If price returns to an LVN, it's likely to move through it quickly again.
Analyze the Summary Box: This is where the real magic happens! ✨
Total Volume (Σ): The total volume for the entire group.
Buy (B) vs. Sell (S) Volume: FlowScope analyzes the lower timeframe action to estimate the buying and selling pressure that made up the total volume. Is a big red candle mostly aggressive selling, or was it just a lack of buyers? The B/S data gives you clues. A high-volume candle with nearly 50/50 buy/sell pressure might indicate absorption or a potential reversal.
Use the Grouped Candle for Clarity: Is the market in a clear uptrend, or is it just choppy? The grouped candle can give you a much clearer signal. A series of strong, green grouped candles shows much more conviction than a mix of small green and red candles.
⚙️ Settings & Customization
This is where you can truly make FlowScope your own. Let's walk through each setting.
Profile Settings
Group Candles: The number of standard chart candles you want to combine into a single FlowScope profile. A setting of 1 will analyze every single bar. A higher number gives you a broader market view. When Group Candles is set to 5, the data from the 5 individual candles are combined, and the volume is calculated accordingly.
Max Profile Boxes: This setting is more than just a number; it's a smart limit that ensures your profiles are always readable and relevant to the current market conditions.
Adaptive Sizing (The Ideal Goal): FlowScope first tries to create the perfect profile by making each volume box's height proportional to the current market volatility. It calculates an "ideal" box height based on the Average True Range ( ATR / 10 ). This is powerful because it automatically adapts: you get smaller, more detailed boxes in quiet, low-volatility markets, and larger, clearer boxes in volatile, fast-moving markets.
The Safety Cap (Your Setting): However, what if you group several candles during a massive price move? The price range could be huge! If we only used the small, ATR-based box height, you might end up with hundreds of tiny, unreadable boxes. This is where your Max Profile Boxes setting (defaulting to 50) comes in. It acts as a maximum detail cap . If the adaptive, volatility-based calculation determines that it would need more boxes than your setting (e.g., more than 50), the indicator will override it. It will then simply divide the entire price range of the group into exactly the number of boxes you specified (e.g., 50).
In short: You are setting the maximum allowable detail. FlowScope intelligently adapts the profile's granularity below that limit based on market volatility, ensuring you always get a clear and meaningful picture.
Style
Show Profile BG: A simple toggle to show or hide the faint background color behind the volume bars. Turning it off can create a cleaner look.
Color Mode: This dropdown controls how the volume profile text is colored.
Custom Gradient: This mode uses the three custom colors you select in the "Profile Colors" section to create a beautiful gradient across the profile.
Candle Color: This mode colors the profile based on whether the grouped candle was bullish (green) or bearish (red). The color will be a gradient, with the most intense color applied to the box with the highest volume; the colors of the other boxes will fade out from that point. It's a great way to see the profile's "mood" at a glance.
Profile Colors 🎨
Use Preset Palette: This is the master switch!
If checked: You can choose from 10 stunning, pre-designed color palettes from the Palette dropdown. The custom color pickers below will be disabled.
If unchecked (Default): The Palette dropdown will be disabled, and you can now choose your own three colors for the gradient.
Palette: (Only active when "Use Preset Palette" is checked) . Choose from 10 luxurious, eye-catching color schemes like "Solar Flare" or "Deep Space" to instantly change the look and feel of your chart.
Low Price / Mid Price / High Price: (Only active when "Use Preset Palette" is unchecked) . These three color pickers allow you to design your own unique gradient for the Custom Gradient color mode.
Candle Display
These settings control the custom "Grouped Candle" that summarizes the profile. When using the "Show Custom Candle" feature, you should change the chart's candlestick display to Bars for a cleaner view.
Show Custom Candle: This is the main toggle. When you check this box, the original chart candles will be hidden, and your custom FlowScope candle will be displayed instead. This custom candle is intentionally small to ensure it does not visually overlap with the volume profile boxes.
Show Body: (Only active when "Show Custom Candle" is checked) . Toggles the visibility of the candle's body.
Wick Width & Body Width: (Only active when "Show Custom Candle" is checked) . These sliders let you control the thickness of the wick and body lines to match your personal style.
Up Color / Down Color: (Only active when "Show Custom Candle" is checked) . Choose the colors for your bullish and bearish custom candles.
Experiment with the settings, find a style that works for you, and start seeing the market in a whole new light.
Happy trading! 📈😊