Hull MA MTF

HMA MTF: Multi-Timeframe Hull Moving Average Matrix

Tired of flipping through six different charts just to check the trend direction? Say goodbye to screen chaos and analysis paralysis. HMA MTF condenses the power of the ultra-fast, low-lag Hull Moving Average across six user-defined timeframes into one clean, high-performance graphic panel right on your main chart.

By pairing the low-lag responsiveness of the Hull Moving Average with volatility-normalised ATR calculations, this indicator gives you an institutional-grade view of market structure without lagging behind the price action.

The Four Critical Questions This Indicator Answers For You

To survive the markets, a trader needs to answer four vital questions before placing any trade. HMA MTF answers all of them in real-time at a single glance:

  1. What is the structural tide? The Strategic Trend Direction section constantly tracks your macro timeframes (e.g., D1, H4, H1) so you never trade against the major market momentum.

  2. Is the entry timing right? The Tactical Entry Signals section monitors your micro timeframes (e.g., M30, M15, M5) to pinpoint the exact moment momentum aligns with the macro trend.

  3. Is the trend sustainable, or is it dying? The dynamic HEALTH Score (0–100%) grades trend quality mathematically. Know instantly if a trend is robust (80%+) or a weak, choppy trap to avoid (<40%).

  4. Is the price overextended? The DIST(ATR) column normalises price distance using the Average True Range. It explicitly warns you if the market is safely within a healthy zone ($0.5x - 1.5x$), overextended and ripe for a pullback ($>2.0x$), or trapped in a low-volatility breakout risk ($<0.3x$).

EA Ready: Power Your Automated Systems

Built with algorithmic developers in mind, you do not have to guess or calculate complex multi-timeframe arrays inside your Expert Advisors. All core panel analytics and execution triggers are stored in easily accessible structural buffers via standard iCustom calls, allowing you to build automated strategies with ease.

Integrate the dashboard's internal logic and crossover entry triggers into your automated system using these specific buffers:

  • Buffer 2 (Buy_Signal): Contains the exact value for the bullish crossover arrow (returns an active price double when a buy arrow triggers, otherwise EMPTY_VALUE ).

  • Buffer 3 (Sell_Signal): Contains the exact value for the bearish crossover arrow (returns an active price double when a sell arrow triggers, otherwise EMPTY_VALUE ).

  • Buffer 4 (HMA_State): Returns the directional trend state (1 = Bullish, -1 = Bearish, 0 = Flat).

  • Buffer 5 (HMA_Health): Returns the trend health percentage float (0.0 to 100.0).

  • Buffer 6 (HMA_Distance): Returns the volatility-normalised distance from the HMA line.

// Example EA Crossover and Filter Integration: double buyArrow = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 2, 0); double sellArrow = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 3, 0); double hmaState = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 4, 0); double hmaHealth = iCustom(_Symbol, PERIOD_CURRENT, "HMA MTF", 5, 0); // Execute long on a fresh crossover when the macro trend health is robust if(buyArrow != EMPTY_VALUE && hmaHealth > 70) { // Direct execution trigger for LONG position } // Execute short on a fresh crossover when the macro trend health is robust if(sellArrow != EMPTY_VALUE && hmaHealth > 70) { // Direct execution trigger for SHORT position }

Ease of Use and Configuration

No complex setups. No tedious configurations. Drop it onto any chart, and the smart engine begins crunching data instantly.

  • Universal Timeframe Flexibility: Assign ANY timeframe to ANY slot. Mix and match easily, whether you are a scalper utilising M1/M5 or a swing trader scanning Daily/Weekly charts.

  • Asymmetric Trend Weighting: Customise how much weight your macro vs. micro timeframes carry ( TrendTFWeight vs EntryTFWeight ). The panel automatically calculates a weighted Aggregate Confidence Score (%) based on your specific trading style.

  • Smart Generative Insights: The built-in text engine reads the layout matrices and prints clear instructions like "Strong trend alignment. Consider trend-following entry" or "Price extended from moving average... MEAN REVERSION POSSIBLE".

  • Built-in CPU and Performance Safeguards: Features a throttled graphical update timer ( PanelUpdateIntervalMs ) and optional heavy metrics to ensure your MetaTrader platform stays lightning fast, even during high-impact news events.

  • Anti-Spam Alerts: Includes smart cooldown timers so you get alerted exactly when a structural shift happens—without your terminal freezing or chiming continuously.

Built-In Trading Strategies Supported

  • Trend Following: Trade high-conviction alignments when the dashboard flags a STRONG BUY with > 75% confidence and high average health.

  • Mean Reversion: Catch sharp counter-trend pullbacks when the Insight Bar flags multiple timeframes as OVEREXTENDED (>2.0x ATR).

  • Conflict Avoidance: Protect your capital by instantly identifying flat, choppy markets when quality is graded as LOW or signals conflict.

