HFT Prop Challenge Master MT5

5

This EA is designed for passing challenges of prop trading firms that allow HFT (High Frequency Trading). It will not work on live accounts due to slippage. You should also not use it during the funded stage, the payout will be declined.

It works only on the mentioned prop firms, challange types and symbols below on the listed broker servers. HFT is broker sensitive, so if they change their broker or the broker does changes on spread or slippage, it might stop working. The trading only takes place in the first minutes after the US cash market opens. The default setting should work. No set files are needed. The timeframe does not matter.

Supported Prop Firms
Asset Broker Server
Sure Leverage - EA Challenge US30.x SureLeverageFunding-MT5
Irizone FX  US30.Z1 FazoLiqidity-Server
We-fund - 1 step HFT Challenge US30.w WeFundMarkets-Live

Other firms can be passed with the MT4 version. All other firms or live accounts are currently not supported.

Features:

  • Stops trading when the defined profit target is reached
  • Stops trading when the defined drawdown limit is reached
  • Auto increase lot size when the EA has made the defined amount of profit
  • Displays all settings and live status on the chart
  • Optional US holiday filter (volatility too low)
  • Auto detection of the trade starting time

No VPS needed, but the latency to the MT5 server should not be too high. I tested it with 150ms of latency and it worked. Latency above 150ms might also work, but it was not tested and is not supported.

Backtesting this HFT Strategy in MT5 does not work in all cases, also the EA is Broker sensitive and optimized for the supported prop trading firms, so the backtest might not be good on all brokers even if the live result would be great. Maybe you want to disable profit target in the backtest so that the EA does not stop after a few trades.

The EA does NOT use grid or martingale.

In most cases, the default settings should be good, but on some challenges you might want to change the "profit target in %". If you want to change some settings watch the youtube video "Settings and tips for HFT Prop Challenge Master" on my Youtube Channel or read the settings below:

Setting Explanation
Lot size mode Options:
auto_increase: Increased the lot size after every x% profit made.
fixed: Uses a fixed lot size which you can configure in the next field "Fixed lot size"
    Fixed lot size (if lot size mode = fixed)
Here you set the lot size you want to trade.
This field is only considered if you choose "fixed" as the lot size mode.
It is highly recommended to not use too large lot sizes and also consider the contract size of the asset. If the lot size is too large and the move in the market is very fast, you might fail your challenge by exceeding the maximum daily drawdown.
    Start contracts per 10k (if lot size mode = auto_increase)
The value in this field is used to calculate the initial lot size. Please note that if you put in for example 3 that this does not mean that 3 lots are traded. It means that per 10k USD on the account 3 contracts are traded.
If you have for example a 100k account on Nova Funding then it will trade 30 contracts. Since the contract size on Nova Funding is 1 the 30 contracts would be 30 lots.
If you have for example a 200k account on KortanaFX then it will trade 60 contracts. Since the contract size on KontanaFX is 10 the 60 contracts would be 6 lots.
The lot size which will be traded will be shown on the chart.
This field is only considered if you choose "auto_increase" as the lot size mode.
If you trade on supported brokers with the symbol XAUUSD+ instead of US30, please note that this contract size here is multiplied with the value in the field "Contract multiplier for XAUUSD+".

    Step contracts per 10k (if lot size mode = auto_increase)
With this amount of contracts per 10k account size the lot size will be increased if the needed profit is reached for the increase. It is calculated with the same logic as mentioned in the "Start contracts per 10k".
This field is only considered if you choose "auto_increase" as the lot size mode.
If you trade on supported brokers with the symbol XAUUSD+ instead of US30, please note that this contract size here is multiplied with the value in the field "Contract multiplier for XAUUSD+".
    Increase every x% profit (if lot size mode = auto_increase)
If the value is set for example to 0.5 it means that for every 0.5% of profit (e.g. 500 USD on a 100k account) the lot size is increased with the defined step which is defined in "Step contracts per 10k".
This field is only considered if you choose "auto_increase" as the lot size mode.

    End contracts per 10k (if lot size mode = auto_increase)
If the number of contracts has reached this value, no further lot size increase will be done. It is calculated with the same logic as mentioned in the "Start contracts per 10k".
It is highly recommended to not use to huge lot sizes and also consider the contract size of the asset. If the lot size is too large and the move in the market is very fast, you might fail your challenge by exceeding the max daily drawdown. I do not recommend setting this value higher than the default.
This field is only considered if you choose "auto_increase" as lot size mode.
If you trade on supported brokers with the symbol XAUUSD+ instead of US30, please note that this contract size here is multiplied with the value in the field "Contract multiplier for XAUUSD+".
    Contract multiplier for XAUUSD+ (lot size mode = auto_increase)
In case you trade the symbol XAUUSD+ on supported brokers, the values in the fields "Start contracts per 10k", "Step contracts per 10k", "End contracts per 10k" are multiplied with this value.
Daily loss limit mode (trailing, set less then challenge  limit) Options:
percent: The EA stops trading if the daily drawdown in percent of the starting balance of this day is reached. 
USD: The EA stops trading if the daily drawdown in USD of the starting balance of this day is reached.
disabled: Disable the daily loss limit mode (not recommended!)
The daily drawdown is always calculated from the highest equity or balance (which was higher) and is trailing to not give away to much profit if the volatility is going out of the market.
    Daily loss limit in % (if daily loss limit mode = percent)
