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
MACD Sniper Pro is an advanced automated trading system designed for traders seeking high-precision entries and robust risk management. By combining the classic momentum of MACD Crossover with a strict ADX Volatility Filter and Dynamic ATR Management , this EA completely eliminates emotional trading and filters out dangerous flat/sideways markets. Unlike standard MACD indicators that suffer during consolidation, MACD Sniper Pro verifies trend strength before entering and protects your capital us
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
PR EA - Торговая система по паттернам Engulfing Автоматическое определение паттернов Engulfing с подтверждением скользящей средней PR EA - это советник для MetaTrader 5, который идентифицирует и торгует бычьи/медвежьи паттерны Engulfing при подтверждении фильтром скользящей средней. Оптимизирован для работы на 30-минутных таймфреймах с совместимостью с M15 и H1. Ключевые особенности: Распознавание паттернов - Выявляет действительные формации Engulfing Подтверждение тренда - Фильтр SMA 23
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
Gartley Butterfly Pattern EA — профессиональный торговый советник на основе гармонических паттернов для MetaTrader 5 Gartley Butterfly Pattern EA — это профессиональный автоматический торговый советник (Expert Advisor) для MetaTrader 5, предназначенный для полностью автоматической торговли на основе гармонических паттернов, коэффициентов Фибоначчи, алгоритмического анализа рынка и интеллектуального управления капиталом. Советник непрерывно сканирует график, автоматически обнаруживает сформировав
Elliott Wave EA
Vladimir Shumikhin
5 (1)
Советник Elliott Wave EA Описание Elliott Wave EA - это профессиональное торговое решение, основанное на M & W волновых паттернах, описанных А. Мерриллом. Этот мощный Эксперт Советник идентифицирует и торгует волновыми формациями с высокой точностью, предоставляя трейдерам надежное автоматизированное решение для использования теории волн Эллиотта. Ключевые особенности Интеллектуальное распознавание паттернов - Продвинутый алгоритм идентифицирует M & W волновые паттерны с исключительной точност
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
Вела Эспециал Вы бы хотели использовать один из лучших индикаторов валютного обмена, основанный на стратегии Ишимоку, которая является очень успешной? Вы можете использовать отличный индикатор, основанный на стратегии Ишимоку. Версия MT4 доступна здесь. Первая стратегия: Эта стратегия включает в себя выявление похожих и редких, но мощных пересечений. Самые подходящие временные интервалы для этой стратегии - 30 минут (30M) и 1 час (H1). Подходящие символы для графика 30 минут: • CAD/JPY • CHF/J
SMC OTE Gold Pattern — OTE Zone Expert Advisor for MT5 SMC OTE Gold Pattern is an Expert Advisor for MetaTrader 5 designed to identify and trade Fibonacci Optimal Trade Entry (OTE) zones using market structure, trend, volatility and confirmation filters. The EA identifies completed swing movements and calculates the 61.8%–79% Fibonacci retracement area as a potential OTE zone. A 70.5% reference level is also displayed within the zone. OTE Zone Detection The EA monitors swing highs and swing lows
SuperAgent v7.0 Diamond Pro - Количественный скоринг и динамический риск Описание: SuperAgent v7.0 Diamond Pro — это высокоточная адаптация продвинутого финансового алгоритма Python для MT5. Этот советник (EA) сочетает в себе   механизм количественного скоринга   и   динамическое управление рисками   для профессионального управления портфелем. Основные характеристики: Многоуровневый механизм принятия решений:   Оценивает рынок в трех измерениях: обработка сигналов с низкой задержкой, подтверж
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
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 ,
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 •
Gold speedster
Simon Aderinola Akinteye
Gold Speedster EA — Precision. Speed. Profitability. THE EA MYFXBOOK LINK NOW WORKING Up almost 3% in just few days. MyFxbook link :                https://www.myfxbook . com/members/CannyFX/gold-speedster/12075079 Kindly remember to clear the space just before com/ above when pasting the link in your browser. Unleash the power of intelligent automated trading with Gold Speedster , a next-generation Expert Advisor engineered exclusively for XAUUSD (Gold) . Built for traders who demand performa
Infinity Impulse MT5 – Эффективный Торговый Робот для XAU/USD Особенности Infinity Impulse MT5 - Универсальность и Адаптация     Многофункциональность: Infinity Impulse поддерживает различные торговые подходы и концепции.     Автоматизация: Освобождает пользователей от постоянного мониторинга рынка.     Настраиваемость: Может быть адаптирован под конкретные задачи и условия рынка. Trading Logic Live Signal Анализ Рынка     Технические Индикаторы: Использует скользящие средние, полосы Боллиндж
FBoFinder
Andrii Voliuvach
Для тех, кто торгует ложные пробои (ЛП) уровней. Сервис False Break o ut Finder (F B oFinder)   был написан в первую очередь для торговли акциями и их CFD на дневных графиках. Он будет за Вас искать разнообразные ложные пробои экстремумов на сотнях и тысячах инструментов из Watchlist , что избавит Вас в перспективе от множества часов ежедневного рутинного отбора бумаг перед открытием рынка. В процессе перебора инструментов игнорируются бумаги с запретом на торговлю. Если бумагу разрешено торгова
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
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 EA БЕСПЛАТНО (для 2 номеров торговых счетов). Лучшее комбо-предложение     ->     нажмите здесь ПРИСОЕДИНЯЙТЕСЬ К ПУБЛИЧНОЙ ГРУППЕ:   Нажмите здесь   LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Добро пожаловать в BITCOIN REAPER!   После колоссального успеха Gold Reaper я решил, что пришло время применить те же принципы победы к рынку биткоинов,
First 10 Copies is Free BuntuFx Copier Pro is a fast and reliable trade copier for synchronizing orders between Master and Slave accounts on MetaTrader 4 and MetaTrader 5. Main Features MT4 and MT5 cross-platform copying Market and pending order synchronization Automatic SL, TP, partial close, and order close copying Multiple lot modes: multiplier, fixed lot, risk percentage, and lot sequence Symbol mapping and suffix support Magic number, symbol, direction, and comment filters Reverse trading
FREE
GOM Trade Manager
Wannapach Chinnaprapa
GOM Trade Manager helps you execute trades the way you want it. Works on all instruments Forex, Commodities, & Crypto. It helps you with lot calculations, spread addition and balance calculations so you can just focus on actual trading. For full automatic planned management, stackable triggers and spread widening protection >> check out GOM Trade Manager Pro . ------------------------------------------NOTABLE FEATURES------------------------------------------ You set everything based on bid
FREE
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
С этим продуктом покупают
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 * Before purchasing, please feel free to send me a message if you have any questions about the product or setup. ** After purchase,  Contact me via private message to receive t
Trading Chaos Expert
Gennadiy Stanilevych
5 (11)
Этот программный продукт не имеет аналогов в мире, поскольку он является универсальным "пультом управления" торговых операций, начиная от получения торговых сигналов, автоматизации входа в позиции, установки стоп-лоссов и тейк-профитов, а также трейлинга прибыли одновременно по множеству сделок в одном открытом окне. Интуитивно понятное управление экспертом в "три клика" на экране монитора позволяет полноценно использовать все его функции на разного рода компьютерах, включая планшетные. Взаимоде
YuClusters
Yury Kulikov
4.93 (43)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
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
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
Unlimited Trade Copier Pro - это мощный инструмент для удаленного копирования сделок между несколькими счетами MetaTrader 4/MetaTrader 5, расположенными удаленно друг от друга, по сети интернет. Это идеальное решение для провайдеров сигналов, которые хотят поделиться своей торговлей с другими трейдерами по всему миру. Один поставщик может копировать сделки на неограниченное количество счетов-получателей, а один получатель также может копировать сделки неограниченного количества провайдеров. Пост
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
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. Requirements The trading account must provide both Gold spot
ВРЕМЕННАЯ СКИДКА  -40% ! Всего  $470 вместо $790!  Максимальный реальный дисконт! ТОЛЬКО ДО 22.08 Суть: используя юзер-интерфейс вы настраиваете параметры, которым должен соответствовать график до входа в позицию(позиции), настраиваете какие входные модели использовать, настраиваете правила по которым надо завершать торговлю и планирование. А всю рутину по наблюдению за графиком и исполнению Lazy Trader берет на себя. полное описание  :: 3 ключевых видео [1] -> [2] -> [3]  :: [ ДЕМО-ВЕРСИЯ ] Чт
# If you have any other requirements or are interested in collaboration, please contact  dev.quantech.london@gmail.com . Flash Trade (FT) Most friendly manual trading tool. Easy operation to secure your funds. Features of FT Click the chart to trade fast FT supports market orders and pending orders Click twice to complete the order and set SL and TP Click trice to complete the pending order and set SL and TP Automatically set the stop-loss amount of each order to a fixed percentage of the bala
Hedge Trimmer & Roll-Over EA Managing a hedged position means carrying two opposing trades simultaneously. Over time, the losing side grows while the profitable side offsets it. The standard problem is that closing the loser costs money you may not have sitting in cash — it has to come from somewhere. Hedge Trimmer EA solves this by using the floating profit on your winning trades as the funding source to progressively close down the losing side. It identifies which trades are in profit, uses a
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
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
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
News Trader Pro - уникальный робот, позволяющий торговать на новостях по вашей стратегии. Он загружает все новости с нескольких популярных Forex-сайтов. Вы можете выбрать любую новость и настроить стратегию на торговлю по ней, а затем советник News Trader Pro будет торговать автоматически по выбранной стратегии на этой новости. Выход новости позволяет выиграть пипсы, так как в это время, как правило, происходит большое значение цены. Благодаря этому инструменту торговля на новостях стала проще,
Если вы хотите рисовать линии Поддержки и Сопротивления, просматривать: дневные уровни открытия рынка, классические уровни разворота, уровни разворота Фибоначчи, трендовые линии, уровни Фибоначчи, время до закрытия свечи, а также текущий спред. Если вы хотите выставлять ваши ордера с точным лотом, который отвечает вашему желаемому риску стоп-лосса. Если вы хотите делать все это и много другое всего одним кликом, тогда это идеальный инструмент для вас. Этот инструмент позволит вам чувствовать себ
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 Встроенные индикаторы для объемного анализа:  дневной профиль рынка и профиль рынка выбираемого таймфрейма, Cluster Search, Imbalance, VWAP, Dynamic POC, VAH, VAL профиль стакана цен вертикальный объем с различными вариантами отображения, дельта
Программа (скрипт) выводит на монитор информацию о корпоративных отчетах и дивидендах акций; информация скачивается с сайта   investing.com: Дата отчета Прибыль на акцию (EPS) Доход (Revenue) Рыночная капитализация Размер дивидендов Дата выплаты дивидендов Дивидендный доход Продукт нельзя протестировать в тестере   (так как там нет возможности получать информацию из интернета). Перед использованием :   н еобходимо добавить   2   URL  https://ru.investing.com/earnings-calendar/Service/getCalend
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
1. Фиксирую данные о ценах на каждую транзакцию. Контент файла данных: "время Tick", "цена ASK", "цена BID", "цена SPREAD", "количество предложений Tick". 2. В то же время, создается файл с цитируемыми данными на Один минутный цикл. Содержимое файла данных: "ASK time", "ASK OPEN цен", "ASK HIGH цен", "ASK CLOSE", "ASK CLOSE", "ASK CLOSE", "ASK CLOSE", "ASK CLOSE", "ASK CLOSE", "BID lose цен", "BID lose цен", "BID lose цен", "BID lose цен", "BID CLOSE цен", "BID CLOSE цен", "BID CLOSE цен", "BID
Mt5BridgeBinary
Leandro Sanchez Marino
Я автоматизировал их бизнес-стратегии для использования бинарных MT5 в Интернете и Mt5BridgeBinary наши заказы на ваш счет в Binary, и вы готовы начать работать так просто! Опытные консультанты просты в настройке, оптимизации и тестировании на прочность; Кроме того, в тесте мы можем прогнозировать долгосрочную рентабельность, поэтому мы создали механизмы для Mt5BridgeBinary своих лучших стратегий к Binary. Характеристики: -Вы можете использовать как можно больше стратегий. (Expert Advisor). -
Серия продуктов под маркой  FiboPlusWave Готовая торговая система на основе  волн Эллиотта и уровней Фибоначчи . Просто и доступно. Отображение разметки волн Эллиотта (основной или альтернативный вариант) на графике. Построение горизонтальных уровней, линий поддержек и сопротивления, канала. Наложение уровней Фибоначчи на волны 1, 3, 5, A Система алертов (на экран, E-Mail, Push уведомления).    Особенности: не вникая в волновую теорию Эллиотта, можно сразу открыть один из возможных вариантов вхо
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
Акции, входящие в состав индекса, являются одним из драйверов движения. Анализируя финансовые показатели всех элементов индекса, можно предположить дальнейшее развитие ситуации. Программа (скрипт) выводит на монитор корпоративные отчёты акций, входящих в состав индекса, выбранного в настройках.   "Indexes" нельзя протестировать в тестере   (так как там нет возможности получать информацию из интернета). Информация скачивается с сайта investing.com: Дата отчета Прибыль на акцию (EPS) Доход (R
Oracle
Denis Sotnikov
5 (2)
Эксперт - торговый помощник, созданный по одноимённой торговой стратегии Оракул в сотрудничестве с ее автором Нео. Определяет на графиках в автоматическом режиме разворотные импульсные модели и строит по ним Вилки Нео - авторский инструмент, позволяющий определять циклы движения цены и указывающий на ожидаемую цель TakeProfit . Поиск ведется на всех заданных периодах графиков одновременно с фильтрацией совпадений. Осуществляется фильтрация неверных Вилок с указанием кода ошибки. Утилита имеет
SystemLiveMxPips
Harold Alonso Hernandez
Automatice sus estrategias comerciales con nuestra sencilla herramienta de creación de estrategias "similar a un rompecabezas".   Cree fácilmente estrategias que operen por usted en modo de piloto automático.   También puede cargar estrategias creadas por otras personas, como la clásica   Estrategia Martingala,   para usarla como muestra para su propia estrategia. Características clave Cree su estrategia a través de funciones simples de arrastrar y soltar, sin necesidad de conocimientos de pro
Binance Full Trader is developed for connection to your Binance account and get data, draw price charts and trade easily with any strategy by an indicator. A user-friendly interface has developed for it and has tried to give access to the necessary information such as open orders and wallet balances. ·        There are two sample indicators (one for trade signal and another for price) that you can download it from these links: https://drive.google.com/file/d/1w2CGuu3rArWKMhS9LkepT9zhVkGR1AO7/vie
Другие продукты этого автора
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
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
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   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
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
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
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
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
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,
Фильтр:
Нет отзывов
Ответ на отзыв