PropFirm AI Management

PropFirm AI Management is an Expert Advisor for MetaTrader 5 designed to assist traders operating under prop firm evaluation conditionsas well as independent personal trading. It integrates a generative AI pipeline with a structured multi-timeframe analysis engine, automated risk controls, and real-time position management — working within the specific constraints of funded account rules.

How It Works

PropFirm AI Management operates on a continuous timer cycle. On each tick, it evaluates a sequence of conditions before allowing any trade action: account permissions, exposure limits, momentum state, volatility phase, news proximity, and AI provider availability. When all conditions are satisfied, it submits market data to a connected AI provider and executes the resulting plan — provided the plan clears a second layer of risk and margin checks.

The EA does not place trades based on indicator signals alone. Every entry decision passes through an AI analysis step that receives candlestick data, 48 technical indicators per bar, multi-timeframe context, sentiment score, and upcoming news events. The AI provider determines direction and entry price; the EA independently calculates stop-loss from ATR and take-profit from the active momentum state's risk-reward ratio.

AI Integration

The EA supports 12 generative AI providers, configurable from the input panel:

  • OpenAI (GPT-4o, GPT-4.1, o3, o4-mini)
  • Google (Gemini 2.5 Pro, Gemini 2.0 Flash)
  • Anthropic (Claude 4 Opus, Claude 4 Sonnet, Claude 3.7 Sonnet)
  • DeepSeek (DeepSeek-V3, DeepSeek-R1)
  • xAI (Grok 3, Grok 3 Fast, Grok 3 Mini)
  • Alibaba (Qwen-Max, Qwen-Plus, Qwen-Turbo)
  • Moonshot (Kimi-VL, Kimi-Latest)
  • MiniMax (MiniMax-Text-01)
  • Mistral (Mistral Large, Mistral Small)
  • HyperCLOVA X (HCX-005, HCX-DASH-001)
  • Falcon via AI71 (Falcon 180B, Falcon 40B, Falcon3 series)
  • Meta Llama (Llama 4 Maverick, Llama 4 Scout, Llama 3.3 70B, Llama 3.1 405B)

All providers use the same prompt structure and response format. Switching providers requires only changing the InpAIProvider and InpAPIKey inputs — no other configuration change is needed.

Multi-Symbol Scanner

When the chart symbol produces a NO_TRADE result, the scanner activates and analyzes instruments across a selected category in a single batch. Each instrument is independently analyzed by the AI provider, results are ranked by probability, and the top candidates are executed — subject to the same risk gates as chart-symbol entries.

Available categories: Forex Major, Forex Minor, Forex Cross, Forex Exotic, Metals, Energies, Indices, Crypto, Stocks, or Custom list.

The scanner interval is tied to the active timeframe setting (InpAIDataTimeframe). At H1, the scanner runs at most once per hour. At M15, once per 15 minutes. A multiplier input (InpScanIntervalMult) allows extending the interval to a multiple of the base timeframe duration.

Risk Management

Risk is calculated in two independent layers:

Layer 1 — Direction risk per symbol (EA-only): The EA tracks open risk for each direction (BUY / SELL) separately, for positions and pending orders placed by this EA instance. A new entry is only permitted if the remaining quota in the same direction has room.

Layer 2 — Daily loss budget (account-wide): The EA monitors total open risk across all positions in the account — including positions from other EAs and manual trades — combined with realized losses since the equity peak of the current trading day. If this total reaches the configured daily loss percentage, no new entries are permitted and the scanner stops.

Protected position detection: When break-even or trailing stop moves the stop-loss to or beyond the entry price, the position's risk contribution is recalculated as zero. This frees up risk quota for new candidates without any manual action.

Position Management

For every owned position — including manual trades when the opt-in setting is enabled — the EA maintains the following on each timer cycle:

  • SL/TP bootstrap: If a position has no stop-loss or take-profit (common with manually opened market orders), the EA automatically places them using ATR-based distance and momentum-derived R:R.
  • Break-even: Moves stop-loss to entry plus commission and slippage offset when price reaches the configured ATR multiple from open.
  • Trailing stop-loss: Follows price at a configurable ATR distance, with a minimum step to prevent unnecessary modifications.
  • Trailing take-profit: Moves take-profit closer as momentum weakens, locking in profit progressively. Distance adapts to the strength of the active momentum state.
  • Partial close: Closes a percentage of the position when price reaches the configured R:R multiple from entry.

AI Position Review