If the value is set for example to 1.0 it means that after 1.0% of loss from the highest balance or equity on this day (e.g. 1000 USD on a 100k account) the EA stops trading until the next day.
Also if you challenge has for example a daily drawdown limit of 4% you should not set this value to 4% or 3.9%. Please note that when you have huge lot sizes and a very fast market move, it might take some time to close the open position and the loss of this trade might be worser then you wish because of slippage and latency. I do not recommend values above the default.
This field is only considered if you choose "percent" as daily loss limit mode.

    Daily loss limit in $ (if daily loss limit mode = USD)
If the value is set for example to 1000 it means that after a 1000 USD loss from the highest balance or equity on this day the EA stops trading until the next day.
Also if your challenge has for example a daily drawdown limit of 4000 USD you should not set this value to 4000 USD or 3900 USD. Please note that when you have huge lot sizes and a very fast market move, it might take some time to close the open position and the loss of this trade might be worser then you wish because of slippage and latency.
This field is only considered if you choose "USD" as daily loss limit mode.
Profit Target mode Options:
percent: The EA stops trading if the profit target in percent of the starting balance of this challenge is reached. 
USD: The EA stops trading if the profit target in USD of the starting balance of this challenge is reached.
disabled: Disable the profit target mode (ony recommended for backtesting)
The profit target is always calculated based on the "Challenge size", see next input field.
    Challenge size in $ (0 = auto detect)
If the value is 0 the EA tries to auto detect the initial balance. As an alternative, you can manually configure the challenge size (e.g. 100000 on a 100k challenge) in this input field. But please note that if you set the wrong challenge size, the profit target calculation in % will also be wrong.
    Profit target in % (if profit target mode = percent)
If the value is set for example to 10.05 it means that after a profit of 10.05% of the challenge size (e.g. 10050 USD profit on a 100k account) the EA stops trading.
This field is only considered if you choose "percent" as the profit target mode.
    Profit target in $ (profit target m. = USD)
If the value of this input field is set for example to 10050 then the EA stops trading after a profit of 10050 USD.
Also this input is only considered if the profit target mode is "USD".

Trading start hour mode (next input is ignored on auto_detect) Options:
auto_detect: The EA will try to auto detect what value should be set as "Trading start and end time hour" (which is the next input field). In this case the next input field is ignored. If it cannot auto detect it, the start of the EA will be aborted.
manual: The EA will use the value of the next inut field "Trading start and end time hour" as start and end time hour.
Trading start and end time hour (MT5 server time) If the value is for example 16 it means that the hour in which trading starts is 16.
Please note that the EA used the broker server time from the market watch, so it should fit to this time, not to your local time. Currently for all supported prop trading firms 16 is the right value for the opening of the cash market. This setting is only used by the EA if the "Trading start hour mode" is set to "manual'.
Trading start time minutes (MT5 server time) If the value is for example 30 (and the hour is still 16) it means that the minute in which trading starts is 16:30. This setting is used always, not matter what is set as "Trading start hour mode".
Trading end time minutes (MT5 server time) This value defines the minute when the trading ends, for example 45 means that the minute in which trading ends is 16:45. This is usually a good value because later volatility goes out of the market and the market moves are too slow for the EA to make profits. This setting is used always, not matter what is set as "Trading start hour mode".
Trading on US holidays (not recommended) Options:
false: The EA will not trade on US holidays where the Future market is open, but the cash market is closed. In these cases, the volatility is normally too low for this strategy.
true: The EA will trade on US holidays when the broker provides quotes even when the cash market is closed (not recommended)
Comment for each trade The text of this input field is written in each trade comment
Magic number Here you can specify a magic number. It is not recommend to have other EAs running in parallel.
Max number of messages sent to broker per day (0 = unlimited) If you set here a number above 0, for example 2000, the EA will stop trading on this day when he has sent 2000 messages to the broker. A message is every creation, deletion or modification of a order. If you do for example a demo test on IC Markets you want to limit this number because the broker will first send you automatic emails and if you don't do anything, IC Markets will also block your demo account.
Max number of opened positions per day (0 = unlimited) In cases where a number greater than 0 is set, for example, 48, the EA will stop trading on this day when 48 positions were opened. Please note that when the market moves extremely fast and you have high latency, it could happen in rare cases that one position is opened more than set. So if you have, for example, a limit of 50, set it to 48 if you want to add additional safety.
Show logo of the EA Options:
true: Shows the logo of the Expert Advisor
false: Hides the logo of the Expert Advisor
İncelemeler 24
José Isidro
48
José Isidro 2026.02.02 21:35 
 

A very reliable robot and it passed the fast funding test.

Patrick Savard
260
Patrick Savard 2025.09.06 21:43 
 

Insane robot, A+++ lets other people know about the gems!!!!!

James Tan Chun Lin
266
James Tan Chun Lin 2025.07.01 13:37 
 

it works on sureleveragefunding,👋all good

