Volume Support Resistance Map

# Volume Support Resistance Map - Supports and resistances drawn by volume

*Category: Experimental | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1*

## Short description

> Horizontal bars drawn on the chart, long in proportion to the volume traded at each level: above price the selling volume marking resistances, below it the buying volume marking supports.

## Full description

### Overview

Supports and resistances are usually drawn by hand by looking at where price stalled in the past. Volume Support Resistance Map derives them instead from volume, which is objective data, and draws them directly on the chart as horizontal bars. The history window is split into price bands and for each band the volume traded there is accumulated: the higher the volume, the longer the bar. The distinction between the two sides is the heart of the indicator. Above the current price only the bars of volume attributed to selling are shown: these are the levels where most selling occurred in the past and where resistance is therefore reasonable to expect. Below the current price only the bars of volume attributed to buying are shown: these are the levels where most buying occurred and where support is expected. Two distinct colours make the reading immediate at a glance, with no need to consult any numeric scale.

### How the calculation works

1. The high and low of the last InpLookback bars are located and that interval is split into InpBins price bands of equal height.
2. Each bar volume is split between buying and selling based on where the close falls within the bar range: a close on the high assigns everything to buying, a close on the low everything to selling, a close in the middle splits it evenly.
3. The split volume is then distributed evenly across all the bands the bar spans, from its low to its high: the standard volume profile convention.
4. For each band the value to show is chosen: above the current price the selling volume is used, below the current price the buying one.
5. The length of the horizontal bar is proportional to the band volume relative to the maximum shown, capped at InpMaxLength chart bars.
6. Bands whose volume stays below InpMinPercent of the maximum are not drawn: they are levels too insignificant and would clutter the chart without adding information.

### How to use it

- Long bars above price indicate the levels with the greatest concentration of past selling: the first obstacles expected on an upward move.
- Long bars below price indicate where buying concentrated: the levels where an attempt at support is reasonable to expect.
- Areas where no bar appears are low volume zones: price tends to cross them quickly because it meets nothing to hold it back.
- The single longest bar is the highest traded level of the window and is the natural reference for placing targets and stops.
- Raising InpBins produces thinner bands and more precise levels, but also a more jagged profile: lowering it gives a more synthetic and stable reading.

### Who it is for and on which timeframes

It suits anyone working with supports and resistances who wants to derive them from objective data instead of drawing them by hand. Difficulty is intermediate: the reading is visual and immediate, with no scale to interpret, but you need to understand where the buy versus sell distinction comes from. It works from M15 to D1 and on any instrument. In Forex the terminal normally provides tick volume only, which counts price changes rather than lots traded: it remains a good activity measure nonetheless. On futures and stocks, where real volume is available, the indicator should be set to that volume type and the result is more meaningful.

### Practical example of reading a signal

On EURUSD H1 price sits at 1.0860. Above, two red bars stand out clearly: one at 1.0895 and a much longer one at 1.0930. Below, a marked green bar sits at 1.0820 and a shorter one at 1.0785. Between 1.0865 and 1.0890 nothing appears: a low volume area. The reading is direct. An upward move should cross the empty zone quickly to 1.0895, where it meets the first resistance, and find the main obstacle at 1.0930. A target at 1.0925 makes more sense than one at 1.0940, which would require crossing the heaviest selling level of the window. On the other side, a stop placed just below 1.0820 would be protected by the strongest available support. Over the next eighteen bars price rises, crosses the empty area in three bars and stalls at 1.0928, just below the longest red bar.

## Input parameters

| Parameter | Default | Description |
|---|---|---|
| `InpLookback` | 500 | Bars of history to analyse. It is the main parameter: it defines which period the profile is showing. Wide windows give more stable levels, short ones more current levels. The safety limit is five thousand bars. |
| `InpBins` | 60 | Number of bands the price range is split into. More bands mean more precise levels but a more jagged profile. The value is kept between ten and two hundred. |
| `InpMaxLength` | 60 | Maximum length of the horizontal bars, in chart bars. The band with the highest volume reaches this length; all others are proportionally shorter. |
| `InpMinPercent` | 5.0 | Minimum volume to draw a band, as a percentage of the maximum shown. Raising it leaves only genuinely relevant levels on the chart and reduces clutter. |
| `InpVolumeType` | VOLUME_TICK | Volume type used. In Forex usually only tick volume is available; on futures and stocks it is better to set real volume, which makes the profile more meaningful. |
| `InpBuyColor` | clrSeaGreen | Colour of the bars below price, that is the supports built on buying volume. |
| `InpSellColor` | clrIndianRed | Colour of the bars above price, that is the resistances built on selling volume. |
| `InpFilled` | true | Draws the bars filled instead of outlined. Filled bars are more readable, outlines leave the chart cleaner. |
| `InpPrefix` | VSRMap | Prefix for the graphical object names. It must be changed if two instances of the indicator are applied to the same chart, otherwise the second deletes the objects of the first. |

## Advantages / strengths

- The levels derive from objective data instead of manual drawing, so two people looking at the same chart see the same levels.
- The two sided distinction, selling volume above and buying below, makes it immediate to read where obstacle and where support are expected.
- Areas with no bars are as informative as long bars: they flag the zones price tends to cross quickly.
- The objects are drawn behind the candles and are not selectable, so they do not interfere with chart work and remove themselves on shutdown.

## Limitations and warnings

- The separation between buying and selling is not observable: no terminal data says who bought and who sold. Splitting by close position is a widespread and defensible convention, but it remains an estimate.
- In Forex the available volume is tick volume, which counts price changes and not lots traded: a measure of activity, not of money moved.
- The profile refers to the current window and is recomputed on every new bar: the horizontal bars change over time and are not fixed levels.
- A high volume level is no guarantee of holding: it describes where a lot was traded in the past, not where price will stop.
- With many bands and wide windows the number of graphical objects grows and can slow the chart on less powerful computers.

**Repaint notice:** this indicator redraws part of its values on already formed bars. The profile is a snapshot of the current window, not a historical series of signals: when a new bar arrives the window advances, the horizontal bars are recomputed and may change length or disappear. No past trading signal is altered, because the indicator produces none, but you should know the drawing is not fixed over time. Recomputation happens once per closed bar, never on every tick.

**Disclaimer.** This product is a technical analysis tool, not an automated trading system, and it offers no profit guarantee whatsoever. Financial markets carry the risk of total loss of the invested capital. Past performance is not indicative of future results. Every signal must be confirmed with your own analysis, a money management plan and prior testing on a demo account. The author is not responsible for trading decisions taken on the basis of this indicator.

## Suggested tags / keywords for MQL5

