Neuron MACD

Neuron MacD is a MACD you can read at a glance instead of squinting at. The histogram is split into four colours — not two — so each bar tells you which side of zero it sits on and whether it is still growing or already shrinking. The MACD line changes colour the moment it crosses its signal, a dot marks every cross on the signal line itself, and the whole calculation can be pulled from a higher timeframe while you trade a lower one. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.

A panel on the price chart carries the state, the histogram and the MACD as live meters, so the reading is available without looking away from price. Native MQL5, no DLLs, closed bars are final, and it runs on forex, gold and metals, indices and crypto across any timeframe.

=== HOW IT WORKS ===

The core is the classic MACD: a fast exponential average minus a slow one, with a signal line and a histogram of the distance between them. Two details matter and are easy to get wrong. The signal here is a simple moving average of the MACD, not an exponential one, which is what the original rendering of this indicator uses and what gives the crosses their particular timing. And the histogram is the MACD minus that signal, so it is a measure of separation, not of the MACD itself.

The four histogram colours come from two questions asked together. Is the bar above or below zero, and is it taller or shorter than the bar before it? Above zero and growing means momentum is extending in favour of buyers. Above zero and shrinking means buyers are still ahead but losing ground — the warning that arrives while the histogram is still positive. Below zero the same pair reads for sellers. One colour, two facts, no second glance.

The MACD line is coloured by its position against the signal, so trend agreement is legible without tracing which line is on top, and a dot is printed on the signal line at every cross. Because the dot sits on the signal rather than floating above the pane, it marks the exact level the cross happened at.

Multi-timeframe is a first-class feature, not an afterthought. Leave the resolution on the chart's own and it behaves as a normal MACD. Point it at a higher timeframe and the entire calculation — both averages, the signal and the histogram — is computed on that timeframe's closes and mapped back onto your chart, so you can watch the four-hour picture while working a five-minute chart. The timeframe in use is printed on the panel so a borrowed reading is never mistaken for the chart's own.

=== WHAT IS INCLUDED ===

Module What it does
Four-colour histogram Above zero growing, above zero shrinking, below zero growing, below zero shrinking — each with its own colour, so a stalling move is visible before it turns.
Colour-changing MACD line The line itself carries the signal relationship, switching colour the bar the cross happens.
Cross dots A dot on the signal line at every MacD/signal cross, marking the exact level rather than a generic marker floating in the pane.
Multi-timeframe engine Run the whole calculation on any timeframe from any chart. The panel shows which timeframe is feeding the reading.
State & duration BULLISH or BEARISH with the number of bars held since the last cross — a six-bar-old cross and a sixty-bar-old trend stop looking alike.
Histogram meter The current histogram scaled against the last hundred bars, tagged fade the moment it stops growing, so strength is read in context instead of as a raw number.
MACD meter Distance from the zero line, scaled the same way, with the header naming which side of zero the MACD is on.
Signal panel The Neuron panel on the price chart, one of nine anchors, scalable from 70% to 250% for any screen. Reads closed bars only.
Light & dark themes Two tuned palettes, not one palette dimmed. A sun/moon icon in the panel header switches between them live.
Alerts Signal cross and zero-line cross, each switchable on its own, by terminal popup, phone push notification or email. Evaluated on closed bars, once per bar.
Display switches Histogram, lines and dots can each be turned off, and both colour schemes can be reduced to a single colour, so the pane shows only what you use.
EA buffers The raw MACD and signal are exposed as plain numeric buffers that stay filled whatever the display switches are set to, readable with a single CopyBuffer call.

=== HOW TO READ IT ===

Start with the histogram colour, not its height. A bright bar above zero is buyers extending; a dark bar above zero is the same buyers running out of push while still ahead. That change of shade is the earliest thing the indicator gives you, and it arrives well before the histogram crosses zero or the lines cross each other.

The MACD line colour confirms it. While the line holds its bullish colour the fast average is still above the signal, and a run of darkening histogram bars under a still-bullish line is a move losing steam rather than reversing. When the dot prints, the relationship has actually changed, and the panel's bar count restarts from there.

Use the zero line for context rather than for signals. A bullish cross that happens below zero is a counter-trend bounce inside a weak market; the same cross above zero is a pullback ending inside a strong one. The panel names the side explicitly so you do not have to judge it by eye on a compressed pane.

In multi-timeframe mode, read the panel's timeframe chip first. A higher-timeframe MACD holds one value across all the chart bars inside each of its own bars, so the line steps rather than curves and the histogram bars repeat — that is the higher timeframe speaking, not a fault.

=== INPUTS ===

Setting Default What it does
Timeframe
Use current chart resolution true Calculate on the chart's own timeframe. Uncheck to borrow another one.
Different timeframe H1 The timeframe to calculate on when the box above is unchecked.
Calculation
Fast EMA length 12 The faster of the two exponential averages.
Slow EMA length 26 The slower average. Must be larger than the fast one.
Signal SMA length 9 Simple moving average of the MACD, giving the signal line.
History bars to process 5000 How far back to calculate and draw. 0 processes all available history.
Display
Show MacD and signal line true Draw the two lines. Off leaves the histogram alone in the pane.
Show dots when MacD crosses signal true Print a dot on the signal line at every cross.
Show histogram true Draw the histogram.
Change MacD line colour on signal cross true Colour the line by its position against the signal. Off draws it in a single colour.
MacD histogram 4 colours true Off reduces the histogram to one neutral colour.
Dashboard
Show dashboard true Show the state, histogram and MACD panel on the price chart.
Dashboard position Bottom Left One of nine chart anchors.
Dark mode true Initial theme; the sun/moon icon in the header toggles it live.
Dashboard size % 100 70 to 250. Scales the whole panel — text, meters and padding together — for 4K screens or small laptops.
Alerts
Alert on MacD / signal cross true Fire on the bar the lines cross, naming the direction.
Alert on MacD zero-line cross false Fire when the MACD changes side of zero.
Terminal popup alert true Popup in the terminal.
Push notification to phone false Mirror alerts to the MetaTrader app.
Email alert false Mirror alerts to the email configured in the terminal.
Colours
Histogram: above zero, rising / falling Aqua / Blue Momentum extending, then fading, above the zero line.
Histogram: below zero, falling / rising Red / Maroon Momentum extending, then fading, below the zero line.
Histogram: unchanged Yellow A bar identical to the one before it, which is common in multi-timeframe mode.
Histogram: single-colour mode Gray Used when the four-colour switch is off.
MacD line above / below signal Lime / Red The two line colours, also used for the cross dots.
Signal line Yellow The signal line colour.
Zero line White The solid level through the middle of the pane.
Cross dot symbol 159 Wingdings character code for the cross marker.

Fixed internals, not exposed as inputs: both averages are seeded from the first available bar, the signal is a simple average of the MACD, the panel meters scale against the last hundred bars, and higher-timeframe data is read up to twenty thousand bars back.