Önerilen ürünler
SolarTrade Suite Finansal Robot: LaunchPad Market Expert - işlemleri açmak için tasarlanmıştır! Bu, değerlerini hesaplamak için özel yenilikçi ve gelişmiş algoritmalar kullanan bir işlem robotudur, Finans Piyasaları Dünyasındaki Asistanınız. Bu robotu başlatmak için anı daha iyi seçmek için SolarTrade Suite serisindeki gösterge setimizi kullanın. Açıklamanın alt kısmında SolarTrade Suite serisindeki diğer ürünlerimize göz atın. Yatırım ve finans piyasaları dünyasında güvenle gezinmek ister m
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalping tam otomatik bir ticaret danışmanıdır. Gece ölçeklendirme stratejisi. Giriş olarak RSI göstergesi ve ATR filtresi kullanılır. Uzman Danışman, bir riskten korunma hesabı türü gerektirir. ÖNEMLİ! Talimatları ve bonusu almak için satın aldıktan hemen sonra benimle iletişime geçin! Gerçek işin izlenmesi ve diğer geliştirmelerim burada görüntülenebilir: https://www.mql5.com/en/users/mechanic/seller Genel öneriler Minimum para yatırma 100 $, minimum spread ile ECN hesaplarını kul
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
Announcement: All EAs (Expert Advisors) from QuanticX are currently available for free, but only for a limited time! To enjoy a Lifetime QuanticX support and continue receiving free EAs, we kindly request you to leave a review and track the performance of our EAs on Myfxbook. Additionally, don't hesitate to reach out to us for exclusive bonuses on EAs and personalized support. Seaguard by QuanticX Step into the cutting-edge domain of QuanticX , a leading FinTech startup reshaping the landscape
XAU Neural Grid PRO — Advanced Algorithmic Trading for Gold & Silver XAU Neural Grid PRO is the elite evolution of our neural-filtering technology, specifically engineered for professional traders targeting XAUUSD (Gold) and XAGUSD (Silver) . This Pro version unlocks the full potential of the Neural Grid logic, offering highly customizable parameters to navigate complex market cycles with precision. Contact me for set file.  CENT ACCOUNT MINIMUM DEPOSIT: 10 USD STANDARD ACCOUNT MINIMUM DEPOST:
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
This robot operates based on the Parabolic SAR indicator. Verion for MetaTrader4 here . The advanced EA version includes the following changes and improvements: The EA behavior has been monitored on various account types and in different conditions (fixed/floating spread, ECN/cent accounts, etc.) The EA functionality has been expanded. Features better flexibility and efficiency, better monitoring of open positions. Works on both 4 and 5 digits brokers. The EA does not use martingale, grid or arb
Volumen Scalper GOLD
Ignacio Agustin Mene Franco
Volume Scalper Gold - Professional Expert Advisor Overview Volume Scalper Gold is an automated trading system specifically designed to trade the XAU/USD (Gold) pair on the M5 timeframe, using volume analysis as the primary entry filter. This EA combines an intelligent grid strategy with high-volume impulse detection, ideal for traders looking to capitalize on the rapid and explosive price movements characteristic of gold. Main Features Volume-Based Signal System Impulse Detection: Identifies c
RSI Master PRO – Professional Expert Advisor for MetaTrader 5 Overview: RSI Master PRO is an Expert Advisor (EA) developed for MT5, designed to trade automatically in the financial markets using the Relative Strength Index (RSI) as its core decision-making engine. Its modular design and fully customizable parameters make it a powerful and flexible tool for traders who base their strategy on this momentum indicator. ️ Key Technical Features: • RSI-Based Logic: Uses RSI readings to generate
Magic Grid MT5
Aliaksandr Charkes
4.14 (7)
Magic Grid MT5 is a non-indicator Expert Advisor using a grid strategy (on a hedging account). The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically (once at the beginning of the trade).   The robot can trade on any timeframe, on any currency pair, on several currency pairs,
EMLU Precision AI — Free Demonstration Version for MT5 Type: Expert Advisor (MT5) ️ Important Notice (Read Before Downloading) This Free version of EMLU Precision AI is designed strictly for demonstration, research, structural inspection, and interface familiarisation . It does not represent the behaviour, logic depth, live signals, or performance results of the full paid version. Performance, trade frequency, and result quality are intentionally reduced to prevent misuse of the free edition as
FREE
SkyScraperMT5
Teressa Herlene Thomson
Overview SkyScraper is a sophisticated automated trading system built exclusively for MetaTrader 5. This versatile EA adapts to your trading style on any timeframe (optimized for 3-5 minute charts) and works seamlessly across forex pairs, cryptocurrencies, and metals including gold. Why SkyScraper? Smart Automation That Protects Your Capital Intelligent trade execution with multi-layer risk controls Dynamic position sizing that automatically adjusts to your broker's requirements Adaptive stop l
Gold Zone EA
Simon Reger
4.42 (24)
Gold Zone EA is a fully automated Expert Advisor that analyzes market structure using supply and demand zones and executes trades based on defined price reactions. The EA combines zone detection, momentum analysis, EMA filtering, multiple take-profit levels, break-even logic, trailing stop and an integrated manual trading panel directly on the chart. The EA works on many symbols, including: XAUUSD, EURUSD, GBPUSD, USDJPY, BTCUSD as well as numerous other Forex, index and CFD instruments. No ext
FREE
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Mary Pippins FX
Michael Prescott Burney
Introducing Mary Pippins FX: Your Practically Perfect Partner for Navigating GBPUSD! DONT RELY ON BACK TESTS! MESSAGE ME AND REQUEST A 3 DAY DEMO VERSION OF THE EA TODAY! Tired of the unpredictable gusts and downpours in the GBPUSD market? Wish you had a helping hand to manage the "chimney sweeps" of volatility, especially on the H1 chart? Mary Pippins FX is here to bring a spoonful of order and sophistication to your trading approach! This isn't just another Expert Advisor; it's your meticulou
Sometimes the market becomes volatile and we need algorithms that operate this volatility regardless of its direction. This system tries to take advantage in moments of high volatility. It has 5 levels of input filters that it is recommended to adjust depending on the volatility, the average value would be mode 3, below the sensitivity decreases, above it increases. You can download the demo and test it yourself. Very stable growth curve as result of smart averaging techniques. "Safety first
VR Black Box MT5
Vladimir Pastushak
1 (1)
VR Black Box, deneyimli bir trader-programcı tarafından geliştirilmiş modern bir otomatik ticaret uzmanıdır. Güçlü bir ticaret aracı olup, piyasanın trend hareketlerini takip eden kanıtlanmış bir strateji üzerine kuruludur. Bu robot, düzenli olarak güncellenip değişen piyasa koşullarına uyum sağlayarak uzun bir gelişim ve iyileştirme sürecinden geçmiştir. Gerçek ticaret hesaplarında yıllar süren kullanımı boyunca hem yeni başlayanlar hem de deneyimli traderler için güvenilir bir asistan olarak k
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
MQL5 Pazarı İçin Açıklama: "Vampira Trend" - EURUSD (1S) için Akıllı Robot "Vampira Trend" ile Piyasaya Hükmedin! EURUSD (1 saatlik zaman dilimi)   için tasarlanmış,   ters trend (Opposite Trend)   ve   trend takip (Follow Trend)   stratejilerini gelişmiş risk yönetimiyle birleştiren   otomatik bir işlem asistanı . Temel Özellikler   Tek robotta iki farklı işlem modu : Mode_Opposite_Trend : Aşırı alım/aşırı satım bölgelerinde trendin tersine işlem Mode_Follow_Trend : Piyasa momentumu
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Outside day trading strategy looks for a specific pattern in the price chart of a security. The pattern is characterized by a larger range than the previous day, with the high of the day higher than the previous day's high and the low of the day lower than the previous day's low. Works with many symbols, such as BTCUSD, GBPUSD,USDCAD, oil, gas, and others. PLEASE RATE! Thank you very much! FEATURES: - Real Strategy - Daily Bar Strategy - Exit the trade if the day was profitable - ATR multiple s
FREE
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Exclusive Black Pro Max MT5 — Otomatik Ticaret Sistemi Exclusive Black Pro Max MT5 , MetaTrader 5 için geliştirilmiş, gelişmiş piyasa analiz algoritmaları ve risk yönetimi stratejilerine dayalı bir Uzman Danışmandır (EA). EA tamamen otomatik çalışır ve trader’ın müdahalesini en aza indirir. Dikkat! Satın aldıktan hemen sonra benimle iletişime geçin , kurulum talimatlarını almak için! ÖNEMLİ: Tüm örnekler, ekran görüntüleri ve testler yalnızca gösterim amaçlıdır. Bir brokerda belirli bir döviz çi
Fundamental Robot MT5
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must be set
Unobot EA
Mark Joseph Borromeo Juan
UnoBot EA – Your All-in-One Powerful Trading Solution UnoBot EA is a next-generation automated trading system built for traders who demand consistency, precision, and power . With trend-following intelligence , multi-currency execution , divergence & reversal logic , and harmonic + Fibonacci confluence , UnoBot provides a unique edge in today’s fast-moving markets. Key Features Trend Strategy Core – Trades in sync with the market’s dominant direction, capturing bigger moves with optimized e
Sigma PROP – Advanced Multi-Pair Prop Trading EA After years of in-depth research, development, and rigorous testing, Sigma PROP was created – an advanced Expert Advisor (EA) written in MQL5 and specifically designed for both prop firm challenges and professional trading accounts. Unlike conventional EAs that require manual setup on each symbol, Sigma PROP only needs to be attached to EUR/USD . From there, it automatically manages trading across AUD/CAD, AUD/NZD, and NZD/CAD , applying its stra
New Product Description for MadoCryptoXPro --- MadoCryptoXPro — The Smartest Crypto Warrior ️ Battle-tested on BTC & ETH. Built for real-time chaos. --- MadoCryptoXPro isn’t just another technical bot. It’s a battlefield machine designed to handle the madness of BTCUSD and ETHUSD with surgical precision. Whether the market is flat, trending, or just plain psycho — it stays focused, adapts fast, and protects your capital like a vault guard on Red Bull. --- Core Features: Smart
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
S&P 500 Scalper Advisor, S&P 500 Endeksinde başarılı bir şekilde işlem yapmak isteyen yatırımcılar için tasarlanmış yenilikçi bir araçtır. Endeks, Amerika Birleşik Devletleri'ndeki en büyük 500 şirketi içeren Amerikan borsasının en yaygın kullanılan ve prestijli göstergelerinden biridir. Özellikler: Otomatik işlem çözümleri:       Danışman, stratejiyi değişen piyasa koşullarına otomatik olarak uyarlamak için gelişmiş algoritmalara ve teknik analize dayanmaktadır. Çok yönlü yaklaşım:       Danışm
MT4 versiyonu  |  Valable ZigZag göstergesi   |   FAQ Grid HLevel   Expert Advisor, Forex piyasasında her ay istikrarlı bir kar elde etmek isteyen tüccarlar için mükemmeldir. Expert Advisor, ortalama alma stratejisine göre çalışır ve onu doğru kullanmanızı öneririm.   Bunu "doğru" kullanmak, piyasanın tersine dönme noktasında ortalama ile alım satım açmak ve yalnızca küresel bir trend yönünde ticaret yapmak anlamına gelir. Ana eğilimin yönüne gelince, bunu H4 zaman dilimindeki Valable ZigZag gö
Bu ürünün alıcıları ayrıca şunları da satın alıyor
Quantum Valkyrie
Bogdan Ion Puscasu
4.89 (111)
Quantum Valkyrie - Hassasiyet.Disiplin.Uygulama İndirimli       Fiyat   her 10 satın alımda 50 dolar artacaktır. Canlı Sinyal:   BURAYA TIKLAYIN   Quantum Valkyrie MQL5 herkese açık kanalı:   BURAYA TIKLAYIN ***Quantum Valkyrie MT5 satın alın ve Quantum Emperor veya Quantum Baron'u ücretsiz olarak alma şansını yakalayın!*** Daha fazla bilgi için özel mesaj gönderin! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (480)
Merhaba yatırımcılar! Ben   Quantum Queen   , tüm Quantum ekosisteminin gözbebeği ve MQL5 tarihindeki en yüksek puanlı, en çok satan Uzman Danışmanım. 20 ayı aşkın canlı işlem deneyimim sayesinde, tartışmasız XAUUSD Kraliçesi olarak yerimi kazandım. Uzmanlık alanım mı? ALTIN. Misyonum? Tutarlı, kesin ve akıllı işlem sonuçları sunmak — hem de defalarca. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. İndirimli   fiyat
Akali
Yahia Mohamed Hassan Mohamed
4.97 (33)
LIVE SIGNAL: Canlı performansı görmek için buraya tıklayın ÖNEMLİ: ÖNCE KILAVUZU OKUYUN Broker gereksinimlerini, strateji modlarını ve akıllı yaklaşımı anlamak için bu EA'yı kullanmadan önce kurulum kılavuzunu okumanız kritik önem taşır. Resmi Akali EA Kılavuzunu okumak için buraya tıklayın Genel Bakış Akali EA, Altın (XAUUSD) için özel olarak tasarlanmış yüksek hassasiyetli bir scalping Uzman Danışmanıdır (Expert Advisor). Yüksek volatilite dönemlerinde karları anında güvence altına almak için
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tamamen aynı aracı kurumları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'te tek ve birleşik bir fiyat akışı yoktur.  Her aracı kurum likiditeyi farklı sağlayıcılardan temin eder ve bu da benzersiz veri akışları oluşturur. Diğer aracı kurumlar ancak %60-80 oranında eşdeğer bir işlem performansı sağlayabilir.     CANLI SİNYAL IC MARKETS:  https://www.mql5.com/en/signals/2344271       MQL5'te Forex EA T
CANLI SİNYALİMLE AYNI SONUÇLARI MI İSTİYORSUNUZ?   Benimle tam olarak aynı brokerları kullanın:   IC MARKETS  &  I C TRADING .  Merkezi borsa piyasasının aksine, Forex'in tek, birleşik bir fiyat beslemesi yoktur.  Her broker likiditeyi farklı sağlayıcılardan alarak benzersiz veri akışları oluşturur. Diğer brokerlar yalnızca %60-80'e eşdeğer işlem performansı elde edebilirler. CANLI SİNYAL MQL5 Üzerinde Forex EA Trading Kanalı:  Benden en son haberleri almak için MQL5 kanalıma katılın.  MQL5 üze
Quantum King EA
Bogdan Ion Puscasu
4.97 (146)
Quantum King EA — Her Yatırımcı İçin Geliştirilmiş Akıllı Güç IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Özel Lansman Fiyatı Canlı Sinyal:       BURAYA TIKLAYIN MT4 versiyonu :   TIKLAYIN Quantum King kanalı:       Buraya tıklayın ***Quantum King MT5 satın alın ve Quantum StarMan'i ücretsiz edinin!*** Daha fazla bilgi için özelden sorun! İşlemlerinizi hassasiyet ve disiplinle yönetin. Quantum King EA,
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Aot
Thi Ngoc Tram Le
4.86 (97)
AOT Çoklu Para Birimi Uzman Danışmanı AI Duygu Analizi ile Korelasyonlu döviz çiftleri arasında portföy çeşitlendirmesi için çok pariteli ortalamaya dönüş stratejisi. İlk kez AOT'yi test ediyor musunuz?       sabit lot boyutu ayarları ile başlayın, Sabit lot boyutu 0.01 | Parite başına tek pozisyon | Gelişmiş özellikler kapalı. Sistemin davranışını anlamak için saf ticaret mantığı   . Performans geçmişi sinyali Detay Ayar Dosyası Adı Açıklama Orta Risk 2 Darwinex Zero,  Hesap büyüklüğü  $100k Li
Goldwave EA MT5
Shengzu Zhong
4.64 (25)
Gerçek işlem hesabı   LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 Bu EA, MQL5 üzerinde doğrulanmış canlı işlem sinyalinde kullanılan ticaret mantığı ve yürütme kurallarıyla tamamen aynı mantığı ve kuralları kullanır.Önerilen ve optimize edilmiş ayarlar kullanıldığında ve güvenilir bir ECN / RAW spread brokeri (örneğin IC Markets veya EC Markets) ile çalıştırıldığında, bu EA’nın canlı işlem davranışı, canlı sinyalin işlem yapısı ve yürütme özellikleriyle yüksek ölçüde uyum
Syna
William Brandon Autry
5 (23)
Syna 5 – Kalıcı Zeka. Gerçek Hafıza. Evrensel Trading Zekası. Çoğu yapay zeka aracı bir kez yanıt verir ve her şeyi unutur. Sizi tekrar tekrar sıfırdan başlatır. Syna 5 unutmaz. Her konuşmayı, analiz edilen her işlemi, neden harekete geçtiğini, neden kenarda kaldığını ve piyasanın ardından nasıl tepki verdiğini hatırlar. Her oturumda eksiksiz bağlam. Her işlemle biriken kümülatif zeka. Bu, pazarlama amacıyla yapay zeka özellikleri eklenmiş bir EA daha değildir. Zeka sıfırlanmayı bırakıp birikme
Agera
Anton Kondratev
5 (2)
AGERA,   altın piyasasındaki güvenlik açıklarını belirlemek için geliştirilmiş, tamamen otomatik ve çok yönlü açık kaynaklı bir uzman algoritmasıdır! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/23637
Nano Machine
William Brandon Autry
5 (6)
Nano Machine GPT Version 2 (Generation 2) – Kalıcı Pullback Zekası Bu dönüşümü 2024 sonunda Mean Machine ile başlattık. Gerçek öncü yapay zekayı canlı perakende forex ticaretine taşıyan ilk sistemlerden biri. Nano Machine GPT Version 2 bu hattaki bir sonraki evrimdir. Çoğu yapay zeka aracı bir kez yanıt verir ve her şeyi unutur. Nano Machine GPT Version 2 unutmaz. Analiz edilen her pullback kurulumunu, her gerçekleştirilen girişi, her reddi, her kararın arkasındaki mantığı, piyasanın tepkisini
ÖNEMLİ   : Bu paket yalnızca çok sınırlı sayıda kopya için geçerli fiyattan satılacaktır.    Fiyat çok hızlı bir şekilde 1499$'a çıkacak    +100 Strateji dahil   ve daha fazlası geliyor! BONUS   : 999$ ve üzeri fiyata -->   diğer 5    EA'mı ücretsiz seçin!  TÜM AYAR DOSYALARI TAM KURULUM VE OPTİMİZASYON KILAVUZU VİDEO REHBERİ CANLI SİNYALLER İNCELEME (3. taraf) ULTIMATE BREAKOUT SYSTEM'e hoş geldiniz! Sekiz yıl boyunca titizlikle geliştirilen, gelişmiş ve tescilli bir Uzman Danışman (EA) olan
Karat Killer
BLODSALGO LIMITED
4.64 (25)
Saf Altın Zekası. Özüne Kadar Doğrulanmış. Karat Killer   geri dönüştürülmüş göstergeler ve şişirilmiş backtestlerle dolu bir altın EA değildir — XAUUSD için özel olarak inşa edilmiş,   yeni nesil bir makine öğrenimi sistemidir   , kurumsal düzeyde metodoloji ile doğrulanmış ve gösterişten çok özü değer veren yatırımcılar için tasarlanmıştır. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. D
Aura Ultimate EA
Stanislav Tomilov
4.81 (103)
Aura Ultimate — Sinir ağları tabanlı işlemlerin zirvesi ve finansal özgürlüğe giden yol. Aura Ultimate, Aura ailesinin bir sonraki evrimsel adımıdır; en son yapay zeka mimarisi, piyasaya uyarlanabilir zeka ve risk kontrollü hassasiyetin bir sentezidir. Aura Black Edition ve Aura Neuron'un kanıtlanmış DNA'sı üzerine inşa edilen bu ürün, daha da ileri giderek, güçlü yönlerini tek bir birleşik çoklu strateji ekosisteminde birleştirirken, tamamen yeni bir tahmin mantığı katmanı da sunmaktadır. Çok
Mad Turtle
Gennady Sergienko
4.56 (85)
Sembol XAUUSD (Altın / ABD Doları) Zaman Aralığı H1-M15 (isteğe bağlı) Tek işlem desteği EVET Minimum Mevduat 500 USD (veya başka bir para biriminde eşdeğeri) Tüm brokerlarla uyumlu EVET (2 veya 3 basamaklı fiyatlandırma, tüm hesap para birimleri, semboller ve GMT zaman dilimi desteklenir) Önceden ayar yapmadan çalışır EVET Makine öğrenimine ilgi duyuyorsanız, kanala abone olun: Abone Ol! Mad Turtle Projesinin Ana Özellikleri: Gerçek Makine Öğrenimi Bu Expert Advisor (EA), herhangi bir GPT
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
XAUUSD QUANTUM PRO EA (MT5) — MetaTrader 5 için ALTIN XAUUSD Uzman Danışmanı | BUY/SELL Karar Motoru + Gelişmiş Risk Yönetimi + Canlı Gösterge Paneli ÖZEL LANSMAN FİYATI — geçici indirim ile sınırlı süreli teklif. XAUUSD QUANTUM PRO EA satın alırsanız Bitcoin Quantum Edge Algo veya DAX40 Quantum Pro EA ücretsiz alabilirsiniz. Daha fazla bilgi için özel mesaj gönderin. XAUUSD QUANTUM PRO EA , tek bir amaç için tasarlanmış bir MT5 robotudur: XAUUSD otomatik işlemlerini daha temiz, anlaşılır ve kon
XIRO Robot MT5
MQL TOOLS SL
4.87 (15)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Canlı işlem sinyali İşlem faaliyetlerinin herkese açık gerçek zamanlı takibi: https://www.mql5.com/tr/signals/2356149 Resmî bilgiler Satıcı profili Resmî kanal Kullanıcı kılavuzu Kurulum talimatları ve kullanım yönergeleri: Kullanıcı kılavuzunu aç Bu Expert Advisor, sabit bir yürütme modelini takip etmek yerine mevcut piyasa koşullarına göre davranışını ayarlayan, piyasa bağlamına duyarlı bir sistem olarak tasarlanmıştır. Strateji, piyasa yapısının işlem yapmayı haklı çıkaracak kadar n
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
3 (14)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — 25+ yıllık deneyimli yazarın, martingale veya ızgaralar olmadan herhangi bir varlık ticareti için profesyonel ticaret danışmanı. Çoğu üst düzey danışman yükselen altınla çalışır. Testlerde harika görünürler... altın yükselirken. Ama trend tükendiğinde ne olacak? Kim mevduatınızı koruyacak? HTTP EA sonsuz büyümeye inanmaz — değişen piyasaya uyum sağlar ve yatırım portföyünüzü genişçe çeşitlendirmek ve mevduatınızı korumak için tasarlanmıştır. Büyüme, düşüş, yan piyasa
The Gold Phantom
Profalgo Limited
4.35 (20)
SAHNE HAZIR! -->   TÜM AYAR DOSYALARINI İNDİRİN UYARI: Mevcut fiyattan sadece birkaç kopya kaldı! Son fiyat: 990$ YENİ (sadece 399$'dan başlayan fiyatlarla)   : 1 EA'yı Ücretsiz Seçin! (En fazla 2 işlem hesabı numarasıyla sınırlıdır, UBS hariç tüm EA'larım seçilebilir) En İyi Kombine Fırsat     ->     buraya tıklayın Herkese açık gruba katılmak için   buraya tıklayın .   Canlı Sinyal Canlı Sinyal 2 !! ALTIN ​​HAYALET BURADA !!   Altın Orakçı'nın muazzam başarısının ardından, güçlü kardeşi Altı
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FİRMASI HAZIR!   (   SETFILE'ı indirin   ) WARNING: Mevcut fiyata yalnızca birkaç kopya kaldı! Son fiyat: 990$ 1 EA'yı ücretsiz alın (2 ticari hesap için) -> satın aldıktan sonra benimle iletişime geçin Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Altın Reaper'a hoş geldiniz! Çok başarılı Goldtrade Pro'yu temel alan bu EA, aynı anda birden fazla zaman diliminde çalışacak şekilde tasarlanmıştır ve ticaret sıklığını çok muhafazakardan aşırı değişkene k
Golden Hen EA
Taner Altinsoy
4.7 (53)
Genel Bakış Golden Hen EA , özellikle XAUUSD için tasarlanmış bir Uzman Danışmandır (Expert Advisor). Farklı piyasa koşulları ve zaman dilimlerinde (M5, M30, H2, H4, H6, H12, W1) tetiklenen dokuz bağımsız işlem stratejisini birleştirerek çalışır. EA, girişlerini ve filtrelerini otomatik olarak yönetecek şekilde tasarlanmıştır. EA'nın temel mantığı, belirli sinyalleri tanımlamaya odaklanır. Golden Hen EA grid, martingale veya ortalama (averaging) tekniklerini kullanmaz . EA tarafından açılan tüm
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (502)
Tanıtımı       Quantum Emperor EA   , prestijli GBPUSD çiftinde işlem yapma şeklinizi değiştiren çığır açan MQL5 uzman danışmanı! 13 yılı aşkın ticaret tecrübesine sahip deneyimli yatırımcılardan oluşan bir ekip tarafından geliştirilmiştir. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA satın alın ve  Quantum StarMan  edinin!*** Daha fazla ayrıntı için özelden sorun Doğrulanmış Sinyal:   Buraya
Full Throttle DMX - Gerçek strateji,  gerçek sonuçlar   Full Throttle DMX, EURUSD, AUDUSD, NZDUSD, EURGBP ve AUDNZD döviz çiftleriyle çalışmak üzere tasarlanmış çoklu para birimi işlem uzmanı danışmanıdır. Sistem, bilinen teknik göstergeler ve kanıtlanmış piyasa mantığı kullanan klasik bir işlem yaklaşımı üzerine kurulmuştur. Danışman, her biri farklı piyasa koşullarını ve fırsatlarını belirlemek üzere tasarlanmış 10 bağımsız strateji içerir. Birçok modern otomatik sistemin aksine, Full Throttle
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Mean Machine
William Brandon Autry
4.93 (40)
Mean Machine GPT Gen 2 ile Tanışın – Orijinal. Artık daha akıllı, daha güçlü ve her zamankinden daha yetenekli. Bu dönüşümün tamamını 2024 sonunda Mean Machine ile başlattık. Gerçek öncü yapay zekayı canlı perakende ticarete taşıyan ilk sistemlerden biri. Mean Machine GPT Gen 2 o orijinal vizyonun bir sonraki evrimidir. Orijinali değiştirmedik. Onu evrimleştirdik. Çoğu sistem bir kez yanıt verir, bir kez hareket eder ve her şeyi unutur. Mean Machine GPT Gen 2 unutmaz. Her işlemi, her kararı, he
Yazarın diğer ürünleri
HFT Prop Challenge Master
Christoph Juergen Koegler
5 (1)
This EA is designed for passing the challenge of the prop trading firm Fundway Plus that allow HFT (High Frequency Trading). It will not work on live accounts due to slippage.  All other MT4 prop firms are not supported, but the MT5 version supports other firms. You should also not use it during the funded stage, the payout will be declined. HFT is broker sensitive, so if they change their broker, it might stop working.   The trading only takes place in the first minutes after the US cash marke
Filtrele:
José Isidro
48
José Isidro 2026.02.02 21:35 
 

A very reliable robot and it passed the fast funding test.

Patrick Savard
260
Patrick Savard 2025.09.06 21:43 
 

Insane robot, A+++ lets other people know about the gems!!!!!

James Tan Chun Lin
266
James Tan Chun Lin 2025.07.01 13:37 
 

it works on sureleveragefunding,👋all good

Nguon Bonnit
123
Nguon Bonnit 2025.06.12 12:49 
 

It helps me to pass IRIZONE very easily

7sienz
77
7sienz 2025.06.09 13:55 
 

This EA is absolutely great and i passed my challenge within minutes as he described! The author also very polite and helpful person, highly recommend EA.

Vadim Jelihovschi
280
Vadim Jelihovschi 2025.04.29 14:43 
 

I am very grateful to Christoph for his best EA. Today, I just bought the EA, installed it and passed the Challenge in just a few minutes. It's great EA. Thank you Christoph for your patience and quick responses. Wish you all the best!

True Trading
23
True Trading 2025.04.29 14:00 
 

EA works as describe in Overview, i pass my challenge in few minutes. Developer is very helpful and you usually get a very prompt reply for your queries. Fully recommended. Thank you Christopher

b.o.b Charles
29
b.o.b Charles 2025.04.25 17:27 
 

Am really amazed with the EA it works miracles and the support is also amazing thanks alot Mr Christoph

Latrine666
56
Latrine666 2025.01.02 15:57 
 

Der EA ist absolut mega, hat die 100k Challenge von Aura Funded in 5min geballert.

David N
28
David N 2024.12.21 12:14 
 

amazing EA passed my 100k optimal traders account in under 2 mins, and the support is vey nice, fast replies and kind help! couldn't be more satisfied.

Nickey Barnard
148
Nickey Barnard 2024.12.12 08:53 
 

The absolute best HFT EA by far, passed my funded account challenge in only 3 minutes! Christoph is an amazing and helpful person, I highly recommend this EA.

Tom Gainer
34
Tom Gainer 2024.12.11 16:27 
 

Christopher was very good ich communication. Passed challenge within 5 minutes and couldn’t recommend móre⭐️

Thanh Tai Van
166
Thanh Tai Van 2024.12.11 14:46 
 

Great experience with this EA. I just completed a 50k SLF challenge with it. It took me 3 days, but everything went smoothly. Christoph is very responsive, very friendly and really helpful. I highly recommend this EA!

Christoph Juergen Koegler
1253
Geliştiriciden yanıt Christoph Juergen Koegler 2024.12.11 20:40
Thank you for your feedback. Yes SLF is the slowest one to get funded with trading of XAUUSD+. Most of the other prop firms are usually passed in one US cash market opening session in under 15 minutes.
145002874
29
145002874 2024.11.13 12:46 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Christoph Juergen Koegler
1253
Geliştiriciden yanıt Christoph Juergen Koegler 2024.11.20 20:09
I am sorry to hear that, but you are actually the first one who tells me that he did not pass a challenge yet. Please write me a personal message that we can figure out what is wrong here. Probably you have used the wrong asset DJIUSD instead of DJIUSD.zs.
If you use the EA at optimal traders I have now implemented in version 2.5 a warning message which pops up when you drag the EA by mistake to the wrong chart DJIUSD instead of DJIUSD.zs to avoid such cases in the future.
Nouamane Chraibi
180
Nouamane Chraibi 2024.11.05 11:38 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

Jack The Jam
421
Jack The Jam 2024.10.11 17:10 
 

I definitely recommend it! challange passed in 8 minutes, now only to find ea which with fund account will keep its terms and dollar printer launched :)

Gatico
45
Gatico 2024.10.07 17:33 
 

This bot is highly recommended. It has worked perfectly overcoming my challenge in just 5 minutes. The creator of this EA has helped me at all times with a lot of patience and kindness. For me he is a 10

sneps72
19
sneps72 2024.10.03 16:45 
 

Kullanıcı incelemeye herhangi bir yorum bırakmadı

staros14
24
staros14 2024.09.27 14:24 
 

Top bot ! challenge passed in 10 minutes.

tagnar orav
38
tagnar orav 2024.09.27 11:13 
 

Very helpful and supportive author. Passed my challenge in 5 minutes, so i totally recommend if you want to pass your HFT Challenges. edit: Worked like a charm second time! Easy to use and to understand and with high volatility it passes challenge in 5-15 minutes.

12
İncelemeye yanıt