• 价格
     - 
  • 重置
在YouTube上观看市场的教学视频
如何 购买 自动交易或指标

虚拟 主机运行您的EA
购买之前测试一个指标/EA交易
想要在市场 赚钱 吗?
如何介绍 用于流通销售的产品

适用于MetaTrader 4的新EA交易和指标 - 38

icon EA交易自动执行市场交易,而指标可使您更准确地分析报价并预测价格行为。 通过这些应用程序,您将能够更明智地在MetaTrader 4执行交易,抓住更多的交易机会。
UT Bot Alerts for MT4
Ulises Calderon Bautista
5 (1)
UT Bot Alerts — 基于ATR的自适应追踪止损系统 将TradingView上QuantNomad开发的传奇指标「UT Bot Alerts」完整移植到MQL5和MQL4。 原始概念由HPotter提出,初始实现由Yo_adriiiiaan完成,Pine Script v4警报版本由QuantNomad(Vadim Cissa)开发——他是TradingView上拥有超过10万粉丝的知名量化开发者。原始脚本在TradingView上获得了 超过110万次浏览和35,500次收藏 ,是有史以来最受欢迎的开源交易指标之一。 本移植版以 100%的逻辑忠实度 复现了原始算法:相同的4分支递归追踪止损逻辑、相同的交叉检测、相同的信号生成。在已确认K线上不会重绘。 什么是UT Bot Alerts? UT Bot Alerts是一个 趋势跟踪信号系统 ,基于一个简洁而优雅的核心概念:利用平均真实波幅(ATR)动态调整与价格距离的自适应追踪止损。 在上升趋势中,追踪止损只向上移动,绝不下降——锁定利润。在下降趋势中,止损只向下移动,绝不上升。当价格穿越追踪止损线时,系统切换方向并生成
FREE
GoldJump
Gun Gun Gunawan
GoldJump EA is an Expert Advisor based on a gold scalping strategy specifically designed for the M1 timeframe with a structured risk management approach. This EA utilizes fast price movements during the Asian trading session to identify entry opportunities, targeting short yet consistent market moves. The system is equipped with Drawdown control (DD Max), measured Stop Loss (SL), and optimized Take Profit (TP) features to maintain performance stability and efficient margin usage. The GoldJump EA
Impulse MACD mt4
Ulises Calderon Bautista
### Impulse MACD [ LazyBear ] v1.0 本指标是LazyBear于2015年在TradingView发布的开源指标的移植版本,已累计超过8,700个收藏。它通过平滑移动平均通道过滤MACD的虚假信号,仅在价格突破通道时才生成动量读数。 #### 计算原理 指标对最高价和最低价分别应用平滑移动平均(SMMA)构建价格通道,对典型价格(HLC3)计算零延迟EMA(数学上等同于DEMA)。ImpulseMACD的值定义如下: - **正值** :ZLEMA高于通道上轨时(多头冲量) - **负值** :ZLEMA低于通道下轨时(空头冲量) - **零值** :ZLEMA处于通道内时(横盘市场,无信号) 信号线(ImpulseMACD的SMA)和差值柱状图构成完整的显示界面。 #### 视觉元素 - 彩色柱状图(4种状态):酸橙色、绿色、橙色、红色,根据价格相对于ZLEMA和SMMA通道的位置确定 - 深红色信号线(ImpulseMACD的SMA) - 蓝色差值柱状图(ImpulseMACD − 信号线) - 零轴参考线 - 多渠道警报:弹窗、声音
FREE
BollingerRSI Strategy MT4
Ulises Calderon Bautista
### Bollinger + RSI, Double Strategy v1.1 将ChartArt在TradingView上广受欢迎的策略(41,800+用户,990+收藏)忠实移植到MQL4/MQL5。仅在 **两个指标同时确认** 时才生成买卖信号——RSI动量转换与布林带突破发生在同一根K线上。 **工作原理** 该策略采用非常规配置:快速RSI(6)交叉水平设置为50(作为动量方向过滤器而非超买/超卖检测器),结合200周期SMA和2倍标准差的布林带(作为长期价格结构通道而非短期波动率包络线)。 - **买入信号** : RSI向上穿越50 且 价格向上穿越布林带下轨 - **卖出信号** : RSI向下穿越50 且 价格向下穿越布林带上轨 双重确认要求相比单独使用任一指标可显著减少虚假信号。 **视觉功能** - 布林带显示在图表上(基准线青色,上下轨银色) - 信号K线处显示买入箭头(绿色)和卖出箭头(红色) - 可选K线着色和背景高亮,复现Pine Script原版行为 - 多渠道预警系统:弹窗、声音、推送通知、邮件 **参数** | 参数 | 默
FREE
ADX and DI mt4
Ulises Calderon Bautista
### ADX and DI v1.00 将TradingView上BeikabuOyaji的"ADX and DI"指标忠实移植到MQL4/MQL5。该指标是TradingView上使用最广泛的ADX实现之一,拥有超过43,000名用户。在单个子窗口中显示+DI、−DI和ADX,采用混合平滑方法:方向性指数使用Wilder平滑法,ADX线使用简单移动平均线。 #### 计算原理 该指标实现了Welles Wilder的方向性运动系统,在ADX的最终计算中有一个显著区别: - **True Range、+DM、−DM** 按照Wilder的原始定义计算,方向性运动之间遵循互斥规则 - **TR、+DM、−DM的平滑** 使用Wilder的滚动求和法:S(i) = S(i−1) − S(i−1)/N + 值 - **+DI和−DI** 为平滑后的方向性运动与平滑后True Range的比值,以百分比表示 - **DX** 衡量+DI与−DI之间的标准化差异 - **ADX** 计算为所选周期内DX的 **简单移动平均线(SMA)** ,而非经典公式中Wilder的SMMA 基
FREE
Pivot Points Classic PRO
Richard Bernard Parioleau
The Pivot Points Classic + Intermediate Lines indicator by maratoa201 is designed to help traders quickly visualize key price levels on their MT4 and MT5 charts. It automatically calculates: The central pivot point (PP) Support levels ( S1, S2, S3 ) Resistance levels ( R1, R2, R3 ) Intermediate lines (0.5, 1.5, 2.5) to refine rebound and breakout zones Main Features: Clear and fast reading of pivot levels Offset labels to prevent price overlap Optimized for XAUUSD M5 but compatible with any symb
Smart Volume 2026 - 机构级市场结构与成交量分布 (Institutional Market Structure) Smart Volume 2026 是 MetaTrader 4 平台上用于 市场结构分析 的终极“多合一”解决方案。 大多数交易者之所以亏损,是因为他们盲目操作,忽视了机构大资金的真实流向。 Smart Volume 2026 通过在一个简洁的图表中可视化三个最关键的数据来解决这个问题: 成交量分布 (Volume Distribution) 、 波动强度 (Volatility Intensity) 和 时段突破 (Session Breakouts) 。 停止猜测,开始以机构级的清晰度进行交易。 通用性强: 此指标专为 任何资产 (外汇、指数、大宗商品、加密货币)和 任何时间周期 (从M1剥头皮到D1长线投资)完美运行而设计。 为什么选择 Smart Volume 2026? 高级成交量分布 (Advanced Volume Profile): 即时查看市场交易量最集中的价格区域。直方图绘制在 背景 中,确保您的 K线图始终清晰可见。
Apex Trend Sniper
Steffen Reinhold Noll
Apex Trend Sniper Apex Trend Sniper 是一款用于 MetaTrader 4 的趋势跟踪指标。它通过将 Williams Percent Range 振荡器与多层过滤系统相结合来识别价格方向变化。信号以箭头的形式直接显示在图表上。该指标适用于比特币(BTCUSD)、主要指数(US30、GER40、NAS100、SPX500)以及黄金(XAUUSD)。 工作原理 核心信号来源于 Williams Percent Range 振荡器。当振荡器穿越设定的阈值水平时,将生成方向性信号。计算周期会自动调整:如果在最近几根K线上检测到显著的价格波动,则采用较短的周期。 每个原始信号在图表上绘制箭头之前,须通过三个独立的过滤器。 趋势过滤器使用当前时间框架上的两条移动平均线来确定趋势方向。与趋势方向相悖的信号将被抑制。 横盘市场过滤器使用平均趋向指数来衡量趋势强度。若指数值低于可配置的阈值,则市场被视为横盘整理状态,不生成任何信号。 高级时间框架确认在更高的时间框架上计算第二组移动平均线。与高级时间框架方向相悖的信号将被屏蔽。为防止重绘,仅使用高级时间框架上已收盘的K
FREE
Shadow Operation Risk Guardian  -  The Ultimate Executioner for Professional Traders Are you losing trading opportunities while calculating lot sizes? Do you struggle with disciplined stop-losses or miss moving your SL to break-even after a partial profit? Shadow Operation Risk Guardian   (SORG)  is a professional-grade GUI tool designed to bridge the gap between analysis and execution. By automating risk management directly on your chart, SRG eliminates calculation errors and emotional hesitati
The Market Flow Tracker indicator is a professional technical tool designed to visualize local shifts in market momentum. Its algorithm is based on a combination of price extreme filtering via Moving Averages and dynamic Volume analysis. The indicator identifies specific patterns where price breaks through averaged High/Low levels while being supported by volume confirmation. This helps the trader identify potential moments of short-term trend continuation or exhaustion. Key Features : Volatilit
Cycle Explorers
Tatiana Savkevych
The Cycle Explorer indicator is an advanced analytical tool for MetaTrader designed to explore market cyclic behaviour and identify key phases of price development. The indicator applies an adaptive evaluation of price balance zones within user-defined data ranges and builds two independent analytical curves: Fast — a responsive line reflecting short-term cycle dynamics Slow — a smoother line representing the dominant market cycle Each line describes the characteristic price position inside its
Volumes and Sentiments 4
Svetoslav Boyadzhiev
"Volumes and Sentiments 4" was created to help traders navigate market situations. This indicator is the result of many years of research and understanding of the nature of market movements. It is a modified version of the "On-Balance Volume" indicator, which corrects some imperfections of the original indicator. "Volumes and Sentiments 4" includes additional ideas (the author's) that visually show the sentiments of market participants. The important advantages of the indicator are the followin
Price Magnets
Ivan Simonika
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
HiLo Marker4
Ivan Simonika
HiLo Marker — Precision Extremum Navigator HiLo Marker is a professional-grade technical indicator for MetaTrader 4 (MT4) and MetaTrader 5 (MT5) , designed to accurately detect and mark local price highs and lows within a specified time range. Unlike standard fractal indicators, HiLo Marker applies a centered calculation window ( $dist / 2$ offset ). This approach effectively filters market noise and highlights the most significant pivot points — the areas where market structure genuinely shifts
SuperTrend for MT4
Ulises Calderon Bautista
The popular "SuperTrend" indicator is a technical analysis tool designed to help identify trend direction and potential entry or exit points in financial markets. This indicator is built upon the Average True Range (ATR) , which gauges market volatility based on price ranges. It is available for free on other platforms, and this should be no exception! Common Use Cases The SuperTrend is typically utilized in three primary ways: Trend Identification: When the price is trading above the indicator
FREE
JONUX FRVP — Fixed Range Volume Profile for MT4 JONUX FRVP is an analytical tool designed to visualize volume distribution within the MetaTrader 4 platform. Unlike standard volume indicators that are statically bound to chart periods, this utility employs an interactive engine to analyze the volume traded at specific price levels over a user-defined custom time range. Concept & Functionality  The indicator calculates a histogram of volume across user-defined price bins and highlights key struc
FREE
This is a professional-grade, multi-strategy Expert Advisor developed exclusively for Gold (XAUUSD) on the H1 timeframe. Unlike single-logic systems, this EA simultaneously executes 14 independent trading strategies , each with its own magic number and execution logic. All strategies are built around market structure breakouts detected by the custom RecentSwingHighLowBands indicator — engineered to adapt to Gold's unique volatility profile. This is a rule-based, risk-controlled trading system b
Master Dow Jones MT4
Sergio Tiscar Ortega
Investment Philosophy Master Dow Jones EA   is a high-precision algorithmic trading system specifically engineered for the   Dow Jones Industrial Average (DJ30/US30) . Unlike generic trading systems, this algorithm exploits the structural bullish bias inherent in the top 30 U.S. blue-chip companies by operating exclusively on the   Long Side . This specialization significantly reduces exposure to erratic short-side volatility and aligns the strategy with long-term institutional capital flows. St
USA Index MT4
Sergio Tiscar Ortega
USA Index Pro  is an advanced execution algorithm designed to capture structural reversals in the S&P 500 index. Unlike traditional systems that chase price action, this model utilizes a   Mean Reversion   engine, identifying exhaustion points where the market has deviated from its statistical equilibrium and is primed for correction. Operational Methodology The algorithm operates bi-directionally (Long and Short), allowing for returns in both bullish rallies and corrective phases: Contextual Fi
Title: Gold Liquidity Matrix - SMC & Z-Score Volume Description: Most SMC (Smart Money Concepts) indicators fail for one simple reason: they draw too many zones, creating market noise and confusion. Gold Liquidity Matrix (GLM) is different. It is a pragmatic, quantitative hybrid trading system built specifically for XAUUSD. It does not just look at price action; it combines Institutional SMC with advanced Z-Score Volumetric Analysis to filter out fake moves and highlight only the zones where tru
Xenon Amples
Ivan Simonika
Xenon Ample High-Tech Synergy of Patterns and Logic English Version (Full Professional Description) Xenon Ample is an advanced algorithmic trading suite engineered for the modern financial landscape. The name reflects its core philosophy: Xenon — symbolizing high-speed, electric precision of execution. Ample — representing adaptability across a wide spectrum of market conditions. The Logic Behind Xenon Ample At the core of Xenon Ample operates a sophisticated Pattern-Sync Engine . Unlike traditi
MidPrice_A — The Hidden Power of the Market in a Single Number Looking for a way to see the true market direction without noise, lag, or overloaded charts? MidPrice_A is a minimalistic yet powerful tool that reveals the pure price impulse , based on a professional market movement logic. What does MidPrice_A do? Unlike traditional indicators that rely on closing prices and often lag behind, MidPrice_A analyzes the candle mid-price and measures how far the market has actually shifted over the last
FREE
Band Trading Automation
Emmanuel Lovski Ijeawele Maduagwuna
Band Trading Win Consistently Irrespective of the Direction of the Market Price of any Instrument A Dual Position Entry Algorithmic Trader for Volatile Markets    Look at  Strategy Summary Here - BandTrading FEATURES Intelligent hedging mechanism aims to protect capital by locking in profits when price moves beyond the Band Trading Gap. Dynamic Band calculation adapts to real-time market conditions – identifies key support/resistance zones. Specifically designed for CFD trading: handles swa
[ MT5 Version ] DoIt MultiStrategy Pro v2 — 8 Strategy Slots. One Portfolio EA. Most traders do not fail because they lack another Expert Advisor. They fail because they depend on one fragile setup. One symbol. One strategy. One market condition. One bad phase away from switching everything off. DoIt MultiStrategy Pro v2 is built around a different idea: No holy grail. Portfolio effect. Instead of trying to find one “perfect EA”, DoIt MultiStrategy Pro is designed to run a structured mult
SuperTrend EA MT4
Catur Cipto Nugroho
SuperTrend EA v4.05 MT4 — Automated Trend-Following Expert Advisor Automated trend-following execution system designed for continuous operation on the MetaTrader 4 platform. SuperTrend EA v4.05 is a fully automated technical trading system developed for MetaTrader 4. The core algorithm executes positions based on trend reversals identified by the SuperTrend calculation engine. The system is optimized for Forex currency pairs and Gold (XAUUSD) charts. This software integrates a multi-layered filt
MT4 Trade Assistant – One-Click Order Manager 一款专为 MT4 交易者设计的高效率交易助手 EA,帮助你快速管理当前所有订单,减少手动操作时间,提高执行效率。 核心功能: 一键关闭全部 Buy 单 一键关闭全部 Sell 单 一键关闭全部订单 统一设置当前所有订单的 Take Profit 统一设置当前所有订单的 Stop Loss 适合人群: 日内交易者 / Scalper 多单同时管理的交易者 需要快速风控与统一止盈止损的用户 优势: 操作简单,界面清晰 无复杂参数,直接使用 提高执行速度,减少人为错误 适合真实交易环境  Order Management Utility EA(订单管理工具EA),简单易用 One-Click Order Manager 使用任何品种的交易
MA Crossover Expert Advisor - Professional Moving Average Trading Automated Trading System Based on Moving Average Crossover Strategy The MA Crossover EA is a fully automated Expert Advisor based on the proven Moving Average Crossover strategy. The system automatically detects trend changes and trades profitably in trending markets. Key Features Flexible MA Settings : Choose between SMA and EMA with freely configurable periods Automatic Signal Generation : Buys on bullish crossover, sells on b
TRetBO Classic — 黄金趋势回撤与突破策略 (MT4)  实现了TRetBO V5.0 的核心交易逻辑。 TRetBO 专为 XAUUSD(黄金) 而设计,在 EURUSD 等主要货币对上也表现良好。 它结合了 趋势回撤+突破确认 和多时间框架滤波(M30/H1/H4),以提高信号质量并减少噪声。 主要功能 针对黄金波动性进行了优化 多时间框架确认 基于市场结构的动态止损/止盈 轻量级且对VPS友好 简单的三级风险模式 风险模式 低风险 — 目的 DD <10% 中等风险 ——目的尽职调查<20% 高风险 ——目的 DD <30% 建议账户余额≥500美元 使用建议 平台:MT4 代码:XAUUSD 时间周期:M30 / H1 / H4 建议使用VPS以实现5天24小时不间断稳定运行。 下载免费演示版,并在策略测试器中测试 TRetBO。 Myfxbook 的性能监控: 正在进行的演示: 加入官方频道获取最新消息:[TRetBO EA 频道](   https://www.mql5.com/en/channels/02e959f8dd74dc01   )
SX Supply Demand Zones accurately identifies and draws high-probability Supply and Demand zones using a sophisticated algorithm. Unlike traditional indicators that clutter your chart, this indicator is designed with a focus on performance and a clean user experience. New Unique Feature: Interactive Legend System What truly sets this indicator apart from everything else is the Interactive Control Legend. You have a professional dashboard directly on your chart that allows you to: Show/Hide: Ins
FREE
Buy Sell Signal Pro Looking for a precise and efficient swing detection tool that clearly identifies market structure turning points? Need consistent and easy-to-read buy and sell signals across different timeframes and instruments? Buy Sell Signal Pro  is designed to deliver accurate swing identification with a clean and practical approach, helping traders interpret price structure with confidence. Overview This indicator detects key market structure points, including: Higher Highs (HH) Higher
Gold Secret Code MT4
Noha Mohamed Fathy Younes Badr
Unveil the true rhythm of gold with Gold Secret Code Indicator, a next-generation precision tool designed to reveal hidden turning points in XAUUSD M1 and all currencies 15 minute time frame  . after purchased send private message  read the blog Built for traders who demand both accuracy and flexibility, this indicator adapts to your trading style through three precision modes : 1- Aggressive Mode For fast-paced scalpers — more signals, quicker entries, higher potential returns (and risk). 2- B
Dynamix Trade Manager Pro Institutional Multi-Pair Execution Dashboard for MetaTrader 4 Dynamix Trade Manager Pro is a high-performance manual trade execution and management dashboard engineered for serious discretionary traders operating within MetaTrader 4. This Expert Advisor does not generate automated signals or strategies. Instead, it transforms the MT4 trading experience by delivering structured execution control, ultra-fast order placement, and multi-symbol efficiency within a single uni
Meraz Trend V4
Md Meraz Mahmud
Meraz Trend V4 – High Accuracy 1-Minute Binary Options Signal Indicator Meraz Trend V4 is specially designed for binary options traders who trade on the 1-minute timeframe. It Best Work On Any OTC Pair Any Broker The indicator provides clear Buy and Sell arrow signals directly on the chart. When an arrow appears on a candle, you must enter the trade at the opening of the next candle. Expiry time is strictly 1 minute (1 candle). Entry Rules: If a Buy Arrow appears → Open a BUY (CALL)
Precision Trend Filter   is an adaptive noise-filtering trend indicator that identifies real market direction while ignoring false moves and choppy price action. The indicator uses a proprietary filtering algorithm with ATR-based dynamic thresholding to separate genuine trend shifts from random market noise. The result is a clean, color-coded trend line that holds flat during consolidation and tracks price aggressively during real trends. Key Features - Color-changing trend line: green for
FREE
Gold Scalper Indicator
Jeremy Nicolaj Van Hoorn
GoldScalperX V2 PRO Institutional-Style Gold Scalping for Serious Traders Gold doesn’t forgive hesitation. GoldScalperX V2 PRO was built for traders who operate with speed, discipline and structure. This is not a “random arrow indicator.” This is a precision scalping framework engineered for XAUUSD volatility. Why Most Gold Traders Fail They: Enter too early Chase breakouts Trade noise Ignore volatility expansion Blow prop challenges GoldScalperX V2 PRO filters the chaos. It highlights onl
Mystic RSI by MoonPipz
Sarvaddnya Pathrabe
Standard RSI uses a fixed smoothing factor. Every bar gets the same weight whether the market is trending cleanly or chopping sideways. That is why most RSI signals fail during consolidation. Mystical RSI measures how chaotic price action is on every bar using the   Fractal Dimension Index   and dynamically adjusts its smoothing in real time. When the market trends, it reacts fast. When the market chops, it slows down and filters out noise. No manual adjustment needed. How It Works The indicator
FREE
Introducing the Server Time Indicator — an indispensable tool for traders seeking precision and efficiency in their MetaTrader 4 platform. Server Time Indicator   updates dynamically based on market activity   or on every tick to optimize memory and resource usage.   In instances where the financial markets are inactive or closed, the indicator will refrain from providing real-time updates to ensure accurate representation of current market conditions.   This approach safeguards against any mis
FREE
Jvh Protection
Jeremy Nicolaj Van Hoorn
JVH Protection – Universal Prop Firm Risk Manager (MT4) Broker-Time Reset | Daily Max Loss | Overall Drawdown | Trailing Lock | Full Account Guard JVH Protection is a professional-grade equity protection system designed for serious traders using prop firms, automated strategies, or high-risk environments. This tool acts as a real-time risk firewall for your entire trading account. Key Features Full Account Protection Monitors all symbols Covers all magic numbers Works with manual trading
FREE
Eleva tu Journaling al Nivel Institucional. http://www.tradepositive.lat Olvídate de registrar tus operaciones a mano, de los errores de cálculo y de la recolección tediosa de datos. TPI Notion Sync es la herramienta definitiva desarrollada por el Trade Positive Institute, diseñada para conectar tu plataforma MetaTrader directamente con tu base de datos de Notion en tiempo real. Diseñado originalmente para los traders del ALGO Smart Flow Model , este puente tecnológico extrae la matemática pu
FREE
TradeCraft is a buffet style trade companion tool to help you trade manually on zone like zone created by my Indicator : SR Imbalance Scalping . You can trade by market order or pending order. As this is a buffet style like trading panel, choose (check) the menu first before you select a zone (not the other way around). Select the zone you want to trade with or create yourself a custom zone using shape tool. The value will be automatically updated in the panel after you select (one zone selected
FREE
Quantum Turtle HFT
Kuldeep Pradeep Nikam
OVERVIEW Turtle Trading EA v4 is an automated Expert Advisor based on the legendary Turtle Trading system developed by Richard Dennis in the 1980s. This EA implements a classic Donchian Channel breakout strategy with modern risk management features including dynamic position sizing based on account equity. STRATEGY Entry Signal: Opens BUY when price breaks above 20-period high; Opens SELL when price breaks below 20-period low Exit Signal: Closes BUY at 10-period low; Closes SELL at 10-period
Quantum SNI MT4
Wassayos Phuthadthom
Quantum SNI   is designed for investors seeking stable, long-term portfolio growth. It completely eliminates unnecessary risks— No Grid, No Martingale . There is absolutely no doubling down to recover losses or holding onto losing positions until the account is compromised. Core Strategy:   The system utilizes a proprietary technique combined with   Market Structure   analysis to pinpoint entries with "Sniper-like" precision. It patiently waits for the perfect setup and executes trades strictly
Product Name: Gold Smart EA AR X Gold Smart EA AR X   is a sophisticated automated trading solution specifically engineered for the   XAUUSD (Gold)   market. Unlike simple indicator-based systems, this EA utilizes a multi-layered logic that combines Trend Following, Moving Average Crossovers, and a unique   US Dollar (USD) Correlation Engine   to filter out market noise and execute high-probability trades. Designed for the modern trader, the EA monitors the market on the   M5 timeframe   but val
SMC OrderBlocks AIO MT4
Catur Cipto Nugroho
Order Blocks All-in-One — SMC Indicator for MT4 For MT5 version: https://www.mql5.com/en/market/product/166409 A comprehensive Order Block technical analysis indicator designed to track the execution lifecycle of structural zones from initial formation to mitigation and potential conversion into breakout levels within a single implementation. Built upon the framework of Market Structure and Smart Money Concepts (SMC) , this tool maps key price action levels directly onto the MetaTrader 4 termina
PRECISION NEWS FILTER Automatic News Protection for MT4   —   Manual & Automated Trading   Attach once   ·   Runs forever   ·   Protects every trade Precision News Filter Public Group:   Click here to join   You had a perfect setup. Then the news fired.  Price spiked 100 pips in seconds. Your stop was taken out. A week of careful trading gone in one candle. It was not bad luck. It was news volatility. And it happens to every MT4 trader, every single week. The economic calendar has 15 to 25 si
Investor Trade Copier - Copy from Investor/read-only mode to your live accounts Overview A robust and reliable trade copier system that allows you to copy trades from one MT4 account (Master) in investor/read-only mode to multiple follower accounts (MT4). Perfect for traders managing multiple accounts, signal providers, or prop firm traders who need to replicate trades across different brokers. If someone only provides you an account that has only investor/read-only mode, and you want to follow
Apex Engulfing Detector: The Ultimate Reversal Pattern Indicator That Never Repaints Stop getting caught in fake breakouts and late entries. Most indicators lag behind the market—they wait for moving averages to cross or oscillators to reset long after the move has happened. Apex Engulfing Detector doesn't play that game. It reads raw price action. Based on centuries of proven Japanese candlestick charting techniques, this indicator identifies high-probability trend reversals at the exact mom
MACD Divergence Pro MT4
Catur Cipto Nugroho
MACD Divergence Pro MT4 (Version 1.4) MACD Divergence Pro is a professional, high-performance trading tool designed to automatically detect and draw Classic and Hidden (Reverse) divergences directly on your charts. Engineered with a powerful dual-pass scanning engine and a dashboard, it provides clear, filtered, and accurate reversal and trend-continuation signals. Key Features in Version 1.4 [NEW] Premium Dashboard Info Panel: Displays real-time market regime (Bullish / Bearish), dynamic diver
Market voleum profile
Israr Hussain Shah
Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis The Market Profile & Volume Profile Indicator is a powerful technical analysis tool designed to visualize market activity and price distribution over specific timeframes. Unlike standard technical indicators that focus solely on price over time, th
ARIA Trend Direction Enhanced Institutional-Grade Multi-Timeframe Intelligence for Precision Trading What ARIA Does ARIA Trend Direction Enhanced is a professional-grade market intelligence system designed to identify high-probability trend continuation and reversal setups using advanced multi-layer validation logic. Unlike simple trend indicators, ARIA does not rely on a single signal. It combines: Multi-timeframe trend alignment (M15 / H1 / H4 / D1) Breakout detection logic Volatil
Prestige 4
M Ardiansyah
Prestige EA   is a powerful, intelligent trend‑detection trading robot built using advanced mathematical and statistical models. It is designed to identify high‑probability market movements with precision while maintaining strict risk control. The EA uses refined entry filters with advanced correction logic to ensure accurate and reliable trade entries. Every trade is protected by Take Profit and Stop Loss, ensuring disciplined risk management. In addition, the EA includes smart internal algori
Medi Partial Close Pro is a high-performance trade management utility engineered for professional intraday traders, specifically optimized for high-volatility pairs like XAUUSD . Why Choose Medi Partial Close Pro? Smart Directional Logic: Unlike standard utilities, v5.5 features an intelligent trigger system that detects if your target is a "Take Profit" or "Stop Loss" scale-out based on current market price. Master Control Panel: Manage your entire portfolio from a single dashboard. Close 25%,
FREE
Skylark EA
Manuel Mateo Soto
Discounted price.   The price will increase to $2999 starting 15th March 2026. Daily Live Signal: myfxbook[.]com/members/wanol0/skylark/11874656   Skylark EA is a rules-based, session-focused Expert Advisor built to trade with discipline and consistency on intraday markets. It is designed and optimized specifically for EUR/USD, where it has been tested and calibrated for liquidity and execution conditions. That said, it can also be used on other FX pairs if you wish to experiment, but EUR/USD
FIX955Alpha
Koichi Tamura
FIX955Alpha – USDJPY Tokyo Fix Statistical EA 1. Overview FIX955Alpha is a time-based quantitative EA designed to exploit recurring liquidity patterns around the Tokyo Fix (9:55 JST) on USDJPY. The strategy is built on 20 years of tick-level backtesting with high modeling quality (up to 99.9% depending on data source). It focuses on statistically validated market behavior rather than short-term optimization. No martingale. No grid. No over-optimization. Only statistically validated conditions
ADRActive
Andrej Hermann
自适应 ADR 自适应 ADR 是一款用于计算和显示平均每日波动范围 (ADR) 的专业级技术指标,适用于需要精确掌握日内波动结构的交易者。该工具通过多种可调节参数,为不同交易风格提供灵活支持。 计算与方法 四种平滑方式: SMA、EMA、SMMA (Wilder)、LWMA 可根据不同市场环境与波动率模型自由选择 支持多品种、多周期使用,适合趋势与震荡市场 动态日内逻辑 随交易时段开始自动运行 围绕开盘价设置两个对称区间 区间会自适应收窄直到首次触及 ADR 达到 ADR 后区间固定至收盘,提供明确的日内波动边界 有助于识别超出正常波动范围的行情行为 视觉引导 可选开盘价线 可自定义颜色、线型、透明度与可见性 适合深色与浅色主题,便于整合到个人图表布局 应用价值 清晰的日内结构 精准评估每日波动范围 适合突破、均值回归、区间交易与波动率策略 帮助交易者避免过度交易并识别高概率区域
PrimeTrend Pro PrimeTrend Pro 是一款基于 ATR 棘轮引擎的趋势跟踪指标。它加入了一组独立的信号质量过滤器,以及一个多品种、多周期的面板。指标旨在一屏内呈现三项信息:当前趋势方向、当前信号的可靠程度,以及与其他周期和品种的一致程度。 本指标不会开仓、修改或平仓,所有交易决策均由用户自行负责。指标不保证任何交易结果,使用前请先在模拟账户上进行测试。 引擎 核心是带单向棘轮的 ATR 通道:上升趋势中支撑位只能上移,下降趋势中阻力位只能下移。2.7 版本增加了以下选项。 反转缓冲。趋势反转要求收盘价额外突破一个可配置的 ATR 比例,从而减少震荡行情中因短暂突刺造成的反转。 双根K线确认(可选)。第一次突破水平位的收盘会设置待确认状态,只有下一根K线也收在水平位之外时反转才会生效。 自适应乘数(可选)。通道宽度按快速 ATR 与慢速 ATR 的比值在设定范围内调整,波动率上升时通道变宽,波动率下降时通道变窄。 两种棘轮模式。经典模式以K线中位数为锚点;Chandelier 模式以周期内最高价和最低价为锚点,在强趋势中更贴近价格。 数据驱动的初始化。初始趋势方
Fractal Reversal Pro
Steffen Reinhold Noll
Fractal Reversal Pro identifies 1-2-3 reversal patterns based on fractals and displays potential trend reversals with visual arrows on the chart. Core Features: The indicator detects classic 1-2-3 reversal patterns through fractal analysis. Blue arrows mark bullish signals below price, red arrows mark bearish signals above price. Optional Filters for Signal Enhancement: Trend filter with moving average Volume filter for confirmation with above-average volume Higher timeframe confirmation for tre
FREE
BabyTiger Smart Defense Pro (MT4 Edition) The ultimate institutional-grade trading engine. Precision-optimized for XAUUSD (Gold). BabyTiger Smart Defense Pro is a high-performance trading system engineered for versatility and capital protection. Whether you are a conservative investor seeking steady growth or an aggressive trader targeting maximum compounding, the BabyTiger engine scales dynamically with your goals. GOLD OPTIMIZED (Default Settings): The EA comes **pre-optimized for XAUU
Scalping Lines System 是一款专为交易黄金 (XAUUSD) 而设计的短线交易系统,适用于 M1-H1 时间框架。 它整合了趋势、波动率和超买/超卖市场分析指标,并将其集成到一个振荡器中,用于识别短期信号。 信号线的主要内部参数已预先配置。 部分参数可供手动调整:“趋势波持续时间”,用于根据趋势移动平均线 (MA) 调整趋势方向上一系列信号的持续时间;以及“信号线平滑处理”,用于调整信号线的生成方式。 该指标在开盘价计算信号线时不会重绘。在其他价格下,信号箭头可能会闪烁。 信号在蜡烛图收盘后出现,并提供多种警报类型。 推荐使用的时间框架:M1-M5-M15-M30-H1。 该指标最初设计用于黄金交易,但也适用于交易波动性高、点差低的资产,例如比特币和加密货币、白银以及股票指数差价合约(如纳斯达克100指数等)。 对于某些其他交易品种(例如欧元/美元、英镑/美元),该指标可用于15分钟及以上的时间框架。 如何使用该指标进行交易。 对于“卖出”信号: 蓝色下降箭头位于顶部。 震荡指标顶部会出现一个蓝色箭头,箭头后的蓝线表示信号支撑持续时间。请跟随
Industry Machine
Godwin Edward Enyali
Industry Machine 是一个多功能交易工具,集成了动态仪表盘、供需区域、反转信号和多时间框架柱状图分析,为交易者提供市场的全面视图。它能够让交易者一眼就掌握市场动态。 系统核心是 仪表盘 ,它实时跟踪所有交易对,并显示它们在不同时间框架下的状态。仪表盘会标记每个交易对在 H4 和 M30 时间框架下是多头还是空头,显示价格力量百分比,并突出潜在的入场点。这让交易者能够快速识别最强和最弱的交易对,并判断值得关注的交易机会。 静态买卖标签 为交易者提供参考。例如,“DODGER BLUE upon RED” 标签表示在突破趋势线时可能出现的上涨反转,而“LIME upon DODGER BLUE” 指示价格在趋势线之上延续上涨。对应的卖出标签,如“LIME upon MAROON”,提示可能的下跌反转,而“MAROON upon RED” 表示价格在趋势线下延续下跌。当所有信号完全一致时,会出现“强买入”或“强卖出”标签,帮助交易者区分普通信号和高可靠机会。 供需区域 辅助分析,它会识别价格的关键高点和低点,并在这些重要区域绘制矩形。当价格触及这些区域时,系统会生成 反转箭头
FREE
KmeanSuperTrend – 進階AI驅動SuperTrend指標 用KmeanSuperTrend釋放適應性交易的力量! 使用全球首個採用AI K-means聚類技術的SuperTrend指標,轉變您的交易。KmeanSuperTrend結合了經過驗證的SuperTrend方法論與尖端機器學習,在趨勢檢測和市場分析方面提供前所未有的準確性。 革命性功能   AI K-means ATR聚類: 先進的5聚類演算法分析100+歷史K棒,智慧地適應ATR計算以應對當前市場波動條件。   動態SuperTrend視覺化: 清晰的趨勢信號配以適應性色彩編碼(上升趨勢,下降趨勢),自動調整以適應市場條件。 ️   完全可自定義參數: ATR週期(預設值:10) ATR倍數(預設值:3.0) 回溯期間(預設值:100) 自定義顏色和線條樣式 進階聚類種子控制 ️   即時市場適應: 智慧波動聚類確保指標隨變化的市場條件演進,減少延遲並改善信號品質。   通用交易應用: 相容於所有時間框架(M1到月線)和所有工具(外匯、股票、商品、指數、加密貨幣
Local Copy Trading Osw MT4
William Oswaldo Mayorga Urduy
用户手册:多连接交易复制器 (MT4/MT5) 该系统允许在 MetaTrader 终端之间自动复制交易,充当通信桥梁,以最小的延迟同步投资组合。 1. 简介和用途 多连接交易复制器是一款用于管理镜像账户的基础架构工具。其功能是从主账户提取信号并在从账户中执行,从而实现 MT4 和 MT5 之间的交易交换、独立的风险调整以及自定义资产映射。 2. 参数指南(入口菜单) 主要设置 账户类型:定义终端是发送信号(主账户)还是接收信号(从账户)。 速度(毫秒):扫描频率(例如,500 毫秒)。数值越低,复制速度越快。 复制通道:通信通道的名称。两个终端中的通道名称必须相同。 资产映射(交易品种) 主账户前缀/后缀移除/添加:移除或添加资产名称的文本(例如,将“EURUSD.pro”转换为“EURUSD”)。 主/从账户资产:用于配对名称差异很大的资产的手动列表(例如,主账户使用“US30”,从账户使用“DJI”)。 屏蔽资产:从账户应忽略的交易品种列表。 过滤器和执行 复制买入/卖出/限价/止损:用于选择要复制的订单类型。 开立新订单的时间:复制订单的时间限制
RiskMaster 统一面板(MT4)——图表风险与执行 止损即时手块大小——跨任何符号。 RiskMaster Unified Panel 解决了快速裁量交易中的#1问题:几秒钟内准确调整仓位。在图表上拖动你的入场/交易清单/TP线→面板会立即重新计算目标风险与实际风险及正确的批次大小,然后一键执行为市价或待定。 最佳 1. 快速手动交易 (黄牛/日内交易),风险稳定 2. 交易者换代码且希望零手块错误 3. 想要简洁工作流程的人:Setup → Risk → Order(设置风险顺序) 为什么重要 1. 一致的风险管理:以资金或自由保证金百分比承担风险  2. 压力下的误差更少: 没有手动计算器,也没有错误批次 3. 经纪人安全执行: 检查 MinLot / LotStep / StopLevel 4. 清晰反馈: 可读错误而非“无声故障” 三步工作流程 1. 买卖 方向→ + 初始设置线 2. 拖SL / Entry / TP的批量和风险→即时更新 3. 订单→以市场或待定状态执行 核心功能(仅限你需要的部分) 1. 活风险引擎:风险目标与实际风险始终
Propwiser
Precious Urudinachi Anusiem
Propwiser EA — 专为自营交易公司和专业交易者设计的智能自动化交易系统 通过Propwiser轻松通过自营交易公司挑战,并稳定增长您的账户——这款完全自动化的MetaTrader 4专家顾问以严格的风险纪律和智能多策略入场为核心设计。 Propwiser将三种经过实战验证的方法整合为一个系统:EMA交叉动量信号、基于ATR的突破检测,以及更高时间框架的趋势过滤器,确保每笔交易都与主要市场方向保持一致。 核心功能: 专为自营交易公司设计 — 内置每日亏损限额,当触及最大日回撤时自动停止交易,无需人工干预即可保护您的资金账户规则 基于ATR的动态止损和止盈 — 水平根据实时波动性自动调整 ATR追踪止损 — 市场向有利方向移动时自动锁定利润 基于百分比的风险管理 — 无论账户规模,每笔交易精确控制风险(默认1%) 多层入场确认 — 信号必须在执行时间框架和更高趋势时间框架上同时对齐 最大持仓数量控制 — 防止过度暴露 交易时段和星期过滤器 实时图表信息面板 — 实时显示余额、净值、每日盈亏、胜率、持仓数量和EA状态 适用于: 自营交易公司挑战账户(FTMO、MyForexFun
This free light version is functionally limited with a maximum risk of 20 account-currency units per trade, a maximum lot size of 0.05, and a limited number of trading operations. RiskMaster 统一面板(MT4)——图表风险与执行 止损即时手块大小——跨任何符号。 RiskMaster Unified Panel 解决了快速裁量交易中的#1问题:几秒钟内准确调整仓位。在图表上拖动你的入场/交易清单/TP线→面板会立即重新计算目标风险与实际风险及正确的批次大小,然后一键执行为市价或待定。 最佳 1.   快速手动交易 (黄牛/日内交易),风险稳定 2.   交易者换代码且希望零手块错误 3.   想要简洁工作流程的人:Setup → Risk → Order(设置风险顺序) 为什么重要 1.   一致的风险管理:以资金或自由保证金百分比承担风险  2.   压力下的误差更少: 没有手动计算
FREE
具有多时间框架支持、可自定义视觉信号和可配置警报系统的Chaikin Money Flow(CMF)指标。 自由职业编程服务、更新及其他TrueTL产品详见 MQL5主页 。 非常欢迎您的反馈和评价! 什么是CMF? Chaikin Money Flow(CMF)是由Marc Chaikin开发的成交量加权动量指标,用于衡量指定时期内的买卖压力。指标计算每个周期的资金流量乘数,并在回溯期内创建加权平均值。 CMF在+1到-1之间振荡,正值表示买入压力(积累),负值表示卖出压力(分配)。高于零的值表明市场处于积累阶段,而低于零的值则表示分配。该指标通过分析价格与成交量之间的关系,帮助交易者确认趋势强度并识别潜在反转。 功能特点: 带有箭头和垂直线的视觉信号标记 三个独立信号缓冲区,可配置触发条件 信号检测选项:方向变化、水平交叉、峰值/谷值 每个信号可配置警报功能(电子邮件、推送、声音、弹窗) 带插值方法的多时间框架(MTF)功能 柱状图或折线图绘制模式 多种颜色模式(简单、基于方向、基于水平) 用于Expert Advisor(EA)集成的自定义指标调用(iCustom)缓冲区访
FREE
Candle Color Day MT4
Alexandr Saprykin
每日K線顏色 - 按星期幾著色的K線指標 這是什麼? 這是一款簡單的視覺化工具,它會根據星期幾為圖表上的K線著色。星期一用一種顏色,星期二用另一種顏色,以此類推。您是否曾經好奇過價格在特定星期幾出現特定走勢的頻率?此指標可以幫助您識別這些模式。 適用人群: 適用於以下交易者: 希望使用歷史數據快速確定星期幾的交易者 尋找價格走勢中的季節性模式的交易者 需要在圖表上添加額外的視覺參考的交易者 分析特定日期對交易的影響的交易者 工作原理: 此指標會在現有K線上繪製彩色線條,同時保留下方的原始K線。一周中的每一天都被分配一種不同的顏色。預設: 星期一 - 紅色 星期二 - 綠色 星期三 - 藍色 星期四 - 橙色 星期五 - 棕色 星期六和星期日 - 灰色 設定:所有設定只需點擊兩下即可完成: 蠟燭寬度:蠟燭主體粗細(1 至 10 像素) 陰影寬度:陰影粗細(1 至 5 像素) 一週中每一天的顏色:可使用顏色選擇器自訂 您可以根據個人喜好創建纖細柔和的蠟燭,或粗獷醒目的蠟燭。 功能: 適用於所有交易品種 不重繪歷史數據 即使處理大量歷史數據
FREE
TrendBoard
Chi Sum Poon
# TrendBoard - 終極多時間框架技術分析儀表板 **用市場上最全面的趨勢分析工具改變您的交易!** ## **提供免費試用版 - 立即下載測試!** 體驗專業級技術分析的強大功能。下載試用版,了解為什麼交易者稱這是他們交易策略的"遊戲規則改變者"。 ## **TrendBoard 的獨特之處** TrendBoard 將 **8 個強大的技術指標** 跨 **7 個時間框架** 整合到一個清潔、視覺化的儀表板中。無需再在圖表間切換或手動計算訊號 - 一次獲得所有時間框架的即時趨勢方向! ### **主要特色** - ** 8 個專業指標** - 完整的技術分析套件 - ** 7 個時間框架** - 涵蓋 M1、M5、M15、M30、H1、H4、D1 - ** 視覺訊號網格** - 趨勢方向的顏色編碼(綠色↑/紅色↓/橙色→) - ** 智能邏輯** - 進階多層次閾值分析 - **️ 完全可自定義** - 根據您的策略調整所有參數 - ** 即時更新** - 即時市場狀況監控 ## **8 個指標說明** ###
计算任意自定义时间段的平均价格波动率,并显示区间线(例如开盘区间),这些区间线在更改时间周期后保持不变。交易开盘区间,并在预期波动率范围内设置可实现的止盈目标。每天最多可设置 5 个区间,并带有提醒功能。 每天最多允许设置五个自定义时间段,每个时间段都有自己的垂直起始线、水平区间线和平均波动率计算。您可以自定义视觉线条的颜色和线宽,并为每个时间段指定自定义名称,还可以为垂直线设置时间提醒(默认值为 GMT+2 服务器时间的主要交易时段开盘时间)。您可以显示或隐藏图表上的平均波动率计算文本。 这款便捷的指标为日内交易提供了三个非常有用的工具: 1. 计算任意自定义时间段的平均波动率或预期价格波动,起始时间和结束时间均可选择。这使您能够根据预期价格走势(例如从交易开盘或交易时段开始等)为您的交易设定切实可行的止盈目标。结果以点数形式显示在图表上(可以隐藏)。当您更改时间周期时,预期波动率会重新计算,因此您可以通过在 MT4 中循环切换不同的时间周期(例如 5 分钟/15 分钟/30 分钟/1 小时等)快速查看不同的波动率范围。 2. 为每个自定义时间段绘制区间高点和区间低点线,并
Trend Oscillator Pro   是一款高级自定义加密货币外汇指标,高效的交易工具! - 采用先进的全新计算方法 - “计算价格”参数提供 20 个选项。 - 迄今为止最平滑的震荡指标。 - 绿色代表上升趋势,红色代表下降趋势。 - 超卖值:低于 5,超买值:高于 95。 - 即使是标准策略,也能通过此指标进行大幅升级。 - 内置 PC 和移动设备提醒功能。 - 指标带有点差信息显示 - 显示所关联外汇货币对的当前点差和隔夜利息。 - 还显示账户余额、净值和保证金。 - 可以将点差信息显示放置在图表的任意位置 . Click here to see high quality Trading Robots and Indicators! 这是仅在 MQL5 网站上提供的原创产品。

学习如何在MetaTrader AppStore上购买EA交易,MetaTrader平台的应用程序商店。

MQL5.community支付系统支持通过PayPay、银行卡和热门付款系统进行交易。为更好的客户体验我们强烈建议您在购买前测试EA交易