=== GOOD TO KNOW ===

  • Closed bars are final — on the chart's own timeframe, a bar's value, colour and dot are fixed once it closes and are never redrawn. The forming bar updates live as price moves, exactly as on any oscillator, so read signals from the close if you want confirmed readings only. The panel ignores the forming bar entirely.
  • Multi-timeframe behaves like every MTF tool — while a higher-timeframe bar is still forming, its value moves, and the chart bars inside it hold whatever it read as they closed. Reloading the chart recalculates them from the completed higher-timeframe bar, so a reloaded chart can differ from what you watched live. This is inherent to reading one timeframe on another, and the panel names the timeframe so it is never a surprise.
  • Indicator, not an EA — Neuron MacD analyses and draws. It does not place, modify or close orders, and it makes no forecast of price. The decision, the risk and the sizing are yours.
  • Alerts behave — each event is evaluated once per closed bar and never fires twice for the same bar, loading history never produces a burst of stale alerts, and everything is muted inside the Strategy Tester and during optimization.
  • For EA developers — buffer 0 is the histogram, 2 the MACD line, 4 the signal, and buffers 7 and 8 carry the raw MACD and signal. The raw pair stays filled no matter which display switches are off, so an EA is never starved by a cosmetic setting. All are readable with iCustom and CopyBuffer.
  • Platform — MetaTrader 5, any symbol and any timeframe. The oscillator plots in its own sub-window; the panel is drawn through the built-in Canvas on the price chart. No DLLs, no file access, no network calls.
  • Light & dark — one click re-themes the panel, each mode with its own palette rather than a dimmed copy of the other. Every plot colour is a separate input, so the pane can be matched to any chart scheme.
