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)로, 시장 분석 알고리즘과 리스크 관리에 기반합니다. EA는 완전히 자동으로 작동하며 트레이더의 개입은 최소화됩니다. 주의! 구매 후 즉시 저에게 연락하세요 — 설정 지침을 받으실 수 있습니다! 중요: 모든 예시, 스크린샷 및 테스트는 데모 목적일 뿐입니다. 특정 통화쌍이 한 브로커에서 좋은 결과를 보여도 다른 브로커에서도 동일하다는 의미는 아닙니다. 각 브로커는 고유한 시세, 스프레드 및 거래 조건을 가지고 있습니다. 따라서 각 통화쌍은 사용자가 개별적으로 최적화해야 합니다 그리고 실제 계좌에서는 단일 통화 모드 로만 실행해야 합니다 — 각 쌍을 별도로 실행하세요. 다중 통화 모드 스크린샷은 단순히 예시입니다. 시장 상황은 변하기 때문에 최적화는 최소 연 1회 반복하는 것이 좋습니다. 중요 정보: 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봉 트랩 구조를 식별합니다. 지표는 각 셋업을 17개 품질 요소로 평가하고, 4계층 합류 파이프라인을 통해 처리하며, 7타임프레임 추세 합의 엔진으로 검증하고, 금 변동성 상태 분류기로 필터링합니다. 이 모든 과정이 신호가 차트에 표시되기 전에 완료됩니다. 자세한 사용자 가이드는 작성자의   MQL5 블로그 에서 확인할 수 있습니다. 추가 업데이트는 작성자의   MQL5 채널 을 통해 제공됩니다. 현재 지원 정책에 따라 구매자는 저자가 개발한 선별된 보조 도구에 대한 추가 접근 권한을 받을 수 있습니다. Forex 쌍, 지수 및 암호화폐에서도 작동하지만, 감지 매개변수, 변동성 처리 및 필터 로직은 XAUUSD 특성에 최적화되어 있습니다.
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는 Hull Moving Average (HMA) 방향으로 거래하는 MetaTrader 5용 전문 트레이딩 로봇(Expert Advisor)입니다. HMA 지표는 현재 추세 방향을 결정하며, 어드바이저는 Smart Risk 자본 관리, 적응형 그리드 거래, 트레일링 스톱, 브레이크 이븐 및 시간 필터로 보완된 해당 방향으로 거래를 실행합니다. 이 어드바이저는 Netting 및 Hedging 계정을 모두 지원하며 금(XAU/USD), 외환 통화쌍, 원유, 지수 및 암호화폐 거래에 적합합니다. HMA SCALPER PRO EA를 선택해야 하는 이유 - Hull Moving Average 신호 — 클래식 이동 평균보다 추세 변화에 더 빠르게 반응하는 HMA 방향 기반 진입 - 멀티 타임프레임 HMA 계산
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
Chart Pro Classic Dark v1.00 Chart Pro Classic Dark is a professional MT5 chart styling and customization tool designed to give your charts a clean, modern, and professional dark appearance. Key Features Dark Black Background — Applies a clean black background to the chart. ️ Candlestick Chart — Automatically configures the chart to use candlesticks. Bullish Candles — Green/Lime bullish candles. Bearish Candles — White bearish candles. Grid Removal — Hides the chart grid for a clean
FREE
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
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 Financial Robot: LaunchPad Market Expert - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석 방법을 사
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)
다기능 도구: 로트 계산기, 그리드 주문, R/R 비율, 트레이드 관리자, 수급 구역, 가격 행동 등 데모 버전   |   사용자 설명서 트레이드 어시스턴트   는 전략 테스터에서 작동하지 않습니다 :   여기에서 데모 버전을 다운로드  하여 유틸리티 를 테스트하세요. 질문/개선 아이디어/버그 발견 시 연락주세요 MT4 버전이 필요하시면 여기 에서 이용 가능합니다 거래   프로세스 를 간소화, 가속화, 자동화하세요. 이   대시보드 로 표준 터미널 기능을 확장합니다. 트레이딩 패널은  모든 거래 상품에서 작동: 외환, 주식, 지수, 암호화폐 등. 1. 새 거래 개시 : 로트 / 위험 / RR 계산 : 수동 거래를 위한 위험 관리 로트 계산기 (위험 크기 기반 거래량 계산) 위험 계산기 (로트 크기 기반 위험 금액) 위험 대비 보상   비율 그리드 주문:  + 동적 간격 옵션, 로트 분할 옵션 주문 활성화 트리거, + 매수 스톱리밋 / 매도 스톱리밋 가상 SL, 가상 TP (숨김
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 " 매개변수는 내부 트렌드를 사용하는 모드를 켜고 끄며 자신만의 트렌드를 사용하거나 트렌드 방향 없이 작업할 수 있는 기회를 제공합니다. 또한 트렌드에서만 트렌드 화살표 및 신호 화살표 표시를 켜거나 끕니다. . 지표의 가장 중요한 개체인 작은 신호 화살표는 "매수" 거래의 경우 분홍색, "매도" 거
| 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 — 하나의 터미널 안에서 동작하는 전문 포지션 복제 시스템 MetaTrader 5에서 이미 열려 있는 포지션을 자동으로 복제하고, 전체 거래 규모를 확장하며, 사용자 지정 로트 규칙을 적용하고, 복제 포지션을 정교한 로직으로 관리하려는 트레이더를 위한 신뢰성 높은 Expert Advisor입니다. 수동 매매, 알고리즘 매매, 그리고 이미 존재하는 포지션을 더 유연하게 관리하려는 사용자에게 적합한 실전형 도구입니다. Duplicator for MT5는 자체 매매 전략으로 새로운 포지션을 열지 않습니다. 이 제품의 역할은 MetaTrader 5 계정 안에 이미 존재하는 포지션을 감시하고, 사용자가 설정한 조건에 따라 복제 포지션을 생성하는 것입니다. 복제 횟수, 로트 크기, Stop Loss, Take Profit, 코멘트, 추가 관리 조건까지 세밀하게 설정할 수 있습니다. 서로 다른 플랫폼이나 다른 터미널 간 복사 기능이 아니라, 같
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
이 제품의 구매자들이 또한 구매함
MetaTrader 5용 ModernUI 라이브러리 ModernUI는 MetaTrader 5 차트 위에서 동작하는 사용자 인터페이스 라이브러리입니다. MQL5 개발자가 MT5 차트 환경 안에서 더 깔끔한 EA 패널, 대시보드, 설정 창, 폼, 테이블, 다이얼로그, 드로어, 컴팩트한 트레이딩 스타일 인터페이스를 만들 수 있도록 도와줍니다. 흩어진 차트 객체보다 더 전문적인 인터페이스 레이어를 원하면서도, 자신의 EA, 인디케이터 또는 유틸리티 로직은 계속 완전히 직접 제어하고 싶은 개발자를 위해 만들어졌습니다. Modern UI - 사용자 가이드   | EA 예제 데모 무엇을 만들 수 있나요? ModernUI는 한 가지 유형의 패널에만 제한되지 않습니다. MetaTrader 5 차트 위에 배치할 거의 모든 도구를 만들 수 있는 재사용 가능한 인터페이스 레이어를 제공합니다. 간단한 설정 화면, 컴팩트한 트레이딩 패널, 전체 대시보드, 데이터 뷰, 컨트롤 패널, 계정 도구, 워크플로
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.
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
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
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 );    //复杂开单
1. What is this The MT5 system comes with very few optimization results. Sometimes we need to study more results. This library allows you to output more results during backtest optimization. It also supports printing more strategy results in a single backtest. 2. Product Features The results of the optimized output are quite numerous. CustomMax can be customized. The output is in the Common folder. It is automatically named according to the name of the EA, and the name of the same EA will be au
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
The following library is proposed as a means of being able to use the OpenAI API directly on the metatrader, in the simplest way possible. For more on the library's capabilities, read the following article: https://www.mql5.com/en/blogs/post/756098 The files needed to use the library can be found here: Manual IMPORTANT: To use the EA you must add the following URL to allow you to access the OpenAI API as shown in the attached images In order to use the library, you must include the following Hea
Here   is   the   English translation   of   your   description   for   the EA   (Expert   Advisor): --- This   is a   time -based   automatic trading   EA . It allows   you   to   set the   exact   time   for trading , down   to   the   second , and   specify the   maximum number   of   orders . You   can choose   to   place   either   buy   or   sell   orders . It   is possible to   set take   profit and   stop   loss   points . Additionally , you can   specify   how   long after   placing  
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
* * * * * * * 주로 XAUUSD를 거래하고 테스트할 때 XAUUSD로 조정하는 것을 권장하며 다른 거래 대상은 수익 효과를 보장할 수 없습니다 * * * * * * * * * * * * 테스트가 필요한 경우 메모 (본 후 가장 먼저 회신) 를 남겨 주십시오. 작업 성과를 보호하기 위해 특정한 매개 변수를 입력해야 합니다. 시스템의 기본 매개 변수는 캡처하여 철회하는 효과를 실현할 수 없습니다! 테스트가 필요한 경우 메모 (본 후 가장 먼저 회신) 를 남겨 주십시오. 작업 성과를 보호하기 위해 특정한 매개 변수를 입력해야 합니다. 시스템의 기본 매개 변수는 캡처하여 철회하는 효과를 실현할 수 없습니다! 테스트가 필요한 경우 메모 (본 후 가장 먼저 회신) 를 남겨 주십시오. 작업 성과를 보호하기 위해 특정한 매개 변수를 입력해야 합니다. 시스템의 기본 매개 변수는 캡처하여 철회하는 효과를 실현할 수 없습니다! *******************************
이 제품은 지난 3년 동안 개발되었습니다. 이는 MQL5 프로그래밍 언어에서 모든 유형의 인공지능 및 머신러닝 코드를 다룰 수 있는 가장 진보된 코드베이스입니다. MetaTrader 5에서 많은 AI 기반의 트레이딩 로봇과 인디케이터를 만드는 데 사용되었습니다. 이 제품은 MQL5용 머신러닝에 대한 무료 오픈 소스 프로젝트의 프리미엄 버전입니다. 프로젝트 링크:  https://github.com/MegaJoctan/MALE5 . 무료 버전은 기능이 제한적이며, 문서화가 부족하고 유지보수가 원활하지 않습니다. 소규모 AI 모델을 위한 제품입니다. 이 프리미엄 제품은 AI 기반 트레이딩 로봇을 효과적으로 개발하는 데 필요한 모든 기능을 제공합니다. 이 라이브러리를 구매해야 하는 이유? 사용이 매우 간편하며, 코드 문법이 Python의 인기 있는 AI 라이브러리인 Scikit-learn, TensorFlow, Keras와 유사합니다. 잘 문서화됨 – 시작을 돕기 위한 다양한 동영상, 예
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
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
突破交易策略:智能风控系统升级版‌ 当价格突破关键阻力位时,往往意味着趋势的质变时刻。我们的突破交易策略通过三重智能系统——‌动态阈值识别‌、‌量能验证机制‌和‌自适应止损算法‌,帮助交易者精准捕捉这些跃迁机会。 ‌核心优势‌: ‌智能预警‌:实时监测200+技术指标,自动标记潜在突破位 ‌风险对冲‌:突破失败时自动触发0.5秒内止损,保护本金安全 ‌多周期验证‌:结合日线/4小时/1小时数据过滤假信号 ‌实战案例‌: 2025年第二季度,该策略在现货黄金市场实现连续23次有效突破,平均持仓周期缩短至4.7小时,收益率达传统趋势策略的3.2倍。 ‌智能风控系统‌: ‌动态止盈‌:根据ATR指标自动调整止盈位,锁定利润的同时保留上行空间 ‌分级止损‌:首次突破失败后自动切换至1:1盈亏比保护模式,二次突破确认后恢复原策略 本EA依下图设置做黄金1小时图线,经长时期实盘验证年利润达到30多倍,修改参数可以用作比特币和纳斯达克指数都有很好的收益。
제작자의 제품 더 보기
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
필터:
리뷰 없음
리뷰 답변