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.


おすすめのプロダクト
-         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 は、プロのトレーダー向けの包括的なドローダウン監視ツールです。残高ベースと預金ベースの両方のドローダウン指標をリアルタイムで追跡し、効果的なリスク管理を支援します。機能には、過去の最大ドローダウン追跡、シンボル固有のドローダウン分析、ポジション監視、およびエクスポージャー計算が含まれます。 主な機能: 色分けされたアラートによるリアルタイムのドローダウン監視 履歴ドローダウンと預金ベースのドローダウンの個別追跡 シンボル固有のドローダウン分析 日次パフォーマンス指標 ポジションとエクスポージャーの監視 24時間リセット機能 セッション間の永続的なデータストレージ
FREE
PR EA - Engulfing Pattern Trading System Automated Engulfing Pattern Detection with MA Confirmation The PR EA is a Meta Trader 5 expert advisor that identifies and trades bullish/bearish engulfing candlestick patterns when confirmed by a moving average filter. Designed for swing trading on 30-minute charts with compatibility for M15 and H1 time frames. Key Features: Pattern Recognition - Detects valid bullish/bearish engulfing candle formations Trend Confirmation - 238-period SMA filter
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 — 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
スペシャルキャンドル 成功した一目均衡表戦略を持つ最高の外国為替指標の1つを使いたいですか?この一目均衡表戦略に基づく素晴らしいインジケーターを利用できます。 MT4バージョンはこちらです。 第1戦略: この戦略では、まれに発生する類似した強いクロスを特定することが含まれます。 この戦略に最適な時間枠は、30分(30M)および1時間(H1)です。 30分間隔の適切なシンボルには以下が含まれます: • CAD/JPY • CHF/JPY • USD/JPY • NZD/JPY • AUD/JPY • EUR/USD • EUR/GBP 1時間のタイムフレームに適したシンボルには以下が含まれます: • GBP/USD • GBP/NZD • GBP/AUD • USD/CAD • USD/CHF • USD/JPY • EUR/AUD 第2戦略: この戦略では、トレンドと同じ方向に発生した強力なTenkunsenおよびKijunsenのクロスを特定することが含まれます。 この戦略に最適な時間枠は、1分(1M)から15分(15M)です。 この戦略はほとんどの通貨およびシンボルに適用でき
SuperAgent v7.0 Diamond Pro - 定量的スコアリングとダイナミックリスク 説明: SuperAgent v7.0 Diamond Proは、高度なPython金融アルゴリズムをMT5用に忠実に移植したプロフェッショナルなエキスパートアドバイザー(EA)です。 定量的スコアリングエンジン と ダイナミックリスク管理 を組み合わせ、機関投資家レベルのポートフォリオ管理を実現します。 主な特徴: 多層決定エンジン:   「低遅延シグナル処理」「トレンドバイアス確認」「モメンタムスコアリング」の3つの次元で市場を評価します。 Auto-Lot(ダイナミックリスク):   余剰証拠金に対するリスクの割合に基づいてロット数を自動計算し、「資金不足」エラーを防止します。 StopLevel Guard:   ブローカーの「ストップレベル」と「フリーズレベル」をリアルタイムで監視。SLおよびTPを自動的に正規化し、ブローカーの制限を遵守します。 プロアクティブ・マージンチェック:   注文実行前に必要証拠金を計算し、残高不足の場合はログを汚さずにトレードをスキップします。
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 ,
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 •
BeansAssist
Ivanvielle Bonifacio Dupaya
BeansAssist *Major update 3.00 released. Kindly update your copy of BeansAssist Gives you fruitful information of the price of the symbol that you are trading. Improve your trades simply by following the suggestion that it gives you. Tracks deal stats daily so you keep track of your performance. Don't let emotions take control, be a better and profitable trader with BeansAssist to guide you. *Note: This utility is not for free 
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
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)
発売プロモーション: 現在の価格で入手できるコピーの数はごく限られています。 最終価格: 999ドル 新規 (349 ドルから) --> 1 EA を無料で入手 (取引口座番号 2 つ)。 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO BITCOIN REAPER へようこそ!   Gold Reaper が大成功を収めた後、同じ勝利の原則を Bitcoin 市場に適用する時が来たと判断しました。そして、それは非常に有望に見えます!   私はこれまで 20 年以上にわたってトレーディング システムを開発してきましたが、私の専門分野は「断然」ブレイクアウト戦略です。 このシンプルながらも効果的な戦略は、常に最高の取引戦略の上位にランクインしており、基本的にあらゆる市場に適用できます。     特にビットコインのような変動の激しい市場では、真価を発揮します。   それで、この戦略はどのように機能するのでしょうか? ブレイクアウト戦略は、重要なサ
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 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 (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
このプロダクトを購入した人は以下も購入しています
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:/
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
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
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
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 は、ゴールドのトレンド取引戦略 EA です。 オペレーターは主要なトレンドの方向を決定し、トレインに指示を出します。 トレインはその方向で継続的に売買します。ロット数は、アカウント残高と事前設定されたレバレッジ比率によって異なります。 オペレーターがトレンドの方向を変更すると、トレインは停止し、利益を固定します。 ユーザーはチャート上のボタンを使用してトレンドの方向を簡単に選択できます。 ************************************************ ***********************************************
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
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
半自動取引のためのユーティリティ。ストップオーダー、ストップロス、テイクプロフィット、トレーリングストップをブローカーに見えないように設定するための動的レベルを適用します。 FIFO要件のある米国のブローカーを含むあらゆるブローカーとの連携に適しています。 アドバイザリンクのMT4バージョン 取引はボタンまたは線を使用して開くことができます。アドバイザが線に沿ってポジションを開くには、チャートに線を引き、名前を変更します。価格がそれを超えると、EAは対応するコマンドを実行します。 OPEN_SELL-売り注文を開きます CLOSE_SELL-すべての売り注文を閉じます OPEN_BUY-オープンバイオーダー CLOSE_BUY-すべての購入注文を閉じる コマンドが実行された後、コメント「OK」が書き込まれ、行はコマンドを1回だけ実行します。 チャートには、受け取った利益、現在のオープンポジション(注文数、ロット数、利益)、オープニング注文のボタン、実行速度、スリッページに関する情報が表示されます。 オプション: MAGIC_NUMBER-マジックナンバー; LOT_S
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 ist ein praktisches Tool für diejenigen, die mit einem Orderraster handeln, das für den schnellen und komfortablen Handel an den FOREX-Finanzmärkten entwickelt wurde. GRID für MT5 verfügt über ein anpassbares Panel mit allen notwendigen Parametern. Geeignet sowohl für erfahrene Trader als auch für Anfänger. Funktioniert mit allen Brokern, einschließlich amerikanischer Broker mit einer FIFO-Anforderung - vor allem, um zuvor eröffnete Geschäfte abzuschließen. Das Orderraster kann ent
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
私は連星の利用に対するその商用戦略をMT5で自動化しました、そして、我々のMt5BridgeBinaryで、私はそのBinary口座に命令を送りました、そして、私は以下をリストします:簡単なもののこの方法を操作し始めてください! 専門家のアドバイザーは、頑健さテストを最適化して、認識するために、作るのが簡単です;また、テストでは、その長期の収益性(我々がその最高の戦略をBinaryに接続するためにMt5BridgeBinaryをつくった理由です)を、我々は推定することができます。 特徴: - それは、私が望んだくらい多くの戦略を使用することができます。(専門家のアドバイザー)。 - 彼は、更なるプログラムを必要としません。 - 時間枠を輸入することなく、我々のEAを囲んでください。 - それは、すべての開いた活動を視覚化することができます。 - 彼だけは、すべての命令を受けるために1つのグラフだけの中で我々のEAを実行する必要があります。 - 我々のEAが働くように、それは複雑な構成を必要としません。 入場パラメータ: - メール:電子メールは、Binaryのその報告に関するも
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)
半自動取引のユーティリティである注文管理を使用して、アカウントの不採算ポジションを復元することもできます。不採算の注文を重ねることで、アカウントのドローダウンを減らす機能があります。手動注文、パネルから開かれた注文、または別のエキスパートアドバイザーによって開かれた注文で機能します。最小限のパラメーターがあり、構成が簡単で、任意の数の注文で機能します。テストには、ストラテジーテスターのビジュアルモードを使用します。 MT4バージョン https://www.mql5.com/en/market/product/56492 オプション: START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるためのピップ単
News: IDEA 2.0 is out with lot of features, like telegram bot notifications and Limits order! Check the changelog at bottom of page (*). Hi all, here you can find my Expert Advisor, called IDEA  (Intelligent Detection & managEr Algorithm) . In short, with this software you can: Have   a clear view of market status , with an indication of current trend. Simply add symbols you want to monitor to your market watch, and IDEA will notify you if some of them are in trend; Have an   automatic lots ca
作者のその他のプロダクト
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
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 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
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
フィルタ:
レビューなし
レビューに返信