Apex Adaptive Risk Engine

Apex Adaptive Risk Engine

Apex Adaptive Risk Engine is an advanced risk management library for MetaTrader 5 developers.

It is designed to help MQL5 developers integrate professional risk controls into Expert Advisors without rebuilding the same risk-management infrastructure for every project.

Unlike a basic lot-size calculator, Apex Adaptive Risk Engine can dynamically adjust risk according to volatility, account drawdown and consecutive losing trades while also providing essential trade protection functions.

The library is intended for developers and does not generate trading signals or execute a trading strategy by itself.

MAIN FEATURES

- Percentage-based position sizing
- Adaptive risk calculation
- Volatility-based risk adjustment
- Drawdown-based risk reduction
- Consecutive-loss risk adjustment
- Minimum and maximum risk limits
- Maximum lot protection
- Daily loss protection
- Maximum open-risk control
- Maximum position limit
- Spread protection
- Margin validation
- Broker stop-level validation
- Volume normalization
- Equity drawdown calculation
- Consecutive losing-trade detection
- Magic Number filtering
- Symbol-specific risk controls
- All-in-one trade permission check
- Developer-friendly MQL5 class structure

ADAPTIVE RISK MANAGEMENT

The core feature of Apex Adaptive Risk Engine is its adaptive risk model.

Traditional risk systems normally use a fixed percentage such as:

Base Risk: 1.00%

Apex can dynamically reduce this risk according to current conditions.

The adaptive model evaluates:

- Current volatility
- Current account drawdown
- Consecutive losing trades

For example, if volatility is elevated, the account is experiencing drawdown and a losing streak is present, the engine can reduce the effective risk below the configured base risk.

The developer can also disable adaptive behavior and use the library as a traditional fixed-percentage risk engine.

RISK-BASED LOT CALCULATION

Apex calculates position volume using:

- Account equity
- Selected risk percentage
- Entry price
- Stop Loss price
- Symbol tick size
- Symbol tick value
- Broker minimum volume
- Broker maximum volume
- Volume step
- Configured maximum lot

This allows the same risk-management logic to adapt to different symbols and broker specifications.

DAILY LOSS PROTECTION

The engine can calculate realized trading losses for the current trading day.

Developers can configure a maximum daily loss percentage.

When the configured limit is reached, the library can prevent the strategy from authorizing additional entries through its permission checks.

OPEN RISK CONTROL

Apex can calculate the estimated risk represented by currently open positions that have a Stop Loss.

This can be used to prevent an Expert Advisor from accumulating excessive simultaneous exposure.

For example, a developer can configure:

Maximum Open Risk: 5%

and prevent additional positions when the configured exposure limit has been reached.

DRAWDOWN MONITORING

The library calculates current equity drawdown relative to account balance.

This value can also be supplied to the adaptive risk model.

As drawdown increases, the model can automatically reduce the effective risk percentage according to the configured parameters.

LOSS STREAK DETECTION

Apex can inspect closed trading history and determine the current consecutive losing-trade streak.

The adaptive model can reduce risk after multiple consecutive losses.

This functionality can be filtered by:

- Symbol
- Magic Number

SPREAD PROTECTION

The engine checks the current Bid/Ask spread before allowing a new trade.

Developers can configure the maximum acceptable spread in points.

This can help prevent a strategy from entering when transaction conditions exceed the configured limit.

MARGIN VALIDATION

Before an order is submitted, Apex can use the MetaTrader 5 margin calculation functions to estimate the required margin.

The library can then verify whether sufficient free margin is available.

BROKER STOP-LEVEL VALIDATION

Different brokers and symbols may have different minimum Stop Loss and Take Profit distance requirements.

Apex can validate and normalize SL/TP levels according to the symbol's trading specifications, including stop-level and freeze-level information.

POSITION LIMIT CONTROL

Developers can configure the maximum number of simultaneous positions.

Position counting can be filtered using:

- Symbol
- Magic Number

This makes the engine suitable for both single-strategy and multi-strategy Expert Advisors.

ALL-IN-ONE TRADE PERMISSION CHECK

Apex includes a convenient CanOpenNewTrade() function.

This function combines several protection checks before a new entry is authorized.

It can verify:

- Terminal trading permission
- MQL trading permission
- Symbol trading availability
- Current spread
- Position count
- Daily loss limit
- Current open risk

This allows developers to integrate several risk controls through a single function call.

FLEXIBLE CONFIGURATION

Developers can configure parameters such as:

- Base Risk Percentage
- Minimum Risk Percentage
- Maximum Risk Percentage
- Maximum Lot
- Maximum Daily Loss
- Maximum Open Risk
- Maximum Positions
- Maximum Spread
- Adaptive Risk On/Off
- Volatility Penalty
- Drawdown Penalty
- Loss Streak Penalty

EXAMPLE INTEGRATION

Typical integration is simple:

CApexAdaptiveRiskEngine riskEngine;

riskEngine.SetBaseRiskPercent(1.0);
riskEngine.SetMaxDailyLossPercent(5.0);
riskEngine.SetMaxOpenRiskPercent(10.0);
riskEngine.SetAdaptiveRisk(true);

The developer can then calculate adaptive risk, calculate position volume and verify whether a new trade is permitted.

WHO IS IT FOR?

Apex Adaptive Risk Engine is designed for:

- MQL5 developers
- Expert Advisor developers
- Algorithmic traders
- Freelance trading-system developers
- Developers building multi-symbol systems
- Developers who need reusable risk-management infrastructure

IMPORTANT

Apex Adaptive Risk Engine is a programming library.

It is not an Expert Advisor.
It does not generate BUY or SELL signals.
It does not predict market direction.
It does not contain a profitable trading strategy.
It does not guarantee protection against trading losses.

Risk-management controls can reduce or limit certain types of exposure, but they cannot eliminate financial risk.

Developers are responsible for correctly integrating, configuring and testing the library within their own trading systems.