At configurable intervals, the EA submits an open position to the connected AI provider for a structured review. If the position is approaching its stop-loss (within 25% of the SL distance), the review interval is automatically reduced to 30 minutes.

The review assesses the current state of the position against live market data and can produce one of four outcomes: HOLD, CLOSE_NOW, TIGHTEN_SL, or PARTIAL_CLOSE. Each outcome is subject to its own permission input and a sanity check before being applied.

The most at-risk position across all open EA positions is reviewed first, regardless of which symbol it was opened on.

Entry Trigger Modes

Time-based (new bar): The EA analyzes on each new bar of the configured timeframe. A GlobalVariable mechanism prevents duplicate analysis when multiple instances share the same account.

Price action event-based: Three independent triggers can initiate analysis before a new bar forms — pivot level touch, ZigZag swing support/resistance touch, and confirmed candle patterns (pin bar, engulfing, morning/evening star). Each trigger type has its own cooldown timer, so a pivot touch does not block a candle pattern from triggering minutes later.

PropFirm Compatibility Features

  • Daily loss limit enforcement: Configurable as a percentage of account balance. Triggered automatically by the monitoring loop.
  • Risk per trade direction: Configurable as a limit to avoid gambling behaviour.
  • Maximum drawdown limit: Configurable absolute drawdown threshold from the account balance.
  • Trailing drawdown: Follows the equity peak, closing all positions when the threshold is breached.
  • Overnight and weekend hold rules: Configurable close time before rollover and market close on Friday, with retry logic if the broker is in a halt period.
  • News filter: Prevents new entries and optionally closes open positions during high-impact event windows.
  • Consistency rule: Monitors best-day profit and restricts lot scaling to protect consistency metrics.
  • Profit target: Closes all positions when a configured equity target is reached.

Multi-Instance and Multi-Pair Setup

Each EA instance is identified by a configurable magic number ( InpMagicNumber ). Running the same EA on multiple charts with different magic numbers allows independent management of each symbol without interference.

Position management functions — break-even, trailing stop, trailing TP, partial close, news close, drawdown close — all filter by magic number, so one instance does not modify positions opened by another.

Technical Architecture

  • Language: MQL5, MetaTrader 5 only
  • Data storage: SQLite (built-in MQL5 database) for trade journal, AI history, and indicator cache
  • No DLLs, no external libraries
  • Requires: MetaTrader 5 build 3600+, WebRequest permissions for AI API endpoints

Inputs Overview

Group Key Inputs
General Timer interval, magic number, manual trade management
Generative AI Provider, API key, model, temperature, timeout, retry
Lot Management Base lot, volatility scaling, drawdown scaling, probability scaling
Risk / Drawdown Max risk %, daily loss %, max DD %, trailing DD %
Risk-to-Reward RR per momentum state (Core, H4, H8, D1, W1, MN1)
Trade Protection BE multiplier, TSL trigger/distance/step, TTP distance
Partial Close Enable, percentage, R:R trigger
Multi-Symbol Scanner Enable, category, max entries, interval multiplier, skip if position
Price Action Trigger Enable, cooldown, pivot method, ZigZag parameters
AI Position Review Enable, interval, can close, can tighten
News Filter Enable, minutes before/after, close before news
Holding Rules Allow overnight, allow weekend, rollover hour
Consistency Rule Enable, min days, target multiplier
Stacking Rule Enable, max trades per direction

All risk percentages, timeframes, and thresholds are fully configurable. No strategy is hardcoded. The EA provides the execution infrastructure; trading decisions remain with the configured AI provider and the trader's parameter choices.


