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.
Pattern grafici
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
Comprehensive TA Dashboard v10Comprehensive TA Dashboard v9
Welcome to the Comprehensive Technical Analysis Dashboard v9, an all-in-one indicator designed to provide a clear, customizable, and powerful view of the market. This script combines essential trading tools into a single, cohesive dashboard, allowing you to streamline your analysis and focus on what matters most: making informed trading decisions.
Key Features
This indicator is packed with features, all of which are fully customizable through a clean and organized settings menu.
Core Indicators
Moving Averages: Get a clear view of the trend with four customizable moving averages.
5 & 10 EMA: For short-term momentum.
20 & 200 SMA: For medium and long-term trend analysis.
Defaults are set to green for faster MAs and red for slower MAs, with customizable thickness.
Bollinger Bands: Understand volatility and potential price extremes with fully adjustable Bollinger Bands. Customize the length, standard deviation, and colors for the basis, bands, and fill.
Key Price Levels
Previous Period Opens: Automatically plot horizontal lines at the opening price of the previous day, week, and month. These key institutional levels often act as powerful support and resistance.
Opening Range Breakout (ORB): Automatically draw the high and low of the initial trading period (default is the first 15 minutes). These levels are crucial for intraday breakout strategies.
Fully customizable session times and range period.
Customize line color and width for the ORB high and low.
Real-Time Data & Projections
Dual ATR Rays: Project potential price boundaries with two distinct ATR modes.
Static ATR (For Market Hours): A non-repainting level based on the previous candle's close. Provides a stable, reliable target during live trading.
Live ATR (For After-Hours Planning): A dynamic level based on the current price. Perfect for planning and projecting potential ranges for the next trading session.
On-Screen Data Table: Keep essential data in view without cluttering your chart.
Displays the non-repainting ATR and RSI values for the most recently closed candle.
Positioned on the middle-left of the chart for easy reference.
Multi-Timeframe Analysis
Timeframe Continuity Tracker: Get an at-a-glance view of market momentum across multiple timeframes.
Displays boxes for 5m, 15m, 1H, 4H, Day, Week, Month, and Quarter.
Boxes are color-coded green for a bullish candle and red for a bearish candle, providing instant insight into the overall trend alignment.
How to Use This Indicator
Global Toggles: Use the "Global Visibility" section in the settings to quickly turn entire feature sets on or off.
Customize Your View: Dive into the detailed settings for each feature group to adjust lengths, colors, and line styles to match your personal trading strategy.
Combine the Tools:
Use the Moving Averages and Timeframe Continuity Tracker to establish the dominant trend.
Identify key levels of interest with the Previous Period Opens and ORB lines.
Use the ATR Rays and Bollinger Bands to set realistic profit targets and understand potential volatility for the session.
This script was designed to be the only indicator you need on your chart. It's powerful, flexible, and built with clean, non-repainting data to ensure you're trading with the most reliable information possible.
Enjoy, and happy trading!
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.
RS7 ProRS7 Pro – provides Buy and Sell signals built on a strong and reliable strategy,
fighting to deliver you a good and profitable trade on the chart.
RS7 Directional PadA simple and practical indicator that displays market trends on four major time frames (4H/1H/15M/5M). The panel appears as an organized table on the chart, requiring no complicated settings. It facilitates quick analysis and provides a clear view of the market across multiple time frames. It's suitable for traders who need a quick visual filter before making an entry decision.
dabilThe strategy is probably to go short or long with the trend depending on the case, but if all time units 1 minute then 3 minutes then 5 minutes then 15 minutes then 1 hour all show the same direction, but first the 1 hour must be bullish in which the 1 hour candle closes above the previous one, for example if the trend is bearish then the market wants to change direction, then a 1 hour bullish close must then be followed by a 1 hour bearish close below the bullish candle, then another bullish candle must shoot above the previous bullish candle, then 15 minutes also shoot above the previous 15 bullish candles, then 1 and 2...3.5. Then I can rise with the market by only covering the last 15 bullish candles with my stop loss, if my SL is 50 pips then I want 100 pips and then I'm out.
Market Shift Levels [ChartPrime] - Alert AddedNo change to the code is made. I only added code to get alert on my Watchlist for personal use only.
Previous Week High/Low Fib Levelsautomatic fib with previous week high and low with custom retracement input
Lot Size calculator@\dsfadlhubigjwqerfihlju;kbydewsdrghbliuyhofhuidgosdfjklbhnrdfsegxvz\dhjmnukilo,.
Multi Moving Averages with AlertsJUST moving Averages for EMA with ability to turn on and off and shows EMA on right side of it.
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.
FVG & SMA @danciFVG zones with 200 SMA & daily dividers for intraday analysis, customizable and clear.
Major Support and Resistance LevelsSupport and Resistance Levels shows daily with the Green and Red lines. Previous days with the crosses.
Checklist4 with Setups Rating — by WAVE (dpsk)Checklist
colored
progress
setup rating
HTF checklist |
LTF checklist
SWING BUY by V_Vits a swing buy indicator, when master candle high is broken then one possible upside may come
Intraday BUY by V_Vits a buy indicator, when master candle high is broken then one possible upside may come
Price Action [BreakOut] InternalKey Features and Functionality
Support & Resistance (S/R): The script automatically identifies and draws support and resistance lines based on a user-defined "swing period." These lines are drawn from recent pivot points, and users can customize their appearance, including color, line style (solid, dashed, dotted), and extension (left, right, or both). The indicator can also display the exact price of each S/R level.
Trendlines: It draws trendlines connecting pivot highs and pivot lows. This feature helps visualize the current trend direction. Users can choose to show only the newest trendlines, customize their length and style, and select the source for the pivot points (e.g., candle close or high/low shadow).
Price Action Pivots: This is a core component that identifies and labels different types of pivots based on price action: Higher Highs (HH), Lower Highs (LH), Higher Lows (HL), and Lower Lows (LL). These pivots are crucial for understanding market structure and identifying potential trend changes. The script marks these pivots with shapes and can display their price values.
Fractal Breakouts: The script identifies and signals "fractal breakouts" and "breakdowns" when the price closes above a recent high pivot or below a recent low pivot, respectively. These signals are visually represented with up (⬆) and down (⬇) arrow symbols on the chart.
Customization and Alerts: The indicator is highly customizable. You can toggle on/off various features (S/R, trendlines, pivots, etc.), adjust colors, line styles, and text sizes. It also includes an extensive list of alert conditions, allowing traders to receive notifications for:
Price Crossovers: When the close price crosses over or under a support or resistance level.
Trendline Breaks: When the price breaks above an upper trendline or below a lower trendline.
Fractal Breaks: When a fractal breakout or breakdown occurs.
COT-App//the COT-App generates potential trading signals for commodities and currencies futures based on the weekly COT data of the CFTC
//the COT data commercial netto, commercial short, non commercial short, non commercial long, a commercial netto oscillator, the ratio of commercial short tot he open interest and the open interest (types of COT data) can be shown as chart
//for each type of COT data you can define and set an extreme long and short level
//the COT types commercial netto, commercial short and commercial netto generate potential trading signals if the curve of type of COT data runs into the defined long or short extreme area
//a potential trading signal will be stronger if in additon further types of COT data runs in the same extreme area long or short
//
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.
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%).