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
Ranked Zone Trader
Attapong Pintasri
Ranked Zone Trader is an Expert Advisor for MetaTrader 5. It detects non-repainting fair value gap zones on closed bars, ranks active zones by strength, and waits for a retest before placing a trade. The EA is designed around price-zone retests rather than grid or recovery logic. Each trade uses a hard stop-loss and a fixed reward-to-risk target. Position size can be fixed or calculated from a risk percentage. Main features: - Closed-bar fair value gap zone detection - Strength ranking for ac
HedgeSafe Trade Assistant 一款以风险控制为核心的 MetaTrader 5 手动交易面板。 HedgeSafe 可帮助您在点击 BUY 或 SELL 之前,直接在图表上准备、验证和管理交易。 HedgeSafe 不是信号服务、行情预测工具、AI 机器人或自动交易策略。它不会替您选择交易方向,也不承诺盈利。每项交易决定均由交易者本人负责。 主要功能 按账户余额百分比或账户货币中的固定金额计算手数。 按点数或价格规划 Stop Loss;按点数、价格或 R 倍数规划 Take Profit。 实时预览风险金额、潜在收益、手数和风险回报比。 图表上的 Entry、Stop Loss 和 Take Profit 线与面板数值同步。 分别显示 BUY 与 SELL 的就绪状态,并在执行前进行方向相关的最终检查。 验证最小/最大交易量、交易量步长、tick size、tick value、stops level 和 freeze level。 检查市场可用性、品种交易模式、点差、允许偏差及 filling mode。 识别 hedging 与 netting 账户,并说明
PREngulfing
Slobodan Manovski
PR EA - 吞没形态交易系统 自动识别吞没形态,均线确认信号 PR EA是一款MetaTrader 5专家顾问,专门用于识别并交易看涨/看跌吞没形态,并通过移动平均线过滤确认信号。优化适用于30分钟图表,同时兼容M15和H1时间框架。 核心功能: 形态识别 - 精准检测有效的吞没K线形态 趋势确认 - 238周期SMA过滤器(参数可调) 风险管理 - 自定义止损、止盈 + 可选追踪止损 时间框架优化 - 专为M30图表设计(兼容M15/H1) 仓位控制 - 同一时间仅持有一个仓位 推荐设置: 最佳表现:M30时间框架 不建议使用:高于H1的时间框架 自定义选项: 可调整交易手数 灵活设置止损/止盈值 追踪止损功能 均线周期调节 点差过滤,避免低效执行 适合以下交易者: 偏好自动K线形态交易 需要均线确认的反转策略 波段交易(30分钟-1小时图表) 规则明确的交易系统 "通过均线确认的吞没形态交易信号" MT5专用 • 需MetaTrader 5平台 • 兼容所有经纪商
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
特殊蜡烛 您想使用其中一个最佳的外汇指标和成功的Ichimoku策略吗?您可以使用基于Ichimoku策略的这个令人惊叹的指标。 MT4版本在这里 。 第一策略: 此策略涉及识别很少出现相似强交叉。 此策略的最佳时间框架为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 第二策略: 此策略涉及识别与趋势方向相同的强大Tenkunsen和Kijunsen交叉。 此策略的最佳时间框架为1分钟(1M)至15分钟(15M)。 此策略可应用于大多数货币和符号。 第三策略: 此策略涉及将第一和第二策略组合起来,它们之间有x个蜡烛的距离。您可以从设置中更改X。默认设置为3。 我们提供支持,无论何时出现问题: https://www.mql5.com/en
SuperAgent v7.0 Diamond Pro - 量化评分与动态风险管理 描述: SuperAgent v7.0 Diamond Pro 是将高级 Python 金融算法移植到 MT5 平台的高保真专家助手 (EA)。它结合了 量化评分引擎 与 动态风险管理 ,提供专业级的投资组合管理。 核心功能: 多层决策引擎:   从三个维度评估市场:低延迟信号处理、趋势偏差确认和动量评分。 Auto-Lot (动态风险):   根据用户定义的可用保证金风险百分比自动计算手数,防止“资金不足”错误,确保资本的数学保护。 StopLevel Guard:   实时监控经纪商的“止损电位”和“冻结电位”。自动规范化止损 (SL) 和止盈 (TP) 水平,以符合经纪商限制。 主动保证金检查:   在订单执行前计算所需保证金,如果余额不足则跳过交易,保持日志清洁。 市场合规性:   优化至 0 错误和 0 警告。具备自动填充类型检测 (FOK/IOC),可在单边持仓 (Netting) 和锁仓 (Hedging) 账户上顺畅运行。
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 ,
TRAP CANDLE EA – Smart Breakout Trading System with Trend Filter Overview TRAP CANDLE EA is a fully automated breakout trading Expert Advisor designed to identify consolidation zones and capture high-probability market breakouts. The EA automatically builds a dynamic price range (box), waits for a confirmed breakout, and executes trades with predefined Stop Loss, Take Profit, Breakeven, and Trailing Stop management. Version v1.4 introduces an advanced SMA Trend Filter that allows trades only in
FREE
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 •
Elliott Wave X kNN
Thibauld Charles Ghislain Robin
Elliott Wave X kNN is a market structure and Elliott Wave indicator designed for traders who want clarity. Whether just starting and don’t know where to begin, or already trade and want a cleaner, more objective view of the market, this indicator focuses on one goal: making price action readable and structured . It does not promise profits. Instead, it provides a transparent framework to understand market movement, risk, and probabilities. A Clear Process, Step by Step The indicator follows a f
FREE
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
Titan Score EA Titan Score EA, NASDAQ/US100, Dow Jones/US30, S&P500 gibi büyük küresel hisse senedi endeksleri ve yüksek volatilitedeki CFD/Forex çiftleri için yüksek derecede optimize edilmiş çoklu göstergeli birleşim puanlayan bir Uzman Danışmandır. Tek bir teknik gösterge veya katı geçiş kurallarına güvenmek yerine, bu Uzman Danışman, piyasa ortamlarını üç temel boyutta—Trend, Hız ve Yapısal Zamanlama—sürekli olarak değerlendirerek işlem yürütmesini ve pozisyon boyutlarını belirleyen dinamik
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
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
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
推出促销: 按当前价格仅提供数量极少的副本! 最终价格:999美元 新品(349 美元起)-->免费获得 1 个(适用于 2 个交易账户号码)。 终极组合优惠   ->   点击此处 加入公共群组: 点击此处   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO 欢迎来到比特币收割者!   在黄金收割者取得巨大成功之后,我决定是时候将同样的成功原则应用到比特币市场了,而且,它看起来很有希望!   我开发交易系统已有二十多年了,到目前为止,我的专长是突破策略。 这种简单有效的策略一直以来都位居最佳交易策略之列,并且几乎适用于任何市场。     对于像比特币这样波动剧烈的市场来说,它更是锦上添花!   那么该策略如何发挥作用? 突破策略将交易突破重要支撑位和阻力位的走势。     该策略将为每笔交易设置止损、止盈和各种追踪止损功能。 对于比特币收割者,我在 H1 时间范围内实现了这一点,这使得它交易频繁,但仍然非常有效。   此外,我还确保了 EA 能够自动适应比特币未来的价格变化。     所以,如果比特币交易价格在 10 万左右、1 万左右或
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
HAWK 4.0 — 黄金信号指标 最精准的交易信号指标 专为 XAUUSD(黄金)交易而设计。 基于 ATR 波段 + 枢轴点检测。 信号仅出现在真实反转点位。 不重绘。无延迟。无噪音。 您将获得 → 清晰的 BUY / SELL 箭头 → 自动 TP1 / TP2 / TP3 水平 → 自动 SL 止损水平 → 内置时间过滤器(UTC) → 实时成功率统计 → 完整的警报系统 专为以下设计 交易品种: XAUUSD(黄金) 时间周期: M3 / M5 交易时段: 伦敦 + 纽约 交易表现 成功率:       81% 不重绘:        运行时间:     2024年至今 订阅方案 1 个月  ——  $3000 3 个月  ——  $6000 6 个月  ——  $9000 包含更新 + 技术支持 + 设置文件。
该产品的买家也购买
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:/
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! 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
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
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. The Supervisor r
# 如果您有任何其他需求或對合作感興趣,請聯繫 zion.quantech.london@gmail.com。 Flash Trade (FT) 最友善的手動交易工具。 使用最直觀的操作來確保您的資金。 FT的特點 點擊任意位置快速交易 FT支持市場訂單和掛單 兩次點擊完成訂單並設置SL和TP 三次點擊完成掛單並設置SL和TP 自動將每個訂單的止損金額設置為您設置的餘額百分比或固定金額 下訂單時實時預估利潤 超簡單的界面和操作 支持拆分訂單 使用方式 市場訂單: 點擊圖表決定止損價位 點擊Buy或是Sell鈕 掛單: 點擊圖表決定入場價位 選擇掛單類型 點擊圖表決定止損價位 暫停FT: 點擊右上方的"On/Off"按鈕來切換開關 當按鈕從綠(On)變為紅(Off),代表FT已被停止 點擊"Off"按鈕再次開啟FT 如果有任何疑問、改善建議或是bug回報都可以聯繫e50310@gmail.com或留下評論 功能將持續於未來的版本推出
QCML Assistant
Maxime Turcotte-lafreniere
QCML Assistant MT5 Your Trading. Our Assistant. Your Edge. Looking for a tool that completely transforms your experience on MetaTrader 5? QCML Assistant is the all-in-one solution built by traders, for traders. Just one tool installed on your chart, and you get access to an ultra-complete, ultra-fast, and ultra-simple trading platform. No more hours wasted setting up your workspace. No more complicated trade entries. With QCML Assistant, everything becomes simple, smooth, and efficient right fro
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
Discord Signal Notifications — это мощный инструмент для трейдеров, проповодов и управляющих счетами, который автоматически отправляет все ваши торговые события в канал или чат Discord. Главное преимущество — Глобальный мониторинг. Вам не нужно устанавливать советник на каждый график. Достаточно запустить одну копию утилиты на одном любом окне, и она будет отслеживать действия по всем инструментам и всем счетам в вашем терминале одновременно. Основные возможности Глобальный мониторинг счёта Ути
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
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
EA price is reduced to 50% discount for limited time period. Check EA performance  https://www.mql5.com/en/signals/2376164?source=Site +Profile+Seller 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.
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) Contact me to get a 7 days trial version of the product with full functionality. Guide + tips here MT4 version  
ENGLISH VERSION tg @eeevleee TICK CHART SERVICE - Professional Tick Ch
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
世界上没有本软件的同等产品,它代表一个覆盖交易信号的通用交易 "控制台",自动入场,设置止损和止盈,还有在单一窗口里同时进行多交易尾随终止。EA 的 "三次点击" 直观控制,确保在不同计算机上全方位使用所有功能,包括平板电脑。 与附加的信号指标交互来标记图标,给出实际市场的全貌,EA 令您做出正确的选择,以及在大多数情况下成为胜者一方。内置资金管理算法, 还有自动计算手数, 虚拟订单交易, 以及一些其它从崩溃账户里挽救交易者的 "诀窍"。它不是一个 "黑盒子"。而是一个深思熟虑的交易员的不可或缺的助理, 至少要尝试一次它的动作。 注,在面板上形成的 EA 不能在策略测试员中测试。可以在您的模拟账户里以实时模式检查它, 您可以下载本 EA 的免费版 - 混沌交易 EA 演示 。 EA 表现为一个面板,带有内置功能的交易机器人的,自动基于交易者可直观检查的交易信号入场,完全按照比尔·威廉姆斯的策略“混沌交易:第二版”和“新贸易维度”。在单独的窗口里,EA 识别价格走势的导向,用于指定品种和时间帧的全自动交易模式,也可以多品种并发。 它同时分析 MetaTrader 5“市场观察”窗口中显示
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
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
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)
该工具允许绘制不同类型的图表。 秒图从1秒到86400秒 从1滴答开始的滴答图 成交量图 三角洲图 仁科图 范围图 用于体积分析的内置指标。 该工具的演示版 https://www.mql5.com/ru/channels/clustersecond 每日市场概况和所选时间框架的市场概况。 集群搜索。 不平衡。 VWAP。 动态POC、VAH、VAL 价格窗口简介 具有不同表现形式的垂直体积。 δ,有不同的可视化选项。 当前的和高的时间框架极 地下室指标烛台显示 也可以从图表中进行交易。 注意:该工具是为具有真实(交换)量的市场设计的。 它不适合外汇市场。它在VPS上不起作用。它在策略测试器中不起作用。 为了控制该图表,我们使用了 鼠标左键 - 移动图表,在设置中选择不同的模式,调用位于屏幕左下角带螺丝刀的钥匙图标下的主设置窗口。 鼠标右键 - 用于输入位于屏幕左上角图标下的图形结构的设置,以及绘制垂直、水平、趋势线和矩形的单独设置。 在图表区域旋转鼠标滚轮--左右移动图表,按住Ctrl键--上下移动图表,在价格比例区域--按价格比例,在时间轴区域--按时间比例。 H键--在
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
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
快捷操作,快速买,卖,清空操作。 提供三个按钮:Buy,Sell,清空。 Buy:点击后快速下多单,默认1手,盈利点和止损点都是110点,下单成功后可手动修改。 Sell:点击后快速下空单,默认1手,盈利点和止损点都是110点,下单成功后可手动修改。 清空:快速全部订单清仓,包括买,卖订单。 提供快速操作,默认大小,盈利点和止损点都可以单独找我,定制开发。    图表可以自行设定品种,时间周期。 快捷操作,快速买,卖,清空操作。 提供三个按钮:Buy,Sell,清空。 Buy:点击后快速下多单,默认1手,盈利点和止损点都是110点,下单成功后可手动修改。 Sell:点击后快速下空单,默认1手,盈利点和止损点都是110点,下单成功后可手动修改。 清空:快速全部订单清仓,包括买,卖订单。 
1.   记录每一个Tick交易的价格数据。     数据文件内容:“Tick时间”、“ASK价格”、“BID价格”、“SPREAD价差”、“Tick报价数量”。 2.   同时,生成一个1分钟周期的报价数据文件。     1min数据文件内容:“ASK时间”、“ ASK OPEN价格 ”、“ASK HIGH 价格”、“ASK LOW 价格”、“ASK CLOSE 价格”、 “ BID 时间”、“BID OPEN价格 ”、“ BID HIGH 价格”、“ BID LOW 价格”、“ BID CLOSE 价格”、 “Tick报价数量”。 3. 每天将所有报价数据保存在一个文件中,方便使用者进行数据分析和数据整理。 4.这个EA程序,任何时刻加载到MT5图表中,就可以直接开始价格数据的记录。确保记录下市场中出现的每一个报价。 5.文件存储位置:MQL4/Files/
Mt5BridgeBinary
Leandro Sanchez Marino
我自动其商业策略的使用二进制 MT5 和我们 Mt5BridgeBinary 我发送的命令其二进制账户和我名单: 开始使用这种方式容易! 专家顾问也容易形成、优化和实现抗寒试验; 还在测试中我们可以预测其长期盈利能力,所以我们创造了 Mt5BridgeBinary 连接其最佳战略二进制文件。 特点: 它可以使用很多战略如我所愿。 (专家顾问)。 他不需要额外的程序。 随函附上我方- EA 没有导入的时限。 它可以想象所有的公开行动。 他只需要执行我们 EA 只在一个图形采取所有的订单。 -它不需要复杂的配置,以使我们的就业工作。 输入参数: 电子邮件: 有关其电子邮件帐户的二进制文件。 -标记: 代码访问它生成的二进制来操作。 -数量操作: 该合同价值。 位置警报: 会启用/禁用警报作业时开放。 -小组菲尔斯滕: 它显示所有打开的行动。 注: -期限的合同: 请参阅《资产指数来了解这笔总额中,最小和最大期限的合同。 - Volatile 性质指标不能在德国、法国、西班牙、新加坡、澳大利亚、意大利和卢森堡。
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
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
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
The stocks that make up the index are one of the drivers of the movement. Analyzing the financial performance of all elements of the index, we can assume further development of the situation. The program (script) displays corporate reports of shares that are part of the index selected in the settings.   "Indexes" cannot be tested in the tester (since there is no way to get information from the Internet). Information is downloaded from the site investing.com: Report Date Earnings per share (E
Oracle
Denis Sotnikov
5 (2)
Эксперт - торговый помощник, созданный по одноимённой торговой стратегии Оракул в сотрудничестве с ее автором Нео. Определяет на графиках в автоматическом режиме разворотные импульсные модели и строит по ним Вилки Нео - авторский инструмент, позволяющий определять циклы движения цены и указывающий на ожидаемую цель TakeProfit . Поиск ведется на всех заданных периодах графиков одновременно с фильтрацией совпадений. Осуществляется фильтрация неверных Вилок с указанием кода ошибки. Утилита имеет
作者的更多信息
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 RPS
Raka
5 (3)
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
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
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
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   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
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
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
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 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
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,
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
筛选:
无评论
回复评论