Produits recommandés
-         What it does? Opens BUY (or SELL) orders automatically every X pips you decide. Closes each trade at your personal TP .  Works on any symbol: SP500, NAS100, GOLD, EURUSD, BTC... 100 % YOUR SETTINGS   What can you enter in the settings? - Trading direction: Buy or Sell - Entry level - Entry volume - Maximum number of buy orders - Maximum number of sell orders - Pips required for each new entry - Pips to take profit per trade - Stop Loss Level - Close all trades when SL level is hit Exam
MaxDD Monitor Pro
Cristhian Alexander Gaibor Cuasquer
5 (1)
Monitor MaxDD Pro MaxDD Monitor Pro est un outil complet de surveillance du drawdown pour les traders professionnels. Il suit en temps réel les métriques de drawdown basées sur le solde et sur les dépôts, vous aidant à gérer efficacement les risques. Les fonctionnalités comprennent le suivi du drawdown maximum historique, l'analyse du drawdown spécifique aux symboles, la surveillance des positions et le calcul de l'exposition. Caractéristiques principales : Surveillance du drawdown en temps rée
FREE
PREngulfing
Slobodan Manovski
PR EA - Système de trading basé sur les motifs Engulfing Détection automatique des chandeliers Engulfing avec confirmation par moyenne mobile Le PR EA est un expert advisor pour MetaTrader 5 qui identifie et trade les motifs Engulfing haussiers/baissiers lorsqu'ils sont confirmés par un filtre de moyenne mobile. Optimisé pour le timeframe M30, compatible avec M15 et H1. Caractéristiques principales : Reconnaissance de motifs - Détecte les formations Engulfing valides Confirmation de tend
Blue Bird MT5
Ismail Babaoglu
BlueBird EA – Dynamic Adaptive Grid Hedge System BlueBird EA   represents a new era of grid-based automation — combining volatility awareness, adaptive trend tracking, and smart capital management. If you are seeking a   fully autonomous, dynamic grid system   capable of capturing both trends and corrections,   BlueBird EA   is your ultimate trading companion. Overview BlueBird EA is a next-generation adaptive grid trading system designed for dynamic markets such as GOLD (XAUUSD) . It intellige
Phantom Edge SMC
Nattapon Chuekamhod
Phantom Edge SMC — The Ultimate Smart Money Indicator for MT5 Tired of manually drawing structures while trading SMC or ICT concepts? Let Phantom Edge SMC do the heavy lifting for you. Key Features Internal & Swing Structure: Automatically detects BOS and CHoCH across two structural levels. Order Blocks (OB): Identifies Internal and Swing OBs with automated mitigation tracking. Equal Highs / Lows: Highlights EQH / EQL to pinpoint Liquidity pools. Fair Value Gaps (FVG): Displays FVGs with
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
Magic EA MT5
Kyra Nickaline Watson-gordon
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA w
FiveStarFX Gold Reversal Edge Professional automated trading solution designed for structured execution and controlled risk management in the Gold market. Built for traders who value discipline, precision, and consistency. Key Features Fully automated trading One trade at a time (controlled exposure) Fixed Stop Loss and Take Profit Smart Break-Even protection Profit lock with buffer Step-based trailing management Spread protection system Works on any broker Trade Management The E
FREE
Bougie spéciale Voulez-vous utiliser l'un des meilleurs indicateurs Forex avec une stratégie Ichimoku réussie ? Vous pouvez utiliser cet indicateur impressionnant qui est basé sur la stratégie Ichimoku. La version MT4 est disponible ici. Première stratégie : Cette stratégie consiste à identifier des croisements forts similaires qui se produisent rarement. Les meilleurs délais pour cette stratégie sont de 30 minutes (30M) et d'une heure (H1). Les symboles appropriés pour le laps de temps de 30
SuperAgent v7.0 Diamond Pro - Quantitative Scoring & Dynamic Risk Description: SuperAgent v7.0 Diamond Pro is a high-fidelity MT5 adaptation of an advanced Python financial algorithm. This Expert Advisor (EA) combines a   Quantitative Scoring Engine   with   Dynamic Risk Management   to provide professional-grade portfolio management. Key Features: Multi-Layered Decision Engine:   Evaluates the market through three dimensions: Low-Lag Signal Processing, Trend Bias Confirmation, and Momentum Sco
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
GorMaster Pro
Manuel Damian Ortiz Fernandez
GorMaster_Pro — Sesgo confiable, noticias y técnica en una sola pantalla Visión GorMaster_Pro es una herramienta indispensable para cualquier tipo de trader (scalper, intradía o swing) porque combina información fundamental y técnica para darte una lectura fiel y accionable del mercado. En una sola vista verás: sesgo direccional BUY/SELL/RANGO , ventanas de noticias en tiempo real que congelan la operativa, métricas técnicas clave (ATR_Z, RangeRatio, ADX, SpreadZ), sesiones y alertas . Todo org
Gold Mine EA
Dmitriq Evgenoeviz Ko
Gold Mine EA (XAUUSD H1) — Intelligent Profit Mining on Gold Gold Mine EA is a professional trading robot that combines the dynamics of frequency scalping with the reliability of the hourly timeframe. Unlike standard scalpers that operate on noisy minute charts, Gold Mine uses the H1 timeframe to filter out false signals while maintaining high trading intensity thanks to a sensitive impulse-finding algorithm. Trading Logic: Synthesis of Impulse and Patterns The Gold Mine EA algorithm is based on
Short Description Swing Timing Breakout EA is a smart Expert Advisor for MetaTrader 5 that combines trend filtering, momentum timing, and dynamic risk management to capture high-probability swing and breakout opportunities. Full Description Swing Timing Breakout EA is a professional trading robot designed for MetaTrader 5, suitable for traders who want a balance between automation, control, and disciplined risk management. This EA uses a trend-following and momentum confirmation approach ,
LL Gold Scalper EA MT5
Leopoldo Licari
4 (2)
I am currently unable to access private messages on the platform until the end of the month. I will address all requests as soon as access is restored. Thank you for your patience and understanding. Please read the  guide  carefully before you start using EA, so you can know all the features and my suggestions to use it at its best. Trader's Guide, FAQs and  Set Files   here   (Updated on February26) You can also find updated  Set Files and my advices on Telegram channel or PM . LL Gold Scalpe
Gecko EA MT5
Profalgo Limited
5 (1)
NEW PROMO: Only a few copies copies available at 349$ Next price: 449$ Make sure to check out our " Ultimate EA combo package " in our   promo blog ! Gecko runs a simple, yet very effective, proven strategy.  It looks for important recent support and resistance levels and will trade the breakouts.  This is a "real" trading system, which means it will use a SL to protect the account.  It also means it will not use any dangerous techniques like martingale, grid or averaging down. The EA shows its
Main Features AI Decision Engine Integration Connect MetaTrader 5 to an external Artificial Intelligence trading engine through a local API. This allows integration with advanced AI models, machine learning systems, and custom trading logic developed outside MetaTrader. The Expert Advisor acts as a bridge between the trading platform and the external AI engine. Real-Time Market Data Streaming The EA continuously sends market data to the AI engine including: • Price action • Candle statistics •
FBoFinder
Andrii Voliuvach
For those who trade false breakouts (FBo) levels. The False Breakout Finder (FBoFinder) service was written primarily for trading stocks and their CFDs on daily charts. It will search for you for various false breakouts of extremes on hundreds and thousands of instruments from the Watchlist, which will save you in the long run many hours of daily routine selection of securities before the market opens. In the process of enumerating instruments, securities with a ban on trading are ignored. If a
BlinkBreakout EA
Dariia Sinielnik
BlinkBreakout EA is a professional automated trading system for MetaTrader 5 that trades breakouts of session ranges (London/New York) with dynamic ATR-based risk management. The EA identifies the consolidation range at the start of a user-defined session, then automatically enters when price breaks the High or Low. Every trade uses a hard Stop Loss calculated from current market volatility (ATR), with optional Take Profit, Break-Even, and Trailing Stop functions. Key features: • Session-based
Nem Nem
Taha Saber Ashour Kamel
Nem Nem is super accurate mt5 indicator it is working with any pair any time frame it will show and provide you with high Winrate signal you can use for forex pairs , gold and any other pairs it is easy to use also you can see the white lines for starting and end of signals it will help you to read the chart and enter and make correct decisions in trades. also it  will be clear for you when to enter and exit from any trades
FREE
Create custom alerts and advanced alerts based on price and indicator data, setup dynamic alert messages, and send these MT5 alerts to Telegram, Discord, webhooks, mobile, and more. Stay in control of your trades with Smart Alert Manager , a powerful utility for MT5 that lets you create fully customizable alerts. Whether you’re tracking price action or monitoring indicator signals, this tool ensures you never miss an opportunity. It’s easy to set up, flexible to customize, and sending alerts acr
Rosaline
Simone Peruggio
5 (4)
Rosaline is an EA that operates with a refinement of a simple strategy based on RSI + bollinger bands + ATR mainly on Gold, EU and OJ. The EA is designed with manually settable 'equity protect' that goes to protect capital from drawdowns. What does this mean?  If you are thinking of using it to pass a challenge you can do so because thanks to this 'feature' you are covered by the classic daily DD rule. Example: on a 100k account you can set a hedge at -4%. If EA reaches that floating loss it
Equinox Gold
Dmitriq Evgenoeviz Ko
Equinox Gold is a high-tech trading expert advisor (EA) specifically designed for the gold market ( XAUUSD ). The system is based on a unique Market Equilibrium algorithm that identifies areas of imbalance between supply and demand during extreme volatility. Unlike most robots that use dangerous sit-and-wait methods, Equinox Gold relies on mathematical momentum confirmation and strict risk control for every trade. MAIN ADVANTAGES VRP Filter (Volatility Range Filter): The robot automatically ada
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
Liquidity Sniper QQE Merge Liquidity Sniper QQE Merge is a technical analysis indicator for MetaTrader 5 designed to combine price level detection with momentum filtering. The indicator identifies potential price levels based on pivot structures and evaluates market conditions using a smoothed momentum calculation. Signals are generated when both price structure and momentum criteria are satisfied. It provides a visual representation of levels and signals directly on the chart. Main features: P
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
PROMOTION DE LANCEMENT : Seul un nombre très limité d'exemplaires sera disponible au prix actuel ! Prix ​​final : 999$ NOUVEAU (à partir de 349$) --> OBTENEZ 1 EA GRATUITEMENT (pour 2 numéros de compte commercial). Offre combinée ultime     ->     cliquez ici REJOIGNEZ LE GROUPE PUBLIC :   Cliquez ici   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Bienvenue sur BITCOIN REAPER !   Après l'énorme succès du Gold Reaper, j'ai décidé qu'il était temps d'appliquer les mêmes principes gagnants au mar
MercariaPattern1-2-3 відстежує рух ціни, знаходить трьоххвильові структури 1-2-3 та підсвічує момент, коли сценарій підтверджується пробоєм ключового рівня. MercariaPattern1-2-3 tracks price movement, detects three-leg 1-2-3 structures and highlights the moment when the scenario is confirmed by a key level breakout. Індикатор збирає локальні свінги в компактну фігуру 0–1–2–3 , чекає підтвердженого пробою та будує стрілку входу з готовими рівнями SL/TP. The indicator combines local swings into a
MT5 CCI Notification
Faiz Ikhwan Bin Mohd Rafhan Syamil
MT5 CCI Notification – Stay Ahead of Market Trends! Enhance your trading strategy with MT5 CCI Notification , a powerful tool that alerts you instantly when the Commodity Channel Index (CCI) hits key levels. No more missed opportunities—get real-time notifications on your MT5 platform or mobile device. Whether you're a scalper, day trader, or swing trader, this smart alert system keeps you informed and ready to act. Real-time alerts for overbought/oversold conditions Customizable settings to
YOLO Gold go go
Inrexea Limited
5 (2)
YOLO Signal monitor :  https://www.mql5.com/en/signals/2368970 Best Match Indicator: View Recommended Indicator Here Stay updated with us:  Inrexea Official Channel Your Personal Trading Assistant. You make the call. YOLO makes it happen. Just attach. Decide direction. YOLO handles the rest. YOLO is an AI grid assistant for XAUUSD and all major currency pairs. Attach it to your chart, make one simple decision, and YOLO manages the entire trade — grid recovery, lot scaling, take profit and risk c
Yellow Brick EA
Dmitriq Evgenoeviz Ko
Yellow Brick EA (Gold Scalper) The Yellow Brick EA is a high-frequency trading robot specifically designed for gold ( XAUUSD ). The EA's strategy is based on identifying short-term market inefficiencies and micro-price movements during periods of high liquidity. Despite the high frequency of trades, the advisor adheres to a strict conservative risk management model, emphasizing mathematical advantage and speed of execution. Key Features: Specialization: Deep optimization for gold volatility and
Les acheteurs de ce produit ont également acheté
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
FiboPlusWaves MT5
Sergey Malysh
5 (1)
FiboPlusWave Series products Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    Features: without delving into the Elliott wave theory, you can immediately open one of
Gamma Edge Pro MT5 — GexBot Classic API Integration Gamma Edge Pro   brings institutional-grade   Gamma Exposure (GEX) data   directly onto your MetaTrader 5 chart — the same data used by professional options traders to anticipate price magnets, hedging flows, and dealer positioning. Powered by the   GexBot Classic API , this indicator automatically maps options market data from US-listed instruments onto any   MT5 CFD instrument   — Forex pairs, Gold, indices, and more — with intelligent price
Introduction Our system is more than just a tool—it’s your personal guide in the dynamic trading landscape. Expertly developed and optimized using advanced strategies, this groundbreaking predictor gives traders a powerful edge. It’s not just about the features; it’s about a trading journey that stands out from the crowd. Get ready for an enhanced trading experience like never before! What It Does Next Candle Prediction: Imagine gaining insights into the market’s next move before it happens. Our
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT4 version   here You only open the first order. When your trade goes into profit RM opens a ne
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
GRat Crypto
Ivan Titov
4.5 (2)
Trade on crypto exchanges in MT5! GRat_Crypto is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency  on most popular crypto exchanges in the familiar MT5 environment 24/7. Features 1. ALL instruments of the 9 most popular crypto exchanges are available: Binance, BingX, Bybit, Coinbase, CoinEx, Kraken,   KuCoin, MEXC and OKX . 2. The ability to place ANY type of order available in MT5, both market and pending, to modify orders and positions, to delete order
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
EA price is reduced to 50% discount for limited time period. Spot vs Future Arbitrage EA for MT5 Spot vs Future Arbitrage EA is an automated Expert Advisor designed for MetaTrader 5 that operates using price differences between Gold spot and Gold futures instruments. The strategy opens positions on both instruments simultaneously to take advantage of temporary differences between spot and futures prices. Requirements The trading account must provide both Gold spot and Gold futures instruments
ENGLISH VERSION TICK CHART SERVICE - Professional Tick Chart Service
******************************* ***************** ********************** ***************** ********************** ************************* GoldMine Train est un EA de stratégie de trading de tendance pour l'or. L'opérateur détermine la direction de la tendance principale et demande au train de se déplacer. Le train ACHÈTERA/VENDRA en continu dans cette direction. Le volume du lot dépendra du solde du compte et du ratio d'effet de levier prédéfini. Lorsque l'opérateur modifie la direction d
PineChart
Muhammad Minhas Qamar
Developed by MMQ —  PineChart: Run PineScript Inside MT5 With A Modern Charting Experience An MQL5 Expert Advisor that runs Pine Script indicators and strategies directly inside MetaTrader 5. PineChart includes a full Pine Script interpreter so you can use your existing Pine Script v5/v6 source code without manually rewriting anything in MQL5. Links [  Website  |  Documentation  |  Demo ] NOTE: Downloading demo through MQL5 will give you limited functionality. To experience PineChart fully, dow
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
Professional Order & Risk Management EA for MT5 An advanced order management tool designed to help traders control risk, position size, and trade management with precision. Features include automatic lot size calculation , risk–reward management , manual & automatic partial closes , breakeven automation , market & pending order support , and hotkey execution — built for traders who value systematic and disciplined risk management . EA Features Automatic Lot Size Calculation Automatically c
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
The new version of  MirrorSoftware 2021  has been completely rewriten and optimized.  This version requires to be loaded only on a single chart because  it can detect all actions on every symbol and not only the actions of symbol where it is loaded. Even the  graphics and the configuration mode  have been completely redesigned. The MirrorSoftware is composed of two components (all components are required to work):  MirrorController  (free indicator): This component must be loaded into the MASTER
ClusterSecond
Rafil Nurmukhametov
4.78 (32)
The utility allows you to build different types of graphs: Seconds chart from 1 second to 86400 seconds Tick chart from 1 tick and above The volume chart Delta chart Renko chart Range chart Demo version of the utility https://www.mql5.com/ru/channels/clustersecond Built-in indicators for volumetric analysis: daily market profile and market profile of the selected timeframe, Cluster Search Imbalance VWAP Dynamic POC, VAH, VAL the profile depth of the market vertical volume with various display op
Corporate Report MT5
Pavel Verveyko
5 (1)
The script displays info about the share's corporate reports and dividends. The data is downloaded from   investing.com : Report date Profit per share (EPS) Revenue Market capitalization Amount of dividends Date of payment of dividends Dividend income The product cannot be tested in the tester (since it is not possible to receive data from the Internet). Before launching:  Add 2   URL   https://ru.investing.com/earnings-calendar/Service/getCalendarFilteredData  and   https://ru.investing.com/di
Virtual Grid MT5
Volodymyr Hrybachov
Utility for semi-automated trading. It uses invisible for broker dynamic setting levels for stop orders, stop loss, take profit and trailing stop. Suitable for working with any brokers, including American brokers with the requirement of FIFO. MT4 version of the adviser  link Transactions can be opened using buttons or lines. In order for the adviser to open a position along the line: draw a line on the chart and rename it. When crossing its price, the adviser will execute the appropriate comman
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
Quick operation, quick purchase, sale, empty operation. Provide three buttons: Buy, Sell, empty. Buy: Quickly place more orders after clicking, default 1 hand, profit point and stop-loss point are 110 points, after successful order can be manually modified. Sell: Quickly place an empty order after clicking, default 1 hand, profit point and stop-loss point are 110 points, can be manually modified after the order is successful. Empty: Quickly clear all orders, including purchase and s
GRID for MT5
Volodymyr Hrybachov
GRID for MT5 is a convenient tool for those who trade a grid of orders, designed for quick and comfortable trading in the FOREX financial markets. GRID for MT5 has a customizable panel with all the necessary parameters. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. The grid of orders can be either fixed - orders are opened with a fixed step, or have dynamic levels of op
1. Record the price data for each Tick transaction. Data file contents: "Tick time", "ASK price", "BID price", "SPREAD SPREAD", "Tick quoted quantity". 2. Meanwhile, generate a quotation data file with a 1-minute period. Content of 1min data file: "ASK time", "ASK OPEN price", "ASK HIGH price", "ASK LOW price", "ASK CLOSE price", "BID time", "BID OPEN price", "BID HIGH price", "BID LOW price", "BID CLOSE price", "Tick quoted quantity". 3. Save all quotation data in one file every day, which is c
Mt5BridgeBinary
Leandro Sanchez Marino
I automated its commercial strategies for use of binary in MT5 and with our Mt5BridgeBinary I sent the orders to its Binary account and I list: begin to operate this way of easy! The expert advisers are easy to form, to optimize and to realize hardiness tests; also in the test we can project its long-term profitability, that's why we have created Mt5BridgeBinary to connect its best strategies to Binary. Characteristics: - It can use so many strategies as I wished. (Expert Advisor). - He does
Xrade EA
Yao Maxime Kayi
Xrade EA is an expert advisor as technical indicator. For short period trade it's the best for next previsions of the trend of the market. +--------------------------------------------------------------------------------------- Very Important Our robot(data anylizer) does'nt take a trade procedure. If using only our robot you must take positions by yoursels +--------------------------------------------------------------------------------------- The technical indiator provide for a given sma
Grid MT5
Volodymyr Hrybachov
5 (1)
The utility for semi-automatic trading, order management, can also be used to restore unprofitable positions on the account. It has the function of reducing the drawdown on the account by overlapping unprofitable orders. It can work with manual orders, orders opened from the panel or orders opened by another Expert Advisor. It has a minimum of parameters, is easy to configure, works with any number of orders. For testing, use the visual mode in the strategy tester. MT4 version https://www.mql5
Plus de l'auteur
Global Market Risk Sentiment Meter 1. Overview The Global Market Risk Sentiment Meter is an analytical indicator designed for the MetaTrader 5 (MQL5) platform. It employs an Inter-Market Analysis approach to assess the aggregate data of specific global financial markets. By evaluating real-time price changes across US Indices, Global Equities, Cryptocurrencies, and historical Safe Haven assets (Gold and the US Dollar Index), the indicator calculates a composite sentiment score. This data is vis
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses the
FREE
Pivot Point Multi-Method with Dashboard This indicator is a technical analysis tool designed to calculate and display horizontal support and resistance levels based on various Pivot Point methodologies. It is built using the MQL5 Canvas library, ensuring efficient performance and a clean visual presentation on the chart. The tool calculates levels using the data from the previous completed candle of a user-defined reference timeframe. This ensures that the levels remain fixed for the duration of
FREE
Enhanced Volume Profile: The Ultimate Order Flow & Liquidity Analysis Tool Overview Enhanced Volume Profile   is an indicator for MetaTrader 5 that displays the traded volume at specific price levels over a defined period. It separates the total volume into buy and sell components, presenting them as a side-by-side histogram on the chart. This allows users to observe the volume distribution and the proportion of buy and sell volumes at each price level. Graphics Rendering The indicator uses t
FREE
Advanced SMC & Volumetric Order Block Indicator Overview This enhanced-grade for MetaTrader 5 indicator is designed to decode market behavior using     Smart Money Concepts (SMC)   method . It goes beyond standard price action analysis by integrating     Volumetric Data   directly into market structure, helping traders identify high-probability reversal and continuation zones with precision. Key Features Volumetric Order Blocks:   A unique, split-gauge visualization within Order Block zones tha
FREE
Enhanced FVG Enhanced FVG is a technical indicator for MetaTrader 5 that identifies Fair Value Gaps on the chart and measures the buyer-to-seller volume ratio within each detected gap. Volume classification is performed using M1 timeframe tick volume data, applying the same methodology used in standard Volume Profile analysis. How It Works The indicator scans three consecutive candlesticks to detect Fair Value Gaps. A Bullish FVG is identified when the high of the first candle does not overlap w
FREE
Stochastic RSI-RVI Fusion Dashboard (MTF) Unlock the full "Matrix" view of the market. The   Stochastic RSI-RVI Fusion Dashboard   is the advanced companion to the   Stochastic RSI-RVI Fusion   oscillator. While the standard indicator analyzes the current chart, this Dashboard monitors the entire spectrum of timeframes simultaneously—from the 1-minute scalping noise to the monthly macro trends. Trading with a single timeframe often leads to "tunnel vision." You might buy on the H1 timeframe beca
FREE
Stochastic RSI-RVI Fusion   is a next-generation oscillator that goes beyond the standard Stochastic RSI. By combining the momentum precision of the   Relative Strength Index (RSI)   with the energy and volatility analysis of the   Relative Vigor Index (RVI) , this indicator provides a smoother, more reliable oscillating signal for traders looking to filter out market noise. Standard oscillators often give false signals during choppy markets. This "Fusion" edition solves that by averaging market
FREE
AstroCycles: Advanced Financial Astronomy Indicator Overview AstroCycles   is a sophisticated technical analysis tool developed for the MetaTrader 5 (MQL5) platform. It bridges the gap between orbital mechanics and financial market analysis by calculating precise astronomical cycles and visualizing them directly on your trading chart. Unlike standard indicators that rely on past price data, AstroMaster utilizes high-precision astronomical algorithms (Keplerian Elements and Brown’s Lunar Theory)
FREE
PropFirm Copilot Trade Risk Management EA: The Ultimate Prop Firm Copilot The Trade Risk Management Copilot EA is an automated trading utility designed to assist manual traders and proprietary firm traders in managing their open positions and risk parameters. The tool automates the process of stop-loss and take-profit calculations, position trailing, and account drawdown monitoring. Managing multiple positions across various symbols requires continuous calculation of stops, break-even points, a
FREE
Are you ready to elevate your trading game and experience unparalleled accuracy in market predictions? The Scalping Range Grid Indicator is not just a tool—it’s your main weapon for pinpointing the next move in the financial markets. Designed for traders who demand the best, this cutting-edge indicator harnesses the power of grid-based analysis to scan future price transit zones with unmatched precision. Imagine having the foresight to know where the price is most likely to pause, consolidate,
AstroCycles: Advanced Financial Astronomy Indicator Overview AstroCycles   is a sophisticated technical analysis tool developed for the MetaTrader 4 (MQL4) platform. It bridges the gap between orbital mechanics and financial market analysis by calculating precise astronomical cycles and visualizing them directly on your trading chart. Unlike standard indicators that rely on past price data, AstroMaster utilizes high-precision astronomical algorithms (Keplerian Elements and Brown’s Lunar Theory)
FREE
Stochastic RSI-RVI Fusion   is a next-generation oscillator that goes beyond the standard Stochastic RSI. By combining the momentum precision of the     Relative Strength Index (RSI)   with the energy and volatility analysis of the     Relative Vigor Index (RVI) , this indicator provides a smoother, more reliable oscillating signal for traders looking to filter out market noise. Standard oscillators often give false signals during choppy markets. This "Fusion" edition solves that by averaging ma
FREE
Stochastic RSI-RVI Fusion Dashboard (MTF) Unlock the full "Matrix" view of the market. The     Stochastic RSI-RVI Fusion Dashboard   is the advanced companion to the     Stochastic RSI-RVI Fusion   oscillator. While the standard indicator analyzes the current chart, this Dashboard monitors the entire spectrum of timeframes simultaneously—from the 1-minute scalping noise to the monthly macro trends. Trading with a single timeframe often leads to "tunnel vision." You might buy on the H1 timeframe
FREE
Advanced SMC & Volumetric Order Block Indicator Overview This enhanced-grade for MetaTrader 5 indicator is designed to decode market behavior using   Smart Money Concepts (SMC) method . It goes beyond standard price action analysis by integrating   Volumetric Data   directly into market structure, helping traders identify high-probability reversal and continuation zones with precision. Key Features Volumetric Order Blocks:   A unique, split-gauge visualization within Order Block zones that disp
Filtrer:
Aucun avis
Répondre à l'avis