`volume profile`, `support resistance`, `volume`, `levels`, `horizontal bars`, `market profile`, `chart objects`, `experimental`
推荐产品
Previous Candle Levels MT5
Wachinou Lionnel Pyrrhus Sovi Guidi
1 (1)
Previous Candle Levels MT5 shows the previous candle levels, it shows the previous candle Open High Low Close levels (OHLC Levels) in different time frame. It's designed to help the trader to analyse the market and pay attention to the previous candle levels in different time frame.  We all know that the OHLC Levels in Monthly, Weekly and Daily are really strong and must of the time, the price strongly reacts at those levels. In the technical analysis, the user can use them as a support and res
FREE
Phantom Quant Momentum AI-Inspired 6-Agent Scoring Indicator with Buy/Sell Arrows for MetaTrader 5 Tired of simple moving-average crossovers that give too many false signals? Phantom Quant Momentum- is a next-generation indicator built on quantitative logic originally designed for institutional AI trading systems. Instead of relying on a single indicator, this system runs 6 independent scoring agents- simultaneously — each analyzing a different dimension of the market. Only when the majority
Elite Harmony Signals Pro Panoramica Elite Harmony Signals è un indicatore sofisticato di analisi tecnica che visualizza rettangoli dinamici che forniscono zone di trading chiare e segnali di conferma per decisioni migliorate. Caratteristiche Principali Zone Rettangolo Dinamiche Estensione in Tempo Reale : I rettangoli si estendono automaticamente all'azione corrente del prezzo Chiusura Intelligente : I rettangoli si chiudono solo quando appaiono segnali opposti Conferma Visiva : Zone di trading
GomerAI REGIME – 市场环境分类 价格: $0 平台: MetaTrader 5 类型:市场条件指标(非自动化) 概述 本指标属于 GomerAI Market Research Framework ,是一套用于研究市场结构和交易环境的分析工具。 每个指标都专注于市场行为的某一个方面,帮助交易者和自动化交易系统更好地理解当前市场条件。 GomerAI REGIME 通过三个维度来评估当前市场条件:趋势强度、波动率和区间行为。该指标不会生成交易信号,也不会执行交易操作,而是分析这些维度之间的相互作用,以判断当前市场处于安静、趋势中还是极端状态。 它的目标是在交易者和专家顾问应用具体策略逻辑之前,帮助他们理解自己所处的市场环境类型。安静状态通常对应较低波动率和区间震荡,趋势状态通常对应方向性运动和较健康的波动率,而极端状态则可能意味着波动率激增、潜在衰竭或不稳定的过渡阶段。 GomerAI REGIME 不会开仓、修改或平仓。它通过评估市场状态和分类行为,帮助交易者和自动化系统判断当前环境更适合均值回归、趋势跟随、突破策略,还是需要采取更防御性的决策方式。 重要信息 该指标分
FREE
SR Edge
Disanayaka Pindakala Mudiyanselage Supun Priyanga Bandara
SR Edge – Smart Support & Resistance Entry Assistant for XAUUSD SR Edge is a smart trading assistant designed for traders who want cleaner entries with the help of support and resistance structure, trend direction, and retracement-based confirmations. This indicator is built to reduce blind entries and help traders focus on higher-quality opportunities. Instead of giving random buy and sell signals everywhere, SR Edge is designed to wait for market direction, watch for retracements, and highligh
BW Indicators
Sergei Gurov
A tool for creating Bill Williams indicators Our tool provides the ability to set Bill Williams indicators on a chart with a mouse click. - The Awesome Oscillator (AO) indicator helps to assess the driving force of the trend. - Alligator indicator — determines the current state of the trend and possible entry and exit points. - Fractals indicator — helps to identify significant levels  - Accelerator Oscillator (AC) indicator — shows the change in trend acceleration. - Market Facilitation Index
FREE
# Dynamic Pivot Zones - Pivots as zones, not lines *Category: Support and Resistance | Difficulty: beginner | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1* ## Short description > Turns pivots into zones whose width depends on the previous period volatility. The levels stay fixed for the whole session, with no recalculation. ## Full description ### Overview Classic pivots are infinitely
Fibo Correction
Mariusz Piotr Wrzeszczynski
Fibo Correction 是一款基于规则的 MetaTrader 5 智能交易程序,采用简单的“推动行情 + 回调”交易流程。 工作原理 智能交易程序使用已确认的摆动高低点识别近期具有方向性的价格推动行情。随后等待价格回调至可配置的斐波那契区域,并在开仓前检查所支持的K线形态。 标准策略使用 38.2%-50.0% 回调区域。程序可设置为仅买入、仅卖出或双向交易。 主要设置 - 内置预设选择器 - 可配置的斐波那契入场区域 - 可调整的摆动点深度和最小推动幅度 - K线形态出现后的可选突破确认 - 固定风险收益比目标或可选摆动目标 - 固定手数、固定金额风险或余额百分比风险模式 - 最大点差过滤器 - 基于 ATR 的点差保护 - 同一时间仅允许一个持仓的选项 - 每日交易次数限制和每日亏损限制 - 可选的经纪商服务器时间交易时段过滤器 - 可选的指定时间强制平仓 - 图表面板显示入场、Stop Loss 和 Take Profit 水平 支持的价格行为形态 看涨形态: Hammer、Piercing、Bullish Engulfing、Morning Star。
RFX5 Forex Strength Meter
Rasoul Mojtahedzadeh
5 (1)
RFX Forex Strength Meter is a powerful tool to trade 8 major currencies in the Forex market, U.S. Dollar ( USD ) European Euro ( EUR ) British Pound ( GBP ) Swiss Franc ( CHF ) Japanese Yen ( JPY ) Australian Dollar ( AUD ) Canadian Dollar ( CAD ) New Zealand Dollar ( NZD ) The indicator calculates the strength of each major currency using a unique and accurate formula starting at the beginning of each trading day of your broker. Any trading strategy in the Forex market can be greatly improved b
Portfolio Black Lotus 是一个多策略外汇交易系统,旨在在单一投资组合框架内同时交易多个货币对。 它由 19 个独立且互不相关的策略 组成,覆盖 11 个货币对 。每个策略都拥有自己的交易品种、时间周期和内部交易逻辑,使整个投资组合能够在不同市场环境下保持多元化敞口,同时降低整体内部相关性。 实时信号监控: 公开前向测试(默认设置): https://www.mql5.com/en/signals/2365373 限时首发优惠: 早期用户可享受当前优惠价格。随着实时表现、用户评价和产品声誉的提升,价格将逐步上涨。 系统采用 三大核心策略类型: 1. 趋势回调策略 识别既有市场趋势中的短期回调机会。 2. 价格失衡策略 交易统计性低效和临时市场价格失衡机会。 3. 周末跳空回补组件 在有利条件下,选择性捕捉周末跳空缺口回补机会。 该投资组合的设计理念是让每个策略独立运行,同时相互补充整体系统结构。这种多元化方法有助于稳定表现、降低策略间相关性,并在长期内打造更加平稳的资金曲线。 交易管理是动态的,可根据不断变化的市场条件进行调整,使仓位管理基于实时价格行为,而不
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
This indicator, named Edyx_Candle_Size, is designed to be used with the MetaTrader 5 trading platform. It displays the size of the candlestick body for the current timeframe as a histogram. The indicator does not provide any specific trading signals or recommendations Measures the size of of the candlestick. That is the difference between the open and close as the case may be for either a bullish or a bearish candle. This can be use to filter out entry position as to maximise profit and minimis
v2.0 新功能 - Gold Pulse 现在还能回答黄金为什么在动:MACRO 宏观判定 - 美元、收益率与风险情绪一眼读懂:对黄金是 HEADWIND 还是 TAILWIND;NEXT 下一个高影响事件,实时倒计时(经济日历);将鼠标悬停在任意元素上即可查看背后的精确数字 - 一眼看图,按需取数。 准确掌握黄金在一天中的位置,在关键时刻第一时间收到警报,绝不错过驱动 XAUUSD 的每个瞬间。实时时段时钟、ADR 消耗、ATR/点差、多周期趋势方向、自动绘制的关键价位——现在新增时段开盘、ADR 耗尽和关键价位触及警报,以及每周开盘价和亚洲时段区间框。 专为 XAUUSD 打造。信息面板——无信号、无马丁格尔、无盈利承诺。 为什么选 PRO(对比免费版 Gold Pulse) 免费版 Gold Pulse 让你一眼看清所需的一切。PRO 则确保关键时刻你绝不错过。 警报(弹窗 + 推送到手机): - 时段开盘 — 东京 / 伦敦 / 纽约 - ADR 耗尽 — 当日波幅首次越过你设定的百分比阈值时触发(默认 100%) - 关键价位触及 — 价格进入任一价位的容差范围时
CandleTimer Countdown MT5
Robby Suhendrawan
4 (1)
Candle Timer Countdown (CTC) – Minimalist & Precise Candle Timer Candle Timer Countdown (CTC) is a lightweight and non-intrusive MetaTrader indicator that displays the remaining time of the current candlestick on your chart. Designed with simplicity and clarity in mind, this tool helps traders stay aware of candle closures without cluttering the chart. Key Features: Real-Time Candle Countdown Always know how many seconds are left before the current candle closes – works on all timeframes. Minima
FREE
亚洲区间人人都画。Session Liquidity Sweep Stats 告诉你它通常 会怎样 。 每个交易时段的高低点在时段结束后即被追踪,每一次触碰都会在你自行固定的判定周期上得出三种答案之一:该水平被 扫荡(swept) 且价格反转、被 突破(broken) 且价格继续、或仅被触碰而当日未决。 功能 亚洲时段收盘后,其高低点绘制在图表上。伦敦时段收盘后,伦敦高低点加入。此后逐根K线监控每个水平,价格触碰的那一刻问题开启:守住还是走掉? 从触碰K线取两个参照并让它们竞速。收盘价越过该K线的 影线尖端 即为 突破 ——走势延续。收盘价回到触碰前最后一根反向K线的 开盘价 之外即为 扫荡 ——流动性被取走且价格反转。先发生者胜出。若某根K线刺穿水平并直接收于其外,则立即判定为突破。 同样的规则应用于历史数据,因此面板可显示该水平以往的表现。两个独立样本窗口并排显示——近期与更长的基准——让你看出当前市场状态是否偏离常态。 选择理由 数字与名称相符。 这里的扫荡是被收回的影线,而不只是被触及的水平 判定周期固定。 突破与扫荡都是基于收盘的判定,答案取决于所用周期。本工具在你设定的周期
EasyPivot — 智能识别关键高低点 + 形态预测 EasyPivot 是一款专业的 MetaTrader 5 指标,可自动识别价格图表中的局部高点(High)和低点(Low),分析这些信号的历史序列,并提供基于统计学的下一个走势预测。该工具非常适合从事波段交易、支撑/阻力位及形态分析的交易者。 工作原理 指标扫描图表并标记关键的转折点: 高点支点   — 最高价高于左侧和右侧指定数量K线(默认:左侧5根,右侧5根)。 低点支点   — 最低价低于相邻K线(默认:左侧0根,右侧5根 — 快速识别局部低点)。 找到的信号用彩色箭头显示(红色 — 潜在高点,绿色 — 潜在低点)。您可以灵活调整确认支点所需的K线数量,以及箭头之间的最小距离 — 这能有效过滤“噪音”信号。 指标的核心功能是预测。   EasyPivot 会记住历史信号序列(例如「上‑下‑上‑上‑下」),将其组合成设定长度(默认6)的形态,并统计每种形态之后发生的情况:上涨还是下跌。当当前形态与某个历史形态匹配时,指标会显示预测方向及置信度百分比(阈值70%)。若统计数据不够可靠,您将看到中性信号「50/50」。 主要优
FREE
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 指标 · Smart Money Concepts · 预测智能引擎 ==================================================================== SMC Pro v6.1 APEX AI 是一套专业的 Smart Money Concepts 指标系统,专为 MetaTrader 5 上的 XAUUSD(黄金)打造。 它将完整的 SMC 框架——Order Blocks、Liquidity sweeps(流动性扫荡)、Fair Value Gaps、Break of Structure、Change of Character——与 8 个全新的 AI 驱动模块相结合,直接在图表上呈现精准的可视化信号、预测轨迹线、彩色的 SL/TP 风险回报框,以及三级自适应 TP Ladde
Rollback Renegade
Alex Amuyunzu Raymond
Rollback Renegade — Entry on a Rollback After a Breakout Rollback Renegade is a fully automated trend-following Expert Advisor built around one of the most reliable price-action patterns in trading: a structural breakout followed by a controlled retracement entry. Rather than chasing price the moment a breakout occurs — which exposes traders to poor fill prices and false breakouts — Rollback Renegade waits patiently for the market to pull back to a calculated level before committing capital. Thi
This universal advisor is based on its own Algorithm, which is an incredibly effective tool due to the simultaneous operation of a trading strategy based on our Bollinger Bands Stop Indicator. The advisor's algorithm is based on a deep understanding of technical analysis and personal experience in exchange trading, has passed the test of time, therefore it guarantees accurate signals and well-thought-out decisions. Traders are also given the opportunity to use their own risk management system w
Non-Repainting. Non-Redrawing. Non-Lagging. Signals appear only on confirmed bars. What you see on history is exactly what appeared in real time. Built specifically for Gold (XAUUSD) traders. Gold ML Supertrend MT5 is the only Supertrend indicator on MQL5 that learns. Instead of using a fixed multiplier, it runs a K-means clustering algorithm on recent price data to find the optimal band width. Then it adapts that width per trading session (Asia/London/NY) based on what actually worked. The resu
Supply and Demand Zones MT5
Peter Mueller
4.86 (21)
The Supply and Demand Zone Indicator is a powerful and easy-to-use tool designed to help traders identify critical supply and demand zones on the chart. These zones can provide valuable insight into potential market reversals, breakouts, and important price levels where buyers or sellers are likely to take control. The best   FREE Trade Manager . If you want to create your own Hedging or Grid strategies without any coding make sure to check out the   ManHedger Key Features: Automatic Zone Detect
FREE
Alpha Bullish Engine MT5 Overview Alpha Bullish Engine(No Martingale, no Grid) is a professional Expert Advisor for MetaTrader 5 designed to identify and trade high-quality market bullish opportunities while maintaining a strong focus on risk management and capital preservation. Built with a combination of trend analysis, momentum assessment, and intelligent trade management, the EA is designed to operate in favorable market conditions while avoiding unnecessary exposure during less suitable env
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — 基于 Hull Moving Average (HMA) 指标的 MetaTrader 5 自动交易顾问 概述 HMA Scalper Pro EA 是一款专业的 MetaTrader 5 交易机器人(Expert Advisor),根据 Hull Moving Average (HMA) 的方向进行交易。HMA 指标确定当前趋势方向,顾问据此开仓,并辅以 Smart Risk 资金管理、自适应网格交易、追踪止损、保本止损和时间过滤器。 该顾问支持 Netting 和 Hedging 账户,适用于黄金(XAU/USD)、外汇货币对、原油、指数和加密货币的交易。 为什么选择 HMA SCALPER PRO EA - Hull Moving Average 信号 — 基于 HMA 方向入场,该指标对趋势变化的反应快于经典移动平均线 - 多时间框架 HMA 计算 — 方向可在独立于图表时间框架的单独时间框架上计算 - Smart Risk 替代经典马丁格尔 — 每个后续网格订单的手数都比前一个小 - 自适应网格交易 — 固定步长、订单限制、
Abnormal OHLC Candle Detector
Mohd Faizal Bin Zainal Abidin
Abnormal OHLC Candle Detector   -  Spot candles that don't build the way they should. How It Is Used : Detects candles whose open price contradicts their own closing direction — bullish candles that don't open near the low, and bearish candles that don't open near the high. Highlights potential exhaustion and rejection points directly on the chart. Most trending candles form in a predictable way: a strong bullish candle opens near its low and pushes straight up to close near its high, while a
Auto Lock Bot
Artem Alekseev
AUTO LOCK BOT - expert advisor implements a reversal strategy, instantly opening a trade when the price touches the Bollinger Bands, and activates a locking order to hedge against adverse movements. Automated risk management includes stop-losses, closing all positions upon reaching the target profit, and moving the stop to breakeven. Additional filters restrict trading by time, protect against consolidation, and control the number of open trades, while a panel with a button allows easy enabling
TradeForge AlphaGain AI
Akshay Chunilal Patil
AlphaGain AI – AI驱动的精确交易新纪元 AlphaGain AI 是一款功能强大的 MetaTrader 5 EA,结合人工智能及超过 10 年历史数据分析,帮助交易者持续捕捉高概率信号,适配不同市场环境自动调整策略。 主要功能: AI核心算法:基于蜡烛形态、波动区间及动能逻辑; 超过10年数据训练,发现稳定盈利模式; 智能进出场:动态止损止盈、追踪止损、止盈倍数根据波动率; 资金保护:控制最大回撤、账户卫士、最大点差过滤、交易时间过滤; 完全自动交易:无需人工干预; 低延迟执行:适配 ECN 类型账户,滑点极低。 推荐设置: 交易品种:EUR/USD 时间周期:15 分钟(M15) 最低均衡:100 美元 账户类型:推荐 ECN 或 Raw Spread 杠杆:1:100 或更高 为什么选择 AlphaGain AI? 交付包:.ex5 执行文件、设置 .set、PDF 操作指南; 服务支持:终身更新、Telegram 与电子邮件支持; 透明演示:MyFxBook 验证结果,可提供免费演示版本及私人 Telegram 群组; 重要提示
Smart Fair Value Gap Pro
Joao Luiz Savioli Filho
Unlock the power of Smart Money Concepts (SMC) with the cleanest FVG indicator on the market. Smart FVG Pro is not just another gap detector. It is designed for professional traders who need to filter out noise and focus on high-probability reversal zones. Unlike standard indicators that clutter your chart with every minor gap, Smart FVG Pro uses advanced filtering logic (Trend + Volatility) and a unique "Smart Mitigation" system to automatically remove invalidated zones, keeping your chart clea
Rebate Hunters
Sudibyo Raharjo
1 (1)
Triangular ABR EA (EURUSD – GBPUSD – EURGBP) Take advantage of market inefficiencies with this high-speed Triangular ABR   Expert Advisor , designed to trade across three major currency pairs: EURUSD, GBPUSD, and EURGBP . This EA identifies price discrepancies between correlated pairs and executes trades within milliseconds to capture risk-adjusted profits before the market corrects itself.  Key Features: Triangular Abr Strategy Exploits real-time price differences between EURUSD, GBPUSD, and E
统计优势交易 investment 的 8 大支柱 引言 在交易中,过去并不预示未来。但嵌入在时间中的模式揭示了等待重复的市场节奏。本指南将向您介绍“统计优势交易的八大支柱”——这是一个将历史数据转化为可执行交易情报的综合框架。 该系统的核心是历史数据。与稍纵即逝的指标或滞后信号不同,历史模式揭示了金融市场的季节性脉搏——这些模式已重复了数十年,受人类商业、机构行为和经济需求等不变周期的影响。 以农民为例:他们知道什么时候是收获季节,因为自然界遵循阳光和降雨的可预测周期。金融市场的运作方式亦是如此。盈利报告、财政预算和投资组合再平衡在价格走势中形成了季节性模式。这是资金流经全球市场的基本节奏。 历史模式 (HIST) - 核心策略 默认权重:30% 市场的记忆 历史模式分析回答了一个基本问题:“在过去 30 年的特定一周内,某货币对向一个方向波动的程度有多大?”例如,如果 EURUSD 在第 15 周上涨了 23 次,下跌了 7 次,那么这就是 77% 的历史看涨优势。这是对重复周期的观察。 真实的季节性供需 农业周期为市场模式提供了完美的类比: 收获高峰期: 高供应和稳定的需求导致价
该产品的买家也购买
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。 Learn Smart Trend Trading System Everything you need to learn, install, and use the product is available here: Online Course:   https://www.mql5.com/en/blogs/post/757466 Visual User Manual — B
Trend Sniper X
Sarvarbek Abduvoxobov
4.8 (20)
Trend Sniper X 是一款适用于 MetaTrader 5 的多周期趋势跟踪指标,可帮助交易者清晰精准地识别趋势方向和潜在的反转点。 适用于 MT4: https://www.mql5.com/en/market/product/193245 价格信息: 当前价格为促销价,随着后续更新和新功能的推出,价格可能会有所变动。 赠品优惠: 购买后联系作者,即可免费获取该指标的 Auto-Trade Assistant EA(自动交易助手 EA)。 Code2Profit 频道 通过多时间框架分析掌控市场! 如何使用 Trend Sniper X 最大化您的胜率:核心规则与交易时段技巧 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
Unix Scalper
Issam Kassas
UNIX Scalper — Gold Scalping Indicator for MetaTrader 5 UNIX Scalper is a focused Gold scalping indicator designed primarily for XAUUSD on M1, M2, M3, M5, M10 and M15. It gives the trader a clear BUY, SELL or WAIT decision together with the complete trade plan: Entry, Stop Loss, TP1 and TP2 . PRICE UPDATE NOTICE: Currently available for $199. The price will   increase to $399   after the next   30 purchases . The concept is simple: wait for the signal, follow the levels, move the Stop Loss to
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool based on Smart Money Concepts (SMC), designed to analyze market structure, price direction, and key trading zones. It supports both Single-Timeframe Analysis and Multi-Timeframe Analysis, providing a clearer view of the overall market structure across multiple timeframes, with real-time BUY / SELL signals that do not repaint. It is designed to help filter trading opp
SMC Intraday Formula
Kareem Abbas
5 (22)
让我们先坦诚一点。 没有任何一个指标可以单独让你实现盈利。如果有人告诉你可以,那他是在向你兜售一个梦想。任何显示完美买卖箭头的指标都可以被做得看起来毫无瑕疵——只需要放大历史中的某一段并截取成功交易的截图。我们不会这样做。 SMC Intraday Formula 是一个工具。 它为你读取市场结构,标记出概率最高的价格区域,并用简单直白的语言准确告诉你当前智能资金的行为轨迹。你仍然需要做决定。你仍然需要执行交易。但现在,你是带着精确性执行,而不是靠希望。 我们已经在黄金(XAUUSD)以及主要外汇货币对的日内剥头皮交易中使用该指标将近三年。这是我们在 M1、M5、M15 和 M30 上的日常主力工具。它之所以有效,是因为它不试图预测未来——它展示的是当前正在形成的高概率交易机会,并解释 为什么 。 它与其他所有指标有什么不同? 大多数交易指标只做一件事。移动平均线交叉。振荡指标触及某个水平。出现一个箭头。你进场交易。你亏损。你责怪指标。重复。 SMC Intraday Formula 将多个机构级概念整合为一个统一的市场解读: - 斐波那契共振引擎 不只是普通的斐波那契水平——该指标
SuperScalp Pro
Van Minh Nguyen
4.63 (32)
SuperScalp Pro – 专业多层级共振剥头皮交易系统 SuperScalp Pro 是一款专业的剥头皮交易指标,基于多层级信号确认系统构建,将 Supertrend 与 VWAP、EMA、RSI、ADX、Volume、Bollinger Bands 和 MACD Divergence 等高级市场分析工具相结合。通过结合趋势分析、动量、成交量和市场波动率,SuperScalp Pro 为识别潜在交易机会提供了一种结构化的方法,在图表上直接显示清晰的 Buy 和 Sell 信号,同时根据 ATR 波动率自动计算 Stop Loss 和 Take Profit 水平。 购买后,请联系我,以获取如何使用 SuperScalp Pro Auto Trader 自动执行 SuperScalp Pro 信号的指导。 使用 SuperScalp Pro Auto Trader 自动执行 SuperScalp Pro 交易信号: [Auto Trader] 提供推荐的设置文件,帮助您快速开始使用: [Set File] 关注官方 SuperScalp Pro MQL5 Channel,获取最新
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – 专业多重过滤 Fibonacci 网格交易系统 FiboSniper Pro 是一套先进的技术交易指标系统,将 Fibonacci Envelopes 与多层市场确认条件相结合,包括 ADX、EMA、RSI、ATR 和时间过滤器。通过综合分析价格结构、趋势、动量和波动率,该系统帮助交易者识别更加精选且质量更高的入场机会,同时提供基于 ATR 自动计算的 Stop Loss 和 Take Profit 水平,以实现结构化的交易管理。 购买后,请联系我获取使用 Auto Trader X 自动交易 FiboSniper Pro 信号的操作说明。 使用 Auto Trader X 自动执行 FiboSniper Pro 交易信号: [Auto Trader X] 查看用户指南并下载推荐的设置文件: [Click here] 加入 FiboSniper Pro MQL5 官方公开频道,获取产品更新和新闻: [Click here] 该系统使用 5 个 Fibonacci 水平(23.6%、38.2%、50%、61.8% 和 100%)识别动态支撑和阻力区域,这
ATstrong
Zaha Feiz
ATSTRONG PRO: 市场结构与突破指标 突破检测引擎 | 5个动态TP目标 | 实时仪表板面板 | 不重绘 首发价格 当前价格: $59 — 每售出10份价格增加$10。 ATSTRONG PRO 是一款专为 MetaTrader 5 设计的高级突破和机构市场结构指标。 它能够检测高概率波段枢轴,识别集群的支撑和阻力堆积区,并实时发送结构破坏(BOS)和特征改变(CHoCH)信号。 该指标会自动在您的图表上绘制动态止损和5个不同的止盈水平(TP1到TP5), 并配有风险回报预测框、星级信号质量评级以及图表上的实时绩效分析仪表板。 交易提示: 这是一款用于手动交易和市场分析的指标。它在K线收盘时显示清晰的视觉信号、水平和警报,并且 完全不重绘 。它不执行自动交易。 核心亮点与特性 智能突破引擎: 同时检测集群水平区域突破和单波段枢轴突破(BOS / CHoCH)。 突破强度评分: 评估动能、成交量/K线实体大小和枢轴质量,以过滤虚假突破和诱多/诱空。 5阶段止盈水平: 预测可自定义的R倍数目标(TP1: 0.5R, TP2: 1.0R, TP3: 1.5R, TP4:
Atomic Analyst MT5
Issam Kassas
4.44 (54)
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Atomic Analyst 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Atomic Analyst 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Atomic Analyst 信号转换为自动交易。 Atomic Analyst 是一款不重绘、不回绘、不延迟的 Price Action 交易指标,专为手动交易、清晰信号和 EA 自动化而设计。 User manual: settings, inputs and strategy.   &   User Manual PDF . 它分析价格行为、强度、动能、多周期方向和高级过滤器,帮助交易者减少噪音,避免弱势交易机会,并做出更有结构的交易决策。 该指标将复杂的市场计算转换为简单的视觉信号、彩色K线、趋势读数、止损水平和多个止盈区域,使交易者能够快速理解并应用于真实市场环境。 主要交易用途: 剥头皮和日内交易: 专为快速决策、清晰箭头、提醒、K线颜色和
Superhero
Ihor Otkydach
5 (3)
SUPERHERO 指標是一款基於「全方位」原則設計的多貨幣交易系統。該指標能獨立分析市場,並提供開倉與平倉的交易訊號。它採用止損與獲利了結訂單,風險報酬比(R:R)為 1:1。 我偶爾會根據這個系統的訊號親自進行交易,以下是我獲得的結果—— 即時訊號 此系統可向您的智慧型手機發送推播通知,讓您無需綁定電腦,即可「隨時隨地」進行交易。這對於自營交易公司而言再適合不過了。 每位顧客皆可享額外好禮: 每位購買此指標的買家,都將收到我贈送的一項特別實用工具,該工具: 自動下達止損與獲利了結訂單 當價格達到目標水準時,系統會自動平倉 支援待執行訂單交易 支援均值交易模式 如果您希望將這款優秀且極為便利的工具作為禮物獲贈,請在購買 SUPERHERO 指標後,立即透過 MQL5 平台的私訊與我聯繫。此外,您還將獲得培訓課程「如何安裝與設定 SUPERHERO 並開始穩定獲利」的存取權限。 關於「超級英雄」策略 SUPERHERO 策略是利用價格回調時,順應趨勢方向進行盤中交易。 「超級英雄」程式碼內含數個強大的技術指標,用以分析價格通道的趨勢方向與波動範圍,並能識別在修正性回調後形成的盤中波段反
Divergence Bomber
Ihor Otkydach
4.89 (94)
我偶爾會親自使用這個系統進行交易。 請評估我在真實帳戶上進行的手動 BOMBER 交易—— LIVE SIGNAL 购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理
Gann Made Easy MT5
Oleg Rodin
5 (9)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
Entry Points Pro for MT5
Yury Orlov
4.51 (150)
传奇回归:Entry Points Pro 10。 这款传奇指标曾 3 年稳居 MQL5 Market 前三,如今全面重启。 数百条热情好评(两个版本合计 589 条),每天有数千名交易者用它交易,演示版下载 31,000+   MT4+MT5  次。 五年来我读过你们的每一条评价——在第 10 版里,我没有给出许诺,而是把答案直接做进了产品。指标作者自 1999 年入市, 珍视诚信、自己的声誉和自己的客户 。 Entry Points Pro 给出的入场信号严格不重绘。 而且这一次不再只是作者的一面之词,而是可验证的事实:确认信号只在 K 线收盘后标出,自动化测试记录到 零重绘 (在 EURUSD、XAUUSD 和 BTCUSD 上共 2,486,568 次不变量检查——0 次违规)。测试方法完全公开——您可以在策略测试器中自行复现。 购买后请务必第一时间给我发私信。 我会发给您 扩展版说明书《交易者圣经》 ——使用本指标交易的完整指南——并告诉您如何免费获得 赠品:市场扫描器 ,它能同时分析多个品种和多个时间周期,并在一个界面上显示 Entry Points Pro 此刻在哪里表现
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2:MT5合成分形结构分析与确认入场 概述 Azimuth Pro 是 Merkava Labs 推出的多层级波段结构指标。四层嵌套波段层级、锚定波段的VWAP、ABC形态识别、三时间框架结构过滤以及收盘确认入场——一个图表,一个从微观波段到宏观周期的完整工作流程。 这不是盲目的信号产品。它是一个以结构为先的工作流程,专为重视位置、背景和时机的交易者打造。 ️ 夏季促销 — 庆祝夏至与 The Oracle Pro 上市:Azimuth Pro 七折优惠,现价 279 美元(原价 399 美元)。限时夏季优惠。 1. V2的变化 合成多时间框架引擎 高时间框架分析从零开始重建,采用与Meridian Pro相同的专有合成架构。更清晰的HTF背景、稳定的实时行为、无经典MTF同步问题。合成引擎还解锁了 固定比率时间框架级联 (x2、x3、x4、x6)——不再在经纪商的固定时间框架之间任意跳转,您可以按图表时间框架的固定倍数分析结构,在每个尺度上保持相同的分形关系。 确认入场箭头 作为稳定且可恢复的执行层而设计的收盘确认箭头。当ABC设置形成且自适应确认逻辑
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需区域用作警报触发器。
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (4)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
Axiom Matrix
Issam Kassas
5 (6)
AXIOM MATRIX MT5 首发价格:$99 Axiom Matrix 现以 $99 的首发价格提供。 前 30 次购买完成后,价格将上涨至 $199。 购买后,请直接私信我,以获取使用说明并领取您的专属赠品奖励。 Axiom Matrix 是一款适用于 MetaTrader 5 的专业多品种、多时间周期市场扫描器和决策仪表板。 它会扫描您的 Market Watch,分析多个时间周期,读取多个证据引擎,比较最强的交易机会,并在一个清晰的矩阵仪表板中显示最佳 BUY、SELL、WAIT 或被阻止的状态。 我开发 Axiom Matrix,是因为我想要一个可以替我完成繁重市场扫描工作的工具。 我不想只单独检查 RSI。 然后单独检查 MACD。 然后检查移动平均线。 然后检查成交量。 然后检查波动率。 然后检查支撑和阻力。 然后还要手动在不同品种和时间周期之间切换,只为了建立一个交易思路。 我想要一个仪表板,可以扫描市场、比较证据、排序最佳机会,并告诉我现在最强的交易设置在哪里。 这就是 Axiom Matrix 背后的核心理念。 AXIOM MATRIX 的功能 Axiom Ma
Power Candles MT5
Daniel Stein
4.73 (11)
Power Candles V3 - 自我优化的强度指标 Power Candles V3 把货币与品种的强度直接转化为图表上可执行的交易方案。指标不再仅根据强度给K线着色,而是在后台持续运行实时自动优化,为您正面对的品种给出最佳 Stop Loss、Take Profit 与信号阈值。一键采用,Entry、Stop Loss、Take Profit 线就以精确价格绘制在图表上,提醒消息中直接包含方向。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 每根收盘K线运行 3,000+ 次交易模拟。9 种强度状态。2 种策略并行测试。一键采用最优配置。 为什么需要这个 大多数强度指标只给您一个数值,然后留下三个问题:相信哪个阈值、用哪个 Stop Loss、走哪个交易方向。Power Candles V3 在每根收盘K线上自动回答这些问题。结果就是一个完整的交易方案 -
TrendMaestro5
Stefano Frisetti
note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes and momentum to identify the moment in which there is an explosion of one or more of these da
Smart Market Structure Toolkit
Garry James Goodchild
5 (1)
Smart Market Structure Pro by G-Labs — ICT and Smart Money Concepts toolkit with built-in multi-symbol scanner for MetaTrader 5. Break of structure, change of character, order blocks, fair value gaps, liquidity sweeps, premium and discount zones, ICT sessions, confluence scoring, AI trade ideas, and a traffic-light scanner across up to 30 pairs and four timeframes from one chart. Map SMC and ICT on the active chart while the built-in scanner monitors your full watchlist. Each cell shows BUY, S
SR Liquidity MT5
Oleg Rodin
5 (2)
SR Liquidity   是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (6)
全新王者降临 - 指标 + 订单管理提示(TP1 + TP2 + TP3)+ 可选 Telegram 信号发送器 INCLUDED(免费) (完整交易与信号系统) 我们最强的黄金 EA: Gold Slayer 该指标包含先进的交易策略、可自定义订单管理系统,以及结合 Envelope 扩展的均值回归系统,并通过 RSI 等多重智能确认过滤器进行验证,以捕捉高概率反转入场机会,提供 BUY 与 SELL 信号。 你不仅能够学习如何交易,还能学会如何高效管理多个仓位,并利用之前盈利的持仓来覆盖亏损交易。 专为 M5 周期打造并优化,在 BTCUSD 和 XAUUSD 上表现尤为出色,因为这些市场的流动性能够让信号更加干净、可靠。 该指标会自动生成清晰的多头(Long)与空头(Short)信号,同时基于 ATR 自动计算入场位、止损位和止盈位,让风险管理从一开始就融入系统之中。 多 TP 系统设有三个渐进式目标位,你可以在 TP1 锁定部分利润、在 TP2 继续持仓,并在更大的行情中将仓位持有至 TP3,而这正是平均风险回报比真正开始大放异彩的地方。 默认参数开箱即用,已经针对稳定表现进行
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。   该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
FX Trend MT5 NG
Daniel Stein
5 (6)
FX Trend NG:新一代多市场趋势智能分析工具 概述 FX Trend NG 是一款专业的多时间周期趋势分析与市场监控工具,帮助您在几秒钟内全面了解市场结构。 无需在多个图表之间来回切换,您可以立即看到哪些品种处于趋势中、哪里动能正在减弱,以及哪些时间周期之间存在强烈共振。 限时发布优惠 – 仅需 $30(6个月) 或 $80 终身授权 即可拥有 FX Trend NG 。 已经是 Stein Investments 客户? -> 发送消息 以获取专属客户群访问权限。 需要帮助或安装指导? -> 请访问 Stein Investments 官方页面 。 1. FX Trend NG 的核心优势 三状态趋势逻辑 —— 不只是 Buy 或 Sell • 大多数指标仅显示两种状态:Buy 或 Sell。 • FX Trend NG 增加第三种状态: Fade 。 • Fade 表示趋势强度正在减弱,在完全反转之前提前发出信号。 这种结构化逻辑让您看到趋势变化过程,而不仅仅是简单方向信号。 多时间周期分析(M1 至 MN1) • 从短线交易到中长线交易全面覆盖。 • 快速识别趋势
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
使用 M1 Quantum 的实盘交易信号 : 信号 (交易由 Quantum Trade Assistant 自动 执行,并作为本产品 免费 提供。) 最新消息: 版本 1.64 已发布。现在所有交易的止损都会设置在相应的支撑位/阻力位之后。Smart Close 功能也进行了改进,以提升此版本 EA 的性能。 自 8 月 9 日起,实盘信号一直运行在版本 1.64 上。 价格计划: 当前价格: $169 (早期用户优惠) 下一阶段计划价格: $189 计划零售价: $299 开发者提示: 购买后请联系我,以获取 最新推荐的参数设置文件(Set File) 、交易建议,以及加入 VIP 支持群组 ,与其他 M1 Quantum 用户交流经验。 常见问题 - 设置文件 - 安装指南 M1 Quantum 是一款专业的 M1 交易系统,提供快速且精准的交易信号,并内置止损(Stop Loss)、止盈(Take Profit)以及智能资金管理功能。 M1 Quantum 包含专业的资金管理系统,通过专注于 连续盈利交易 ,帮助交易者更快地增长账户资金。 M1 Quantum 指标 的主
Grabber System MT5
Ihor Otkydach
4.83 (24)
向您介绍一款优秀的技术指标——Grabber,它是一套即开即用的“全包式”交易策略。 在一个代码中集成了强大的市场技术分析工具、交易信号(箭头)、提醒功能和推送通知。 每位购买该指标的用户还可免费获得以下内容: Grabber辅助工具:用于自动管理已开仓位 视频操作指南:逐步教学如何安装、设置和使用该指标进行交易 原创Set文件:可快速自动配置,帮助实现最佳交易效果 忘掉其他策略吧!只有Grabber能够真正激励你在交易中攀登新高峰! Grabber策略的主要特点: 交易周期:从M5到H4 适用资产:任意,但我推荐我亲自测试过的品种(GBPUSD、GBPCAD、GBPCHF、AUDCAD、AUDUSD、AUDSGD、AUDCHF、NZDUSD、NZDCAD、EURCAD、EURUSD、EURAUD、EURGBP、EURCHF、USDCAD、USDSGD) 交易时间:全天候 24/7 交易效果:我分享自己的真实交易结果,并在此教学如何操作: https://www.mql5.com/ru/market/product/134563?source=Site+Market+MT5+Indic
作者的更多信息
This easy to setup indicator shows you the market volumes in a different way, with support and resistance as showed. You can setup: - Backdays volume to show - Heiken Ashi candle view It works for every kind of graph and every kind of period. The program shows the volumes based on the number of candles displayed in the chart: the more candles the more volumes. Enjoy this very useful indicator. Please feel free to message me to report any kind of improvements! :D
# Adaptive Slope Ribbon - ATR-normalised regression slope ribbon *Category: Trend | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Five linear regression slopes over growing horizons, normalised in ATR units and comparable across instruments. The histogram shows the mean slope coloured by the level of agreement between time scales. ## Fu
# Fractal Trend Channel - Structural channel from confirmed swings *Category: Trend | Difficulty: beginner | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Step channel built from the last confirmed fractal swings, with a midline coloured by market structure: higher highs and lows, lower highs and lows, or mixed structure. ### Overview Reading structure through
# Volatility Adaptive MA - Variable speed moving average *Category: Trend | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1, H4* ## Short description > A moving average whose smoothing factor is driven by the ratio between short and long term volatility: it accelerates during breakouts and slows down in compressed phases, cutting false crossovers. ### Overview Eve
# Trend Persistence Index - Persistence versus randomness *Category: Trend | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Compares the direction changes actually observed with those expected from a purely random series. Above zero the market persists in one direction, below zero it keeps flipping. ### Overview In a random walk the sign of the
# Kalman Trend Filter - Level and velocity Kalman filter *Category: Trend | Difficulty: advanced | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > A two state Kalman filter that simultaneously estimates price level and velocity. The gain self-adjusts: it trusts the model when data are consistent and re-adapts immediately to shocks. ### Overview The Kalman filter
# Multi Scale Trend Agreement - Consensus across eight horizons *Category: Trend | Difficulty: beginner | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1, H4, D1* ## Short description > Checks price position against its own average on eight geometrically spaced scales and condenses the result into a single score from -100 to +100. ### Overview A trend worth the name is recognised from whatev
# Directional Efficiency - Net path versus gross path *Category: Trend | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Signed ratio between the net distance travelled by price and the gross path actually covered. It separates straight trends from disorderly advances that burn capital. ### Overview Two markets can rise by the same amoun
# Trend Age Counter - Regime age versus typical duration *Category: Trend | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Counts how many bars the current regime has lasted and compares it with the average duration of all past regimes on the same instrument. It measures trend maturity, not strength. ### Overview Every trend indicator answer
# Regression Confidence Baseline - Bands on residual error *Category: Trend | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Linear regression baseline with bands built on the residual standard error instead of the price standard deviation. Bands widen when the move loses order, not when price runs. ### Overview Classic volatility band
# Trend Exhaustion Meter - Composite exhaustion score *Category: Trend | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > A 0 to 100 score combining stretch from the mean, directional saturation and momentum fade. It measures the continuation risk of a move, not its reversal. ### Overview No single symptom says a trend is about to end, but when se
# Normalized Momentum Z - Momentum in standard scores *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Standardises momentum against its own recent historical distribution and returns a z score. A value of +2 marks a thrust stronger than roughly 97 per cent of the instrument recent moves. ### Overview Raw momentum ha
# Momentum Curvature - Acceleration versus velocity *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Measures price acceleration, the second derivative of the smoothed series, and compares it with velocity. It detects loss of thrust before direction changes. ### Overview Anyone who drives knows the brake pedal acts o
# Rate Of Change Spectrum - Which horizon is driving *Category: Momentum | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Standardises the rate of change over six horizons and identifies which one is driving the move. It shows the dominant scale score and its rank. ### Overview Knowing the market is rising tells you little. Knowing whether it ri
# Impulse Strength Gauge - Movement weighted by volume *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1, H4* ## Short description > Weights every bar by combining body size in ATR units with volume relative to its average, then accumulates the contributions. It separates wide but empty bars from genuinely supported impulses. ### Overview A wide
# Dual Horizon Momentum Delta - Short versus long, time corrected *Category: Momentum | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Compares momentum on two horizons after normalising them by the square root of time, a correction without which the long horizon would always look larger by pure construction. ### Overview Directly comparing
# Impulse Retrace Ratio - Impulse size versus retracement size *Category: Momentum | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Groups consecutive same sign changes into runs and compares the average size of bullish runs with that of bearish ones. It measures whether impulses are larger, not more numerous. ### Overview A healthy upt
# Momentum Thrust Counter - Counting thrusts beyond threshold *Category: Momentum | Difficulty: beginner | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Counts bars moving beyond an ATR multiple and reports the net balance. The total line separates calm from battle, both of which show a balance near zero. ### Overview Most bars on a chart carry no information: t
# Momentum Divergence Scanner - Divergences without repaint *Category: Momentum | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Flags price to momentum divergences using confirmed swings only. The arrow appears on confirmation and is never withdrawn, unlike almost every other divergence indicator. ### Overview Almost every divergence
# Elastic Momentum Band - Momentum driven asymmetric channel *Category: Momentum | Difficulty: intermediate | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4* ## Short description > A channel deforming with momentum: the band favouring the move draws closer to the average, the opposite one moves away. It makes breaks in direction easier and counter breaks more selective. ### Overview A symm
# Momentum Entropy Filter - Order versus randomness in thrusts *Category: Momentum | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Computes the Shannon entropy of the recent momentum distribution and converts it into an order score from 0 to 100. It separates markets with recurring structure from those without regularity. ### Overview Shannon e
# Realized Volatility Cone - Historical volatility percentiles *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M30, H1, H4, D1* ## Short description > Draws realized volatility together with the percentiles of its own historical distribution. It tells whether the current level is high or low for that specific instrument. ### Overview Knowing that realized vo
# Volatility Forecast EWMA - Forecasting the next bar *Category: Volatility | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Estimates next bar volatility with an EWMA model on variance, the same scheme used in portfolio risk management, alongside the volatility actually observed. ### Overview Every volatility indicator looks backwards and
# Volatility Regime Classifier - Classification with hysteresis *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Classifies volatility into four regimes using a hysteresis state machine, eliminating the constant flipping typical of fixed thresholds. The active threshold is drawn. ### Overview Classifying volatility
# Garman Klass Volatility - An estimator using the whole OHLC *Category: Volatility | Difficulty: advanced | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > A volatility estimator using open, high, low and close instead of closes only. Its ratio to the classic estimate separates intra-bar movement from close-to-close movement. ### Overview The standard deviation o
# Overnight Gap Risk - The risk stops cannot cover *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Stocks | Suggested timeframes: H1, H4, D1* ## Short description > Splits each bar change into gap and intra-bar movement, and reports the share of risk attributable to gaps, the part no stop can protect against. ### Overview The risk of a position held past the close is not the same as that of the same position closed intraday, and the dif
# Volatility Breakout Projection - Levels projected from the open *Category: Volatility | Difficulty: beginner | Window: chart window (overlaid on price) | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1* ## Short description > Anchors a reference to each session open and projects two pairs of levels computed as fractions of the average daily range. Levels stay fixed for the whole session. ### Overview If an instrument covers on ave
# Compression Expansion Detector - Squeeze and release *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M15, M30, H1, H4, D1* ## Short description > Measures how far short term volatility has narrowed relative to the reference, counts how many bars the compression has lasted and highlights the bars following the release. ### Overview Volatility is not stable:
# Intraday Volatility Seasonality - Hourly volatility profile *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: M5, M15, M30, H1* ## Short description > Builds the instrument average hourly volatility profile and compares it with the actual range of the current bar. It separates normally quiet hours from genuine anomalies. ### Overview Intraday volatility is n
# Downside Upside Vol Ratio - Risk asymmetry *Category: Volatility | Difficulty: intermediate | Window: separate window below the chart | Markets: Universal (Forex, indices, commodities, crypto, stocks) | Suggested timeframes: H1, H4, D1* ## Short description > Computes two separate semi-deviations, one on negative returns only and one on positive ones, and reports their proportion. It measures an asymmetry standard deviation conceals. ### Overview Standard deviation treats an upward and a
筛选:
无评论
回复评论