10x HTF Candles Dynamic with LTF FVG and Key LevelsPurpose
The 10x HTF Candles Dynamic Pine Script is a versatile, all-in-one trading tool designed for TradingView to empower traders with actionable insights across multiple timeframes. It combines advanced price action analysis, Fair Value Gap (FVG) detection, market structure evaluation, and key level visualization into a single, highly customizable interface. Built for day traders, swing traders, and scalpers, this script enhances decision-making by providing a clear, multi-dimensional view of market dynamics, liquidity zones, and trend biases. Its purpose is to streamline technical analysis, reduce chart clutter, and deliver real-time, visually intuitive data to support precise trading strategies.
What the Script Does
How the Script Works:
The script leverages Pine Script v5’s advanced features to deliver a robust and efficient trading tool. Below is a step-by-step explanation of its functionality:
1. Initialization and Configuration:
- Initializes with @version=5, enabling dynamic requests, and sets limits for bars (500), lines, labels, boxes, and polylines to manage resources.
- Defines user inputs for candle settings, timeframe selection, FVG parameters, DWM levels, market structure table, and visual preferences.
- Dynamically calculates 10 higher timeframes based on the current chart timeframe (e.g., 1m chart → 5m, 15m, 60m, etc.) or allows custom timeframes.
2. Data Acquisition:
- Fetches OHLC data for up to 10 timeframes using request.security, storing it in optimized TfData objects (arrays for open, high, low, close).
- Loops through enabled timeframes to minimize redundant code, improving processing speed.
3. Candlestick Rendering:
- Draws HTF candlesticks at user-defined offsets, with customizable bullish/bearish colors, wick colors, and widths.
- Calculates bar types (Inside, Normal, Outside) and optionally labels them above candles for pattern analysis.
4. FVG Detection and Visualization:
- Scans for FVGs by comparing candle highs and lows across three bars (e.g., low of candle 1 > high of candle 3 for bullish FVG).
- Detects IFVGs based on user-selected methods (wick, close, or midpoint) and highlights them with distinct colors.
- Draws FVG boxes with configurable borders, midpoint lines, and labels, tracking mitigation status.
- Limits FVG display to a user-defined maximum (1–200) to maintain chart clarity.
5. Horizontal Levels and DWM Lines:
- Computes Highs, Lows, Midpoints, and Quarter Points for each timeframe, drawing lines with customizable styles and extensions.
- Plots DWM open, close, high, low, and control point lines, with optional alerts for high/low breaks.
- Supports session-based opening price lines (e.g., 09:30 Market Open) with similar customization.
6. Market Structure and Bias:
Calculates trend bias by comparing the current close to the midpoint of the timeframe’s range (highest high to lowest low).
Updates a market structure table with timeframe, bias, and premium/discount status, using color-coded cells for quick interpretation.
7. Countdown Timers:
- Converts timeframe strings to seconds and calculates the time remaining until the next candle using timenow.
- Renders countdown labels with timeframe names (e.g., “1h (00:45)”) at user-defined positions.
8. Optimization and Cleanup:
- Uses VisualElements UDTs to manage lines, wicks, and labels, reducing memory usage.
- Deletes outdated drawings when limits are exceeded, ensuring a clean and responsive chart.
- Employs loops and arrays to streamline repetitive tasks, enhancing performance.
How to Use the Script:
This script is user-friendly yet powerful, suitable for traders of all experience levels. Follow these steps to maximize its potential:
1. Add to TradingView:
- Copy the script into TradingView’s Pine Editor.
- Click “Add to Chart” to apply it to your active chart.
2. Customize Settings:
- Candle Settings: Adjust the number of candles (1–10), starting position, group spacing, bullish/bearish colors, wick colors, and candle width.
- Timeframe Settings: Enable/disable up to 10 timeframes, choosing dynamic (auto-selected) or custom timeframes (e.g., 3m, 60m, D).
- FVG Settings: Toggle FVG detection, set detection methods (wick/close/midpoint), adjust thresholds, and customize colors, borders, and midpoint lines.
- DWM Settings: Enable daily/weekly/monthly lines (open, close, high, low, midpoint), set colors, and configure alerts for high/low breaks.
- Market Structure Table: Show/hide columns for timeframe, trend bias, and premium/discount, and adjust table position (top-left, bottom-right, etc.).
- Countdown Timers: Enable timers, adjust offsets, and customize text/background colors.
- Label Settings: Configure price label precision, transparency, and offsets for clarity.
3.Interpret Visuals:
- Candlesticks: Analyze HTF candles to gauge trend direction and momentum across timeframes.
- FVGs: Look for unmitigated FVGs (colored boxes) as potential support/resistance zones or trade setups.
- Key Levels: Use Highs, Lows, Midpoints, and Quarter Points to identify breakout or reversal areas.
4. Market Structure Table: Check trend bias and premium/discount status to align trades with market conditions.
- DWM Lines: Monitor daily/weekly/monthly levels for institutional reference points.
- Countdown Timers: Time entries/exits based on upcoming candle formations.
5. Integrate with Strategy:
- Combine script insights with your trading plan (e.g., use FVGs for entries, key levels for stops/targets).
- Set alerts for high/low breaks or liquidity zone approaches to stay proactive.
- Export table data or screenshot visuals for documentation and analysis.
6. Optimize Performance:
Limit the number of candles, FVGs, and lines to match your device’s capabilities.
Regularly review settings to focus on the most relevant timeframes and features.
Why the Script is Original
The 10x HTF Candles Dynamic script stands out in the TradingView community due to its innovative design, comprehensive functionality, and trader-centric approach. Here’s what makes it unique:
1. Seamless Multi-Timeframe Integration:
- Unlike single-timeframe indicators, this script synthesizes data from up to 10 timeframes, offering a holistic view of market structure.
- Dynamic timeframe selection adapts to the chart’s timeframe, ensuring relevance across all trading styles.
2 . Advanced FVG and IFVG Detection:
- Provides granular control over FVG detection with three IFVG methods (wick, close, midpoint), a rarity in most scripts.
- Tracks mitigation status and highlights unmitigated FVGs, enabling traders to capitalize on high-probability setups.
- Visualizes FVGs with boxes, midpoint lines, and labels, enhancing clarity and usability.
3. Sophisticated Market Structure Analysis:
-The bias calculation, introduced in recent updates (2 days ago), uses a robust algorithm to assess trend direction based on range midpoints.
- The market structure table, with premium/discount zones (added 20 hours ago), offers a unique summary of market conditions, unmatched by standard indicators.
4. Comprehensive DWM and Session Support:
- Integrates daily, weekly, and monthly levels alongside session-based opening prices, catering to institutional and retail traders alike.
- Customizable alerts for high/low breaks add actionable functionality.
5. Visual Hierarchy and Clarity:
- Scales line widths and transparency by timeframe, prioritizing higher timeframes for strategic focus.
- Countdown timers provide real-time context, a feature rarely seen in multi-timeframe scripts.
6.Performance Optimization:
- Recent updates introduced loops and UDTs to reduce code redundancy and boost processing speed.
- Automated cleanup mechanisms prevent chart clutter, ensuring smooth operation even on low-resource devices.
7. High Customizability:
- Offers extensive settings for visuals, timeframes, FVGs, DWM lines, and alerts, accommodating diverse trading preferences.
- Balances complexity with accessibility, making it approachable for beginners and powerful for advanced users.
8.Continuous Evolution:
- Regular updates (e.g., bias filter table, premium/discount feature, code optimization) demonstrate ongoing commitment to improvement.
- Closed-source protection (noted 20 hours ago) ensures intellectual integrity while allowing free use, fostering trust in the TradingView community.
Conclusion
The 10x HTF Candles Dynamic Pine Script is a groundbreaking tool that redefines multi-timeframe analysis on TradingView. By combining candlestick visualization, FVG detection, market structure insights, DWM levels, and countdown timers, it provides traders with a comprehensive, real-time view of market dynamics. Its advanced optimization, customization options, and continuous updates make it a standout choice for traders seeking precision, clarity, and efficiency. Whether you’re scalping intraday moves or swing trading weekly trends, this script equips you with the tools to master the markets with confidence.
Candlestick analysis
LilSpecCodes1. Killzone Background Highlighting:
It highlights 4 key market sessions:
Killzone Time (EST) Color
Silver Bullet 9:30 AM – 12:00 PM Light Blue
London Killzone 2:00 AM – 5:00 AM Light Green
NY PM Killzone 1:30 PM – 4:00 PM Light Purple
Asia Open 7:00 PM – 11:00 PM Light Red
These are meant to help you focus during high-probability trading times.
__________________________________________________
2. Previous Day High/Low (PDH/PDL):
Plots green line = PDH
Plots red line = PDL
Tracks the current day’s session high/low and sets it as PDH/PDL on a new trading day
CHANGES WITH ETH/RTH
3. Inside Bar Marker:
Plots a small black triangle under bars where the high is lower than the previous bar’s high and the low is higher than the previous bar’s low (inside bars)
Useful for spotting potential breakout or continuation setups
4. Vertical Time Markers (White Dashed Lines)
Time (EST) Label
4:00 AM End of London Silver Bullet
9:30 AM NYSE Open
10:00 AM Start of NY Silver Bullet
11:00 AM End of NY Silver Bullet
11:30 AM (Customizable Input)
3:00 PM PM Killzone Ends
3:15 PM Futures Market Close
7:15 PM Asia Session Watch
ZYTX RSI SuperTrend ZYTX RSI SuperTrend
ZYTX RSI + SuperTrend Strategy
The definitive integration of RSI and SuperTrend trend-following indicators, delivering exemplary performance in automated trading bots.
Breakout Confirmation🔍 Indicator Name: Breakout Confirmation (Body + Volume)
📌 Purpose:
This indicator is designed to detect high-probability breakout setups based on price structure and volume strength. It identifies moments when the market breaks through a key support or resistance level, confirmed by two consecutive strong candles with large real bodies and high volume.
⚙️ How It Works
1. Support and Resistance Detection
The indicator uses pivot points to identify potential horizontal support and resistance levels.
A pivot high or pivot low is considered valid if it stands out over a configurable number of candles (default: 50).
Only the most recent valid support and resistance levels are tracked and displayed as horizontal lines on the chart.
2. Breakout Setup
The breakout condition is defined as:
First Candle (Breakout Candle):
Large body (compared to the recent body average)
High volume (compared to the recent volume average)
Must close beyond a resistance or support level:
Close above resistance (bullish breakout)
Close below support (bearish breakout)
Second Candle (Confirmation Candle):
Also must have a large body and high volume
Must continue in the direction of the breakout (i.e., higher close in bullish breakouts, lower close in bearish ones)
3. Signal Plotting
If both candles meet the criteria, the indicator plots:
A green triangle below the candle for bullish breakouts
A red triangle above the candle for bearish breakouts
📈 How to Interpret the Signals
✅ Green triangle below a candle:
Indicates a confirmed bullish breakout.
The price has closed above a recent resistance level with strength.
The trend may continue higher — possible entry for long positions.
🔻 Red triangle above a candle:
Indicates a confirmed bearish breakout.
The price has closed below a recent support level with strength.
Potential signal to enter short or exit long positions.
⚠️ The plotted horizontal lines show the last key support and resistance levels. These are the zones being monitored for breakouts.
📊 How to Use It
Timeframe: Works best on higher timeframes (1H, 4H, Daily), but can be tested on any chart.
Entry: Consider entries after the second candle confirms the breakout.
Stop Loss:
For longs: Below the breakout candle or the broken resistance
For shorts: Above the breakout candle or broken support
Take Profit:
Based on previous structure, risk:reward ratios, or using trailing stops.
Filter with Trend or Other Indicators (optional):
You can combine this with moving averages, RSI, or market structure for confluence.
🛠️ Customization Parameters
lengthSR: How many candles to look back for identifying support/resistance pivots.
volLength: Length of the moving average for volume and body size comparison.
bodyMultiplier: Multiplier threshold to define a “large” body.
volMultiplier: Multiplier threshold to define “high” volume.
✅ Ideal For:
Price action traders
Breakout traders
Traders who use volume analysis
Anyone looking to automate the detection of breakout + confirmation setups
Canuck Trading Trader StrategyCanuck Trading Trader Strategy
Overview
The Canuck Trading Trader Strategy is a high-performance, trend-following trading system designed for NASDAQ:TSLA on a 15-minute timeframe. Optimized for precision and profitability, this strategy leverages short-term price trends to capture consistent gains while maintaining robust risk management. Ideal for traders seeking an automated, data-driven approach to trading Tesla’s volatile market, it delivers strong returns with controlled drawdowns.
Key Features
Trend-Based Entries: Identifies short-term trends using a 2-candle lookback period and a minimum trend strength of 0.2%, ensuring responsive trade signals.
Risk Management: Includes a configurable 3.0% stop-loss to cap losses and a 2.0% take-profit to lock in gains, balancing risk and reward.
High Precision: Utilizes bar magnification for accurate backtesting, reflecting realistic trade execution with 1-tick slippage and 0.1 commission.
Clean Interface: No on-chart indicators, providing a distraction-free trading experience focused on performance.
Flexible Sizing: Allocates 10% of equity per trade with support for up to 2 simultaneous positions (pyramiding).
Performance Highlights
Backtested from March 1, 2024, to June 20, 2025, on NASDAQ:TSLA (15-minute timeframe) with $1,000,000 initial capital:
Net Profit: $2,279,888.08 (227.99%)
Win Rate: 52.94% (3,039 winning trades out of 5,741)
Profit Factor: 3.495
Max Drawdown: 2.20%
Average Winning Trade: $1,050.91 (0.55%)
Average Losing Trade: $338.20 (0.18%)
Sharpe Ratio: 2.468
Note: Past performance is not indicative of future results. Always validate with your own backtesting and forward testing.
Usage Instructions
Setup:
Apply the strategy to a NASDAQ:TSLA 15-minute chart.
Ensure your TradingView account supports bar magnification for accurate results.
Configuration:
Lookback Candles: Default is 2 (recommended).
Min Trend Strength: Set to 0.2% for optimal trade frequency.
Stop Loss: Default 3.0% to cap losses.
Take Profit: Default 2.0% to secure gains.
Order Size: 10% of equity per trade.
Pyramiding: Allows up to 2 orders.
Commission: Set to 0.1.
Slippage: Set to 1 tick.
Enable "Recalculate After Order is Filled" and "Recalculate on Every Tick" in backtest settings.
Backtesting:
Run backtests over March 1, 2024, to June 20, 2025, to verify performance.
Adjust stop-loss (e.g., 2.5%) or take-profit (e.g., 1–3%) to suit your risk tolerance.
Live Trading:
Use with a compatible broker or TradingView alerts for automated execution.
Monitor execution for slippage or latency, especially given the high trade frequency (5,741 trades).
Validate in a demo account before deploying with real capital.
Risk Disclosure
Trading involves significant risk and may result in losses exceeding your initial capital. The Canuck Trading Trader Strategy is provided for educational and informational purposes only. Users are responsible for their own trading decisions and should conduct thorough testing before using in live markets. The strategy’s high trade frequency requires reliable execution infrastructure to minimize slippage and latency.
Volume Delta Candles 5TF + MTF Candles [SYNC & TRADE]Volume Delta Candles 5TF + MTF Candles Script Description (English)
Purpose
The Volume Delta Candles 5TF + MTF Candles script is an analytical tool for traders leveraging volume delta and multi-timeframe (MTF) analysis. It visualizes volume delta (the difference between buying and selling volumes) across five timeframes, aiding in the identification of manipulations, strong market impulses, and trend signals.
Additionally, it overlays higher timeframe candles on the current chart, providing context for decision-making.
The indicator is ideal for traders focusing on volume, manipulation analysis, or trend-following strategies. Its uniqueness lies in its detailed five-timeframe delta analysis, automated timeframe selection, and customizable settings.
Volume Delta Analysis
Volume delta is the core metric of the script, representing the difference between buying and selling volumes over a given period. It is divided into five levels, each corresponding to one of the five timeframes, enabling traders to observe how market activity varies across temporal scales. The primary delta is automatically adjusted based on the selected chart timeframe, ensuring relevance.
Timeframe Selection
Primary Timeframes: Automatically determined based on the chart, including monthly, weekly, daily, 4-hour, and hourly periods. These cover long- and medium-term trends, providing a robust context.
Lower Timeframes: Optimized to capture significant short-term movements. These are shorter than primary timeframes and focus on market micro-activity, such as manipulations or impulses.
Five Timeframe Interconnection
The five timeframes provide a comprehensive analysis by balancing granularity and context. Each timeframe evaluates volume delta, creating a layered perspective:
Short Timeframes: Capture immediate changes in activity (e.g., buying or selling spikes).
Long Timeframes: Assess the sustainability of movements, filtering out short-term noise. Delta for each timeframe is displayed as a separate candle, with color and size reflecting its magnitude and direction. This allows traders to compare short-term actions against broader trends.
Delta’s Impact on Candles
Volume delta directly influences candle visualization, reflecting market dynamics. Splitting delta into five parts (one per timeframe) makes the analysis intuitive. Key scenarios include:
Small Delta on Lower Timeframe, Large on Higher:
Description: A low timeframe shows minimal delta (e.g., slight buying/selling difference), while a higher timeframe shows significant delta (e.g., strong buying dominance).
Interpretation: Suggests large players accumulating positions on the higher timeframe, masked by low activity on the lower. Traders may enter in the direction of the higher trend.
Visualization: The lower timeframe candle is narrow and faint, while the higher timeframe candle is wide and vibrant (blue for positive delta, red for negative).
Large Delta on Lower Timeframe, Small on Higher:
Description: A low timeframe exhibits strong delta (e.g., a selling surge), but the higher timeframe shows weak activity.
Interpretation: Indicates a short-term impulse or manipulation unsupported by the broader trend. Traders should be cautious, as the move may be false.
Visualization: The lower timeframe candle is bright and wide, while the higher timeframe candle is faint and narrow.
Reverse Delta:
Description: A lower timeframe shows positive delta (buying dominance), while a higher timeframe shows negative delta (selling dominance), or vice versa.
Interpretation: Suggests potential manipulation or reversal. For example, short-term buying may be absorbed by selling on a higher timeframe, signaling bearish weakness.
Visualization: Candles on different timeframes have opposing colors (e.g., blue on lower, red on higher).
Deltas in Both Directions:
Description: Delta alternates between positive and negative across timeframes without clear dominance.
Interpretation: Reflects market indecision or consolidation. Traders should wait for clearer signals or use additional indicators.
Visualization: Candles across timeframes show mixed colors and sizes, creating a “scattered” pattern.
Empty Candles (Void):
Description: Delta on one or more timeframes is near zero despite price movement.
Interpretation: Indicates false movement or lack of market interest, often tied to manipulations like false breakouts.
Visualization: Marked with a diamond (void manipulation), with the candle appearing minimal and faint.
Utility
Detailed Delta Analysis: Five delta levels reveal market activity from micro- to macro-levels.
Manipulation Detection: Highlights candles with price-delta divergence, aiding in spotting false moves.
Strong Candles: Marks impulsive moves with high delta and volume.
MTF Analysis: Displays higher timeframe candles, simplifying trend and key level analysis.
Versatility: Sensitivity settings make it suitable for stocks, forex, crypto, and all timeframes.
How to Use
Adding to Chart:
Open TradingView and select an asset.
Find “Volume Delta Candles 5TF + MTF Candles ” in the “Indicators” menu.
Confirm access (invite-only script).
Interpreting Signals:
Delta Candles: Colored by delta direction (blue for positive, red for negative). Color intensity and candle size reflect delta strength across five timeframes.
Manipulations:
Triangles: Strong price-delta divergence.
Crosses: Weak divergence.
Diamonds: Void candles with minimal delta.
Strong Candles: Circles below/above candles indicate high-delta impulses.
MTF Candle: A transparent higher timeframe candle shows trend and range.
Trading Application:
Use manipulations to spot reversals or false breakouts.
Confirm impulses with strong candles and higher timeframe delta.
Analyze MTF candles for trend context.
Compare delta across all five timeframes to filter signals.
Combine with support/resistance or other indicators.
Settings
Parameters are grouped for ease of customization.
1. Labels
Show Manipulations: Display strong manipulation labels (triangles).
Show Void Manipulations: Show void manipulations (diamonds).
Show Delta Sandwich: Reserved for future updates.
Show Strong Candles: Display strong candles (circles).
2. Filters (Strong Candle Filter)
Filter Sensitivity: Filter sensitivity:
Normal: For stable markets.
Medium: For moderate volatility.
Sensitive: For high-frequency trading.
3. Delta Colors
Delta 1↑ (Main): Color for positive delta on the main timeframe.
Delta 1↓ (Main): Color for negative delta on the main timeframe.
Other timeframes use derived colors with varying opacity.
4. Timeframes
Timeframe Sensitivity: Sensitivity for lower timeframes:
Normal: Standard division.
Medium: More detailed analysis.
Sensitive: Maximum detail.
5. MTF Candle
Show MTF Candle: Display higher timeframe candle.
Bullish/Bearish Color: Colors for bullish/bearish candles.
Show High/Low: Show highs/lows.
High/Low Color: Color for high/low lines.
MTF Timeframe: Select higher timeframe (default: daily).
Описание скрипта Volume Delta Candles 5TF + MTF Candles (Русский)
Назначение
Скрипт Volume Delta Candles 5TF + MTF Candles — это аналитический инструмент для трейдеров, использующих дельту объема и анализ нескольких таймфреймов (MTF). Он визуализирует дельту объема (разницу между объемами покупок и продаж) на пяти таймфреймах, помогая выявлять манипуляции, сильные рыночные импульсы и трендовые сигналы. Дополнительно скрипт отображает свечи старшего таймфрейма на текущем графике, предоставляя контекст для принятия решений.
Индикатор подходит для трейдеров, работающих с объемами, анализом манипуляций или трендовыми стратегиями. Его уникальность заключается в детализированном анализе дельты объема на пяти таймфреймах, адаптивной автоматизации таймфреймов и гибких настройках.
Анализ дельты объема
Дельта объема — это ключевая метрика скрипта, отражающая разницу между объемами покупок и продаж за определенный период. Она разделена на пять уровней, соответствующих пяти таймфреймам, что позволяет трейдерам видеть, как рыночная активность варьируется на разных временных масштабах. Основная дельта подбирается автоматически в зависимости от выбранного таймфрейма графика, обеспечивая релевантность анализа.
Выбор таймфреймов
Основные таймфреймы: Автоматически определяются на основе текущего графика и включают месяц, неделю, день, 4 часа и час. Эти таймфреймы выбраны для охвата долгосрочных и среднесрочных трендов, обеспечивая контекст для анализа.
Нижние таймфреймы: Подбираются методом оптимизации для выявления наиболее значимых краткосрочных движений. Они короче основных таймфреймов и фокусируются на микроактивности рынка, такой как манипуляции или импульсы.
Взаимосвязь пяти таймфреймов
Пять таймфреймов обеспечивают комплексный анализ, сочетая детализацию и контекст. Каждый таймфрейм анализирует дельту объема, создавая многослойную картину:
Короткие таймфреймы: Улавливают моментальные изменения активности (например, всплеск покупок или продаж).
Длинные таймфреймы: Оценивают устойчивость движений, фильтруя шум краткосрочных колебаний. Дельта на каждом таймфрейме отображается отдельной свечой, с цветом и размером, зависящими от ее величины и направления. Это позволяет трейдерам сравнивать, как краткосрочные действия соотносятся с более широкими трендами.
Влияние дельты на свечи
Дельта объема напрямую влияет на визуализацию свечей, отражая рыночную динамику. Разделение дельты на пять частей (по одному для каждого таймфрейма) делает анализ интуитивно понятным. Рассмотрим ключевые сценарии:
Маленькая дельта на низком таймфрейме, большая на высоком:
Описание: На младшем таймфрейме дельта мала (например, незначительная разница между покупками и продажами), но на старшем таймфрейме дельта велика (например, сильный перевес покупок).
Интерпретация: Это может указывать на накопление позиций крупными игроками на старшем таймфрейме, маскируемое низкой активностью на младшем. Трейдеры могут использовать это как сигнал для входа в направлении старшего тренда.
Визуализация: Свеча младшего таймфрейма будет узкой и бледной, а свеча старшего — широкой и яркой (синяя для положительной дельты, красная для отрицательной).
Большая дельта на низком таймфрейме, маленькая на высоком:
Описание: На младшем таймфрейме наблюдается сильная дельта (например, всплеск продаж), но на старшем — слабая активность.
Интерпретация: Это может быть краткосрочным импульсом или манипуляцией, не поддерживаемой общим трендом. Трейдеры должны быть осторожны, так как движение может быть ложным.
Визуализация: Свеча младшего таймфрейма яркая и широкая, а старшего — бледная и узкая.
Обратная дельта:
Описание: Дельта на младшем таймфрейме положительная (покупки преобладают), а на старшем — отрицательная (продажи доминируют), или наоборот.
Интерпретация: Указывает на потенциальную манипуляцию или разворот. Например, краткосрочные покупки могут быть поглощены продажами на старшем таймфрейме, сигнализируя о слабости быков.
Визуализация: Свечи разных таймфреймов окрашены в противоположные цвета (например, синяя на младшем, красная на старшем).
Дельты в оба направления:
Описание: На разных таймфреймах дельта чередуется между положительной и отрицательной без явного доминирования.
Интерпретация: Отражает неопределенность или консолидацию на рынке. Трейдерам стоит дождаться более четких сигналов или использовать другие индикаторы.
Визуализация: Свечи разных таймфреймов имеют смешанные цвета и размеры, создавая «разбросанную» картину.
Пустые свечи (Void):
Описание: Дельта на одном или нескольких таймфреймах близка к нулю, несмотря на движение цены.
Интерпретация: Указывает на ложное движение или отсутствие интереса участников рынка. Это часто связано с манипуляциями, такими как ложные пробои.
Визуализация: Отмечается ромбовидной меткой (void-манипуляция), а свеча имеет минимальный размер и бледный цвет.
Полезность
Детализированный анализ дельты: Пять уровней дельты показывают, как рыночная активность варьируется от микро- до макроуровня.
Обнаружение манипуляций: Маркирует свечи с расхождением цены и дельты, помогая выявить ложные движения.
Сильные свечи: Выделяет импульсные движения с высокой дельтой и объемом.
MTF-анализ: Отображает свечи старшего таймфрейма, упрощая анализ трендов и ключевых уровней.
Универсальность: Настройки чувствительности делают скрипт подходящим для акций, форекса, криптовалют и любых таймфреймов.
Как использовать
Добавление на график:
Откройте TradingView и выберите актив.
Найдите индикатор «Volume Delta Candles 5TF + MTF Candles » в меню «Индикаторы».
Подтвердите доступ (скрипт invite-only).
Интерпретация сигналов:
Дельта-свечи: Окрашены по направлению дельты (синий — положительная, красный — отрицательная). Интенсивность цвета и размер свечи зависят от силы дельты на каждом из пяти таймфреймов.
Манипуляции:
Треугольники: Сильное расхождение цены и дельты.
Кресты: Слабое расхождение.
Ромбы: Пустые свечи (void), указывающие на минимальную дельту.
Сильные свечи: Круги под/над свечами обозначают импульсы с высокой дельтой.
MTF-свеча: Прозрачная свеча старшего таймфрейма показывает тренд и диапазон.
Применение в торговле:
Используйте манипуляции для поиска разворотов или ложных пробоев.
Подтверждайте импульсы сильными свечами и дельтой на старших таймфреймах.
Анализируйте MTF-свечи для определения трендового контекста.
Сравнивайте дельту на всех пяти таймфреймах для фильтрации сигналов.
Комбинируйте с уровнями поддержки/сопротивления или другими индикаторами.
Настройки
Параметры сгруппированы для удобства настройки.
1. Метки (Labels)
Show Manipulations: Показывать сильные манипуляции (треугольники).
Show Void Manipulations: Показывать void-манипуляции (ромбы).
Show Delta Sandwich: Зарезервировано для будущих обновлений.
Show Strong Candles: Показывать сильные свечи (круги).
2. Фильтры (Strong Candle Filter)
Filter Sensitivity: Чувствительность фильтра:
Normal: Для стабильных рынков.
Medium: Для умеренной волатильности.
Sensitive: Для высокочастотной торговли.
3. Цвета дельты (Delta Colors)
Delta 1↑ (Main): Цвет положительной дельты основного таймфрейма.
Delta 1↓ (Main): Цвет отрицательной дельты основного таймфрейма.
Остальные таймфреймы используют производные цвета с разной прозрачностью.
4. Таймфреймы (Timeframes)
Timeframe Sensitivity: Чувствительность нижних таймфреймов:
Normal: Стандартное деление.
Medium: Более детализированный анализ.
Sensitive: Максимальная детализация.
5. MTF-свеча (MTF Candle)
Show MTF Candle: Показывать свечу старшего таймфрейма.
Bullish/Bearish Color: Цвета бычьей/медвежьей свечи.
Show High/Low: Показывать максимумы/минимумы.
High/Low Color: Цвет линий максимума/минимума.
MTF Timeframe: Выбор старшего таймфрейма (по умолчанию — дневной).
FVG fill with immediate rebalance [LuciTech]The "FVG fill with immediate rebalance AKA Golden Arrow" indicator is designed to identify Fair Value Gaps (FVGs) and detect immediate rebalances to highlight potential trading opportunities. It uses colored boxes to mark FVGs and triangular markers to signal bullish or bearish setups, helping traders pinpoint key price levels where imbalances occur and price reactions are likely.
Key Features
FVG Detection: Spots bullish and bearish Fair Value Gaps based on price action, with customizable width settings.
Golden Arrow Signals: Displays triangular markers when price fills an FVG and immediately rebalances, indicating potential reversal or continuation zones.
Customizable Colors: Bullish FVGs appear in green and bearish FVGs in red by default, with options to tweak colors in the settings.
Time Filter: Allows signals to be restricted to a specific time window, highlighted by a background fill for clarity.
Alert System: Supports TradingView alerts for "Bullish Golden Arrow" and "Bearish Golden Arrow" signals to keep traders updated on setups.
How It Works
FVG Calculation: Analyzes gaps between candles to identify FVGs, with user-defined minimum width options (points, percentages, or ATR-based).
Signal Generation: Triggers a Golden Arrow signal when price fills the FVG and rebalances immediately, based on wick penetration and closing conditions.
Visual Aids:
Bullish FVGs are shown as green boxes, bearish FVGs as red boxes.
Upward triangles mark bullish signals, downward triangles mark bearish signals.
Time-Based Filtering: Optionally limits signals to specific hours, with a background fill showing the active period.
GCM Heikin Ashi with PivotsTitle: GCM Heikin Ashi with Pivots
Description:
Overview
This indicator provides a powerful combination of trend visualization, precise reversal signals, and volume confirmation in a clean, customizable sub-chart. It is designed to help traders identify trend momentum using Heikin Ashi candles, pinpoint confirmed swing highs and lows (pivots), and spot surges in buying pressure with our unique Volume Rate-of-Change (VROC) highlighter.
The key feature of this script is its non-repainting pivot signals. A pivot high or low is only confirmed and plotted after a specific number of subsequent bars have closed, ensuring the signals are reliable and do not change after they appear.
Key Features
Heikin Ashi Sub-Chart: Displays smoothed Heikin Ashi candles in a separate pane to clearly visualize trend strength and direction without cluttering the main price chart.
Non-Repainting Pivot Signals: Uses ta.pivothigh and ta.pivotlow to identify confirmed swing points. The signals will not repaint or move once they are printed on the chart.
Smart Volume Spike Analysis (VROC): A Heikin Ashi candle will be highlighted in a distinct bright green (#2dff00) when the volume increases significantly on a bullish price candle. This "volume-confirmed" candle can signal strong conviction behind a move.
Complete Label Customization: Take full control over the look and feel of your signals:
Label Mode: Choose between "High & Low" (H/L) or "Buy & Sell" (B/S) to match your trading terminology.
Custom Colors: Set unique colors for both the high and low pivot labels.
Label Style: Select from various shapes like boxes, circles, diamonds, or squares.
Label Size: Adjust the size of the labels from Tiny to Huge for perfect visibility.
Adjustable Pivot Sensitivity: Fine-tune the pivot detection algorithm by setting the number of bars required to the left (strength) and right (confirmation) of a pivot point.
How to Use & Interpret the Signals
Assess the Trend with Heikin Ashi:
A series of green HA candles with little to no lower wicks indicates strong bullish momentum.
A series of red HA candles with little to no upper wicks indicates strong bearish momentum.
Look for Volume Confirmation:
A bright green highlighted candle signals a surge in buying pressure (VROC spike). This adds significant weight to bullish moves and can act as a leading indicator for a new leg up.
Identify Entry/Exit Points with Pivot Labels:
An "L" or "B" label marks a confirmed swing low. This is a potential buying opportunity, especially if it is followed by green Heikin Ashi candles and, ideally, a bright green VROC spike candle.
An "H" or "S" label marks a confirmed swing high. This is a potential selling/shorting opportunity, especially as HA candles turn red.
Example Strategy (High-Confluence)
A powerful way to use this indicator is to look for a sequence of events:
Wait for a "Buy" (B) or "Low" (L) signal to appear, confirming a bottom has likely formed.
Wait for the first bright green VROC spike candle to appear after the signal. This confirms that buyers are stepping in with conviction.
Consider an entry based on this high-confluence setup, using the swing low as a potential stop-loss area.
Settings Explained
Pivot Detection:
Left Bars (Strength): Number of bars to the left of a pivot. A higher number finds more significant pivots.
Right Bars (Confirmation): Number of bars to the right required to confirm a pivot. This creates a lag for reliability.
Volume Spike Detection (VROC):
Enable Volume Spike Highlighting: Turn the bright green candle highlight on or off.
VROC Length: The lookback period for calculating the volume's rate of change.
VROC Threshold %: The percentage volume must increase to trigger a highlight.
Label Customization:
Label Text Mode: Choose between "High & Low" or "Buy & Sell".
Label Color, Style, and Size: Full cosmetic control for the pivot labels.
Final Note
This indicator is a tool to aid in technical analysis and should not be used as a standalone trading system. Always use it in conjunction with other analysis methods, proper risk management, and a sound trading plan.
Enjoy!
Frahm FactorIntended Usage of the Frahm Factor Indicator
The Frahm Factor is designed to give you a rapid, at-a-glance assessment of how volatile the market is right now—and how large the average candle has been—over the most recent 24-hour window. Here’s how to put it to work:
Gauge Volatility Regimes
Volatility Score (1–10)
A low score (1–3, green) signals calm seas—tight ranges, low risk of big moves.
A mid score (4–6, yellow) warns you that volatility is picking up.
A high score (7–10, red) tells you to prepare for disorderly swings or breakout opportunities.
How to trade off it
In low-volatility periods, you might favor mean-reversion or range-bound strategies.
As the score climbs into the red zone, consider widening stops, scaling back position size, or switching to breakout momentum plays.
Monitor Average Candle Size
Avg Candle (ticks) cell shows you the mean true-range of each bar over that 24h window in ticks.
When candles are small, you know the market is consolidating and liquidity may be thin.
When candles are large, momentum and volume are driving strong directional bias.
The optional dynamic color ramp (green→yellow→red) immediately flags when average bar size is unusually small or large versus its own 24h history.
Customize & Stay Flexible
Timeframes: Works on any intraday chart—from 1-minute scalping to 4-hour swing setups—because it always looks back exactly 24 hours.
Toggles:
Show or hide the Volatility and Avg-Candle cells to keep your screen uncluttered.
Turn on the dynamic color ramp only when you want that extra visual cue.
Alerts: Built-in alerts fire automatically at meaningful thresholds (Volatility ≥ 8 or ≤ 3), so you’ll never miss regime shifts, even if you step away.
Real-World Applications
Risk Management: Automatically adjust your stop-loss distances or position sizing based on the current volatility band.
Strategy Selection: Flip between range-trading and momentum strategies as the volatility regime changes.
Session Analysis: Pinpoint when during the day volatility typically ramps—perfect for doorway sessions like London opening or the US midday news spikes.
Bottom line: the Frahm Factor gives you one compact dashboard to see the pulse of the market—so you can make choices with conviction, dial your risk in real time, and never be caught off guard by sudden volatility shifts.
Logic Behind the Frahm Factor Indicator
24-Hour Rolling Window
On every intraday bar, we append that bar’s True Range (TR) and timestamp to two arrays.
We then prune any entries older than 24 hours, so the arrays always reflect exactly the last day of data.
Volatility Score (1–10)
We count how many of those 24 h TR values are less than or equal to the current bar’s TR.
Dividing by the total array size gives a percentile (0–1), which we scale and round into a 1–10 score.
Average Candle Size (ticks)
We sum all TR values in the same 24 h window, divide by array length to get the mean TR, then convert that price range into ticks.
Optionally, a green→yellow→red ramp highlights when average bar size is unusually small, medium or large versus its own 24 h history.
Color & Alerts
The Volatility cell flips green (1–3), yellow (4–6) or red (7–10) so you see regime shifts at a glance.
Built-in alertcondition calls fire when the score crosses your high (≥ 8) or low (≤ 3) thresholds.
Modularity
Everything—table location, which cells to show, dynamic coloring—is controlled by simple toggles, so you can strip it back or layer on extra visual cues as needed.
That’s the full recipe: a true 24 h look-back, a percentile-ranked volatility gauge, and a mean-bar-size meter, all wrapped into one compact dashboard.
Failed 2U/2D + 50% Retrace Scanner📈 Multi-Ticker Failed 2U/2D Scanner with Daily Retrace & Market Breadth Table
This TradingView indicator is a multi-symbol price action scanner designed to catch high-probability reversal signals using The Strat’s failed 2U/2D patterns and daily 50% retrace logic, while also displaying market breadth metrics ( USI:TICK and USI:ADD ) for context.
Monitored Symbols:
SPY, SPX, QQQ, IWM, NVDA, AMD, AAPL, META, MSTR
🔍 Detection Logic
1. Failed 2U / Failed 2D Setups
Failed 2U: Price breaks above the previous candle’s high but closes back below the open → Bearish reversal
Failed 2D: Price breaks below the previous candle’s low but closes back above the open → Bullish reversal
Timeframes Monitored:
🕐 1-Hour (1H)
⏰ 4-Hour (4H)
2. Daily 50% Candle Retrace
Checks if price has retraced 50% or more of the previous day’s candle body
Highlights potential trend exhaustion or reversal confluence
3. Market Breadth Metrics (Display Only)
USI:TICK : Measures real-time NYSE up vs. down ticks
USI:ADD : Advance-Decline Line (net advancing stocks)
Not used in signal logic — just displayed in the table for overall market context
🖼️ Visual Elements
✅ Chart Markers
🔺 Red/Green Arrows for 1H Failed 2U/2D
🟨 Yellow Squares for 4H Failed 2U/2D
Visual markers are plotted directly on the relevant candles
📊 Signal Table
Lists all 9 tickers in rows
Columns for:
1H Signal
4H Signal
Daily 50% Retrace
USI:TICK Value
USI:ADD Value
Color-Coded Cells:
🔴 Red = Failed 2U
🟢 Green = Failed 2D
⚠️ Highlight if 50% Daily Retrace condition is true
🟦 Neutral-colored cells for TICK/ADD numeric display
🔔 Alerts
Hardcoded alerts fire when:
A 1H or 4H Failed 2U/2D is detected
The Daily 50% retrace condition is met
Each alert is labeled clearly by symbol and timeframe:
"META 4H Failed 2D"
"AAPL Daily 50% Retrace"
🎯 Use Case
Built for:
Reversal traders using The Strat
Swing or intraday traders watching hourly setups
Traders wanting quick visual context on market breadth without relying on it for confirmation
Monitoring multiple tickers in one clean view
This is scan 2
Add scan 1 for spx, spy, iwm, qqq, aapl
This indicator is not financial advice. Use the alerts to check out chart and when tickers trigger.
Impulsive Candle Detector TRW [3-in-1]Impulsive Candle Detector
Description: professor Michael impulsive candle but 3 -1 code by me
The Impulsive Candle Detector is a powerful tool designed to identify and highlight three different types of impulsive candles on your TradingView chart—all in a single, customizable indicator. Each impulsive candle type uses its own configurable settings, allowing traders to easily visualize various market dynamics without crowding their charts with multiple indicators.
How it works:
The indicator detects “impulsive” candles based on custom thresholds for candle range, volume, and body-to-wick ratio.
Each of the three types is independently configurable with its own parameters (length for averages, size multiplier, volume multiplier, body ratio, and color).
When an impulsive candle is detected, the corresponding bar is colored and can optionally display a label above the candle indicating its type.
Separate alerts can be set for each impulsive candle type, enabling you to react to different market conditions instantly.
Features:
Three independent impulsive candle detection types, all in one indicator
Adjustable settings for each type (range, volume, body ratio, and color)
Clean, uncluttered chart view
Custom bar coloring and optional labels for instant visual recognition
Supports individual alert notifications for each impulsive candle type
Perfect for:
Traders looking to spot strong market moves or volatility spikes
Those who want to monitor multiple impulsive candle patterns without overlapping indicators
Anyone who values clean and customizable charting solutions
Percent Change IndicatorThe Percent Change Indicator helps you see how much the price of an asset has changed over a specific number of bars (or candles) on the chart. You get to decide how many bars to look back — for example, the last 10 candles. The indicator takes the current closing price and compares it to the closing price from 10 bars ago, then calculates the percentage difference between the two.
If the price has increased, the indicator shows a positive value and displays it in green. If the price has dropped, the value is negative and shown in red. A horizontal zero line helps you quickly see whether the market is gaining or losing value over the selected period.
On your chart, this indicator appears as a line that moves up or down with the price trend. It updates in real time and works on all timeframes — so whether you're trading on the 1-minute chart or analyzing the daily chart, it always tells you how much the price has changed over the number of bars you chose.
This tool is especially useful for spotting trends, measuring price momentum, or identifying when the market is starting to reverse direction.
SHYY-TFC-Horizontal V2SHYY-TFC-Horizontal V2 – Multi-Timeframe Clarity for The Strat Traders
SHYY-TFC-Horizontal V2 is a powerful, clean, and efficient overlay designed for serious traders who use Rob Smith’s The Strat.
This real-time table gives you instant visual insight across all key timeframes – from 5 minutes to monthly – with:
Candle direction (bullish, bearish, neutral)
Strat bar type (1, 2U, 2D, 3)
Live countdown to bar close
Compact horizontal layout that saves space and enhances clarity
Fully customizable table position to fit any chart setup
Built with no lookahead bias, this version meets TradingView’s script publishing standards and is optimized for actionable, real-time decisions.
Ideal for:
Scalpers who need fast confirmation
Swing traders aligning entries with time frame continuity
Price action traders following The Strat methodology
Trade with confidence. See the full picture. React faster.
SHYY-TFC-Horizontal V2 – built to make you faster, sharper, and more in control.
Metatron Lines (Highs & Lows Geometry)Metatron Lines
Hey TradingView community! 👋
I wanted to share something I've been working on that might help you see market structure from a different angle. This indicator connects pivot highs and lows using geometric patterns, creating what I call "Metatron Lines."
What it does (simply put):
- Finds significant highs and lows on your chart
- Draws lines connecting these points to reveal hidden geometric relationships
- Shows you the underlying structure that price tends to respect
Why I built this:
I noticed that markets often move in patterns that aren't immediately obvious. Sometimes the most important levels aren't the obvious support and resistance lines, but the intersections and angles created by connecting multiple pivot points. This tool helps visualize those relationships.
How it might help you:
- Pattern Recognition : Spot geometric formations that traditional analysis might miss
- Support/Resistance : See where multiple geometric lines converge to create strong levels
- Market Structure : Better understand how price flows and where it might find obstacles
- Confluence Areas : Identify zones where multiple geometric elements align
A few honest thoughts:
This isn't a magic bullet or a guaranteed profit maker (nothing is!). It's simply another lens through which to view price action. Some traders find geometric analysis helpful, others prefer different approaches - and that's perfectly fine.
I've tried to make it customizable so you can adjust it to fit your trading style and timeframe. The default settings work well for most instruments, but feel free to experiment.
Settings you can adjust:
- Pivot detection sensitivity
- Number of connection points
- Line colors and styles
- Which connections to show (highs, lows, or both)
I hope some of you find this useful! I'm always learning from this community, so if you have suggestions for improvements or different ways to use it, I'd love to hear them.
Trade safe and trust your process! 📈
---
This indicator is provided as-is for educational and analysis purposes. Please practice proper risk management and never risk more than you can afford to lose.
Pivot Liquidity Sweep [scalpmeister]📌 Pivot Liquidity Sweep
Scalp-oriented, liquidity sweep-based advanced signal and strategy indicator.
This indicator analyzes the price's sweeping of significant pivot levels and the subsequent breakouts to generate long/short signals based on different logics. It is sensitive to both classic sweep logic and strong reversal candles. Additionally, it visually marks liquidity gathering zones, offering excellent opportunities especially for scalp and intraday traders.
⚙️ Features and Strategy Types
🟢 Automatic Pivot Detection:
Pivot high/low levels are detected and stored based on the number of left and right bars.
🔴 Sweep Detection (Stop Hunt):
If the price violates a pivot level with a wick and closes inside, it is considered a sweep (liquidity cleaning). Strategies activate after this sweep.
🧠 5 Different Signal Styles:
SweepBreak:
It is expected that the extreme (high/low) level of the sweeping candle is broken with a close.
PivotBreak:
After the sweep, the first newly formed pivot in the trend direction is expected to break. (It is dynamically determined and drawn on the chart.)
StrongSweep:
It is sufficient if the candle following the sweep surpasses the previous candle with a single candle. No additional breakout is expected.
StrongCandle:
Strong momentum candles measured with a special RSI calculation are taken into account. It considers strong opposite-direction candles formed shortly after a pivot sweep.
ReversalCandleSweep:
Reversal candles that close in the opposite direction after a sweep (e.g., a red close on a sweep candle formed at the top or a green close at the bottom) are directly considered as signals.
📐 Technical Details:
Signals are triggered only once (triggered control).
Sweep lines (green/red), Long and Short lines (Orange)
Strong candles are filtered using an RSI-momentum-based measurement system (StrongCandle).
Sweep and breakout zones are dynamically invalidated. That is, if the zones are violated by the price, the signals and lines are automatically canceled.
🎯 Who Should Use It?
Professional traders working with liquidity zones
Scalp and intraday strategy practitioners
Those focused on stop hunts, sweeps, and reversal zones
🔔 Alert Support:
Sweep High / Low Alert
Long / Short Signal Alert
Inside Bar Detector - 15min
🔍 What is an Inside Bar?
An **Inside Bar** is a candle that forms **entirely within the high and low of the previous candle**. It represents **consolidation**, **indecision**, or **potential reversal**, and is a key signal in The Strat trading method.
🔧 What the Script Does:
1. **Timeframe Restriction**:
* The script activates **only on the 15-minute timeframe**, avoiding clutter on other timeframes.
2. **Inside Bar Logic**:
* It checks whether the **current bar’s high is lower than the previous bar’s high**, **AND** the **current bar’s low is higher than the previous bar’s low**.
* If both conditions are true, it confirms an Inside Bar.
3. **Visual Display**:
* When an Inside Bar is detected, the script **plots a yellow label ("1") above the bar**.
* The label represents the Strat 1-bar and helps you easily spot potential setups.
🎯 Use Case:
* Ideal for **Strat traders**, **price action analysts**, or **any trader** looking for breakout or reversal opportunities.
* Common setups include **1-2**, **1-3**, or **double inside bar** breakouts.
Mark specific candle (e.g. bar 20)This Pine Script indicator, "Mark specific candle (e.g. bar 20)" (short title "Mark candle"), is a simple yet powerful tool to visually highlight a particular candle on your chart.
What it does:
It marks a specific candle (e.g., the 20th, 10th, or any number you choose) counting backwards from the most recent candle on your chart. The marked candle will be colored in a subtle light grey and also feature a tiny, matching grey arrow pointing down from above it.
Why it's useful:
This indicator helps you quickly identify and track a consistent reference point in recent price action. It's great for strategies that depend on fixed look-back periods or for simply keeping an eye on a specific historical candle's position as new data comes in.
Key Features:
Adjustable Candle Number: Easily change which candle is marked (e.g., 20th, 10th, 5th) directly from the indicator settings using the "Candle Number to Mark (from end)" input.
Clear Visuals: Both the candle color and a small arrow provide a subtle, yet effective, visual cue.
How to use:
Simply add this script to your TradingView chart. Then, open the indicator's settings to set your desired candle number.
Bias Bar Coloring + Multi-Timeframe Bias Table + AlertsMulti-Timeframe Bias Bar Coloring with Alerts & Table
This indicator provides a powerful, visual way to assess price action bias across multiple timeframes—Monthly, Weekly, and Daily—while also coloring each bar based on the current chart’s bias.
Features:
Persistent Bar Coloring: Bars are colored green for bullish bias (close above previous high), red for bearish bias (close below previous low), and persist the last color if neither condition is met. This makes trend shifts and momentum easy to spot at a glance.
Bias Change Alerts: Get notified instantly when the bias flips from bullish to bearish or vice versa, helping you stay on top of potential trade setups or risk management decisions.
Multi-Timeframe Bias Table: A table anchored in the top right corner displays the current bias for the Monthly, Weekly, and Daily charts, color-coded for quick reference. This gives you a clear view of higher timeframe context while trading any chart.
Consistent Logic: The same objective bias logic is used for all timeframes, ensuring clarity and reliability in your analysis.
How to Use:
Use the bar colors for instant visual feedback on trend and momentum shifts.
Watch the top-right table to align your trades with higher timeframe bias, improving your edge and filtering out lower-probability setups.
Set alerts to be notified of bias changes, so you never miss a potential opportunity.
This tool is ideal for traders who value multi-timeframe analysis, want clear visual cues for trend direction, and appreciate having actionable alerts and context at their fingertips.
Hidden Orderblock,HOB,OB,BB,MT,MTF Hidden Order Block & Breaker Block (HOB/BB) Multi-Timeframe Analysis
A powerful tool for Smart Money traders and ICT-style practitioners seeking precision, confluence, and clean visual execution. This indicator identifies institutional price zones such as Hidden Order Blocks (HOB), Breaker Blocks (BB), Partial Hidden Order Blocks (PHOB), and traditional Order Blocks (OB)—all across multiple timeframes with minimal chart clutter.
✅ Key Features
1. Hidden Order Block (HOB) Detection
Identifies non-obvious order blocks often hidden within price action.
Requires the EQ (Equilibrium) of the block to pass through at least one Fair Value Gap (FVG).
Invalidation Rule: If price touches the EQ and then closes beyond it (depending on structure), the HOB is invalidated.
2. Breaker Block (BB) Detection
Highlights zones where price made a liquidity grab followed by a strong reversal.
Useful for anticipating support/resistance flips and high-probability reaction areas.
3. Partial Hidden Order Block (PHOB) Detection
A variation of HOBs where price only partially touches the EQ.
Often acts as an early warning zone for reversals or continuation.
Less strict than HOBs, but still institutionally relevant.
4. Traditional Order Block (OB) Detection
Identifies bullish/bearish OBs based on engulfing patterns and displacement.
Marks only the body of the engulfing candle, with the EQ line acting as a key validation/invalidation level.
Once the EQ is touched, the OB is considered invalidated.
5. Engulfing Filter Engine
Customizable logic for OB qualification.
“Easy Engulfing Mode” simplifies detection for newer traders or faster workflow.
Fine-tune aggressiveness and visual clarity with user-defined settings.
6. Multi-Timeframe (MTF) Visualization
Overlay OBs, HOBs, BBs, and PHOBs from higher timeframes (e.g., 4H, 1D) on lower timeframes (15m, 1H).
Enhances top-down confluence without switching charts.
Keeps the visual experience clean and intuitive.
7. Minimalist Visual Design
Only the zone boundaries and EQ lines are displayed.
No extra noise—perfect for both scalpers and swing traders.
Dynamic label positioning and styling for improved chart aesthetics.
8. Performance-Optimized Code
Lightweight, real-time rendering.
Designed for responsiveness—even on lower timeframes with dense historical data.
⚙️ How It Works (Simplified Logic)
Order Block Detection:
Scans for engulfing candles that show displacement.
Defines the OB as the body of the engulfing candle.
EQ line is marked and projected forward until invalidated.
Hidden Order Block Logic:
Starts from a traditional OB, but requires the EQ to pass through at least one FVG.
Upon a close beyond the EQ in the opposite direction, the HOB is invalidated.
PHOB Logic:
Similar to HOBs, but allows partial touches of the EQ before reacting.
Breaker Block Logic:
Identifies liquidity sweeps followed by impulsive moves.
Marks these zones as BBs for potential reaction areas.
📈 Use Cases
Detect institutional price zones with high precision.
Simplify decision-making with visual EQs and MTF overlays.
Integrate seamlessly into:
Smart Money Concepts (SMC)
ICT-style trading
Wyckoff methodology
Discretionary zone-to-zone strategies
🧠 Definitions Summary
OB (Order Block):
Engulfed candle body; EQ is the midpoint of the body. Invalid once EQ is touched.
HOB (Hidden Order Block):
Like OB, but EQ must pass through at least one FVG.
Invalidated when a candle touches EQ and closes beyond it.
PHOB (Partial Hidden Order Block):
Like HOB, but allows partial touch of the EQ to remain valid.
Data Monitoring TableThis is a visual data dashboard specifically designed for users engaged in quantitative trading and technical analysis. It is equipped with two data tables that can dynamically display key market technical indicators and cryptocurrency price fluctuation data, supporting customizable column configurations and trading mode filtering.
✅ Core Features:
Intuitive display of critical technical indicators, including the Relative Strength Index (RSI), K-line entity gain, upper/lower shadow ratio, trading volume level, and change rate.
Multi-timeframe tracking of price fluctuations for BTC/ETH/SOL/XRP/DOGE (1-day, 6-hour, 3-hour).
Selectable trading modes: "long-only", "short-only", or "both".
Customizable number of columns to adapt to analysis needs across different timeframes.
All data is visualized in tables with color-coded prompts for market conditions (overbought, oversold, high volatility, low volatility, etc.).
📈 Target Audience:
Investors seeking systematic access to technical data.
Quantitative strategy developers aiming to capture market structural changes.
Intermediate and beginner traders looking to enhance market intuition and decision-making.
New Feature:
We have added a trading volume monitoring grade setting feature. Users can set the monitoring grade by themselves. When the market trading volume reaches this grade, the system will trigger an alarm. The default setting is level 5. This setting is designed to filter out trades with small fluctuations, helping users to capture key trading signals more accurately and improve the efficiency of trading decisions.
中文介绍
这是一款专为量化交易和技术分析用户设计的可视化数据仪表盘。它配备两个数据表格,可动态展示关键市场技术指标与加密货币价格波动数据,支持自定义列配置和交易模式筛选。
✅ 核心功能:
直观展示相对强弱指标(RSI)、K 线实体涨幅、上下影线比例、成交量水平及变化率等关键技术指标。
多时间框架追踪 BTC/ETH/SOL/XRP/DOGE 价格波动(1 日、6 小时、3 小时)。
可选交易模式:“仅做多”“仅做空” 或 “多空双向”。
可自定义列数,适配不同时间框架的分析需求。
所有数据以表格可视化呈现,通过颜色标注提示市场状况(超买、超卖、高波动、低波动等)。
📈 目标用户:
寻求系统获取技术数据的投资者。
旨在捕捉市场结构变化的量化策略开发者。
希望提升市场洞察力和决策能力的初、中级交易者。
新增功能:
我们新增了成交量监控等级设置功能。用户可自行设定监控等级,当市场成交量达到该等级时,系统将触发警报。默认设置为 5 级,此设置旨在过滤掉小幅波动的交易,帮助用户更精准地捕捉关键交易信号,提升交易决策效率。
Supply/Demand Zones (Synthetic SMA Candles)Supply/Demand Zones (Synthetic SMA Candles)
Created by The_Forex_Steward
This indicator highlights institutional-style supply and demand zones using synthetic SMA-based candles rather than raw price data. It provides a smoother, more refined view of price action to help identify key imbalance areas where price is likely to react.
Features:
- Uses SMA-smoothed synthetic candles to detect bullish and bearish engulfing structures
- Draws demand zones after bullish breakouts and supply zones after bearish breakouts
- Zones are persistent for a customizable number of bars
- Mitigated zones can optionally be removed from the chart
- Includes alerts for breakout and mitigation events
- Optional plotting of synthetic candles over price for visual clarity
How It Works:
When a synthetic candle closes above the high of a previous bearish candle, a bullish engulfing is detected, and a demand zone is created from that bearish candle’s high and low. Conversely, when price closes below the low of a previous bullish candle, a supply zone is formed. These zones stay on the chart for the user-defined duration or until they are mitigated by price, at which point they can be removed automatically.
How to Use:
- Adjust the SMA Length to control how smooth the synthetic candles appear
- Enable or disable Show Supply Zones and Show Demand Zones as needed
- Set the Zone Duration to control how long each zone persists
- Use Delete Mitigated Zones to automatically remove zones when price returns to them
- Optionally enable Show Synthetic SMA Candles to see the candle logic used in detection
- Use the built-in alerts to stay notified of new zone creation or mitigation
Note: This tool is most effective when combined with structure or trend-based strategies for confirmation.
Unified Sentiment Candles Overlay (SMA)Unified Sentiment Candles (SMA) Indicator
The Unified Sentiment Candles (SMA) is a custom overlay indicator designed to provide a smoothed visualization of market sentiment by plotting synthetic candles based on the Simple Moving Average (SMA) of open, high, low, and close prices. It helps traders identify trend direction and potential reversals more clearly.
How to Use:
- Observe Candle Colors: Green candles indicate bullish sentiment (close ≥ open), while red candles suggest bearish sentiment (close < open).
- Trend Identification: Consistent green candles point to an uptrend, whereas consistent red candles may signal a downtrend.
- Support & Resistance Zones: The SMA-based candles smooth out short-term volatility, assisting in spotting key support and resistance levels.
- Entry & Exit Signals: Look for color changes or candle pattern formations within the synthetic candles to time entries and exits more effectively.
Settings:
SMA Length : Adjust this parameter to control the smoothing period. A shorter length makes the indicator more responsive, while a longer length smooths out more noise.
This indicator is best used in conjunction with other technical analysis tools to confirm signals and improve trading accuracy.
This script is open-source and licensed under the Mozilla Public License 2.0. Use and modify it at your own discretion.
Directional Change Extremes by CR86Подтверждение сигналов в индкаторе Directional Change происходит на основе алгоритма отката цены (sigma), заданного как процент от предыдущего экстремума. Процесс следующий:
Поиск вершины (Top): Изначально индикатор ищет максимум (tmp_max). Когда цена откатывает ниже текущего максимума на величину sigma (например, close < tmp_max - tmp_max * sigma), вершина подтверждается, и сигнал Top фиксируется. Это запускает поиск основания.
Поиск основания (Bottom): После подтверждения вершины минимальная цена (tmp_min) обновляется. Когда цена растет выше текущего минимума на sigma (например, close > tmp_min + tmp_min * sigma), основание подтверждается, и сигнал Bottom фиксируется. Это переключает индикатор обратно к поиску вершины.
Условия: Подтверждение происходит только при закрытии бара, что обеспечивает стабильность сигнала. Метки "Confirm" появляются на баре, где выполнено условие отката.
Пример: Если tmp_max = 1000 и sigma = 0.031, подтверждение Top произойдет, когда цена упадет ниже 969 (1000 * 0.969).
English
Signal confirmation in the Directional Change indicator is based on a price retracement algorithm (sigma) defined as a percentage of the previous extreme. The process is as follows:
Top Detection: The indicator initially seeks a maximum (tmp_max). A top is confirmed when the price retraces below the current maximum by sigma (e.g., close < tmp_max - tmp_max * sigma), triggering a Top signal. This shifts the focus to bottom detection.
Bottom Detection: After a top is confirmed, the minimum price (tmp_min) is updated. A bottom is confirmed when the price rises above the current minimum by sigma (e.g., close > tmp_min + tmp_min * sigma), triggering a Bottom signal. This switches the indicator back to seeking a top.
Conditions: Confirmation occurs only on bar close, ensuring signal stability. "Confirm" labels appear on the bar where the retracement condition is met.
Example: If tmp_max = 1000 and sigma = 0.031, a Top is confirmed when the price drops below 969 (1000 * 0.969).