Always test the completed Expert Advisor under the intended broker, symbol and account conditions before using it in live trading.
推荐产品
Exclusive Imperium MT5 — 自动化交易系统 Exclusive Imperium MT5 是一款用于 MetaTrader 5 的智能交易顾问(EA),基于市场分析算法和风险管理。该顾问完全自动运行,几乎不需要交易者的干预。 注意!购买后请立即联系我 ,以获取安装和设置说明! 重要提示: 所有示例、截图和测试仅用于演示目的。如果某个货币对在某个经纪商处表现良好,并不意味着在其他经纪商处也会如此。每个经纪商都有自己的报价、点差和交易条件。因此, 每个货币对必须由用户自行优化 ,并且在真实账户上 只能以单一货币模式运行 —— 每个货币对单独运行。多货币模式的截图仅供参考。建议至少 每年优化一次 ,因为市场条件会发生变化。 重要信息: 顾问的演示版本仅供试用。未经优化的测试结果不能反映算法的真实表现。完整使用需要针对经纪商、资金和所选工具进行个性化优化。无论如何,优化必须由用户自行完成,并且至少 每年重复一次 。 请记住:最终结果直接取决于您的经验以及您在优化后设置的参数。 主要特点 分析算法: 指标与过滤器的组合,用于寻找交易机会。 灵活性: 可适应不断变化的市场条件
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
Mine Farm
Maryna Kauzova
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
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.
Gold Sniper Scalper Pro
Ich Khiem Nguyen
3.78 (9)
Gold Sniper Scalper Pro 是一款专为检测 XAUUSD 上的 假突破 (false breakout)形态而构建的 MetaTrader 5 指标。它识别 4 根K线陷阱结构——价格突破区间边界、吸引突破交易者入场、然后反转回区间内部——确认该突破为虚假突破。指标通过 17 个质量因子对每个交易设置评分,经过 4 层汇流管道评估,对照 7 个时间框架趋势共识引擎验证,并通过黄金波动率状态分类器过滤——所有这些都在信号显示在图表之前完成。 详细的用户指南可在作者的   MQL5 博客   中找到。额外更新可通过作者的   MQL5 频道   获取。 根据当前的支持政策,购买者可能会获得作者开发的精选配套工具的额外使用权限。 该系统也适用于外汇货币对、指数和加密货币,但其检测参数、波动率处理和过滤器逻辑针对 XAUUSD 的特性进行了优化。 4 根K线假突破形态 检测引擎识别特定的四组件K线结构。Mother Bar 建立清晰的价格区间。一到三根 Inside Bar 在该区间内形成,压缩价格。False Breakout Candle 将价格推出边界——扫
EMA256 Fourier Cycle Trader EMA256 Fourier Cycle Trader is an advanced MetaTrader 5 Expert Advisor combining a long-term EMA or TEMA trend model, causal Fourier cycle analysis, configurable averaging and a unified basket take-profit system. The Expert Advisor is designed primarily for CENT accounts and for traders who understand basket recovery strategies, geometric lot progression and the risks associated with trading without a mandatory Stop Loss. RECOMMENDED STARTING CONFIGURATION Recommended
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
King Trade Copier
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
KingCopier – Lightning-Fast Local Trade Copier for MetaTrader (Master + Slave) KingCopier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to see the real cop
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — 基于 Hull Moving Average (HMA) 指标的 MetaTrader 5 自动交易顾问 概述 HMA Scalper Pro EA 是一款专业的 MetaTrader 5 交易机器人(Expert Advisor),根据 Hull Moving Average (HMA) 的方向进行交易。HMA 指标确定当前趋势方向,顾问据此开仓,并辅以 Smart Risk 资金管理、自适应网格交易、追踪止损、保本止损和时间过滤器。 该顾问支持 Netting 和 Hedging 账户,适用于黄金(XAU/USD)、外汇货币对、原油、指数和加密货币的交易。 为什么选择 HMA SCALPER PRO EA - Hull Moving Average 信号 — 基于 HMA 方向入场,该指标对趋势变化的反应快于经典移动平均线 - 多时间框架 HMA 计算 — 方向可在独立于图表时间框架的单独时间框架上计算 - Smart Risk 替代经典马丁格尔 — 每个后续网格订单的手数都比前一个小 - 自适应网格交易 — 固定步长、订单限制、
Modern Dark Chart Theme for MT5 Upgrade your MetaTrader 5 chart into a clean, dark, professional trading workspace. Your chart is your trading office. It is where you analyze the market, test Expert Advisors, review setups, record videos, share screenshots, and make trading decisions. If your MT5 chart looks old, bright, noisy, or unprofessional, your trading environment can feel distracted before you even start your analysis. Modern Dark Chart Theme for MT5 helps you create a cleaner, darker,
FREE
Truvana Trend Campaign Manager EA (TCM) Advanced Basket Management & Profit Locking Tool for Trend Traders Short Description Turn strong trends into managed campaigns. Truvana TCM is a professional trade management EA designed for traders who already know how to identify trends and execute entries. The EA automatically manages basket expansion, validates risk before adding positions, and locks profits using a broker-side Basket Stop Price (BSP). No martingale. No grid recovery. No signal genera
Aegis DAX Scalper EA
Damiano Donatello
Aegis DAX Scalper EA is a MetaTrader 5 Expert Advisor designed for short-term trading on GER40/DAX40. The system combines a M5 trend filter with M1 pullback entries, RSI confirmation, candle structure analysis, spread filtering, volatility filtering and automated trade management. The EA does not use grid, martingale or recovery basket logic. Each trade is opened with a real stop loss and managed through break-even and trailing stop rules. Version 1.01 includes improved compatibility with di
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
HMA Trend Professional MT5
Pavel Zamoshnikov
4.25 (4)
Improved version of the free HMA Trend indicator (for MetaTrader 4) with statistical analysis. HMA Trend is a trend indicator based on the Hull Moving Average (HMA) with two periods. HMA with a slow period identifies the trend, while HMA with a fast period determines the short-term movements and signals in the trend direction. The main differences from the free version: Ability to predict the probability of a trend reversal using analysis of history data. Plotting statistical charts for analyzi
OrderBook History Library
Stanislav Korotky
3 (2)
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The library OrderBook History Library reads market book state in the past from archive files, created by OrderBook Recorder . The library can be embedded into you
Product Name: Smart Switch Dashboard STOP WASTING SECONDS. SECONDS COST MONEY. Are you losing trades because you're fumbling through the Market Watch? Is your workspace messy and slowing you down? In trading, Speed is everything. If you aren't organized, you are losing money to traders who are. Smart Switch Dashboard is not just a tool—it is your COMMAND CENTER . Designed for serious Scalpers and Day Traders who demand Speed, Precision, and Zero Lag. DOMINATE YOUR WORKFLOW 1. ULTRA-FAST SY
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
Headline ShikaaTraders Gold Grid Pro is a high-performance trade management utility designed specifically for XAUUSD (Gold) and high-volatility pairs. It allows traders to execute complex grid-layering strategies with a single click, ensuring you never miss an entry during fast market moves. Why Choose Gold Grid Pro? Manual trading on Gold requires speed. Manually calculating distances and opening multiple positions takes too much time. This utility automates the "Scaling-In" process, allowing y
SolarTrade Suite 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchPad Market
US30NinjaMT5
Satyaseelan Shankarananda Moodley
US30 Ninja is a 5 minute scalping indicator that will let know you when there is a trade set up (buy or sell). Once the indicator gives the trade direction, you can open a trade and use a 30 pip stop loss and a 30 pip to 50 pip take profit. Please trade at own own risk. This indicator has been created solely for the US30 market and may not yield positive results on any other pair. 
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
多功能工具:手数计算器,网格订单,风险回报比,交易管理器,供求区域,价格行为等等 演示版本   |   用户手册 交易助手   不能在策略测试器中工作 :您可以下载   此处的演示版本  来测试此 工具 。 联系我   如有任何问题  / 改进建议 / 发现错误 如需MT4版本,请访问 此处 简化、加速并自动化您的交易   流程 。通过此   仪表板 扩展标准终端功能。 交易面板  适用于任何交易品种:外汇、股票、指数、加密货币等。 1. 开立新交易 :手数 / 风险 / 风险回报比计算 :手动交易的风险管理 手数计算器(根据风险大小计算交易量) 风险计算器(根据手数大小计算风险金额) 风险回报   比率 网格订单:  + 动态距离选项,及拆分手数选项 订单激活触发器,+ 买入止损限价 / 卖出止损限价 虚拟止损,虚拟止盈(隐藏止损,隐藏止盈:经纪商不可见) 智能止损 / 入场价位:若K线收盘突破则避免虚假触发 隐藏订单(虚拟挂单) 计划订单:即使市场休市也可挂单交易(周末计划器) 额外多级止盈价位 具有不同ID的OCO(一单取消另一单)订单 图表上的交易可视化 + 调整 止损 /
VWAP Analytics Advanced Suite for MetaTrader 5 Gain institutional-grade market insight with the VWAP Analytics Advanced Suite , a professional Volume Weighted Average Price indicator built exclusively for MetaTrader 5. This tool goes beyond a simple VWAP line; it is a complete analytical ecosystem designed to identify trend bias, measure market deviation, and provide high-probability entry and exit signals with precision timing. Whether you are a day trader, scalper, or swing trader, this su
Arrow Micro Scalper 是一款专为剥头皮和短期交易而设计的指标,可集成到任何图表和金融工具(货币、加密货币、股票、金属)中。 在她的工作中,她使用波浪分析和趋势方向过滤器。建议在从 M1 到 H4 的时间范围内使用。 如何使用指标。 该指标包含 2 个用于更改设置的外部参数,其余参数已默认配置。 大箭头表示趋势方向的变化,蓝色箭头表示下降趋势的开始,粉红色箭头表示上升趋势的开始。 “ Only trending direction ”参数启用和禁用使用内部趋势的模式,提供使用您自己的趋势或不使用趋势的机会,并且还启用/禁用仅根据趋势显示趋势箭头和信号箭头。 小信号箭头,该指标最重要的对象,粉色代表“买入”交易,蓝色代表“卖出”交易。 “ Smoothing ”参数决定信号箭头出现的时间,操作范围为 7 到 25,为时间范围 M1-M5 选择大值,为 M15-H1 选择中值,为 H4 - D1 选择小值。 趋势箭头和开始信号箭头有警报。 指标不会重新绘制。
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
Trade Insight Pro Trade Insight Pro is an advanced trading performance analytics utility for MetaTrader 5. It transforms your MT5 trading history into clear and useful performance statistics directly on the chart. The utility is designed for traders who want to understand their historical results in greater detail, identify performance patterns, compare BUY and SELL behavior, and review their trading activity using objective data. Trade Insight Pro does not generate trading signals and does
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 —— 单终端内的专业持仓复制系统 这是一款面向专业交易者的可靠 Expert Advisor,用于在 MetaTrader 5 中自动复制已经打开的持仓、放大总仓位、应用自定义手数规则,并按照明确的逻辑管理复制出来的持仓。 它非常适合手动交易者、自动化系统使用者,以及希望在同一个终端内更灵活地管理已有持仓的用户。 Duplicator for MT5 并不会依靠自己的交易策略主动开仓。它的职责是监控 MetaTrader 5 账户中已经存在的持仓,并根据你的设置创建对应副本,包括复制次数、手数、Stop Loss、Take Profit、注释以及额外的管理条件。 如果你需要的是 同一个 MetaTrader 5 终端内部 的持仓复制工具,而不是不同平台或不同终端之间的复制系统,那么 MT5 版 Duplicator 正是为这种需求而设计。 MT4 版本 详细描述 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 链接 如果你需要 MetaTrader 终端之间 的交易复
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 是一个全自动的外汇交易智能交易系统(EA)。该机器人创建于 2014 年 ,在此期间完成了大量盈利交易,在我的个人账户上实现了超过 7000% 的收益增长 。经过多次更新, 2019 年版本 是最稳定、最优秀的。机器人可用于任何交易品种,但在 EURGBP、GBPUSD(M5 周期) 上表现最佳。使用错误的参数会导致较差结果。 真实账户的 set 文件仅提供给购买者。 ️ 主要优势 无马丁格尔、无对冲、无加仓,始终使用 SL/TP 。 高速测试与优化。 可选 Dynamic Take-Profit ,自动适应价格通道高低点。 内置 新闻日历过滤器 ,自动避开重大事件。 自动检测 GMT 偏移 。 针对实盘交易长期优化,结果稳定。 设置后可自动运行,无需干预。 参数说明 Core / Trading type_order — 订单执行类型 (默认 ORDER_FILLING_FOK)。 ReverseTrade — 反转交易方向。 ToolEnter — 入场工具 (RSI 或 None)。 RSI304 / NoRSIbars — RSI 周期与
Moment Analytics: Confluence Dashboard Advanced Suite for MetaTrader 5 Gain an unparalleled edge in market timing and trend confirmation with the Moment Analytics Confluence Dashboard , a professional-grade analytical suite built exclusively for MetaTrader 5. This tool consolidates nine of the most powerful momentum and volatility indicators into a single, cohesive on-chart HUD (Heads-Up Display), eliminating chart clutter and providing instant, at-a-glance confluence signals. Whether you ar
该产品的买家也购买
ModernUI Library
Levi Dane Benjamin
适用于 MetaTrader 5 的 ModernUI 库 ModernUI 是一个用于 MetaTrader 5 的图表内用户界面库。它可以帮助 MQL5 开发者在 MT5 图表环境中构建更清晰的 EA 面板、仪表盘、设置窗口、表单、表格、对话框、抽屉式面板以及紧凑型交易风格界面。 它适合希望获得比零散图表对象更专业的界面层,同时仍然完全掌控自己 EA、指标或工具逻辑的开发者。 Modern UI - 用户指南   | EA 示例演示 你可以构建什么 ModernUI 并不局限于某一种面板类型。它为你提供了一个可复用的界面层,几乎可以用于任何你想在 MetaTrader 5 图表中构建的工具。 你可以用它创建简单的设置界面、紧凑型交易面板、完整仪表盘、数据视图、控制面板、账户工具、流程界面、监控界面、实用工具窗口、商业 EA 前端界面等等。 随附的演示展示了几个实用示例,但它们只是起点。如果你的 MQL5 项目需要按钮、输入框、表格、对话框、标签页、抽屉面板、图表、状态区域,或需要一种更清晰的方式在图表上展示信息,ModernUI 都可以为你提供构建模块。 主要功能 适用于 Me
WalkForwardOptimizer MT5
Stanislav Korotky
3.78 (9)
WalkForwardOptimizer library allows you to perform rolling and cluster walk-forward optimization of expert advisers (EA) in MetaTrader 5. To use the library include its header file WalkForwardOptimizer.mqh into your EA source code, add call provided functions as appropriate. Once the library is embedded into EA, you may start optimization according to the procedure described in the User guide . When it's finished, intermediate results are saved into a CSV file and some special global variables.
The library is dedicated to help manage your trades, calculate lot, trailing, partial close and other functions. Lot Calculation Mode 0: Fixed Lot. Mode 1: Martingale Lot (1,3,5,8,13) you can use it in different way calculate when loss=1 ,when profit=0. Mode 2: Multiplier Lot (1,2,4,8,16) you can use it in different way calculate when loss=1 ,when profit=0. Mode 3: Plus Lot (1,2,3,4,5) you can use it in different way calculate when loss=1 ,when profit=0. Mode 4: SL/Risk Lot calculate based on s
Friends, join us! Ask questions and connect with like-minded traders: MetaCOT Public Group MetaCOT Information Channel: news, CFTC reports, and signals: MetaCOT Channel Here’s to successful trading and new profitable signals for us all! Attention! Recently, certain countries have been blocking access to the cftc.gov website. As a result, users in these countries are giving the product low ratings. MetaCOT has always adhered to the highest quality standards and is in no way associated with th
This is a simplified and effective version of the library for walk forward analysis of trading experts. It collects data about the expert's trade during the optimization process in the MetaTrader tester and stores them in intermediate files in the "MQL5\Files" directory. Then it uses these files to automatically build a cluster walk forward report and rolling walk forward reports that refine it (all of them in one HTML file). Using the WalkForwardBuilder MT5 auxiliary script allows building othe
BitMEX Trading API
Romeu Bertho
5 (1)
Cryptocurrency analysis has never been easier with Crypto Charts for MetaTrader 5. Now, trading on BitMEX has never been easier with BitMEX Trading API for MetaTrader 5. BitMEX Trading API library was built to be as easy to use as possible. Just include the library into your Expert Advisor or Script, call the corresponding methods and start trading! Features Trade on BitMEX and BitMEX Testnet. Build and automate your strategies. Concern more with the trading strategy logic and less with the co
Goliath Mt5
Nicolokondwani Biscaldi
Goliath MT5 - scalper fully automated Expert Advisor for medium-volatile forex markets P roperties: The Library trades 10 currency pairs (USDCHF, EURCHF, EURGBP, AUDUSD, USDCAD, GBPUSD, EURUSD, NZDUSD, CADCHF, EURAUD, EURCAD, AUDJPY) The Library does not use martingale The Library sets a fixed stop loss and take profit for all orders The Library only trades a user input volume The Library can be installed on any currency pair and any timeframe Recommendations: Before using on a real account, t
Binance Library
Hadil Mutaqin SE
5 (1)
The library is used to develop automatic trading on Binance Spot Market from MT5 platform. Support all order types: Limit, Market, StopLimit and StopMarket Support Testnet mode Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header   file and EA sample   https://drive.google.com/uc?export=download&id=1kjUX7Hyy02EiwTLgVi8qdaCNvNzazjln Copy Binance.mqh to folder \MQL5\Include Copy  BinanceEA-Sample.mq5 to folder \MQL5\Experts 3. Allow WebRequest from MT5
The library is used to develop automatic trading on Binance Futures Market from MT5 platform. Support Binance Futures USD-M and COIN-M Support Testnet mode Support all order types: Limit, Market, StopLimit, StopMarket, StopLoss and TakeProfit Automatically display the chart on the screen Usage: 1. Open MQL5 demo account 2. Download Header file and EA sample https://drive.google.com/uc?export=download&id=17fWrZFeMZoSvH9-2iv4WDJhcyxG2eW17 Copy BinanceFutures.mqh to folder \MQL5\Include Copy  Bina
MT4/5通用交易库(  一份代码通用4和5 ) #ifdef __MQL5__      #define KOD_TICKET ulong      #define KOD_MAGIC   long #else        #define KOD_TICKET long      #define KOD_MAGIC   int #endif class ODLIST; #import "K Trade Lib Pro 5.ex5"       //祝有个美好开始,运行首行加入    void StartGood() ;    //简单开单    long OrderOpen( int type, double volume, int magic, string symbol= "" , string comment= "" , double opprice= 0 , double sl= 0 , double tp= 0 , int expiration= 0 , bool slsetmode= false , bool tpsetmode= false );    //复杂开单
Binance Library MetaTrader 5 connects your Expert Advisors, indicators, and scripts to Binance.com and Binance.US directly from MetaTrader 5. It is a developer library for building custom Binance integrations inside MT5, not a standalone trading robot or copier. The library helps you add Binance instruments to Market Watch, read symbol specifications, load current and historical market data, check wallet balances, manage orders, and track open positions. It supports Spot, USD-M futures, and COI
1. 这是什么 MT5系统自带的优化结果非常少,有时候我们需要研究更多的结果,这个库可以让你在回测优化时可以输出更多的结果。也支持在单次回测时打印更多的策略结果。 2. 产品特色 优化的输出的结果非常多。 可以自定义CustomMax。 输出结果在Common文件夹。 根据EA名称自动命名,且同一个EA多次回测会自动更新名称,不会覆盖上一次的结果。 函数非常简单,你一眼就可以看懂。 #import "More BackTest Results.ex5" // Libraries Folder, Download from the market. //---Set CustomMax void iSetCustomMax( string mode); //---Display multiple strategy results when backtesting alone (not opt). void iOnDeinit(); //--- void iOnTesterInit(); double iOnTester(); void iOnTesterPass( string lang
AO Core
Andrey Dik
3.67 (3)
AO Core is the core of the optimization algorithm, it is a library built on the author's HMA (hybrid metaheuristic algorithm) algorithm. Pay attention to the MT5 Optimization Booster product , which makes it very easy to manage the regular MT5 optimizer . An example of using AO Core is described in the article: https://www.mql5.com/ru/articles/14183 https://www.mql5.com/en/blogs/post/756510 This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of p
EA Toolkit
Esteban Thevenon
EA Toolkit   is a library that allows any developer to quickly and easily program Advisor experts. It includes many functions and enumerations such as trailing stop, lot, stop loss management, market trading authorisations, price table updates, trading conditions and many more. Installation + Documentation : You will find all the information to install this library and the documentation of its functions on this GitHub : https://github.com/Venon282/Expert-Advisor-Toolkit WARNING : The installat
Hello everyone! I am a professional MQL programmer , Making EAs, Indicators and Trading Tools for my clients all over the world. I build 3-7 programs every week but I seldomly sell any ready-made Robots. Because I am fastidious and good strategy is so few...  this EA is the only one so far I think its good enough to be published here.  As we all know, the Ichimoku indicator has become world popular for decades, but still, only few people knows the right way of using it, and if we check the clo
Applying these methods, I managed to arrive at a nuanced conclusion that is crucial to understanding the importance of unique strategies in contemporary trading. Although the neural network advisor showed impressive efficiency in the initial stages, it proved to be highly unstable in the long run. Various factors such as market fluctuations, trend changes, external events, etc. cause its operation to be chaotic and eventually lead to instability. With these experiences, I accepted the challenge
Introducing "TG Risk Service Manager" — your comprehensive toolkit for swift and precise risk management and lot size calculations in the dynamic world of trading. Designed to streamline development processes and enhance trading strategies, this indispensable library equips developers with essential tools for optimizing risk assessment and trade profitability. Metatrader4 Version |  All Products  |  Contact   Key Features: Efficient Lot Size Calculation : Harness the power of precise lot size c
Introducing "TG Trade Service Manager" — your all-in-one solution for seamless trade management in both MQL4 and MQL5 environments. With a focus on speed, reliability, and convenience, this powerful library simplifies the complexities of trade execution and management, empowering developers with a single interface for enhanced efficiency. Metatrader4 Version   |   All Products   |   Contact   Key Features: Unified Interface : TG Trade Service Manager" provides a unified interface for   MQL4   an
OpenAI Library MT5
VitalDefender Inc.
该库旨在提供一种尽可能简单的方法,直接在MetaTrader上使用OpenAI的API。 要深入了解库的潜力,请阅读以下文章: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual 重要提示:要使用EA,需要添加以下URL以允许访问OpenAI API  如附图所示 要使用该库,需要包含以下Header,您可以在以下链接找到:  https://www.mql5.com/en/blogs/post/756108 #import "StormWaveOpenAI.ex5" COpenAI *iOpenAI(string); CMessages *iMessages(void); CTools *iTools(void); #import 这就是您需要的所有信息,以便轻松使用该库。 以下是如何轻松使用该库并与OpenAI的API交互的示例 #include <StormWaveOpenAI.mqh>       //--- 包含用于AP
这是一个可以定时自动交易的EA。根据你设定的时间,精确到秒,可以设置最多下几单。下单buy或者Sell.可以设置值止盈止损点。并且可以设定在下单后多久平仓。一般都是用来做事件。祝你好运。 请看图片自己根据设定来使用。每一次使用请重新加载EA。不用的时候记得关闭EA按钮。 我来举个例子。比如英国央行利率决议。你在最后两秒下单(设置的是你本机的时间)。因为可能瞬间点差扩大,你可能不敢直接下最大手数,所以你可以选择小手分批从最后5秒开始进场。我相信做过的人知道我说的意思。因为我专业做这个已经十年。最近才做出了这个自动化EA。并且这里面有个检测就是你点击开始之后如果超过了你设定的时间十秒他就不会执行了。保证你的安全。你自己用DEMO账户测试几次你就知道我这个有多好用了!
Molo kumalo
James Ngunyi Githemo
Trading Forex with our platform offers several key advantages and features: Real-time Data : Stay updated with live market data to make informed decisions. User-Friendly Interface : Easy-to-navigate design for both beginners and experienced traders. Advanced Charting Tools : Visualize trends with interactive charts and technical indicators. Risk Management : Set stop-loss and take-profit levels to manage your risk. Multiple Currency Pairs : Access a wide range of forex pairs to diversify your tr
Kaseki
Ben Mati Mulatya
The Hybrid Metaheuristic Algorithm (HMA) is a cutting-edge optimization approach that combines the strengths of genetic algorithms with the best features of population-based algorithms. Its high-speed computation ensures unparalleled accuracy and efficient search capabilities, significantly reducing the total time required for optimization while identifying optimal solutions in fewer iterations. HMA outperforms all known population optimization algorithms in both speed and accuracy. Use Cases AO
近段时间买家运行良好,但同时也有朋友担心: 1、EA测试回测数据的真实性; 2、回测效果好不代表实测效果好,而免费演示版的可测试时间太短,无法判断EA的实用性。 针对以上问题,现推出一个完美的解决方案,直接给到限定时间的测试版本,需要的可以私信留言,或者聊天窗口找我,看到后会发送测试版本过来。 此外,为了方便部分已购买源代码的客户熟悉了解代码,进一步优化和提升空间,并且让更多的有意向的客户了解这个EA的编辑逻辑,特将代码拆解,不定期的讲解基本思路,跟着走即便是小白也可以快速上手,以便后续购买源代码后快速上手优化! 知乎专栏: Day01:初始MQL5量化系统 - quanter的文章 - 知乎 https://zhuanlan.zhihu.com/p/1969031679428530490 Wordpress个人网站: https://quanter001.wordpress.com/ 如有任何问题,欢迎邮件沟通:quanter001@163.com ****************************************************************
该产品已经开发了 3 年,它是 MQL5 编程语言中最先进的人工智能和机器学习代码库。它已被用于创建多个基于 AI 的交易机器人和指标,适用于 MetaTrader 5。 这是一个高级版,基于免费开源的 MQL5 机器学习项目,链接如下:  https://github.com/MegaJoctan/MALE5 。免费版本功能较少,文档较少,维护不足,仅适用于小型 AI 模型。 该高级版包含您编写 AI 交易机器人的所有必需工具。 为什么要购买此库? 非常易于使用,代码语法友好,类似于 Python 的流行 AI 库,如 Scikit-learn、TensorFlow 和 Keras。 文档齐全,提供丰富的视频、示例和文档,帮助您快速上手。 计算优化,性能优越,运行方式类似普通 EA。  无需额外依赖,无需 DLL 文件,所有内容可编译为单一 .EX5 文件,便于测试和分发。 全天候技术支持,我将提供帮助,确保您正确使用,并在问题出现时协助修复。  谁适合使用此库? 具有基本机器学习和 AI 知识的用户。 机器学习爱好者,特别是来自 Python ML 社区的开发者。 MQL5 中级
Shawrie
Kevin Kipkoech
This Pine Script implements a Gaussian Channel + Stochastic RSI Strategy for TradingView . It calculates a Gaussian Weighted Moving Average (GWMA) and its standard deviation to form an upper and lower channel. A Stochastic RSI is also computed to determine momentum. A long position is entered when the price closes above the upper Gaussian band and the Stoch RSI K-line crosses above D-line . The position is exited when the price falls back below the upper band. The script includes commission, cap
Bookeepr
Marvellous Peace Kiragu
Bookeepr is an advanced MQL5 trading bookkeeping software that automates trade logging, tracks real-time P&L, and integrates a ledger-style financial system for deposits, withdrawals, and expenses. It supports multi-currency assets , generates detailed performance reports , and provides risk management tools to help traders optimize their strategies. With secure cloud storage, exportable reports, and seamless MetaTrader 5 integration , Bookeepr ensures accurate, transparent, and hassle-free fina
Ai Prediction MT5
Mochamad Alwy Fauzi
A free indicator for those who purchase the full version This indicator is created by this Ai, with your desired settings Artificial Intelligence at your service Have a complete artificial intelligence and use it in your codes This artificial intelligence is trained to tell you on each candle whether the market is moving up or down. In general, artificial intelligence can be used in all markets, all timeframes and all symbols However, due to the increasing complexity and decreasing accuracy of
快速关仓,无需任何操作。 当前版本的一键关仓主要针对的是来不及手动关仓的情况,目前是不分交易标的类别,是对所有的持仓进行关仓。 未来可能升级的方向: 1、分类别、分标的关仓。 适用场景:开了多个标的的仓位,并且波动不一,快速频繁的波动影响了整体的判断。 2、增加只关闭盈利仓位、只关闭亏损仓位。 适用场景:持仓较多,趋势发生变化。 个人建议:一般建议选择一键全部关仓,因为如果行情与持仓方向一致,只关闭盈利仓位无形就是扩大了亏损。如果行情方向与持仓方向相反,只关闭亏损仓位,当前已盈利的后面又会变为亏损,盈利无法变现。 3、按照仓位顺序由大到小关仓、按照仓位顺序由小到大关仓。 适用 场景:行情发生波动,对于未来行情判断把握不确定的,可根据自己需求选择仓位关仓顺序,由大到小关仓的话,可以避免亏损的进一步扩大。 4、减小仓位量,保持绝对的安全距离。 适用 场景:对未来趋势相对确定,不想错过当前行情,但是认为当前持仓体量又有点大,想降低仓位。
BlitzGeist Telegram Notifier – Stay Connected to Your Trades Anywhere! BlitzGeist Telegram Notifier is a powerful tool that instantly connects your MetaTrader 5 account with Telegram . No matter where you are – you will always receive real-time notifications about your trading activity directly on your phone, PC, or any device with Telegram installed. Perfect for traders who want professional trade reporting, transparency, and risk management monitoring . ️ Key Features Easy Configuratio
TupoT3
Li Guo Yin
突破交易策略:智能风控系统升级版‌ 当价格突破关键阻力位时,往往意味着趋势的质变时刻。我们的突破交易策略通过三重智能系统——‌动态阈值识别‌、‌量能验证机制‌和‌自适应止损算法‌,帮助交易者精准捕捉这些跃迁机会。 ‌核心优势‌: ‌智能预警‌:实时监测200+技术指标,自动标记潜在突破位 ‌风险对冲‌:突破失败时自动触发0.5秒内止损,保护本金安全 ‌多周期验证‌:结合日线/4小时/1小时数据过滤假信号 ‌实战案例‌: 2025年第二季度,该策略在现货黄金市场实现连续23次有效突破,平均持仓周期缩短至4.7小时,收益率达传统趋势策略的3.2倍。 ‌智能风控系统‌: ‌动态止盈‌:根据ATR指标自动调整止盈位,锁定利润的同时保留上行空间 ‌分级止损‌:首次突破失败后自动切换至1:1盈亏比保护模式,二次突破确认后恢复原策略 本EA依下图设置做黄金1小时图线,经长时期实盘验证年利润达到30多倍,修改参数可以用作比特币和纳斯达克指数都有很好的收益。
作者的更多信息
Gold Silver Statistical Arbitrage Gold Silver Statistical Arbitrage is a fully automated multi-symbol Expert Advisor for MetaTrader 5, designed to analyze the statistical relationship between Gold (XAUUSD) and Silver (XAGUSD). Instead of attempting to predict the direction of Gold or Silver independently, the EA monitors the relative price relationship between the two metals and looks for temporary statistical deviations. The strategy uses a logarithmic price spread and Z-Score calculation t
FREE
Statistical Pair Arbitrage Statistical Pair Arbitrage is a fully automated multi-symbol Expert Advisor for MetaTrader 5. The EA is designed to identify temporary statistical deviations between two financial instruments. Instead of attempting to predict the absolute direction of a single market, the strategy analyzes the relationship between two symbols and looks for situations where their price relationship moves significantly away from its recent statistical average. The default configurati
FREE
Risk Lot Calculator Utility Risk Lot Calculator Utility is a simple and practical risk management tool for MetaTrader 5. The utility helps traders calculate an appropriate lot size based on account balance or equity, selected risk percentage, and Stop Loss distance. It is designed to make position sizing and trade planning faster and easier directly from the MetaTrader 5 chart. MAIN FEATURES - Automatic lot size calculation - Percentage-based risk management - Balance or Equity based calcu
FREE
Eurusd H1 Trend Follow Expert is an automated trend-following Expert Advisor developed for MetaTrader 5 and designed specifically for EURUSD trading on the H1 timeframe. The EA uses the Average Directional Index (ADX) together with +DI and -DI directional indicators to evaluate market trend strength and direction. TRADING LOGIC • When ADX reaches the selected trend strength threshold and +DI is above -DI, the EA identifies a bullish trend and may open a BUY position. • When ADX reaches the
Eurusd London Breakout Expert is an automated Expert Advisor for MetaTrader 5 based on a session range breakout strategy. The Expert Advisor identifies the price range formed during a configurable time window and monitors the market for a breakout above or below this range. TRADING LOGIC The EA calculates the highest and lowest prices during the selected session range. When the price breaks above the range high plus the configured entry buffer, the EA may open a BUY position. When the pric
Eurusd RSI Pullback Expert is an automated Expert Advisor for MetaTrader 5 designed to identify pullback opportunities within an established market trend. The strategy combines a long-term Exponential Moving Average (EMA) trend filter with the Relative Strength Index (RSI) to identify potential entries after temporary price pullbacks. TRADING LOGIC The EA uses the 200-period EMA to determine the primary market direction. BUY CONDITIONS When the price is above the EMA, the market is conside
Eurusd Bollinger Reversion Expert is an automated Expert Advisor for MetaTrader 5 based on a mean reversion trading strategy. The EA combines Bollinger Bands, RSI and ATR to identify situations where price moves outside its normal range and then returns inside the Bollinger Bands. TRADING LOGIC The strategy looks for potential mean reversion opportunities after price reaches an extreme area. BUY CONDITIONS A BUY opportunity may occur when: - Price closes below the lower Bollinger Band. -
Nasdaq H1 Trend Follow Expert Nasdaq H1 Trend Follow Expert is an automated trend-following Expert Advisor developed for MetaTrader 5 and designed specifically for Nasdaq-100 related instruments. The EA uses a combination of EMA, ADX, Directional Indicators, RSI and ATR to identify established market trends, filter weak conditions and manage risk dynamically. The trading logic always operates on the H1 timeframe and uses completed candles for signal confirmation. SUPPORTED SYMBOLS The EA i
Nasdaq H1 Breakout Expert Nasdaq H1 Breakout Expert is an automated breakout trading Expert Advisor developed for MetaTrader 5 and designed specifically for Nasdaq-100 related instruments. Unlike traditional trend-following systems, this EA focuses on detecting significant price breakouts from recent H1 trading ranges. The strategy combines channel breakout logic with an ATR-based confirmation filter to reduce exposure to weak or insignificant breakouts. STRATEGY LOGIC The EA analyzes the
Nasdaq H1 Pullback Expert Nasdaq H1 Pullback Expert is an automated trading Expert Advisor developed for MetaTrader 5 and designed specifically for Nasdaq-100 related instruments. The strategy is built around trend pullbacks. Instead of chasing price after a strong move or entering immediately on a breakout, the EA first identifies the main market trend, waits for a temporary pullback, and then looks for confirmation that momentum is returning in the direction of the prevailing trend. TRADIN
Gold M1 Precision Scalper Gold M1 Precision Scalper is an automated Expert Advisor developed for MetaTrader 5 and designed primarily for short-term XAUUSD (Gold) trading on the M1 timeframe. The EA combines trend direction, momentum, market strength, volatility, spread and trading-session filters to identify short-term trading opportunities while maintaining structured risk management. TRADING LOGIC The Expert Advisor analyzes completed M1 candles and uses multiple confirmation layers befor
Gold H1 Trend Follow Expert Gold H1 Trend Follow Expert is an automated trading system designed primarily for Gold (XAUUSD) on the H1 timeframe. The Expert Advisor focuses on identifying established market trends and entering trades only when multiple technical conditions confirm the same direction. The strategy combines EMA trend analysis, ADX trend strength, Directional Indicators, RSI momentum confirmation and ATR-based risk management. Trading Strategy The EA evaluates signals using com
Gold M30 Bollinger Reversion Expert Gold M30 Bollinger Reversion Expert is an automated mean-reversion trading system designed primarily for Gold (XAUUSD) on the M30 timeframe. The Expert Advisor uses Bollinger Bands to identify potential price extremes. Instead of following a breakout, the strategy looks for possible reversals after price reaches the upper or lower Bollinger Band. TRADING LOGIC The core strategy is based on Bollinger Band mean reversion. BUY: - Price reaches or moves belo
Gold M15 Breakout Expert Gold M15 Breakout Expert is an automated trading system developed specifically for Gold (XAUUSD) on the M15 timeframe. The Expert Advisor is designed to identify price breakouts from recent market ranges and trade in the direction of momentum. Unlike mean-reversion systems, this strategy looks for situations where price escapes an established range and may continue moving in the breakout direction. STRATEGY LOGIC The EA analyzes completed M15 candles and calculates
Gold H4 Swing Expert Gold H4 Swing Expert is an automated swing trading system developed primarily for Gold (XAUUSD) on the H4 timeframe. The Expert Advisor is designed to identify established market trends, wait for a potential pullback, and enter only after additional price and momentum confirmation. Unlike short-term scalping systems, Gold H4 Swing Expert focuses on higher-timeframe market movements and generally seeks fewer, more selective trading opportunities. STRATEGY LOGIC The stra
Precision Trade Manager Precision Trade Manager is a professional trade and risk management utility designed for MetaTrader 5. It provides traders with a convenient on-chart control panel for managing positions, calculating risk, protecting the trading account and performing common trade management operations from one interface. The utility does not generate trading signals or use a trading strategy. It is designed to help traders manage their own manual positions efficiently and consistentl
Trading Journal Analyzer Trading Journal Analyzer is a professional trade history analysis utility for MetaTrader 5. It helps traders review their historical trading performance directly inside MT5. Instead of manually calculating statistics from account history, the utility analyzes completed trades and presents important performance metrics in a simple on-chart panel. The program does not open, modify, or close trades. It is designed purely for trade history analysis and performance review
Trade Insight Pro Trade Insight Pro is an advanced trading performance analytics utility for MetaTrader 5. It transforms your MT5 trading history into clear and useful performance statistics directly on the chart. The utility is designed for traders who want to understand their historical results in greater detail, identify performance patterns, compare BUY and SELL behavior, and review their trading activity using objective data. Trade Insight Pro does not generate trading signals and does
FlowPulse Market Pressure FlowPulse Market Pressure is an adaptive market pressure indicator designed for MetaTrader 5. Instead of relying on a single traditional indicator, FlowPulse combines several market components into one normalized Market Pressure Score ranging from -100 to +100. The indicator evaluates price action, trend structure, momentum, volatility and tick-volume behavior to provide a clearer view of current bullish or bearish market pressure. FlowPulse does not automatically
AstraWave Probability Forecast AstraWave Probability Forecast is a probabilistic market direction indicator designed for MetaTrader 5. The indicator analyzes several market components at the same time and converts them into a forward-looking bullish or bearish probability estimate. Instead of displaying only current momentum or trend direction, AstraWave evaluates recent market structure and produces a probability-based forecast for the next several bars. The indicator does not guarantee fu
Gold M5 Reverse Scalper Gold M5 Reverse Scalper is an automated Expert Advisor designed primarily for Gold (XAUUSD) trading on the M5 timeframe. The EA uses a reverse-signal trading approach. It first identifies directional market conditions using EMA-based price and trend logic and then executes the opposite trading direction. Original BUY signal -> SELL execution Original SELL signal -> BUY execution The strategy processes M5 market data and evaluates new trading opportunities once per ne
Gold M5 Trend Scalper Gold M5 Trend Scalper is an automated Expert Advisor designed primarily for XAUUSD (Gold) on the M5 timeframe. The EA follows a directional trend-based trading approach. Unlike a reversal strategy, it trades in the direction of the detected market trend: BUY signal → BUY position SELL signal → SELL position The system combines multiple technical indicators and protection filters before allowing a trade. TRADING LOGIC The Expert Advisor analyzes completed M5 candles a
Gold M30 RSI Intraday Gold M30 RSI Intraday is an automated Expert Advisor designed for Gold (XAUUSD) trading on the M30 timeframe. The Expert Advisor uses RSI-based mean-reversion logic to identify potential intraday reversal opportunities. The system is designed to wait for RSI to move into an extended area and then return through a predefined level before considering a trade. CORE TRADING LOGIC The primary indicator is the Relative Strength Index (RSI). Default RSI settings: - RSI Perio
Nasdaq M5 Scalper Nasdaq M5 Scalper is an automated Expert Advisor designed for short-term trading on Nasdaq-related instruments using the M5 timeframe. The EA is built to work with different broker symbol names. It trades the symbol of the chart on which it is attached, allowing compatibility with common Nasdaq naming variations such as NAS100, US100, US_100, USTEC, USTECH, US_TECH, NASDAQ, NDX, NQ100, NQ_100 and TECH100. TRADING LOGIC The strategy uses a fast 2-out-of-3 signal scoring sys
Nasdaq M5 Reverse Scalper Nasdaq M5 Reverse Scalper is an automated Expert Advisor designed for short-term trading on Nasdaq-related instruments using the M5 timeframe. The EA uses a reverse execution approach. It first evaluates short-term market direction using multiple technical conditions and then executes a trade in the opposite direction of the detected standard signal. The strategy is designed for traders who want to explore short-term counter-directional and mean-reversion behavior o
Nvidia M30 Trend Momentum Nvidia M30 Trend Momentum is an automated Expert Advisor designed for NVIDIA-related stock instruments on the MetaTrader 5 platform. The Expert Advisor analyzes M30 market data and combines trend, momentum and price-action conditions to identify potential trading opportunities. The strategy is designed around a flexible scoring system rather than requiring every technical condition to be satisfied at the same time. TRADING STRATEGY The Expert Advisor evaluates fou
Tesla M30 Trend Momentum Tesla M30 Trend Momentum is an automated Expert Advisor designed for Tesla-related stock instruments on the MetaTrader 5 platform. The EA analyzes M30 market data using a combination of trend, momentum and price-action indicators. Instead of relying on a single indicator, it uses a flexible multi-condition scoring system to identify potential BUY and SELL opportunities. TRADING STRATEGY The Expert Advisor evaluates four primary conditions: 1. EMA Trend 2. RSI Momen
Gold H1 Precision Pullback Gold H1 Precision Pullback is an automated Expert Advisor developed primarily for Gold (XAUUSD) on the H1 timeframe. The EA uses a multi-timeframe trend-following and pullback strategy. It identifies the broader market direction on the higher timeframe and searches for structured pullback opportunities on H1. TRADING STRATEGY The Expert Advisor combines several technical conditions to filter trading opportunities: - Higher-timeframe EMA trend confirmation - EMA-b
Index Mean Reversion Expert Index Mean Reversion Expert is an automated trading system designed for major stock indices. The EA uses a short-term mean reversion approach and searches for temporary price dislocations during suitable market conditions. MAIN FEATURES - Automated mean reversion trading - Multi-timeframe market regime filtering - Momentum and volatility confirmation - Dynamic risk-based position sizing - ATR-based protective Stop Loss - Spread and execution protection - Daily ri
GOLD M15 BREAKOUT PYRAMID Gold M15 Breakout Pyramid is a modern Expert Advisor created for traders who want to automate their XAUUSD trading with a structured, disciplined and easy-to-use system. Gold is one of the most active instruments in the financial markets. Its fast movements can provide trading opportunities, but they can also make manual trading difficult and emotionally demanding. Gold M15 Breakout Pyramid helps traders follow the market automatically without having to watch charts thr
筛选:
无评论
回复评论