推荐产品
# 回撤指标 V4.0 - 掌控交易的必备工具 ## 通过完整的实时绩效概览改变您的交易 在要求严苛的外汇和差价合约交易世界中,**了解您的实时绩效**不是奢侈品,而是**绝对必需**的。**回撤指标 V4.0** 不仅仅是一个简单的指标:它是您的**专业仪表板**,为您提供清晰、精确和即时的交易账户状态视图。 --- ## 为什么这个指标将永远改变您的交易 ### 90% 交易者面临的问题 您是否曾经遇到过以下情况之一? **您不确切知道自己的状况** - 您的 MT5 平台显示数字,但您必须心算您的真实表现。 **您发现回撤为时已晚** - 当您意识到已经损失了 15% 的资金时,已经太晚了,无法有效应对。 **您缺乏历史可见性** - 无法快速知道本周、本月或今年是否盈利。 **您浪费时间分析交易** - 您必须打开多个窗口、进行计算,并失去对市场的关注。 **您没有概览** - 有多少持仓?我的全局盈亏是多少?我今天的表现如何? ### 解决方案:一体化专业仪表板 **回撤指标 V4.0** 通过提供一个**完整的控制面板*
The Ultimate Ichimoku MTF Dashboard: Your All-In-One Trading Edge Transform Your Trading with One Powerful Indicator Imagine having a professional trading assistant that monitors multiple timeframes simultaneously, identifies high-probability entries, warns you of potential reversals, and provides clear risk management guidance-all in one clean, intuitive display. That's exactly what the Ichimoku MTF Dashboard delivers.     Why This Isn't Just Another In
Advanced Trading Chaos
Sergei Gurov
5 (1)
Advanced Trading Chaos  The main purpose of the indicator is to help the trader detect the signals described by Bill Williams in his books to make a quick and correct trading decision. 1)Bullish/Bearish Reversal Bar(BDB) 2) Divergent Bar(DB) 3) Second Sage Signal — the third consecutive Awesome Oscillator bar  4) Working fractals (Fractals that worked above/below the red forehead  5) Three bar coloring modes 5.1) Coloring of bars according to the AO indicator (Including the squatting bar) 5.2
Universal Soul Reaper
Pieter Gerhardus Van Zyl
Universal Soul Reaper is an atmospheric market-flow oscillator designed to interpret price behavior as a cycle of spiritual energy. Instead of reacting to raw price alone, it visualizes the state of the market’s soul —revealing when momentum is awakening, stabilizing, or fading. The indicator operates in a separate window and presents three interwoven entities: the Ectoplasmic Veil , the Spirit Boundary , and the Soul Core . Together, they form a living framework that helps traders sense pressu
RBreaker
Zhong Long Wu
RBreaker Gold Indicators 是黄金期货一种短线日内交易策略,它结合了趋势跟踪和日内反转两种交易方式,既能捕捉趋势行情的利润,又能在行情反转时及时止盈并顺势反手。 该策略曾连续15年被美国《Futures Truth》杂志评选为前十大最赚钱的交易策略之一,具有很长的生命周期,至今仍在国内外普遍使用与研究。 本指标结合了2026年期货黄金的走势,依据14日ATR指标,分别定义了突破系数A,观察系数B,反转系数R更合理的数值,非常不错的指标,已实现年稳定盈利,值得推荐~ 以上指标适合高波动品种,参数适合期货黄金,股指期货等,如果需要其他品种行情,需要单独设定 突破系数A,观察系数B,反转系数R,进行回测才能使用。 欢迎指标售后有问题可以加+V:504282029
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
Wedge Pattern MT5
Sathit Sukhirun
Chinese 这款指标就像是为热衷于图表形态交易的交易者提供的高级图表分析助手。它的设计初衷是减轻视觉分析的负担,并提高盈利的准确性。 从实际应用角度来看,这款指标的主要优势如下: 1. 自动形态检测 (Automated Pattern Detection) 节省时间并减少偏见: 您无需再手动绘制趋势线。指标会寻找价格波段的高低点(Pivot High/Low),并在价格结构符合条件时,自动绘制出上升楔形(Rising Wedge)和下降楔形(Falling Wedge)的框架。 涵盖所有情况: 能够检测正在形成的形态、突破(Breakout)的瞬间,甚至是失败(Failed)的形态,让您清晰地掌握市场全貌。 2. 内置目标和斐波那契止盈 (Built-in Targets & Fibonacci TP) 自动计算目标: 当发生突破时,系统会根据楔形开口的宽度立即计算出主要目标(Main Target)距离,让您明确知道该把止盈(Take Profit)设在哪里。 支持分批平仓 (Scaling Out): 划出多达5个级别的斐波那契线作为子止盈点,非常适合喜欢在关键支撑/阻力位分
RITZ QAFo's PANEL – Quantum Adaptive Fractal Oscillator Panel Adaptive Precision for Smarter Trading Decisions Ritz QAFo's Panel (Quantum Adaptive Fractal Oscillator) is a next-generation adaptive trading indicator engineered to detect high-probability BUY and SELL opportunities through a sophisticated fusion of momentum, trend strength, volatility, and fractal market dynamics. More than a traditional oscillator, QAFo continuously adapts to evolving market structures—reducing noise, filtering fa
Monitor your order
Eslam Mohamed Hassanein Hassan Aly
Advanced Lot & Profit Monitor PRO is a powerful MT5 indicator that provides real-time monitoring of your trading positions directly on the chart. It displays the number of orders, total lot sizes, and profit (including swap) for Buy and Sell positions separately, as well as the overall account performance. Designed with a clean and customizable interface, this tool helps traders stay in control of their exposure and risk at all times. Key Features: Real-time monitoring of open positions Sepa
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
GoldPro Max
Taher Ahmed Mohamed Taha Elshafei
GOLDPRO MAX Advanced Multi-Timeframe and Smart Money Market Analysis for MetaTrader 5 GoldPro Max is a professional market analysis indicator for MetaTrader 5 designed to help traders study market direction, price structure, liquidity, market imbalance and potential trading areas from multiple perspectives. The indicator combines Multi-Timeframe Analysis, Smart Money Concepts, Market Structure, Liquidity Analysis, Order Blocks, Fair Value Gaps, Premium and Discount analysis, Smart Analytical Eng
Daily Zone Breaker
Alex Amuyunzu Raymond
5 (1)
Daily Zone Breaker - MT5 Indicator  Overview Daily Zone Breaker is an advanced multi-kernel regression indicator that identifies critical price zones and breakthrough moments with surgical precision. Using sophisticated kernel smoothing algorithms, it filters out market noise to reveal true directional momentum and key trading zones where price is most likely to break through resistance or support levels.  What It Does Core Functionality Daily Zone Breaker analyzes price action through 17 differ
Inguz
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
SlopeChannelB MT5
MIKHAIL VINOGRADOV
SlopeChannelB – 一种技术分析工具,构建倾斜的价格运动通道,为评估当前市场状况和寻找交易信号提供独特机会。 指标的主要特点: 倾斜的价格运动通道 : 该指标有助于可视化支持和阻力水平,这些水平可能表明潜在的反转点或趋势持续。 线条颜色多样和背景突出显示 : 倾斜的支持和阻力级别以不同颜色显示,通道本身还通过背景额外突出,简化图表的视觉分析。 三种计算线条的选项 : 指标使用回归分析来构建通道线。您可以选择以下三种方法之一: Robust (默认) – 对异常值具有鲁棒性的方法。 OLS (普通最小二乘法) 。 Median (中位数计算) 。 最优模型选择 : SlopeChannelB根据五个质量标准的分析自动选择最适合的通道线变体。 质量参数直接在图表上显示,帮助您评估结果。您还可以使用按钮手动切换通道构建选项。 双信号系统 : 第一信号 – 当价格达到倾斜的阻力或支持级别时发生。 第二信号 – 记录价格从级别到通道中心的移动。 这些信号有助于寻找反弹的入场点,但始终需要其他工具的确认。 与其他指标联合使用 : 建议将SlopeChannelB与振荡器或趋势
购买此指标,您就可以免费获得 ICT Concept MT5 或任何其他指标! 私信了解更多详情! 指标:Currency Strength Meter Pro (货币强弱计专业版) 市场广度可视化 (Market Breadth Visualization) 优点: 该指标以整洁的“仪表盘”形式显示,代替了杂乱的图表。交易者只需扫一眼即可知道市场上哪个货币对最强或最弱。 益处: 节省逐个查看图表的时间,并帮助快速做出选币决策。 自动排名与排序 (Auto-Ranking & Sorting) 优点: 拥有“水平排名”模式,自动将货币对从“最强”到“最弱”进行排序。 益处: 让您立即看到日/周/月的赢家 (Winners) 和输家 (Losers),这是相对强弱交易策略的核心。 智能货币逻辑 (Smart Currency Logic) 优点: 在垂直模式下,工具能智能处理基础货币位置不同的货币对(如 EURUSD 与 USDJPY)。系统会自动“反转”数值,使条形图方向与主货币(如 USD)的强弱一致。 益处: 减少分析基础货币或报价货币位置时的混淆。 多时间周期灵活性 (Mul
POC Delta Order Blocks is a rule-based order block and volume-delta indicator designed to help traders clearly understand where real trading activity happened and how price reacts around those zones . Instead of drawing generic candle-based blocks, this indicator uses a Point of Control (POC) approach to identify the most actively traded price level between a swing high/low and a confirmed Break of Structure (BOS). The order block is then anchored to the earliest valid candle that interacted wit
该指标建立当前报价,可以与历史报价进行比较,并在此基础上进行价格走势预测。指示器有一个文本字段,用于快速导航到所需日期。 选项: 符号 - 选择指标将显示的符号; SymbolPeriod - 选择指标从中获取数据的时段; IndicatorColor - 指示器颜色; HorisontalShift - 由指标绘制的报价移动指定的柱数; Inverse - true 反转引号,false - 原始视图; ChartVerticalShiftStep - 图表垂直移动(键盘上的向上/向下箭头); 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。 接下来是文本字段的设置,您可以在其中输入日期,您可以通过按“回车”立即跳转到该日期。
Cumulative Delta NG
Anton Polkovnikov
Cumulative delta indicator As most traders believe, the price moves under the pressure of market buying or selling. When someone redeems an offer standing in the cup, the deal is a "buy". If someone pours into the bid standing in the cup - the deal goes with the direction of "sale". The delta is the difference between purchases and sales. A cumulative delta - the difference between the cumulative sum of purchases and sales for a certain period of time. It allows you to see who is currently contr
这个指标用于比较图表上的交易品种与其他几个所选交易品种之间的强弱相对关系。 根据每个交易品种基于相同基准日的价格走势进行比较,可以看到几条不同走向的趋势线,反映出几个不同交易品种之间的强弱关系,这样可以更清楚地了解市场的趋势。 例如,你可以在EURUSD图表上应用这个指标,将其与货币对EURJPY和EURGBP进行比较,看看哪个更强。 你需要为指标输入参数: 需要比较的几个交易品种的名称 您需要选择比较基准日期。 请注意,使用指标前应确保相关交易品种的历史数据已经下载。 免费模拟版本是: https://www.mql5.com/zh/market/product/63921 .............................................
IPDA and PD Ranges
Thank-god Avwerosuoghene Odukudu
IPDA AND PD RANGES. Interbank Price Delivery Algorithm (IPDA) Range Liquidity and trades in the FX market take place in a decentralized manner as banks, brokers and electronic communication networks (ECNs) interact with one another to set prices. In FX, and ECN is a trading platform or electronic broker that hosts bids and offers and transmit them to users worldwide. ECN broadcasts a price around the world as various participants leave orders to buy and sell. Banks provide streaming prices base
Structure King AI Signal
Shingala Gautamkumar
Structure King AI Signal Structure King AI Signal is a professional MetaTrader 5 trading indicator designed to help traders analyze market structure, trend direction, multi-timeframe confirmation and trade management from one clean dashboard. Key Features • Market Structure & Trend Analysis • BUY / SELL Signals • Multi-Timeframe (HTF) Confirmation • Entry Price Levels • Dynamic Stop Loss (SL) • TP1 / TP2 / TP3 Levels • ATR Volatility Analysis • ADX Trend Strength Filter • Adaptive Market Filter
Auto Trade Journal with Screenshots 在准确的那一刻自动截图,记录每一笔交易 交易日志是每位导师都会推荐、却几乎没人能坚持的习惯,因为手动记录费时又容易被跳过。文字日记可以记下数字,却永远无法呈现你入场或出场那一刻图表的真实模样,而经验教训恰恰就藏在那里。 Auto Trade Journal with Screenshots 会自动为整个账户完成这项工作。每当交易开仓、平仓、部分平仓,或止损、止盈被修改时,它都会在那一刻为图表截图,并将完整细节和图片路径写入一行CSV记录。无论是手动交易还是任何智能交易系统的交易,都能一并记录。 ️ 兼容 MetaTrader 4 和 MetaTrader 5,在市场中作为独立产品分别销售,请选择与你的终端匹配的版本。适用于任何品种和任何时间周期。 为了在任意品种上截取到合适的图表,它会重复使用你已打开的图表,或临时打开一个新图表,完成截图后再关闭,绝不会影响你自己的图表。它还可以同时在多个时间周期上捕捉同一时刻的画面。CSV文件可直接在Excel、Google表格或任何日志工具中打开,分隔符可自由选择
Stratos Pali mt5
Michela Russo
4.5 (8)
Stratos Pali Indicator is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost ! Down
Advanced Volume Profile Analysis Tool for MetaTrader 5 The Kecia Volume Profile Order Finder provides traders with volume profile analysis capabilities. This MT5 indicator combines volume profile visualization with statistical calculations to help identify potential trading opportunities and suggests entry, stop loss, and take profit levels based on market structure. Market Profile Visualization Transform your chart with customizable volume profile visualizations: Multiple visualization options
Magic Finger 能帮助你清晰的发现趋势及交易机会。此系统根据经典策略加上个人交易经验制作。您也可以根据此指标加上您的交易风格去编写EA。 手指指向为开仓信号,变色线为趋势确认。如果您是日内交易者,可以选择在交易活跃的时间段内交易,参考变色线作为下单方向依据,手指信号作为过滤器。 如果你是趋势交易者,可以选择在H1以上的周期,在关键价格区域等待手指信号的出现,并入市交易,然后以变色线作为趋势的确认。 止损可以止损圆点作为依据。 RS为重要的多空分水岭 输入参数如下: Trend_Factor 5 SL_Factor 2.0 AlertOption ********************************* Local Alert true TimesOfAlerts 2 E-Mail Alert false App PUSH false  Display_Option    *********************************  Barclor_Display  true ***ADR Option**  ************
Passband Filter Pro Passband Filter Pro is a trend and cycle oscillator for MetaTrader 5. It is built on the Ehlers Super Passband Filter, a band pass filter that removes long term trend drift and short term noise so that only the dominant market cycle remains. The result is a clean oscillator with a color cloud that shows overbought and oversold conditions, cycle turns, and momentum on forex, gold, indices, stocks and crypto. Most traders enter too early or too late. Simple moving averages la
Fibo Channels
Jeffrey Quiatchon
Fibo Daily Channel Indicator The  Indicator is a powerful tool for traders, providing precise daily support and resistance levels based on Fibonacci retracement and extension calculations. This indicator automatically draws key pivot points (PP, R1, R2, S1, S2) as well as additional extension levels (R3, R4, S3, S4), helping traders identify potential reversal and breakout zones with ease. It includes customizable alerts and push notifications, allowing traders to receive updates whenever the pr
The indicator displays a matrix of indicators across multiple timeframes with a sum total and optional alert. Custom indicators can also be added to the matrix, in a highly configurable way. The alert threshold can be set to say what percentage of indicators need to be in agreement for an alert to happen. The alerts can turned on/off via on chart tick boxes and can be set to notify to mobile or sent to email, in addition to pop-up. The product offers a great way to create an alert when multiple
该产品的买家也购买
Trend Sniper X
Sarvarbek Abduvoxobov
4.73 (15)
Trend Sniper X 是一款适用于 MetaTrader 5 的多周期趋势跟踪指标,可帮助交易者清晰精准地识别趋势方向和潜在的反转点。 适用于 MT4: https://www.mql5.com/en/market/product/193245 价格信息: 当前价格为促销价,随着未来更新和新功能的发布,价格可能会有所变动。 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
Superhero
Ihor Otkydach
5 (3)
SUPERHERO 指標是一款基於「全方位」原則設計的多貨幣交易系統。該指標能獨立分析市場,並提供開倉與平倉的交易訊號。它採用止損與獲利了結訂單,風險報酬比(R:R)為 1:1。 我偶爾會根據這個系統的訊號親自進行交易,以下是我獲得的結果—— 即時訊號 此系統可向您的智慧型手機發送推播通知,讓您無需綁定電腦,即可「隨時隨地」進行交易。這對於自營交易公司而言再適合不過了。 每位顧客皆可享額外好禮: 每位購買此指標的買家,都將收到我贈送的一項特別實用工具,該工具: 自動下達止損與獲利了結訂單 當價格達到目標水準時,系統會自動平倉 支援待執行訂單交易 支援均值交易模式 如果您希望將這款優秀且極為便利的工具作為禮物獲贈,請在購買 SUPERHERO 指標後,立即透過 MQL5 平台的私訊與我聯繫。此外,您還將獲得培訓課程「如何安裝與設定 SUPERHERO 並開始穩定獲利」的存取權限。 關於「超級英雄」策略 SUPERHERO 策略是利用價格回調時,順應趨勢方向進行盤中交易。 「超級英雄」程式碼內含數個強大的技術指標,用以分析價格通道的趨勢方向與波動範圍,並能識別在修正性回調後形成的盤中波段反
M1 Sniper MT5
Oleg Rodin
5 (7)
M1 SNIPER   是一款易于使用的交易指标系统。它是一个专为 M1 时间框架设计的箭头指标。该指标可以作为独立的系统在 M1 时间框架下进行剥头皮交易,也可以作为您现有交易系统的一部分使用。虽然该交易系统专为 M1 时间框架交易而设计,但它也可以用于其他时间框架。我最初设计此方法是为了交易 XAUUSD 和 BTCUSD。但我发现这种方法在其他市场交易中也同样有用。 指标信号既可以顺势交易,也可以逆势交易。我教授一种特殊的交易技巧,帮助您利用指标信号进行双向交易。该方法基于使用特殊的动态支撑位和阻力位区域。 购买后,您可以立即下载 M1 SNIPER 箭头指标。此外,我还为所有 M1 SNIPER 工具用户免费提供下方屏幕截图所示的 Apollo Dynamic SR 指标!这两个指标的组合可以帮助您更轻松、更准确地利用 M1 时间框架进行交易。 购买后请联系我,免费获取交易提示和奖励指标! 祝您交易成功!
Divergence Bomber
Ihor Otkydach
4.89 (94)
我偶爾會親自使用這個系統進行交易。 請評估我在真實帳戶上進行的手動 BOMBER 交易—— LIVE SIGNAL 购买该指标的每位用户将额外免费获得以下内容: 原创工具“Bomber Utility”,该工具会自动跟踪每一笔交易,设置止损和止盈点,并根据策略规则自动平仓; 适用于不同交易品种的指标设置文件(Set 文件); 三种不同风险模式下的 Bomber Utility 设置文件:“最低风险”、“平衡风险” 和 “观望策略”; 一套详细的 视频操作手册,帮助您快速完成安装、配置并开始使用本交易系统。 注意: 要获取以上所有赠品,请通过 MQL5 的私人消息系统联系卖家。 我为您介绍原创的自定义指标 “Divergence Bomber”(背离轰炸机),它是一套基于 MACD 背离交易策略 的“全功能”交易系统。 该技术指标的主要任务是识别 价格与 MACD 指标之间的背离,并发出交易信号(包括推送通知),指示未来价格可能的运动方向。平均而言,这些信号的准确率超过 98%。有关该指标如何工作的详细说明,请观看本页面上的视频演示。 该系统使用 止损订单 和 动态回撤平仓机制 来管理
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设置形成且自适应确认逻辑
UZFX {SSS} 超短线智能信号 v5.0 MT5 是一款无重绘的高性能交易指标,专为在快速波动的市场中需要精准、实时信号的超短线交易者、日内交易者和波段交易者设计。该指标由 (UZFX-LABS) 开发,融合了价格行为分析、趋势确认和智能过滤技术,可在所有货币对和时间周期内生成高概率的买卖信号、预警信号以及趋势延续机会。 别再对交易犹豫不决了,开始遵循这一专为追求清晰、精准和纪律性市场执行的交易者设计的结构化信号系统吧。 相信我,这是 MQL5 上最优秀的指标之一,所以千万不要错过!!“为睿智交易者打造的智能信号” 最新 5.0 版本现已发布,价格可能会在未事先通知的情况下上涨至 499.99 美元,所以请尽快入手,以免错失良机!! 最终购买前!如果您想获取免费试用版,请通过 WhatsApp 号码 +923030751987 联系我!! 如果您遇到任何问题“或”有任何不明白的地方,请在私聊中向我咨询!!! 主要功能更新 • 自动买入和卖出信号检测 • 先进的反转识别逻辑 • 潜在市场反转前的预警信号 • 趋势延续确认信号 • 内置风险管理功能,包含入场点、止损点、TP1、
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
任何新手或专业交易者的最佳解决方案! 该指标是一款独特、高质量、且价格合理的交易工具,因为我们已经整合了许多专有功能和新公式。 依据此更新,您将能够显示双重时间帧区域。 您不仅可以显示一个较高的时间帧,还可以同时显示图表时间帧,加上更高的时间帧:显示嵌套时区。 供需双方所有交易者都会喜欢它。 :) 重要信息披露 高级供需的最大潜力,请访问 https://www.mql5.com/zh/blogs/post/720245   想象您的交易如何得以改善,是因为您能够精准定位入场或目标位吗? 构建于新的底层算法,它可以更轻松地识别出买卖双方之间的潜在失衡。 这是因为它以图形方式展示供需最强劲区域,及其过去的表现(显示旧区域)。 这些功能旨在帮助您更轻松地发现最佳入场区域和价位。 现在您可以针对您的交易品种和时间帧来优化和编辑区域强度! 高级供需指标适用于所有产品和时间帧。 它是一个新的公式,非常新的功能是两个区域强度函数可由用户输入进行调整! 这在交易中是一大优势。 当您学习如何使用专有功能,例如带有价格游离最小 X 因子的区域强度时,您能够判断该区域强劲与否。 供需区域用作警报触发器。
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
SR Liquidity MT5
Oleg Rodin
5 (2)
SR Liquidity   是一款旨在揭示市场流动性高度集中且价格反应最剧烈的隐蔽区域的交易指标。这些特殊的流动性区域充当着强有力的支撑位与阻力位,为您清晰呈现市场最可能发生反转的位置。 SR Liquidity 指标并非简单地绘制常规的支撑/阻力线,而是通过分析实际的价格行为,识别买卖压力积聚的区域。这些区域实际上是推动市场真实波动的流动性池。通过在图表上直观呈现这些区域,该指标能助您在价格反应发生前预判走势——这意味着它实际上能够预测价格方向可能发生的变化。它将原始的价格行为转化为清晰且具实操价值的市场蓝图,标示出那些可能成为市场转折点的关键价位。 该指标适用于任何交易品种和时间周期——包括外汇、指数、金属、加密货币等。支持任意时间周期。 购买后请联系我,以获取交易指南及免费赠送的优质附加指标!
KURAMA GOLD SIGNAL PRO(MT5)— 7层过滤 · 自动止盈止损 · 质量评分 · 信号历史保存 | 完整的XAUUSD交易系统 实时不重绘。信号出现的瞬间,箭头、入场、止盈、止损当场锁定,之后绝不移动。你交易的就是这个实时信号。而且在v7.20中,每一个真正发出的信号都会自动保存,并在重启后精确还原。 购买者专属赠品 购买永久授权,即可免费获得 AI Zone Radar(价值$59)+ 完整PDF手册。在产品价格之外,额外附赠价值$59的赠品。购买后在MQL5上给我留言即可。 AI Zone Radar: https://www.mql5.com/en/market/product/175834 在黄金交易者社区中被实际使用,因精度与易用性而广受好评。 你的难题 —— 以及解决方案 黄金一天波动$30–$50。你知道机会就在那里。但这些情况是否似曾相识: - 入场太早,价格逆行$10后才朝你的方向
货币强度向导是一个非常强大的指标,为您提供成功交易的一体化解决方案。该指标使用多个时间范围内所有货币的数据来计算这个或那个外汇对的力量。此数据以易于使用的货币指数和货币电力线的形式表示,您可以使用它们来查看这种或那种货币的力量。 您所需要的只是将指标附加到您要交易的图表上,该指标将向您显示您交易的货币的真实强度。该指标还向您显示买卖量压力的极值,您可以在顺势交易时利用这些压力。该指标还显示了基于斐波那契的可能目标。该指标可用于各种交易时间范围。该指标支持各种货币对的交易。   该指标为您提供所有类型的警报,包括推送通知。 购买后请联系我。我将与您分享我的交易技巧,并免费为您提供丰厚的红利指标! 祝您交易愉快,获利丰厚!
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
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
PZ Swing Trading MT5
PZ TRADING SLU
5 (5)
Swing Trading 是第一个旨在检测趋势方向的波动和可能的反转波动的指标。它使用在交易文献中广泛描述的基准摆动交易方法。该指标研究多个价格和时间向量,以追踪总体趋势方向,并检测市场超卖或超买并准备好进行修正的情况。 [ 安装指南 | 更新指南 | 故障排除 | 常见问题 | 所有产品 ] 市场波动的利润不会被窃取 指示器始终显示趋势方向 彩色价格带代表机会基准 彩色虚线表示可能的反转波动 该指标分析其自身的质量和性能 它实现了一个多时间仪表板 可定制的趋势和波动周期 它实现了电子邮件/声音/推送警报 指示器为非重涂或重涂 什么是摇摆交易 摇摆交易是一种尝试在一天到一周内从证券中获得收益的交易方式,尽管某些交易最终可以保持更长的寿命。摇摆交易者使用技术分析来买入弱点和卖出力量,并有耐心等待这些机会的发生,因为在发生一波抛售浪潮之后购买证券而不是陷入抛售更有意义。 机会基准 关于历史数据的大量研究证明,适合于波动交易的市场倾向于在基线价格带上下交易,基线价格带由图表显示,使用平均真实区间计算得出。波动交易者使用基线,该策略是购买常态和卖出躁狂,或做空常态并掩盖沮丧。在没有疲
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
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 明确自身定位。它是一款提供纪律化方向背景的 多周期多因子偏向指标 。它 不是 信号生成器:不承诺入场、出场或盈利。偏向是背景——你在其方向上交易自己的设置
该指标具有独有的支撑阻力计算方案  , 是独一无二的交易系统    。 指标特性 想象一下,如果您能提前精确的判断出重要的交易支撑阻力区域以及点位,您的交易将如何改善   ?  基于独特的计算方式,指标通过对趋势进行分析,通过对当前的支撑阻力进行分析后,得出现在重要的支撑阻力以及做单方向,计算得到的止盈和止损建议,以及关键的进场点位建议. 在交易策略中,进场点位和趋势方向同样非常关键,前者点位不同所面临的风险是不同的,止损的点数也是成倍放大. 本指标分析了当趋势进行后,暂时进入调整时间,分析了此时的重要进场支撑阻力并计算风险控制一定的止损,和止盈,合理的盈亏比. 本指标支持周期设置,可以设置其他周期.  大周期重要支撑阻力,以及小周期辅助判断可以在同一图表中完成. 基本显示 显示历史支撑阻力的价格标签。 显示历史进场位置大概建议范围,以及止盈和止损建议,目标预测. 显示当前方向的判断,以及进场点位,以及止盈止损建议 . 基本设置 设置计算的周期。 警报设置 接近报警 碰触报警 报警弹窗 报警邮件发送 发送推送警报 颜色设定 可以设置不用的实时支撑阻力颜色 可以设置不用的历史支撑阻
Weltrade Spike Sentinel
Batsirayi L Marango
5 (1)
Introducing Indicator for PainX and GainX Indices Traders on Weltrade Get ready to experience the power of trading with our indicator, specifically designed for Weltrade   broker's PainX and GainX Indices.  Advanced Strategies for Unbeatable Insights Our indicator employs sophisticated strategies to analyze market trends, pinpointing optimal entry and exit points.  Optimized for Maximum Performance To ensure optimal results, our indicator is carefully calibrated for 5-minute timeframe charts on
Gartley Hunter Multi
Siarhei Vashchylka
5 (12)
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all possible timeframes. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all possible timeframes 3. Search for patterns of all possible sizes. From the smallest to the largest 4. All fou
RealTime Swing Sentinel — Non-Repainting Major Trend & Swing Reversal Indicator for MT5 If you've ever watched an arrow appear on your chart, only to realize the "signal" it's showing you happened four or five candles ago — this indicator was built to end that. RealTime Swing Sentinel is a zero-lag, non-repainting Heiken Ashi trend and swing confirmation system engineered for traders who need to know the instant a trend actually turns, not several bars after the fact. Why most swing/HA indicator
SyntheticaFX Scalper Pro Indicator
Hendrik Lodewyk Coetsee
5 (1)
SyntheticaFX Scalper Pro 指标 SyntheticaFX Scalper Pro 指标是一款多功能且用户友好的工具,旨在帮助交易者在多种时间框架和所有货币对中识别高精度的入场点。该指标在图表上提供清晰的视觉信号,并附带推荐的止损(SL)和止盈(TP)水平,使交易者能够更自信地规划交易。其内置仪表板提供实时交易统计数据,帮助交易者监控表现并做出明智决策。 主要功能 多时间框架兼容性 :无缝适用于多种时间框架,包括 M5 and M15,为不同交易风格提供灵活性。 通用应用 :适用于所有货币对,确保交易者可在广泛市场中使用。 高精度信号 :提供可靠的入场信号,注重精度,帮助交易者捕捉潜在市场机会。 推荐的止损和止盈水平 :每个信号都附带根据市场波动性计算的止损和止盈水平,简化交易管理。 视觉提示 :在图表上直接显示清晰的买入和卖出信号,以及止损和止盈线,便于解读。 性能仪表板 :内置仪表板跟踪交易统计数据,如最近指定交易的胜率、亏损次数和胜率百分比。 可定制设置 :提供多种可调整输入选项,允许交易者根据个人偏好定制指标。 用户友好设计 :以简洁为设计理念,适合初
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
Ultimate Boom and Crash 指标 Ultimate Boom and Crash 指标由 Coetsee Digital 开发,是一款先进工具,旨在识别市场中的潜在暴涨机会。该指标专为关注 Deriv 和 Weltrade 合成市场的交易者设计,仅在 3 分钟 (M3)、5 分钟 (M5)、15 分钟 (M15)、30 分钟 (M30) 和 1 小时 (H1) 时间周期上运行,并仅支持以下交易对:PainX 1200、PainX 999、PainX 800、PainX 600、PainX 400、GainX 1200、GainX 999、GainX 800、GainX 600、GainX 400、BreakX 600、BreakX 1200、BreakX 1800、SwitchX 600、SwitchX 1200、SwitchX 1800、Crash 1000 Index、Crash 900 Index、Crash 600 Index、Crash 500 Index、Crash 300 Index、Boom 1000 Index、Boom 900 Index、Bo
Stargogs Spike Catcher
Lorenzo Edward Beukes
4.56 (9)
Stargogs Spike Catcher V4.0 This Indicator is Developed To milk the BOOM and CRASH indices . Now Also work on weltrade for PAIN and GAIN indices. Send me Message if you need any help with the indicator.  CHECK OUT THE STARGOGS SPIKE CATCHER EA/ROBOT V3: CLICK HERE ALSO CHECK OUT SECOND TO NONEFX SPIKE CATCHER:   CLICK HERE STARGOGS SPIKE CATCHER V4.0 WHATS NEW! Brand New Strategy. This is the Indicator you need for 2025. New Trend Filter to minimize losses and maximize profits. New Trendline th
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping 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 e
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
作者的更多信息
Cumulative Volume Delta (CVD) MA-X Plus:终极订单流分析架构 通过 CVD MA-X Plus 洞察市场的隐藏机制。普通成交量指标只能告诉你交易了多少,而 CVD MA-X Plus 能告诉你: 谁 在赢得战斗、 何时 赢得战斗,以及“ 聪明钱 ”锚定在 何处 。通过聚合逐笔报价级价格行为(在股票/期货/黄金等监管市场使用时可设置为“真实成交量”)和多层成交量分布,该指标为市场信心、衰竭和流动性提供了极其清晰的蓝图。这是 CVD MA-X 的进化版本,原版见: https://www.mql5.com/en/market/product/162375?source=Site+Profile+Seller 交易者优势:为什么要升级到 Plus 版? 大多数交易者失败是因为他们对滞后的价格行为做出反应。Plus 版本通过分析影线与实体的比例(受成交量加权,并新增机构级平滑选项)来分析蜡烛图的内部压力,从而为您提供领先优势。 成交量均衡: 每日公允价值在哪里?(新增 VWAP-Delta 锚定) 市场信心: 这一走势是否有真金白银支持?(CVD 与零轴对
MTF Connecting Fractals Multi-Timeframe Market Structure. One Glance. Real Decisions. MTF Connecting Fractals is not just another arrow-printing indicator. It’s a complete multi-timeframe market structure intelligence system designed to answer the most important trading questions in real time - clearly, visually, and without clutter. Built around fractals as objective structure anchors, this tool gives traders a decisive edge by combining price action, structural context, proximity risk, and
Critical Market Session Information with a Single Glance Stop juggling multiple tools and squinting at time zone converters. The SessionInfoDisplay Indicator is your new, indispensable trading co-pilot that puts real-time market intelligence directly on your chart.   What It Does: Your Essential Trading Dashboard   This intelligent indicator provides three critical pieces of information at a glance: 1. Real-Time Session Detection    - Automatically identifies which major financial session is act
FREE
Clr-Dynamic RSI v SMA Indicator : A Comprehensive Analysis of Features and Advantages The Clr-Dynamic RSI v SMA indicator represents a significant evolutionary leap in technical analysis tools, transforming the classic Relative Strength Index (RSI) from a potentially ambiguous oscillator into a sophisticated, multi-dimensional trading system. At its core, this indicator retains the mathematical foundation of the RSI, measuring the speed and change of price movements, but radically enhances its
MTF Candlestick Patterns Detector: 您的终极价格行为 (Price Action) 指挥中心 在快节奏的交易世界中,错过一个反转形态可能意味着盈利周与错失良机之间的巨大差距。 MTF Candlestick Patterns Detector 是一款专业级的 MQL5 指标,旨在同时扫描、检测并整合所有时间框架内的 24 种以上传奇 K 线形态。 告别在图表中盲目搜寻和猜测。让算法为您带来高概率的交易设置。 交易者的优势:为何选择此指标? 大多数 K 线指标会用滞后的数据使您的图表变得混乱。我们的探测器提供了一个 多时间框架 (MTF) 面板 ,充当您的飞行驾驶舱,一眼即可回答最关键的交易问题: 趋势结构如何? 面板将“趋势形态”(MN1 至 H4)与“入场形态”(H1 至 M5)分开显示。 最佳入场点在哪里? 实时精准定位早晨之星或看跌吞没等反转点。 信号强度如何? 通过查看 M5 到月线的共振(Confluence),您可以验证头皮交易信号是否与大周期趋势一致。 现在该做什么? 颜色代码按钮立即告知:看涨 (SkyBlue)、看跌 (DeepPi
MTF VWAP Indicator - Quick Overview   This indicator shows you where institutional money is flowing across multiple timeframes using Volume Weighted Average Price (VWAP) to identify high-probability trading zones. New version has VWAP bands plotting capability if user enabled and display panel (whose background changes colour on confluence) can be toggled on/off.      What It Actually Does:     1. Tracks Smart Money Levels: - Shows Daily, Weekly, and Monthly VWAP lines where big players (banks,
Indicator Overview This is a sophisticated Multi-Timeframe (MTF) indicator that not only applies the classic Fisher Transform formula but integrates it into a comprehensive trading system featuring a real-time dashboard. The indicator excels at pinpointing reversals through advanced divergence detection and providing a clear, multi-timeframe view of market structure.     How It Works: Core Fisher Logic   1.   Normalization and Signal Generation         The indicator transforms price (using med
MTF WAD Simplified Indicator - Professional Trading Solution     Overview The MTF WAD Simplified is a sophisticated multi-timeframe volume-based indicator designed to track smart money flow across financial markets. By monitoring the Williams Accumulation/Distribution (WAD) across 8 different timeframes, this tool provides traders with unprecedented insight into institutional accumulation and distribution patterns.     Core Benefits for Traders     1. Smart Money Tracking - Detect Institutional
RSI v SMA MTF Indicator : Professional Trading Edge in One Tool   Summary The RSI v SMA MTF Indicator is a sophisticated, multi-timeframe momentum analysis tool that transforms the traditional RSI into a powerful, actionable trading system. By combining RSI slope analysis with SMA crossover signals, divergence detection, and real-time multi-timeframe confluence, this indicator provides traders with a more comprehensive view of market momentum across all relevant timeframes.     Core Utility an
Cumulative Volume Delta MA-X MTF(带梯度动量) 该指标为 MetaTrader 5 提供多时区累积成交量德尔塔(CVD)分析。它通过分析报价成交量(Tick Volume)或真实成交量(Real Volume)数据,计算买盘与卖盘压力之间的净差值,从而直观地展示订单流(Order Flow)情绪。 指标逻辑与特性 本指标采用数学方法进行成交量分析: 数据来源 :支持交易所资产的 真实成交量 (Real Volume) ,以及针对外汇/CFD 市场的 OHLC 影线代理算法 (OHLC Wick Proxy) 。 梯度系统 :4 色移动平均线用于识别趋势阶段: 深天蓝 (DeepSkyBlue) :数值为正且正在上升。 橙色 (Orange) :数值为正但正在下降。 洋红色 (Magenta) :数值为负且正在下降。 紫色 (Purple) :数值为负但正在上升。 五层共振系统 (5-Layer Confluence System) 指标集成了五种不同的分析方法: 第一层:成交量德尔塔核心 (Volume Delta Core) —— 计算成交量德尔塔的
累积成交量增量 (CVD) MA-X:智能订单流情绪工具 通过 Cumulative Volume Delta (CVD) MA-X 揭示市场的隐藏机制。传统的成交量指标只能告诉你交易了 多少 ,而 CVD MA-X 则能告诉你 谁 在胜出以及 何时 胜出。通过聚合 Tick 级的价格行为和成交量分布,该指标为你提供了一张清晰的市场信念与衰竭地图。 交易者优势:为什么选择 CVD MA-X? 大多数交易者失败是因为他们对滞后的价格做出反应。CVD MA-X 通过分析 K 线的内部压力(影线与实体的比例)并结合成交量权重,为你提供 领先优势 。它实时回答了三个关键问题: 这次波动是否有真金白银支持? (CVD 与零轴的配合) 趋势是否正在失去动力? (MaxBuy/MaxSell 衰竭点) 大资金是否与价格背离? (内置背离引擎) 强大功能与实用性 智能权重阈值: 不同于简单的 Delta 计算,该指标通过解构 K 线影线和实体长度来计算“买入 vs 卖出成交量”,提供更细腻的意图观察。 双层信号逻辑: 兼具 CVD 零轴交叉 和 MA(CVD 移动平均线)零轴交叉 。这使你能够区分短
The Ultimate Ichimoku MTF Dashboard: Your All-In-One Trading Edge Transform Your Trading with One Powerful Indicator Imagine having a professional trading assistant that monitors multiple timeframes simultaneously, identifies high-probability entries, warns you of potential reversals, and provides clear risk management guidance-all in one clean, intuitive display. That's exactly what the Ichimoku MTF Dashboard delivers.     Why This Isn't Just Another In
Multi-Timeframe Money Flow Index (MTF MFI) with Smart Divergence and Dashboard Unlock the flow of institutional money across every timeframe. Are you tired of guessing the trend only to be trapped by a sudden reversal? The Multi-Timeframe Money Flow Index (MTF MFI) is a professional-grade trading tool designed to provide a bird's-eye view of market liquidity and momentum. By aggregating volume-weighted data from W1 down to M1, this indicator eliminates noise and highlights high-probability tra
MTF Parabolic SAR Maximize your trading efficiency with the Multi-Timeframe Parabolic SAR Trend and Momentum Dashboard. Designed for serious traders who value clarity over clutter, this tool aggregates price action across six timeframes into a single, sleek visual interface.  By combining that reliable classic Parabolic SAR logic with advanced momentum scoring and risk assessment, this indicator transforms raw data into actionable trade signals.  The Strategic Edge: Why This Indicator? Most tra
Multi-Timeframe Heiken Ashi (Smoothed with Dashboard) Professional Market Structure Visualization with Weighted Confluence Scoring Transform your trading with crystal-clear multi-timeframe analysis. This indicator combines smoothed Heiken Ashi candles with an intelligent weighted scoring system to give you unprecedented clarity in any market condition. YOUR TRADING QUESTIONS – ANSWERED INSTANTLY: 1. What's the REAL trend direction? Dashboard Reveals:   Higher timeframe (MN1, W1, D1, H4) trend a
Hybrid BB-LRMA [Trend and Volatility Engine]   Master the markets with the Hybrid BB-LRMA, a professional-grade technical analysis tool that fuses the volatility-tracking power of Bollinger Bands (BB) with the hyper-responsive Linear Regression Moving Average (LRMA) to eliminate lag and pinpoint high-probability entries with arrow Signals   Why Hybrid BB-LRMA? Most moving averages are too slow, and Bollinger Bands alone can be noisy. The Hybrid BB-LRMA solves this by using a gradient-based LRMA
Hybrid FATL Fractal: Professional Digital-Signal Logic   Simplify the Complexity of Market Structure.   Unlock the power of digital signal processing combined with price action geometry. The Hybrid FATL Fractal is a professional-grade technical analysis tool designed to eliminate market noise and pinpoint high-probability institutional turning points. By merging the Fast Adaptive Trend Line (FATL) algorithm with Dynamic Fractal Breakout logic, this indicator provides a dual-layered filter that a
VOLUME PROFILE SAF-XII 专业级 MT5 市场轮廓(成交量概况)分析仪 —— 网格交易者的梦幻指标 什么是成交量概况 (Volume Profile)? 成交量概况是一种专业的机构级工具。与传统的随时间显示成交量的指标不同,它显示的是 特定价格水平 上的交易活动。它揭示了交易发生在 哪里 ,帮助您识别: 价值区 (VAH/VAL) :大部分交易发生的价格区间。 控制点 (POC) :成交量最高的核心价格水平。 流动性失衡 :每个层级的多空主导力量对比。 支撑/阻力 :基于实际交易活动形成的天然价格位。 三种操作模式 —— 真正的“设置后即忘” VP_MANUAL(波段交易与关键位分析) 用户通过拖动垂直线自定义分析范围。 仅在移动线条时重新计算。 适用场景 :新闻前夕分析、财报发布、特定日期范围。 VP_AUTO(头寸与动量交易) 随新柱线自动向后滚动。 使用自定义回溯周期(默认 100 根柱线)。 适用场景 :动量策略、突破交易。 VP_SESSION(日内交易与机构流向) 锚定逻辑交易时段(伦敦、纽约、亚洲盘开盘)。 适用场景 :日内交易、基于时段的机构化策略
Fisher Transform MTF Pro v4.03 Professional Multi-Timeframe Trading Decision System Fisher Transform MTF Pro turns complex multi-timeframe data into clear, actionable trade decisions in seconds. It answers instantly:  What’s the trend?  Where’s the entry?  How strong is the setup?  What are the risks?  Should I buy, sell, or wait?  The Edge   Zero-Line Filter (Trend Protection) Prevents counter-trend trades by default:  No buys above zero  No sells below zero This forces alignment with th
Turtles Pro
Ebrah Ssali
Turtles Professional v2.0 The Legendary Turtle Strategy, Reimagined for the Modern Trader Turtles Pro transforms the iconic 1980s Turtle Trading System into a high-performance, multi-timeframe decision engine. It eliminates guesswork by providing institutional-grade analysis on trend structure, entry quality, and volatility all on a single chart. The Strategic Edge Turtles Professional uses a Smart Weighted Bias Engine to prioritize higher time frames, ensuring your trades align with the d
Hybrid Hull-LSMA : The Trend Meets Momentum Powerhouse Are you struggling with moving averages that are either too slow to react or too noisy to trust? The Hybrid Hull-LSMA is a solution, engineered to solve the "lag vs. noise" dilemma. By fusing the ultra-smooth Hull Moving Average (HMA) with the predictive Least Squares Moving Average (LSMA), this indicator delivers a high-definition view of market structure and entry timing. Why the Hybrid Hull-LSMA? Standard indicators follow the market; t
T3 MTF PureMaths :多周期 Tillson T3 指标 带交互式面板的零延迟共振交易系统 多周期交易的制胜优势 T3 MTF Pure Maths 是一款专业级交易面板,能够同时聚合从月线到 5 分钟图等 8 个时间周期 的市场结构。它为您提供即时、可操作的洞察,无需频繁切换图表或进行复杂的脑算。 该指标基于 纯数学优化 (零指标句柄、无 CopyBuffer 调用)构建,运行速度比标准实现快 5-10 倍 ,是实盘交易和高强度策略测试的理想选择。 该指标能解决哪些问题? 交易者疑问 T3 MTF Pure 如何解答 整体趋势结构如何? 颜色编码的趋势面板一目了然地显示 MN1-W1-D1-H4 的一致性。 最佳入场点在哪? 入场周期(H1-M30-M15-M5)提供精确的时机信号。 信号强度如何? 强牛、 看涨、 看跌、 强熊 —— 清晰的强度层级。 风险在哪里? 信号强度阈值过滤掉弱势设置。 我现在该做什么? 推荐框显示即时动作:强力买入、买入、卖出、强力卖出或观望。 是否支持自动化交易? 箭头信号存储在缓冲区中,方便 EA 集成。 智能共振逻辑
Divergent Fisher Transform MT5  Precision Momentum. Intelligent Filtering. EA-Ready Automation. The Divergent Fisher Transform for MT5 is a professional-grade momentum trading indicator designed to help traders answer the most important question in the market: “What should I do right now?” It transforms raw price into high-probability, structured trading decisions using a powerful combination of:  Fisher Transform momentum modeling  Zero-line structural filtering  Multi-level overbought/o
Divergent Stochastic Filter II Catch Reversals Early, Filter Noise, Trade with Confidence The Edge: Why This Stochastic is Different  Every trader knows the Stochastic oscillator. But knowing when to trust its signals, that's the real challenge. The Divergent Stochastic Filter II transforms this classic indicator into a precision reversal detection system by adding critical elements: divergence intelligence, signal filtering and exhaustion detection.  While standard Stochastic oscillators fire s
X-Hybrid Modular Z – 智能执行交易平台 将任何指标转化为全自动交易系统 X-Hybrid Modular Z 是一款模块化执行引擎,能够将任何设计精良的自定义指标转换为完整的自动化交易系统。 它专为追求专业级执行和风险控制的交易者设计,在信号生成与机构级交易管理之间搭建了桥梁——无需任何编程基础。 为什么这款 EA 与众不同 与传统的专家顾问(EA)不同,它不仅仅是一个“信号读取器”。 X-Hybrid Modular Z 是一个具备执行感知能力的交易框架,其核心特性包括: 自适应滑点控制 (基于 ATR + 点差感知) 经纪商行为画像 (自学习式执行调整) 基于重试机制的执行引擎 带视觉间距区的入场过滤 (用户可切换间距可视化开关) 动态经纪商限制水平检测 (如止损距离限制) 全生命周期交易管理 它能实时根据市场波动、经纪商状况和执行质量调整滑点容忍度。 专家顾问中的“瑞士军刀”——运作原理: 您可以将此 EA 视为一个通用的执行引擎: 提供指标 :任何带有可读缓冲区的优质自定义指标(例如:Market\Fisher Transform)。 映射信号 :映射买入
Hybrid FATL-LRMA : Digital Precision Meets Statistical Certainty The Ultimate Trend-Momentum Convergence System with clear action protocols. Why Hybrid FATL-LRMA? The Edge some Traders Miss Are you tired of lagging indicators that signal entries after the move has already happened? Frustrated by noisy oscillators that keep you in chop while trends pass you by? The Hybrid FATL-LRMA is a dual-engine trading system that bridges the gap between high-frequency digital signal processing and stat
ADX ClrDynamic Slope-Aware, Low-Lag Trend & Momentum Engine Tired of lagging indicators that signal a trend only after the move is over? Traditional ADX calculations are often too slow for modern market volatility. ADX ClrDynamic bridges this gap by combining customizable low-lag smoothing algorithms (EMA, SMA, Wilder, or Hull Acceleration) with slope-aware momentum logic, giving you a lean, high-precision decision engine for timing trend entries and exits. Key Trading Questions Answered What is
ADX ClrDynamicPro Plus III Multi-Timeframe Trend, Momentum & Divergence Command Center Tired of lagging indicators that signal a trend only after the move is over? ADX ClrDynamicPro Plus III is a complete decision engine for trend, momentum, and reversal traders. By combining customizable smoothing algorithms (EMA, SMA, Wilder, or optional Hull Acceleration) with multi-timeframe (HTF) confirmation, institutional divergence detection, and an embedded subwindow dashboard, this tool delivers clear,
SERA - Sigma-Enhanced Regression Analysis – The Non-Repaint, Early-Entry MTF Trading System The Problem with Most Regression Tools (And How We Solved It) Traditional regression indicators lie to you. They repaint, they lag, and distort actionable data. Their flaws cost you in false back-tests, late entries/exits and therefore missed profits. Avoid catching a falling knife or chasing a train with SERA, she eliminates ALL three problems. One-Click Trading Style Selection – Choose Conservative, R
精简版 三色带逻辑 (Tri-Color Band Logic) 优先考虑价格行为的可视化,同时保留了挤压状态(Squeeze)检测功能。 1. 交易哲学切换:随心所欲 SignalMode 设置允许您选择指标如何解读触碰波带的行为。这可以看作是您的“交易性格”: 当价格触及... 突破模式 BREAKOUT (趋势交易者) 反弹模式 BOUNCE (反转猎人) 自动模式 AUTO (全能型) 上轨 买入 – “动能加速,顺势而为!” 卖出 – “价格超买,准备反做!” 由价格决定:收盘于上方 = 买入 / 收盘于内部 = 卖出 下轨 卖出 – “下行压力大,果断上车!” 买入 – “超卖反弹即将到来!” 由价格决定:收盘于下方 = 卖出 / 收盘于内部 = 买入 SignalMode 参数是指标的核心交易智能,决定了价格与外轨(缓冲区 8 和 9)的交互如何被解读,使指标能与您的特定交易策略保持一致。 2. 柱内优先级与置信度评估 触碰波带不再仅仅是简单的“真/假”触发,而是由 优先级引擎 (Priority Engine) 评估的加权事件: 突破模式: 优
筛选:
无评论
回复评论