推荐产品
TriYep Indicador
Miguel Jose Yepez
Indicador TriYep v1.02 – Más del 70% de señales precisas Indicador TriYep v1.02 – Más del 70% de señales precisas Presentación El indicador TriYep v1.02 se creó con un único propósito: ofrecer señales totalmente fiables. Esta versión gratuita está calibrada y optimizada específicamente para el par USD/JPY en el marco temporal M15 , donde su lógica alcanza su máximo rendimiento. Mientras que otros indicadores inundan tu gráfico con señales falsas y te hacen perder operación tras operación, hemos
FREE
Trend Quorum MT5
Kestutis Balciunas
5 (2)
Trend Quorum   是一款自适应趋势跟踪指标,将动态SuperTrend引擎与专有趋势质量指数(TQI)及3个可选汇聚过滤器相结合。只有当足够多的独立因素"投票"达成一致时,信号才会触发——就像一个法定人数。 查看 MT5 版本:  Trend Quorum MT5 查看更多产品:   全部产 品 欢迎访问我的主页查看实盘案例和新工具,并发送好友申请以及时获取最新更新! 工作原理 自适应 SuperTrend 引擎 与使用固定ATR乘数的标准SuperTrend指标不同,Trend Quorum使用趋势质量指数(TQI)实时动态调节通道宽度。TQI是一个0到1的连续评分,由四个加权因素计算得出: 效率比率   — 衡量方向性运动的纯粹度(价格运动中方向性成分与噪音成分的比例) 波动率机制   — 检测波动率扩张或收缩的市场状态 价格结构   — 价格在近期高低点范围内的位置 动量持续性   — 与整体方向保持一致的K线占比百分比 当趋势质量较高时,通道收窄以更早捕捉行情。当质量下降时,通道扩宽以避免震荡市场中的虚假信号。非对称通道逻辑进一步增强了这一效果:活跃侧(趋势方向一侧
FREE
Panel Indicator For MT5 Panel Indicator For MT5 是一款专为 MetaTrader 5 设计的可视化指标,将价差和市场交易时段的所有核心信息整合在一个紧凑的面板中。面板直接显示在图表上,为交易者提供实时更新的即时读数,无需打开额外窗口或查阅外部资源。 实时价差监控 面板持续显示当前图表所加载品种的价差值。除即时值外,指标还自动计算当前活跃交易时段内累积的平均价差,以及同一时间段内记录的最大值。交易时段一旦切换,计数器立即清零并重新开始计算,确保统计数据始终与当前操作环境相关。 价差值采用颜色编码:绿色表示价差处于相对计算平均值的正常范围内,黄色表示价差略有升高,红色则突出显示异常或超出范围的价差。该系统使交易者在执行订单前能够一目了然地评估市场状况。 自动识别市场交易时段 指标自动识别东京、伦敦和纽约三大市场中当前活跃的交易时段。每个时段的开始和结束时间均可由用户通过输入参数完全自定义,时间以经纪商服务器时间表示。这种方式使面板能够适应任何经纪商和时区,无需手动修改代码。 当两个或多个交易时段重叠时,面板会明确显示所有活跃时段的名称。指标还
FREE
Stamina HUD
Michele Todesco
STAMINA HUD – Advanced Market & Trend Dashboard (MT5) STAMINA HUD   is a professional   market information panel   designed for traders who want   clarity, speed, and control   directly on the chart. It provides a   clean heads-up display (HUD)   with essential market data and   multi-timeframe trend direction , without cluttering the chart or generating trading signals. What STAMINA HUD Shows   Current Price   Spread (in real pips)   Today High–Low range (pips)   Average D
FREE
Friend of the trend
Anderson De Assis
Friend of the Trend: Your Trend Tracker Master the market with Friend of the Trend , the indicator that simplifies trend analysis and helps you identify the best moments to buy, sell, or wait. With an intuitive and visually striking design, Friend of the Trend analyzes price movements and delivers signals through a colorful histogram: Green Bars : Signal an uptrend, indicating buying opportunities. Red Bars : Alert to a downtrend, suggesting potential selling points. Orange Bars : Represent cons
FREE
VFI Quantum
Nikita Berdnikov
5 (1)
Introducing VFI (Volume Flow Indicator) – a trading indicator that analyzes the relationship between volume and price movement to identify key trading opportunities. The indicator displays the strength and direction of volume flow, providing clear signals about potential entry and exit points. Signals are formed based on zero line crossovers, crossovers between the VFI line and its exponential moving average (EMA), and when the indicator exits overbought and oversold zones. Attention! This stra
FREE
The CV MACD Indicator is a modern and professional momentum indicator designed to analyze trend strength, market direction and potential reversals. By combining the MACD line, signal line and histogram, the indicator helps traders identify market momentum and high-quality trading opportunities with clarity and precision. Features: Precise MACD momentum analysis Early trend reversal detection Clear histogram for market strength visualization Adjustable Fast, Slow and Signal periods Visual Buy & S
FREE
SuperTrend for MT5
Ulises Calderon Bautista
4.44 (9)
当涉及到金融市场时,"SuperTrend"这一备受欢迎的指标是一款技术分析工具,有助于识别趋势的方向以及市场可能的入场或离场点。该指标基于平均真实波幅(ATR),它根据价格范围来衡量市场的波动性。在其他平台上,它是免费提供的,这里也不例外! 该指标通常以三种方式使用: 识别当前趋势:当价格位于该线的上方时,被视为上升趋势,当价格位于下方时,被视为下降趋势。 用作止损水平。 作为动态支撑/阻力:在上升趋势中,该线位于价格下方,充当动态支撑水平。在下降趋势中,该线位于价格上方,充当动态阻力水平。 此指标的独特之处在于,它不仅可以帮助交易者确定趋势,还可以提供有效的风险管理策略。它是一个多功能工具,适用于各种市场和交易风格,从而为交易者提供了更大的灵活性和可操作性。无论是趋势追踪还是反转交易,"SuperTrend"都为交易者提供了关键的视觉指引,使他们能够更好地做出决策并取得成功。
FREE
Basic Theme Builder MT5
Mehran Sepah Mansoor
5 (2)
基本主题构建器:简化您的图表自定义 通过 基本主题构建器 指标,彻底改变您的交易体验。这款多功能工具旨在简化您在MetaTrader 5 平台上自定义图表外观的过程。该指标提供了一个用户友好的面板,您可以轻松切换不同的主题和配色方案,提升交易环境的视觉吸引力和功能性。 Free MT4 version 基本主题构建器 指标是那些希望轻松个性化MetaTrader 5图表的交易者的终极工具。通过其简单的面板界面和各种主题预设,您可以迅速调整图表的外观,以匹配您的交易风格或心情。无论您偏爱经典外观还是现代美学,基本主题构建器提供了一系列选项,以增强您的视觉体验并提高专注度。立即优化您的交易设置,体验这款实用且易于使用的指标。 主要特点: 轻松管理主题: 使用便捷的面板界面,单击即可快速更改图表主题。 预定义预设: 从几种预配置的主题和配色方案中进行选择,包括经典、深色、浅色等,以适应您的交易偏好。 可自定义选项: 调整颜色和样式,按您的喜好定制图表外观。 用户友好界面: 享受简单直观的设计,无需复杂设置或配置。 提升交易专注度: 通过视觉吸引力强且无干扰的图表环境,改善您的交易体验。
FREE
Line Master
Ahmad Bin Fawzi Bin Al-akhdar Al-fazai
Line Master – Trend Lines & Direction Arrows Line Master is a professional trend indicator for MetaTrader 5. It helps traders identify market direction by combining fast and slow trend lines and generating arrows at trend change points. Features: Slow Trend Line: Represents the overall market trend. Fast Trend Line: Responds quickly to short-term price changes. Color-Coded Lines: Uptrend: DodgerBlue Downtrend: Crimson Trend Arrows: Signals appear when the trend changes. Adjustable Inputs: Fast l
FREE
As traders, we all know that risk management is the most important aspect of profitable trading. So, we need to determine the lot size, every time we need to open a new trade. The FX lot size calculator is a simple tool that will help you to determine your lot size easily without using any third-party service but you will be able to do that by your MetaTrader terminal. LIMITED TIME OFFER: 30$ FOR 10 ACTIVATION. Inputs: Maximum_Risk_Prc: To determine your preferred risk%. For example, if your ris
FREE
Market Time
Kaan Caliskan
3 (1)
MarketTime - 专业多时区时钟和交易时段指标 再也不会错过交易时段 - 实时监控全球市场时间 MarketTime是一款专业级指标,可直接在您的MetaTrader 5图表上显示多个时区、实时时段倒计时和可视化交易时段区域。在外汇交易中,时机就是一切 - 了解主要金融中心何时活跃以及时段何时重叠可以显著影响您的交易成功。 这个综合工具消除了对多个浏览器标签或外部应用程序的需求。监控全球市场时间所需的一切都在您的图表上,实时更新,界面简洁可定制,不会使您的工作空间杂乱无章。 了解更多: 完整文档和设置指南 (English) 限时优惠: 前50次下载免费!之后此产品将收费。立即下载以获取免费副本。 主要功能 多时区显示: 同时显示本地时间、经纪商时间、伦敦、纽约、东京和自定义时区,实时更新 实时时段倒计时: 精确的倒计时器,显示伦敦、纽约和亚洲时段开盘或收盘的剩余时间 可视化时段区域: 在图表上绘制彩色矩形,突出显示活跃交易时段,颜色和透明度可自定义 时段重叠检测: 特殊区域突出显示多个主要时段同时活跃时的高流动性时期 商品交易时间: 实时显示当前商品的开盘/收盘状态以及下次开
FREE
DC Indicator
Lamont Simone Reynecke
The donchian channel indicator might just be the best fit for you Trading in derivative products such as futures, options, CFD's, forex and certificates contains significant risk. These products are not suitable for every investor. Investors could potentially lose all or more than the original investment. If anything, only money equal to personal risk capital should be used and can be lost without jeopardizing financial security or lifestyle. Partially or fully automated trading programs can
FREE
Have you ever wondered which currency is the strongest at any particular time? Or which currency pair is trending the most. Well, the currency strength meter helps with just that.  It compares  USD ,  EUR ,  AUD ,  CHF ,  GBP ,  CAD  and  NZD  depending on the timeline you have chosen in settings, and ranks them on the number of pips each has moved compared to the rest. N/B: All currency charts of the above pairs must have loaded. You can do this by highlighting all major and minor currencies in
FREE
Lot Calculator MT5
Ibrahim Olalekan Ganiu
在 MetaTrader 上直接計算您的交易手數! 各位交易員,大家好!您是一位注重風險管理的交易者嗎?如果是,那麼這款工具正是為您量身打造的。我叫 Ibrahim,我開發了一款工具,可以根據您帳戶餘額中的風險百分比來計算您的交易手數。如果您想要承擔一個絕對值的風險,而不是以百分比的形式指定風險,這款工具也能幫您計算出合適的交易手數。例如,您可以指定從您的帳戶餘額中拿出 100 美元進行交易。 MT4 版本: https://www.mql5.com/en/market/product/155026 它是免費的,歡迎體驗!請在評論區留言,告訴我您希望我添加哪些功能,或您希望我為社區開發哪些其他工具。 祝您交易愉快,自動化交易快樂!
FREE
Strifor Lot Calculator — 适用于 MetaTrader 5 的指标,帮助交易者根据设定的风险和止损计算最佳手数。 它可以让交易更有意识,管理风险,并节省手动计算时间。 优势 精确的风险控制 — 根据所选风险百分比自动计算手数。 两种工作模式 — 手动输入参数或基于图表线计算。 支持常用工具 — 外汇对、黄金 (XAUUSD)、原油 (USOIL/WTI)、指数 (US500 等)。 快速直观地在图表上规划交易。 根据实际账户余额计算手数。 输入参数 Deposit — 手动输入资金(或 0 = 使用当前账户余额)。 RiskPercent — 每笔交易的风险百分比。 StopLossPips — 止损点数(仅手动模式)。 Mode — true = 手动模式,false = 基于线模式。 工作模式 手动模式 输入资金、风险和止损,指标将计算最佳手数。 基于线模式 在图表上画两条水平线: 入场线 — 开仓水平 止损线 — 止损水平 指标将自动测量距离并计算手数。 注意事项 在真实账户使用前,建议先在模拟账户测试指标。 不同经纪商的 Tick Value 和合
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
Price Momentum
Flavio Javier Jarabeck
4.92 (12)
Value Chart indicator presents the Price evolution in a new form. This indicator, Price Momentum , was developed taking all the calculations presented in the book " Dynamic Trading Indicators " by Mark W. Helweg and David Stendahl (2002). The technique involves de-trended Prices from a user-defined Period of analysis and the addition of a Volatility index correction. The result is an Oscillator with 3 zones: Fair Price Value, Overbought/Oversold and Extremely Overbought/Oversold zones. Adding th
FREE
Calmer chart context, kept practical Northstar Flow Candles MT5 is a chart-window indicator that presents Heikin Ashi candles with a five-state trend context. It is designed for traders who want a quieter view of price while keeping the native chart available as an optional reference. Visual-only indicator: Northstar Flow Candles MT5 does not place trades and does not send popup, push, or email notifications. What appears on the chart Five candle states: strong bullish, bullish, balanced, bearis
FREE
Ultimate MACD MTF Pro 是经典 MACD 的强大升级版 — 专为现代交易重新设计。 该指标为您提供 多周期 MACD (MTF)、动态直方图颜色、信号交叉标记以及基于动量的智能线条变色功能 。 专为追求清晰信号、早期趋势检测和专业级视觉清晰度的交易者打造。 主要功能 多周期 MACD (MTF) 轻松在当前图表周期或更高周期(H1, H4, D1…)之间切换。 非常适合自上而下的趋势确认。 清晰的 MACD 和信号线 – 可调节线条宽度 – MACD 穿过信号线时自动变色 – 平滑且视觉清晰的设计 5 色智能直方图 直方图根据以下情况变为 5 种不同颜色: 动量增加 动量减少 零轴上方或下方 趋势转变方向 这让您可以即时洞察趋势强度和反转。 交叉点(入场/出场点) 当 MACD 穿过信号线时,指标会绘制清晰的点: 绿色点 = 看涨交叉(买入机会) 红色点 = 看跌交叉(卖出机会) 非常适合发现早期反转。 高度可定制 您可以显示/隐藏: MACD 线、信号线、直方图、交叉点、MTF 模式、变色模式。 还包括
FREE
Automatic Trendlines
Pasi Hakamaki
4.68 (50)
该指标在图表上绘制趋势线。该指标有六个输入。用户可以为这两行指定替代标签。如果使用了指标的多个实例,则标签必须不同。用户可以设置线条的宽度和颜色以及深度,以指定应使用哪些显着的峰。例如,“深度= 10”使用当前的峰和谷设置趋势线,这些峰和谷在右侧和左侧至少有10条,并且高/低比峰值的高/低小/大。指标还绘制以前的高峰和低谷。指示器还具有警报功能,当价格与支撑线/阻力线相距预设距离时,可用于通知用户。警报距离以点为单位设置。.............................................................................................
FREE
The idea behind this indicator is to find all currency pairs that are over-bought or over-sold according to the RSI indicator at one go. The RSI uses the default period of 14 (this can be changed in the settings) and scans all symbols to find the RSI level you will have specified. Once currency pairs that meet the specification are found, the indicator will open those charts for you incase those charts aren't open and proceed to write the full list of currencies on the experts tab.
FREE
LT Donchian Channel
Thiago Duarte
4.86 (7)
Donchian Channel is an indicator created by Richard Donchian. It is formed by taking the highest high and the lowest low of the last specified period in candles. The area between high and low is the channel for the chosen period. Its configuration is simple. It is possible to have the average between the upper and lower lines, plus you have alerts when price hits one side. If you have any questions or find any bugs, please contact me. Enjoy!
FREE
Live Sup Res MT5
Claudia Ramona Angerer
4.89 (9)
Identification of support and resistance areas A useful indicator for traders completely free Can be used in all symbols Can be used in all time frames It has three different trends: short term, medium term, long term Settings: Clr1,2: You can change the color of the lines Type Trend: You can determine the trend Message me for questions, criticism and suggestions
FREE
Kiwi Multi Pairs Indicator MT5 v1.01 Kiwi Multi Pairs Indicator MT5 is a multi-market and multi-timeframe confirmation dashboard for MetaTrader 5. Instead of opening many charts and checking indicators individually, Kiwi Multi Pairs Indicator brings 9 markets, 5 technical indicators and 7 timeframes together in one easy-to-read dashboard. The indicator is designed to help traders quickly identify bullish, bearish and mixed market conditions and compare confirmation across different symbols and t
FREE
TradeVision Pro
Ian Nganga Comba
TradeVisonPro Forex Analyzer Pro MT5 交易账户分析与监控仪表板 TradeVisonPro Forex Analyzer Pro 是一款专为 MetaTrader 5 用户设计的交易分析和账户监控解决方案。 本产品将 MT5 交易数据整理到结构化的网页仪表板中,使交易者能够查看账户信息、监控未平仓头寸、分析交易历史、跟踪策略、记录交易日志以及查看绩效统计数据。 TradeVisonPro Forex Analyzer Pro 旨在帮助交易者整理交易信息,并通过受支持的桌面和移动网页浏览器访问这些数据。 主要功能 • MT5 账户仪表板 • 未平仓头寸监控 • 交易历史分析 • 交易日历 • 策略跟踪 • 交易日志 • 账户绩效统计 • 绩效报告 • 交易通知 • 多账户支持 • 可分享的只读报告 MT5 账户仪表板 在一个结构化的仪表板中查看 MetaTrader 5 交易账户的重要信息。 可显示的信息包括: • 账户余额 • 净值 • 可用保证金 • 保证金水平 • 未平仓头寸 • 浮动盈亏 • 交易量 • 经纪商信息 • 账户信息 仪表板集中显示
FREE
Session Range Boxes
Krzysztof Karleszko
1. What Is SessionsScope? SessionsScope is a professional trading indicator for MetaTrader 5 that maps every major trading session directly onto your chart — and tells you, at a glance, exactly where each session started, ended, and how far price moved inside it. Every day the forex market moves through four distinct windows: Asia, Frankfurt, London, and New York. Each session has its own character, its own range, and its own relationship to the sessions that came before it. The high of the A
FREE
Key Price Levels MT5
Wafa Mohammed Omar Abou Alwafa
5 (3)
Key Price Levels Indicator Indicator that shows the highs and lows for the significant price levels for past periods that could be potentially considered as reaction levels. The indicator displays the following price levels: Yesterday high and low The day before yesterday high and low Two days back high and low Last week high and low Last month high and low Last three month high and low (Quarter) Last year high and low
FREE
Rainbow MT5
Jamal El Alama
4 (1)
Description : Rainbow MT5 is a technical indicator based on Moving Average with period 34 and very easy to use. When price crosses above MA and MA changes color to green, then this is a signal to buy. When price crosses below MA and MA changes color to red, then this is a signal to sell. The Expert advisor ( Rainbow EA MT5 ) based on Rainbow MT5 indicator is now available here . MT4 version is available here .
FREE
Double Correlation indicator (free) plots two windowed correlations in a separate window.  the size of window is taken as input before the two symbols to correlate to. Two symbols are taken as an input parameters as well as period length. and the two correlations are computed with the currently shown symbol ex: input GBPJPY and AUDNZD.  current symbol EURUSD then the following will be computed corr(EURUSD,GBPJPY) and corr(EURUSD,AUDNZD) The indicator can be useful to run a multi-symbol pair trad
FREE
该产品的买家也购买
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Trend Trading System 目前价格为 $99 。 接下来的 30 次购买 后,价格将上涨至 $199 。 特别优惠: 购买 Smart Trend Trading System 后,请发送私信给我,即可免费领取 Smart Universal EA ,并将您的 Smart Trend 信号转换为自动交易。 Smart Trend Trading System 是一套完整的交易系统,具备不重绘、不回绘、不延迟的特点,专为希望获得更清晰信号、更准确趋势方向以及更有组织交易方式的交易者打造。   [User Manual]   ,  [PDF]  ,   [Installation manual]   and  [Online course] 它将 10 多种交易工具 整合到一个系统中,包括趋势检测、反转区域、Smart Cloud、移动止损逻辑、支撑与阻力、K线着色、提醒以及多周期分析。 该系统旨在帮助您应对不同的市场环境: 趋势市场: 识别主要趋势,发现回调,跟随
Trend Sniper X
Sarvarbek Abduvoxobov
5 (11)
Trend Sniper X 是一款适用于 MetaTrader 5 的多时间周期趋势跟踪指标,帮助交易者以清晰、精确的方式识别趋势方向和潜在的反转点。 价格信息: 当前价格为促销价,随着未来更新和新功能的发布,价格可能会有所变动。 Code2Profit 频道 通过多时间框架分析掌控市场! 如何使用 Trend Sniper X 最大化您的胜率:核心规则与交易时段技巧 技术规格 平台 MetaTrader 5 指标类型 多时间周期趋势指标 运行时间周期 任何图表时间周期,可独立选择更高的时间周期 (M1–MN1) 主要交易品种 外汇、黄金 (XAUUSD) 及其他差价合约 (CFD) 推荐账户 任何账户类型 可视化 彩色趋势蜡烛 (买入/卖出/微弱/变化) + 买入/卖出箭头 附加模块 交易时段方框 (悉尼、东京、伦敦、纽约) 主要功能 多时间周期趋势分析: 直接在当前图表上投射更高时间周期的趋势方向,提供清晰的宏观视角。 弱势/不确定柱检测: 高亮显示趋势条件不明朗的柱线,让交易者避开震荡区域。 买入/卖出信号箭头: 在确认趋势变化后的柱线上自动绘制箭头,支持警报、推送和电子邮件通
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 是一款专业的多重共振剥头皮交易系统,旨在帮助交易者识别更高概率的交易机会,提供更清晰的入场确认、基于 ATR 的止损(Stop Loss)和止盈(Take Profit)水平,以及适用于 XAUUSD、BTCUSD 和主要外汇货币对的灵活信号过滤功能。 完整文档可在产品博客中查看: [User Guide] 支持通过 SuperScalp Pro Auto Trader EA 进行自动交易: [Auto Trader] 关注 SuperScalp Pro 官方 MQL5 频道,获取产品更新、新闻和公告: [Official Channel] SuperScalp Pro 集成了 Supertrend、VWAP、EMA、RSI、ADX、成交量分析、布林带(Bollinger Bands)以及 MACD 背离分析,用于过滤低质量交易机会,减少虚假突破信号,并提高入场精准度。 SuperScalp Pro 专为 XAUUSD、BTCUSD 以及主要外汇货币对优化设计,通过基于 ATR 的波动率逻
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
Divergence Bomber
Ihor Otkydach
4.89 (94)
我偶爾會親自使用這個系統進行交易。 請評估我在真實帳戶上進行的手動 BOMBER 交易—— LIVE SIGNAL 购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理
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线颜色和
Entry Points Pro for MT5
Yury Orlov
4.51 (148)
传奇回归: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 此刻在哪里表现
M1 Sniper MT5
Oleg Rodin
5 (6)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Zoryk Gold
Reda El Koutbane
5 (6)
折扣将在 24 小时后结束——下一价格为 69 美元 ZORYK — MetaTrader 5 专用高级 XAUUSD 黄金信号系统 你一定熟悉这种感觉。 你花了很多时间分析黄金,等待合适的入场机会。终于开仓后,价格却立刻朝相反方向移动。你过早平仓、移动止损,或者只犹豫了几秒钟。随后,市场却在没有你的情况下到达了你原本预期的目标。 问题并不总是方向判断错误。 真正的问题是缺乏确定性。 你不知道准确的入场位置在哪里。 你不知道什么时候交易逻辑已经失效。 你不知道应该先锁定较近的利润,还是继续等待更大的行情。 你也不知道当前信号是否足够强,还是自己只是在强行寻找交易机会。 黄金市场变化非常快。一个没有明确计划的好想法,可能在几秒钟内变成错误的交易决定。 ZORYK 正是为了解决这个问题而开发。 什么是 ZORYK ZORYK 是一套完整的 XAUUSD 黄金信号与交易计划系统,专门为 MetaTrader 5  和 M5 时间周期 开发。 它不是一个只显示 BUY 或 SELL 箭头,然后让你独自决定其余所有内容的简单指标。 每个确认后的信号都可以在图表上显示完整的可视化交易计划,包
GoldenX Entry MT5
Kareem Abbas
5 (16)
GoldenX Entry 是一款用于 MT5 的指标,包含自适应 Smart Entry Trend 算法、信号评分系统、市场状态识别器以及波动率过滤器。每个信号都包含计算得出的入场位、三个止盈位(TP1、TP2、TP3)以及止损位。它基于多个分析层构建,旨在适应不同市场条件,将多层分析系统与内置优化器及统计跟踪系统相结合。该指标基于风险收益比(RR)指标和历史交易行为提供量化分析。 开始使用非常简单——在所选时间周期上运行优化器,然后在图表上开始使用该指标。 核心功能 GoldenX Entry 将信号引擎与内置交易管理及历史统计跟踪整合在同一图表中: - 内置优化器: 优化器可在图表上单击运行。它通过两阶段搜索流程测试200种参数组合——先进行探索,再进行优化——并在完成后自动应用选定配置。结果会按时间周期缓存,因此当返回已优化的周期时,会立即恢复相同设置。 - 黄金品种自动周期识别: 将指标加载到任何 XAUUSD 图表(M1 到月线)。系统会自动识别当前周期并加载对应预设。共包含9个时间周期配置文件,专为黄金在标准周期上优化设计。切换周期时,参数会自动调整。 - 资金参考面
Gold Entry Sniper
Tahir Mehmood
5 (19)
Gold Entry Sniper – 专业多周期ATR黄金交易仪表盘,适合黄金剥头皮与波段交易 Gold Entry Sniper 是一款先进的 MetaTrader 5 指标,旨在为 XAUUSD 及其他品种提供精准的 买/卖信号 。基于 ATR 移动止损逻辑 和 多周期分析仪表盘 ,适合剥头皮交易者与波段交易者,帮助识别 高概率黄金入场点 。 主要功能与优势 多周期信号分析 – 同时显示 M1、M5、M15 趋势方向。 基于ATR的动态止损 – 根据波动性自动调整。 专业图表仪表盘 – 展示信号状态、ATR水平、线性回归中线和交易方向。 清晰买卖标记 – 自动箭头与文字标签提示。 离场提示与交易管理 – 自动检测离场信号锁定利润。 全面自定义 – 调整仪表盘位置、颜色、字体及参数。 专为黄金优化 – 适用于 M1至M15 黄金剥头皮 ,也适合外汇、指数与加密货币。 为什么选择 Gold Entry Sniper? 为追求 快速、精准、可视化交易决策 的交易者打造,ATR 与多周期确认结合,帮助你抓住 最佳黄金入场点
Superhero
Ihor Otkydach
5 (2)
SUPERHERO 指標是一款基於「全方位」原則設計的多貨幣交易系統。該指標能獨立分析市場,並提供開倉與平倉的交易訊號。它採用止損與獲利了結訂單,風險報酬比(R:R)為 1:1。 我偶爾會根據這個系統的訊號親自進行交易,以下是我獲得的結果—— 即時訊號 此系統可向您的智慧型手機發送推播通知,讓您無需綁定電腦,即可「隨時隨地」進行交易。這對於自營交易公司而言再適合不過了。 每位顧客皆可享額外好禮: 每位購買此指標的買家,都將收到我贈送的一項特別實用工具,該工具: 自動下達止損與獲利了結訂單 當價格達到目標水準時,系統會自動平倉 支援待執行訂單交易 支援均值交易模式 如果您希望將這款優秀且極為便利的工具作為禮物獲贈,請在購買 SUPERHERO 指標後,立即透過 MQL5 平台的私訊與我聯繫。此外,您還將獲得培訓課程「如何安裝與設定 SUPERHERO 並開始穩定獲利」的存取權限。 關於「超級英雄」策略 SUPERHERO 策略是利用價格回調時,順應趨勢方向進行盤中交易。 「超級英雄」程式碼內含數個強大的技術指標,用以分析價格通道的趨勢方向與波動範圍,並能識別在修正性回調後形成的盤中波段反
UZFX {SSS} 超短线智能信号 v4.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 我的建议* 最佳时间周期:15分钟及以上。 {H1} 是我的最爱。而且效果令人惊叹……!! 更新后的主要功能 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的早期预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、TP2和TP3水平 • 完全可自定义的风险回报比 • 实时警报、声音提醒和移动端推送通知 • 带交易建议的专业信息面板 • 适用于所有MT5交易品种和时间周期 • 界面简洁、轻量且用户友好 为什么交易者选择 UZFX SSS? 大多数交易者亏损的原因在于入场过晚、平仓过早,或者缺乏明确的交
Gann Made Easy MT5
Oleg Rodin
5 (9)
Gann Made Easy   是一个专业且易于使用的外汇交易系统,它基于使用先生理论的最佳交易原则。 W.D.江恩。该指标提供准确的买入和卖出信号,包括止损和获利水平。您甚至可以使用推送通知在旅途中进行交易。 购买后请联系我,即可免费获得交易指导和超棒的额外指标! 您可能已经多次听说过江恩交易方法。通常 Gann 的理论不仅对于新手交易者而且对于那些已经有一定交易经验的人来说都是非常复杂的东西。这是因为江恩的交易方法在理论上并不那么容易应用。我花了几年时间来完善这些知识,并将最好的原则应用到我的外汇指标中。 该指标非常易于应用。您所需要的只是将其附加到您的图表并遵循简单的交易建议。该指标不断进行市场分析工作并寻找交易机会。当它检测到一个好的入口点时,它会为您提供一个箭头信号。该指标还显示止损和获利水平。 换句话说,当您像先生一样进行交易时,该指标会为您提供最佳江恩建议。江恩亲自告诉你此时此刻该做什么。但最好的部分是您不需要了解任何有关江恩交易原则的知识,因为该指标会为您完成整个市场分析工作。
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
FiboSniper Pro
Van Minh Nguyen
5 (2)
FiboSniper Pro – 专业多重过滤 Fibonacci 网格交易系统 FiboSniper Pro 是一套先进的技术交易指标系统,将 Fibonacci Envelopes 与 ADX、EMA、RSI、ATR 和时间过滤器等多层过滤条件相结合,用于帮助识别经过过滤的潜在入场机会,并根据 ATR 波动率自动计算止损和止盈水平。该系统专为专注于 M5 剥头皮交易策略的交易者设计。 购买后,请联系我获取使用 Auto Trader X 自动交易 FiboSniper Pro 信号的操作说明。 通过 Auto Trader X 实现自动交易: [Auto Trader X] 查看用户指南并下载推荐的设置文件: [Click here] 加入 FiboSniper Pro MQL5 官方公开频道,获取产品更新和新闻: [Click here] 该系统使用 5 个 Fibonacci 水平(23.6%、38.2%、50%、61.8% 和 100%)识别动态支撑和阻力区域,这些水平基于 Moving Average 与 ATR 的组合计算。当价格触及或突破这些水平时,系统会生成 Buy
Power Candles MT5
Daniel Stein
5 (9)
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线上自动回答这些问题。结果就是一个完整的交易方案 -
Trend Catcher ind mt5
Ramil Minniakhmetov
5 (18)
趨勢捕捉指標 趨勢捕捉指標結合了作者獨有的客製化自適應趨勢分析指標,用於分析市場價格趨勢。它透過過濾掉短期噪音,並專注於潛在的動能強度、波動性擴張和價格結構行為,來識別真實的市場方向。此外,它還結合了平滑和趨勢過濾等客製化指標,例如移動平均線、相對強弱指標 (RSI) 和波動率過濾器。 您可以在這裡查看實際運行情況以及我的其他產品: https://www.mql5.com/en/users/mechanic/seller 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。 重要提示!購買後請立即聯繫我,以獲取使用說明和額外獎勵! 請注意,我不會在 Telegram 上出售 EA 或任何設置,那是騙局。所有設定都可以在我的部落格上免費取得。
SkyHammer Signal Pro
Shengzu Zhong
5 (4)
SkyHammer Signal Pro Professional No-Repaint Trend Signal Indicator with Locked Entry, SL and TP Levels SkyHammer Signal Pro is a structured trend and momentum signal indicator designed for traders who want clear, fixed, and verifiable trading signals. It works best on lower timeframes such as M1 and M5 . The indicator does not try to predict tops or bottoms. Instead, it waits for confirmed market structure, trend direction, momentum strength, volatility quality, and target space before generati
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (3)
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
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro 是一款適用於 MetaTrader 5 的趨勢跟隨指標,專為希望在圖表上獲得更清晰訊號、更有結構的交易設定,以及更實用風險管理的交易者而設計。 它不僅僅顯示一個簡單的箭頭,GEM Signal Pro 還能以更清晰、更易讀的方式呈現完整的交易思路。當條件確認完成後,指標可在圖表上顯示進場價、止損價與止盈目標,幫助交易者更有效率地評估交易設定。 運作方式 該指標首先根據其內部邏輯識別有效的初始訊號。 當確認條件滿足後,GEM Signal Pro 會在圖表上顯示完整的交易設定。這讓交易者可以更清楚地看到交易結構,並減少手動分析與計算的工作量。 圖表上的交易價位 對於已確認的訊號,GEM Signal Pro 可顯示: 進場價 止損價 止盈 1 止盈 2 止盈 3 風險報酬比 這讓交易設定更容易理解,也有助於讓圖表分析更有條理。 內建風險管理 風險管理是此指標設計的重要部分。 止損位基於近期市場結構,結合附近的擺動高低點與可選的 ATR 緩衝距離。這能讓交易價位更貼近當前市場條件,而不只是依賴固定距離。 圖表資訊面板 GEM Si
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro:用于 MT5 的合成多周期偏向引擎 ️ 夏季上市优惠 — 早期买家可以 199 USD 获得 The Oracle Pro。价格将随关注度上升;最终价格 399 USD。 The Oracle Pro 是一款面向高要求与专业交易者的 MetaTrader 5 高级多周期 偏向引擎 。它以纪律回答一个问题:当前每个周期的方向偏向是什么、强度如何、各周期之间的一致程度如何?一切仅在已收盘的 K 线上计算——绝不重绘。 The Oracle Pro 是一套多因子共识系统。它将专有指标与优化算法整合为单一而精密的共识向量,并在单个指标实例内,跨当前周期与更高周期的堆栈进行读取——而不是在多个图表上堆叠互不相关的工具。 它是 Oracle 共识方法的专业进化版:完整重建为高级操作控制台,面向希望在一个纪律化工作流中获得深度、多周期背景与背离洞察的交易者。 是偏向引擎,而非信号生成器 The Oracle 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设置形成且自适应确认逻辑
本产品已针对 2026 年市场进行更新,并针对最新 MT5 版本进行了优化。 价格更新通知: Smart Price Action Concepts 目前价格为 $200 。 接下来的 30 次购买 后,价格将上涨至 $299 。 特别优惠: 购买后,请发送私信给我,即可领取 免费赠品 + 礼物 。 首先需要强调的是,这款交易工具是不重绘、不回绘、不延迟的指标,因此非常适合专业交易使用。 [Online course] ,   [User Manual]  ,  [How to Install]  ,   [PDF] Smart Price Action Concepts 指标是一款非常强大的工具,适合新手和有经验的交易者使用。它将 20 多个实用指标整合到一个系统中,结合了 Inner Circle Trader Analysis 和 Smart Money Concepts Trading Strategies 等高级交易理念。该指标专注于 Smart Money Concepts,帮助交易者理解大型机构如何交易,并辅助预测其市场行为。 它特别擅长流动性分析,使交易者更容易理解机
ARICoins
Temirlan Kdyrkhan
ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
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,而这正是平均风险回报比真正开始大放异彩的地方。 默认参数开箱即用,已经针对稳定表现进行
Ace Trend
Mikhail Sergeev
5 (3)
我们为您呈现一个革命性的指标,它改变了趋势交易世界的游戏规则。 该指标旨在重新思考性能并将您的交易体验提升到前所未有的高度。 我们的指标拥有先进功能的独特组合,使其有别于竞争对手。 "真实定价因素"的先进技术即使在最困难和最不稳定的市场条件下也能确保无与伦比的稳定性。 告别不稳定的模式,破碎的指标,欢迎有意识的,受控的交易。 该指标不仅仅是一个美丽的画面! 指标应该将赔率转移到交易者身边,从而赚取利润。 熟悉基于指标信号的交易结果(全自动模式): https://www.mql5.com/zh/signals/2339244 AceTrend在根据RBTI版本的趋势指标排名中排名第一。 AceTrend-最大的盈利能力和交易控制. 我们的指标根据当前市场报价而不是历史来突出盈利能力。 加入革命-释放您的交易经验的潜力! 指标不会在已形成的柱上重绘。 如果柱形已形成,指标读数保持不变。 该指标适用于从M1到MN的任何时间框架。 标准是H1时间框架。 您的反馈非常重要! 您有任何问题,建议,或只是想分享您的意见? 写评论或发送消息-我总是保持联系! 指标参数: PreSets - 如果选择
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction 是一款三维市场分析工具。它通过同时计算多个维度上的精确百分比偏差,提供完全客观的、基于算法的市场分析视角。该算法采用先进的人工智能建模工具开发,并经过全面测试,旨在以独特的精准度解读市场。它可以分析您平台上的任何货币对或金融工具。 无论您是短线 交易者、日内 交易者还是波段交易者,Quant Direction 都是您的理想之选。 交易者的真正优势 Quant Direction 的真正优势在于彻底消除情绪、屏幕疲劳和过度思考。它无需手动点击十几个图表来寻找方向并反复质疑自己的偏好,引擎即可在几毫秒内即时处理 8 个时间周期(从 5 个月到月线)。它能准确告诉你任何时刻谁在掌控市场,确保你始终朝着概率最高的方向进行交易。 市场分析的三个维度 该算法将市场分为三个不同的交易维度,为您提供完整的宏观和微观视角: 超短线交易分析: 捕捉即时、快速的动量变化和较低时间框架的执行点。 日内分析: 识别真实的、潜在的每日方向性偏差。 波动分析: 专注于宏观趋势,确保您不会与大盘机构的走势背道而驰。 独家评分引擎 Quant Direction 的底层采用了一套
作者的更多信息
Breakout Target
Muhammad Hassaan
NeuronBreakout identifies volatility compression before the market expands. It waits for price to contract, anchors a breakout range to the most recent confirmed swing, tracks that range until price closes beyond it, then projects a complete trade with entry, ATR-based stop loss, and three R-multiple profit targets. Every completed breakout remains frozen on the chart, allowing you to review past setups exactly as they formed. It is an indicator for chart analysis only: it draws on the chart, it
Cardwell Range
Muhammad Hassaan
Cardwell Range Analyze reads trend from the range the RSI holds, not from a fixed overbought or oversold line. Andrew Cardwell's observation was that in a genuine uptrend the RSI oscillates inside a higher band and rarely breaks below it, while in a downtrend it works a lower band and rarely breaks above — so the band the RSI is respecting is itself the trend signal. This indicator turns that reading into a confirmed regime, colours the chart by it, and projects a full ATR trade the moment the r
SMC Flow Cloud
Muhammad Hassaan
SMF Cloud is a clean, lightweight chart indicator that visualizes directional market flow using an adaptive trend “cloud”, dynamic volatility bands, retest markers, and a TradingView-style strength gauge. It is designed for fast decision-making: identify trend shifts, measure trend strength, and spot pullback/retest opportunities at a glance. Key Features Smart Money Flow Trend Cloud Smooth trend baseline (EMA or ALMA) with optional additional smoothing. Clear bullish/bearish flow visualization
NeuronLiquidity is a chart-overlay indicator for MetaTrader 5 from Neuron Systems that maps where liquidity rests and marks the exact bar where it is taken. It is an indicator only: it draws on your chart and raises alerts. It does not place trades, it does not send buy or sell orders, and it does not manage positions or accounts. Native MQL5, no DLLs, no external dependencies. Works on any symbol (forex, gold and metals, indices, crypto) and any timeframe. === HOW IT FINDS LIQUIDITY POOLS === A
Chandelier Exit Pro
Muhammad Hassaan
Chandelier Exit PRO A precise and reliable trend-following indicator for MetaTrader 5 Chandelier Exit PRO is a professionally engineered implementation of the Chandelier Exit indicator, designed to closely match the original version in both logic and signal behavior. It provides clear trend direction, dynamic stop levels, and well-timed reversal signals, making it suitable for traders who require consistency and accuracy in their decision-making. Core Features Accurate Logic This indicator repli
FREE
SuperTrend V
Muhammad Hassaan
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator: Ca
FREE
Trade. Allows you to perform basic trading operations in one click directly from the chart. Trading operations: Open Buy and Sell market positions with one click. Specify lot size manually before opening a trade. Set Stop Loss and Take Profit as price levels . Stop Loss and Take Profit are automatically initialized at a fixed distance from the current market price (default: ±50 pips , symbol-aware). Fully supports Forex, Metals (XAUUSD), Indices, and other MT5 symbols with correct price formatti
FREE
Trend Magicc
Muhammad Hassaan
*This is tradingview indicator converted to mql5* The Trend Magic Indicator is a popular technical analysis tool used to identify the direction of a market trend and potential trend reversals. It is a versatile indicator that can be applied to various financial instruments and timeframes. The Trend Magic Indicator consists of a combination of moving averages and a volatility-based filter. It aims to smooth out price fluctuations and provide a clearer visualization of the underlying trend. Here
FREE
CM SlingShot System
Muhammad Hassaan
*This is tradingview indicator converted to mql4* The CM Slingshot System Indicator is a trading tool that aims to identify potential trade setups based on market volatility and price action. It is designed to help traders spot entry and exit points in trending markets. The CM Slingshot System Indicator combines multiple indicators and techniques to generate trading signals. Here are the key features and components of the indicator: Bollinger Bands: The indicator incorporates Bollinger Bands, w
Chandelier Exits
Muhammad Hassaan
*This is tradingview indicator converted to mql4* The Chandelier Exit Indicator is a popular technical analysis tool developed by Chuck LeBeau. It is designed to help traders identify potential exit points for their trades based on market volatility and the concept of trailing stops. The Chandelier Exit Indicator consists of three main components: Average True Range (ATR): The indicator utilizes the Average True Range, which measures market volatility. The ATR calculates the average range betwe
UT bot alerts
Muhammad Hassaan
*This is tradingview bot converted to mql4* The UT Bot Alert Indicator is an advanced technical analysis tool designed to help traders optimize their trading performance. This innovative indicator is based on the proven UT Bot system, which utilizes multiple indicators to deliver accurate signals that can help traders make better decisions. The UT Bot Alert Indicator provides a range of features that can help you stay on top of market trends and capitalize on opportunities. Here are some of its
UT bot alert
Muhammad Hassaan
UT Bot Alerts is a technical indicator for MetaTrader 5 that highlights potential directional changes based on momentum conditions. The indicator marks signal points directly on the chart and can generate optional notifications for convenience. The signal generation logic can operate in two modes: Closed-bar mode: signals are confirmed only after the bar closes. Live-bar mode: signals are displayed during the formation of the current bar. Both modes are available depending on the user's preferr
HA Market Bias
Muhammad Hassaan
*This is trading view indicator converted in mql5* The HA Market Bias Indicator is a popular tool used in trading and technical analysis, designed to help traders identify market bias and potential trend reversals. It is commonly used in conjunction with candlestick charts and provides valuable insights into market sentiment. The indicator is based on the Heiken Ashi (HA) candlestick charting technique, which aims to filter out market noise and provide a smoother representation of price action.
The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings. The indicator includes integrated alerts for trendline breakouts. Any valid trendlines methodology can be used with the indicator, users
AI Range Breaker
Muhammad Hassaan
Note: Kindly inbox me for setfile AI Range Breaker watches a time window you choose each day, marks that session’s high and low , then automatically places pending buy/sell orders just outside the range. If price breaks out, the EA manages the trade with breakeven, candle-based trailing, optional partial close, and a single scale-in once price moves in your favor. If nothing happens, the pending orders are removed after a set number of candles—keeping your chart and account clean. Best use Work
This indicator builds a Pivot Anchored Volume Profile (VAP/VPOC approximation using tick volume) and automatically splits the profile into pivot-to-pivot segments , giving you a clean, TradingView-like view of where volume concentrated during each swing. It draws a horizontal histogram for every segment and highlights the Value Area and key levels, making it easy to spot acceptance/rejection zones, high-volume nodes, and potential support/resistance. Key Features Segmented Volume Profile (Pivot-
NeuronScanner - Multi-Symbol Multi-Timeframe Confluence Scanner for MetaTrader 5 NeuronScanner is an on-chart scanner and dashboard for MetaTrader 5. It shows a colour-coded grid of confluence scores across many symbols and timeframes on one panel, so you can review a whole watchlist at once. Works on any symbol: forex, metals, gold, indices and crypto. HOW IT WORKS For every symbol and timeframe in the grid, NeuronScanner reads eight indicators and turns each into a simple vote - bullish, be
NeuronStructure reads market structure the way a desk does and labels every event on the exact closed bar that confirmed it, so what you see now is what you would have seen then. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the market-structure companion to NeuronLiquidity, built to sit alongside it: structure tells you the framework and bias, liquidity te
Neuron Sessions
Muhammad Hassaan
NeuronSessions maps the four trading sessions, Sydney, Tokyo, London and New York, directly on your chart and keeps the read honest: a completed session is frozen and never redrawn, only the live one develops. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. It is the sessions companion to NeuronLiquidity and NeuronStructure, and is built to sit alongside them: stru
Neuron Sniper ICT
Muhammad Hassaan
NeuronSniper is a complete ICT (Inner Circle Trader / smart-money) workspace and setup engine for MetaTrader 5 from Neuron Systems. It maps the whole picture, market structure, liquidity, order blocks, fair value gaps and premium/discount, and then marks one strict, high-quality reversal setup with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or acc
Neuron Flow SMC
Muhammad Hassaan
NeuronFlow is a smart-money trend-continuation toolkit for MetaTrader 5 from Neuron Systems. It reads market structure and then, on every confirmed break, marks a continuation setup, a pullback into the fresh order block or fair value gap left by the move, in the direction of the trend, with a fixed risk:reward plan. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts.
Neuron Super Trend
Muhammad Hassaan
NeuronTrend is a premium adaptive trend engine for MetaTrader 5 from Neuron Systems. It draws one clean, non-repainting baseline that colours the trend blue (up) or red (down), surrounds it with a translucent neon trend cloud, and reads the trend across timeframes in a live dashboard. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repaint
NeuronCloud is a premium moving-average cloud for MetaTrader 5 from Neuron Systems. A fast and a slow moving average fill a translucent neon cloud behind the candles and colour it blue (up) or red (down), while a multi-MA ribbon between them shows when a trend is fanning out or compressing into a squeeze. It is an indicator for chart analysis only: it draws on the chart, it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5,
NeuronIchimoku is a premium Ichimoku Kinko Hyo indicator for MetaTrader 5 from Neuron Systems. It draws the full classic Ichimoku system, projects the cloud forward of price, and scores every Tenkan/Kijun cross with a transparent five-factor confidence engine so you can see, at a glance, which crosses agree with the bigger picture and which do not. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or a
NeuronQuant is a premium quant analytics indicator for MetaTrader 5 from Neuron Systems. It reads the chart with the kind of statistical tools common in quantitative analysis: a forward expected-move range, realized volatility, a market-regime read and a standardized z-score. It is an indicator for chart analysis only: it does not place, modify or close trades, it does not send orders, and it does not manage positions or accounts. Native MQL5, no DLLs, non-repainting closed-bar logic. Works on a
NeuronPropGuard — prop-firm rule compliance & trade management for MT5 Most funded accounts are not lost on bad entries — they are lost on a single trade that crosses the daily-loss line or the max-drawdown floor. NeuronPropGuard keeps those rules in front of you in real time, sizes every trade against the room you actually have left, and can step in before a buffer is breached. It reads only your own MetaTrader 5 account — no external feed, no signals, no profit promises. It cannot guarantee co
NeuronDivergence — multi-oscillator confluence divergence engine for MT5 A single oscillator showing divergence is a hint; three agreeing at once is a setup. NeuronDivergence reads RSI, MACD and Stochastic together, finds regular and hidden divergence on each, and only marks a signal when enough of them agree — then scores that agreement 0–100 with a confidence engine and draws it on your chart with entry, stop and target levels, a command dashboard and alerts. It is non-repainting and closed-ba
NeuronCopier — a local MT5 trade copier that actually thinks Most copiers blindly mirror lots. NeuronCopier verifies the symbol by price, sizes each trade by risk, scores the master it is copying, protects the receiving account against prop-firm and drawdown breaches, and ships with a full on-chart trade manager. It mirrors trades from one MetaTrader 5 account to one or many others running on the same PC , instantly and reliably, through the shared terminal data folder. 100% native MQL5 — no DLL
NeuronReplay — replay each of your closed trades one by one, bar-by-bar, and analyze exactly what happened Your trade history is just a list of numbers. NeuronReplay turns it into film. It lists every closed trade in a dashboard; click any one and it re-plays that single trade candle-by-candle on its own chart , exactly like stepping through the MetaTrader 5 Strategy Tester — but scoped to a real trade you already took. You see the entry, the stop, the target and the exit drawn in, a floating P&
NeuronJournal - Trading Journal and Analytics Dashboard for MetaTrader 5 NeuronJournal reads your own MetaTrader 5 closed-trade history and presents it as an analytics dashboard inside the terminal. It shows your performance metrics, a calendar of daily results, a quant-style score of your trading, and a detailed breakdown of every trade and every day, with a built-in notes journal. It is an analytics and journaling tool only. It reads your account and draws. It does not give trading signals and
筛选:
无评论
回复评论