Grid Scalper MA MT5 EA

4.38

Grid Scalper MA MT5 EA

Step into the fast lane of forex trading with Grid Scalper MA MT5 EA, a powerhouse expert advisor crafted for MetaTrader 5 that turns market volatility into your playground. This isn’t your average EA—it’s a precision scalping machine driven by a dynamic grid trading strategy, blending razor-sharp Moving Average (MA) crossover signals with a robust set of customizable features. Whether you’re a scalper hunting quick pips or a strategist riding market waves, this EA delivers the tools to dominate with style.

Note:

The EA is developed under Aussie (AUDUSD) currency pair and thus the default settings make sense there for a 5 digits (e.g. 0.78912) chart version. We urge you to carry out your own backtesting and optimization on any pair or timeframe to find the best fitting settings of your own.

Grid Scalper MA MT5 EA public channel: CLICK HERE.

It has been updated with a vast extended control parameters and new logics and thus highly recommended to take a keen look at the inputs, and understand what each input controls. Be sure to read the inputs description section for some insight on the upgrades, as they impact the system significantly.

At its core, Grid Scalper MA MT5 EA uses a grid system that opens baskets of trades triggered by a Moving Average (MA) crossover, set via the MA Period input. Each new signal (a close price crossing the MA) initiates a fresh basket with its own unique magic number offset, starting with an initial lot size. The basket expands as price moves against the initial position, adding new trades in the same direction at defined grid-size point intervals, with lot sizes scaled by a multiplier for progressive exposure. Initial trades in each basket aim for a Take Profit Points target, while multi-trade baskets focus on breakeven recovery.

The EA supports capping mechanisms for controlled risk: limit the maximum trades per basket and decide whether to hold or close all when the cap is hit, or cap the total number of active baskets to prevent overexposure. Risk management is enhanced with optional Stop Loss for each position, trailing stops exclusively for the first trade in a basket (activating after a minimum profit threshold), and breakeven logic for baskets with multiple trades. Choose your Closure Mode—either "Profit Mode" for profit-target closures in your account currency or "Points Mode" for price-based exits beyond breakeven. Baskets persist across restarts using global variables, ensuring continuity.

A sleek real-time dashboard keeps you informed: it displays your account name, the number of active positions managed by the EA, a list of basket IDs (showing up to 3 explicitly, then "..." for more), and floating profit/loss in your account currency—color-coded in lime for gains, red for losses, and white for neutral. The dashboard appears only when positions are open, with a black background for clarity. Backtest rigorously, optimize every setting, and demo-test to witness its performance in action.


Key Features:

  • Grid trading with adjustable spacing, lot multipliers, and per-basket trade caps for scalable strategies.
  • MA crossover signals (Simple Moving Average on close prices) for precise buy/sell entries on new bars.
  • Basket-based management: Independent groups of trades per signal, with unique magic numbers for isolation.
  • Trailing stops for initial positions and breakeven closures for grids, plus optional per-trade Stop Loss.
  • Dual closure modes: Profit-based (total currency amount) or points-based (beyond breakeven).
  • Caps on trades per basket and total baskets, with actions like holding or closing when limits are reached.
  • Real-time dashboard with essential trade insights for at-a-glance monitoring.
  • Persistence via global variables to restore baskets after restarts or crashes.
  • Built-in checks for volume, margin, stop/freeze levels, and symbol limits to ensure reliable execution.


Inputs Description

The inputs are grouped into "EA GENERAL SETTINGS" and "MA Indicator Settings" for easy navigation in the MT5 EA properties window. Each input is designed for flexibility, with defaults that suit moderate strategies. Always optimize based on your symbol, timeframe, and risk tolerance. Below is a detailed breakdown to help you understand and configure them clearly.

  1. Closure Mode (enum: Profit Mode or Points Mode, default: Points Mode): Determines how baskets with multiple trades are closed. "Points Mode" monitors the weighted breakeven price of the basket and closes all positions when the current price moves in your favor by the Breakeven Points beyond breakeven (e.g., for a buy basket, when bid >= breakeven + Breakeven Points). "Profit Mode" calculates the total floating profit of the basket and closes when it reaches or exceeds the Target profit in account currency. Use "Points Mode" for price-action focus or "Profit Mode" for fixed monetary targets. Note: Single-trade baskets close via Take Profit or Trailing Stop if enabled.
  2. Lot size (double, default: 0.01): The starting volume for the first (initial) trade in every new basket. Subsequent grid trades in the same basket scale this up by the Multiplier. Ensure this aligns with your account size and broker's minimum lot (e.g., 0.01 for micro accounts). The EA validates and normalizes lots against symbol constraints like min/max/step volumes.
  3. Magic Number (long, default: 1234567): A base identifier for all trades managed by the EA. Each basket gets a unique offset (e.g., base + basketId * 10000) to isolate them. This prevents interference with other EAs or manual trades. Change it if running multiple instances on the same symbol.
  4. Take profit points (int, default: 1000): The profit target in points (e.g., 1000 points = 100 pips on 5-digit brokers) for the initial trade in each basket. Converted to price units. If hit, the trade closes individually. For baskets with grids, this is overridden by breakeven-based TP once multiple trades open.
  5. Grid size points (int, default: 1000): The distance in points between grid levels where new trades are added if price moves against the basket (e.g., lower for buys, higher for sells). Smaller values create denser grids (more frequent adds, higher risk); larger values space them out for trending markets. Converted to price units for execution.
  6. Multiplier (double, default: 2.0): The factor by which lot sizes increase for each new grid trade in a basket (e.g., 2.0 means second trade = initial * 2, third = previous * 2). Values >1 amplify exposure (Martingale-like); =1 keeps lots constant; <1 reduces them. Use cautiously to avoid over-leveraging.
  7. Breakeven Points (int, default: 50): In "Points Mode", the additional profit buffer in points beyond the basket's weighted breakeven price that triggers closure of all positions in the basket. The breakeven is calculated as the volume-weighted average entry price of all trades in the basket. Smaller values close earlier (less profit but quicker recovery); larger values aim for more gains but risk reversal.
  8. Stop Loss Mode (enum: No SL Mode or SL Mode, default: No SL Mode): Controls whether each trade gets a Stop Loss. "No SL Mode" omits SL for unlimited drawdown potential (risky but allows full grid recovery); "SL Mode" applies a fixed SL in points from entry (see next input). SL is adjusted dynamically if mode changes, and checked against broker freeze/stop levels.
  9. Stop loss points if SL Mode enabled (int, default: 1000): Active only if Stop Loss Mode = SL Mode. The distance in points from the entry price for the SL (e.g., below for buys, above for sells). Protects individual trades from excessive losses but may close grids prematurely. Converted to price and normalized.
  10. Basket Trades Cap (enum: No Maximum Cap or Maximum Cap, default: No Maximum Cap): Enables a limit on the number of trades per basket. "No Maximum Cap" allows unlimited grid additions (high risk in trends); "Maximum Cap" enforces the Max Trades per Basket if cap enabled limit to cap exposure.
  11. Max Trades per Basket if cap enabled (int, default: 11): Active if Basket Trades Cap = Maximum Cap. The maximum number of positions (initial + grids) allowed in one basket. Once reached, no more grids open, and the Action when trades cap reached is applied.
  12. Action when trades cap reached (enum: Hold, don't do anything or Close all trades, default: Hold, don't do anything): Active if Basket Trades Cap = Maximum Cap. "Hold, don't do anything" keeps the basket open without adding more (wait for recovery or manual intervention); "Close all trades" immediately closes all positions in the basket to cut losses.
  13. Baskets Cap Mode (enum: No Baskets Cap or Baskets Cap, default: No Baskets Cap): Controls the total number of simultaneous baskets (trade groups). "No Baskets Cap" allows unlimited new signals; "Baskets Cap" limits to Maximum Baskets/Trade Positions if cap enabled to manage overall exposure.
  14. Maximum Baskets/Trade Positions if cap enabled (int, default: 3): Active if Baskets Cap Mode = Baskets Cap. The max number of active baskets. New signals are ignored once reached, preventing overload in volatile conditions.
  15. Use Trailing Stop for first position (bool, default: true): Enables trailing SL for the initial trade only (not grids). If true, once the trade reaches Minimum Profit points to activate trailing, the SL trails by Trailing Stop points. Helps lock in profits on standalone trades before grids form.
  16. Trailing Stop points (int, default: 30): The distance in points the SL trails behind the current price (e.g., below bid for buys, above ask for sells). Active only for the first position after min profit, and checked against broker levels.
  17. Minimum Profit points to activate trailing (int, default: 100): The unrealized profit threshold in points required before trailing activates on the initial trade. Ensures the position is in decent profit first (e.g., 100 points filters out noise).
  18. Target profit in account currency (double, default: 100): In "Profit Mode", the total floating profit (in your account's base currency, e.g., USD) for a basket that triggers closure. Summed across all positions in the basket. Set based on your risk per basket.
  19. Trade Direction (enum: Both buys and sells, Buys only, Sells only, default: Both buys and sells): Restricts signal execution. "Both" allows buy and sell crossovers; "Buys only" ignores sells; "Sells only" ignores buys. Useful for directional bias or hedging restrictions.
  20. MA Period (int, default: 21): The lookback period for the Simple Moving Average (SMA) on close prices. Triggers buys on upward crossovers (close > MA after close < MA) and sells on downward. Shorter periods (e.g., 10) catch more signals but increase whipsaws; longer (e.g., 50) filters for trends.
  21. Show Dashboard (enum: None, Minimized, Maximized, default: Maximized): Controls the on-chart dashboard display. "None" hides it; "Minimized" shows compact stats (account, positions, baskets, profit); "Maximized" expands with sections (account info, EA stats, active baskets). Positioned via Dashboard X/Y.
  22. Dashboard Persistence (enum: Show only when active trades or Always show dashboard, default: Show only when active trades): "Show only when active trades" displays dashboard if positions exist; "Always show" keeps it visible regardless. Reduces clutter when idle.
  23. Dashboard Theme (enum: Dark Theme or Light Theme, default: Dark Theme): Sets color scheme. "Dark" uses black backgrounds with light text for low-light; "Light" uses white backgrounds with dark text for bright environments. Affects all elements like headers, text, and borders.
  24. Dashboard X Position (pixels from left) (int, default: 10): Horizontal position of the dashboard from the chart's left edge in pixels. Adjust to avoid overlapping indicators or for multi-monitor setups.
  25. Dashboard Y Position (pixels from top) (int, default: 30): Vertical position of the dashboard from the chart's top edge in pixels. Place higher to free up price area or lower for quick access.
  26. Footer Text (string, default: "Username [Your Name. e.g. Allan - Forex Algo-Trader]"): Custom text in the dashboard footer (e.g., your name or notes). Displayed centered in a fixed-height bar at the bottom.
  27. Visualize Signals (bool, default: true): If true, draws arrows on the chart for buy/sell crossovers using specified codes, colors, and offsets. Uses Wingdings font for symbols. Helps visually confirm signals without backtesting.
  28. Buy Arrow Code (string, default: "p"): Wingdings character code for buy signal arrows (e.g., "p" for up arrow). Customize for different symbols.
  29. Sell Arrow Code (string, default: "q"): Wingdings character code for sell signal arrows (e.g., "q" for down arrow). Customize for different symbols.
  30. Font for Arrows (string, default: "Wingdings 3"): The font family for signal arrows. Stick to Wingdings variants for symbol compatibility.
  31. Buy Arrow Color (color, default: clrGreen): Color for buy arrows (e.g., green for bullish). Matches chart theme.
  32. Sell Arrow Color (color, default: clrRed): Color for sell arrows (e.g., red for bearish). Matches chart theme.
  33. Arrow Offset Points (double, default: 10): Vertical distance in points from the bar high/low to place arrows. Positive values push away from price; adjust for visibility.
  34. Print Prefix (string, default: "-> "): Custom prefix prepended to all EA log prints (e.g., "-> Basket 1: ..."). Aids in filtering or identifying logs in the terminal/journal, especially with multiple EAs. Set to empty "" for no prefix.


Disclaimer:

Grid Scalper MA MT5 EA utilizes a GRID trading approach, which can offer significant profit potential but also carries substantial risks. By opening multiple positions at set intervals, the EA may increase exposure during unfavorable market conditions, such as strong trends or high volatility. While it includes protective features like trailing stops, breakeven closure, optional SL, and caps, these do not eliminate the risk of loss, particularly with aggressive settings (e.g., high multipliers, no caps) or insufficient capital. Users are urged to carefully backtest and optimize all inputs on a demo account before risking real funds. Past performance is not a reliable indicator of future results. Trading involves risk, and losses can exceed your initial investment. Proceed with caution, understanding the grid strategy’s implications, and note that past performance does not guarantee future performance. Best luck.

리뷰 66
Muhib Rakhman
18
Muhib Rakhman 2026.02.26 18:20 
 

thank you for the good bot

josefx28
34
josefx28 2026.02.18 22:55 
 

How can I reverse the grid operations so that buy orders become sell orders and vice versa, but only within the grid?

Alavin Nderitu
18
Alavin Nderitu 2026.02.14 06:10 
 

Perfect if you want to up your profit.Thank you very much for this EA.

추천 제품
PZ Goldfinch Scalper EA MT5
PZ TRADING SLU
3.31 (52)
This is the latest iteration of my famous scalper, Goldfinch EA, published for the first time almost a decade ago. It scalps the market on sudden volatility expansions that take place in short periods of time: it assumes and tries to capitalize of inertia in price movement after a sudden price acceleration. This new version has been simplified to allow the trader use the optimization feature of the tester easily to find the best trading parameters. [ Installation Guide | Update Guide | Troublesh
FREE
Product Description PropFirm Risk Manager EA is a dedicated risk-control Expert Advisor designed for prop firm traders (FTMO, MyFunded, E8, and similar). This EA does NOT open trading strategies . Its only job is to protect your account by monitoring equity in real time and enforcing risk rules automatically. It helps you: Prevent daily and maximum drawdown violations Stop trading after reaching daily profit targets Control trading time windows Avoid accidental rule breaks due to emotions or ov
FREE
SimpleTrade by Gioeste
Giovanni Scelzi
4 (3)
Discover the power of automated trading with **SimpleTradeGioeste**, an Expert Advisor (EA) designed to optimize your trading operations in the Forex market. This innovative EA combines advanced trading strategies with proven technical indicators, offering an unparalleled trading experience. video backtest :  https://youtu.be/OPqqIbu8d3k?si=xkMX6vwOdfmfsE-A ****Strengths**** - **Multi-Indicator Strategy**: SimpleTradeGioeste employs an integrated approach that combines four main technical ind
FREE
King Experts V2
Craig Alden Matteo
King_Expert EA - Professional Trading System Overview King_Expert EA is a sophisticated automated trading system for MetaTrader 5 that combines trend-following strategies with intelligent risk management. The EA uses a multi-layered approach to identify high-probability trading opportunities while incorporating advanced features like grid averaging and dynamic position management. Core Trading Strategy Primary Signal Generation EMA Crossover System : Uses dual Exponential Moving Averages (21/50
FREE
Golden Square X
Huynh Tan Linh N
4 (9)
This is my latest Free version for Gold. With optimized parameters and user-friendly features, this version is likely very easy to use and highly effective. You can customize TP and SL parameters as you wish, but the default settings should work well for you without the need for further adjustments.  This version is designed for the M5. This version does not require a large capital investment; only $100-$200 is sufficient for Golden Square X to run and generate profits for you. Based on backtest
FREE
News Scalper EA is an Expert Advisor for trading EURUSD - GBPUSD - XAUUSD pairs, positioning your positions during the news. Developed by an experienced trader with over 17 years of trading experience. News Scalper EA uses a news calendar from MQL5 and trades according to them. With sophisticated strategy and risk management, the EA protects your positions from larger losses! News Scalper EA lets you close the SL after the set time (1 minute, planned) when the position is in minus, which proves
FREE
CapitalGrid
Mr Nisit Noijeam
Code Components and Functionality Basic Information #property : Used to define the EA properties like copyright, link, version, and description. input : Parameters that users can customize in the EA, such as enabling/disabling buy/sell orders, price levels, take profit points, lot sizes, etc. Main Functions OnInit() : Executes when the EA is initialized. It creates a label on the chart and draws red lines at specified price levels (Red Line). OnDeinit(const int reason) : Executes when the EA is
Golden Mind EA
Leszek Aleksander Mroczek
FREE FOR LIMITED TIME Golden Mind EA – Adaptive Grid Trading for GOLD Description Golden Mind EA is a fully automated Expert Advisor for MetaTrader 5 that utilizes a dynamic BUY-only grid strategy, designed exclusively for GOLD (XAU/USD) trading. What sets this EA apart from traditional grid trading systems is its intelligent pair-based position closure logic. Instead of relying on fixed take-profit levels, Golden Mind EA calculates the profit difference between pairs of trades and closes them
FREE
Neuro Edge
Agus Wahyu Pratomo
5 (4)
Please give review to support development of this Expert Advisor NeuroEdge EA is an advanced trend-following scalper designed to adapt dynamically to market behavior. Built with precision algorithms and smart averaging logic, it maintains minimal drawdown while capturing high-probability setups in trending conditions. NeuroEdge continuously analyzes market flow to ensure optimal entries and exits — giving traders the edge they need in volatile markets. ️ Core Features: Adaptive Trend Detection
FREE
Lite Hamster Scalping   (Very Fast EA no Graphics) The Lite Hamster Scalper  is a Trading Robot with no use of Classic martingale. Schedule scalping Options. it uses some Indicators as a filter to maximize Correct entries. Please to check The version 1.4 of Hamster Pro :  Hamster_PRO_MT4     &&   Hamster_PRO_MT5 Recommendations :  Lot : 0.01. Balance  : 100 USD. Pair : EURUSD. TimeFrame : 5Min. Spread : 30. Broker : Trusted Brokers Inputs descriptions :  Period Indicator1  - period of the firs
FREE
Budget Golden Scalper M1 — Trial Edition Built for traders who are tired of hype and ready for transparency Let’s be honest. If you have explored automated trading before, you have probably seen systems that looked perfect in backtests but behaved very differently in live markets. Many traders today are understandably cautious — and rightly so. Budget Golden Scalper M1 was created with this reality in mind. This is not marketed as a “holy grail” or a get-rich-quick robot. Instead, it is a str
FREE
GA Classic RSI mt5
Osama Echchakery
RSI   EA is a   fully automated   Forex trading strategy based on the MACD indicator, one of the most popular and widely used trend-following methods in technical analysis. This expert advisor automatically opens and manages buy and sell trades using RSI to capture market momentum while removing emotional decision-making. Premium advanced   version with   +40 filter!   :   Click Here Or search "RSI ProLab mt5" on the market
FREE
Brent Trend Bot
Maksim Kononenko
4.47 (15)
The Brent Trend Bot special feature is simple basic tools and logic of operation. There are no many strategies and dozens of settings, like other EAs, it works according to one algorithm. The operating principle is a trend-following strategy with an attempt to get the maximum profitability adjusted for risk. Therefore, it can be recommended for beginners. Its strong point is the principle of closing transactions. Its goal is not to chase profits, but to minimize the number of unprofitable trans
FREE
Steady Gain Protector
Kuldeep Pradeep Nikam
Steady Gain Protector  is a simplified entry-level version of the Gold Rocket HFT trading system. It is designed for users who want a basic automated trading experience with fixed parameters and limited functionality. This Expert Advisor opens BUY positions only , using a dual Exponential Moving Average (EMA) crossover combined with short-term price momentum confirmation. The system is intended for small accounts and traders who prefer a simple structure with controlled exposure. Trading Logic
FREE
Adx rsi orion
Murtadha Majid Jeyad Al-Khuzaie
ADX RSI Orion — Smart Trend Alignment Expert Advisor ADX RSI Orion is a precision-engineered Expert Advisor that combines two of the most respected indicators in technical trading — the Relative Strength Index (RSI) and the Average Directional Movement Index (ADX) — into one intelligent and adaptive trading system. Designed for traders who want clarity and automation, this EA identifies high-probability entries only when both momentum and trend strength agree, delivering smart, data-driven dec
FREE
30-DAY FULLY FUNCTIONAL TRIAL – EXPERIENCE THE POWER OF BITBOT V6 ULTIMATE GRID & NEURAL MODEL BRAIN! Bitbot V6 Ultimate Grid is the most advanced and flexible grid trading system for MetaTrader 5, now enhanced with our AI-driven Neural Model Brain for truly adaptive and intelligent trading decisions. Whether you’re a professional algorithmic trader or an ambitious newcomer, Bitbot V6 gives you the performance, safety and transparency you need to scale your results to the next level. Key Featur
FREE
Macd Rsi Expert
Lakshya Pandey
5 (1)
MACD RSI Optimized EA is a free, fully automated trading robot designed to capture trends using a classic combination of indicators. By merging the trend-following capabilities of the MACD (Moving Average Convergence Divergence) with the momentum filtering of the RSI (Relative Strength Index), this EA aims to filter out market noise and enter trades with higher probability. This version has been specifically optimized for the month of October on the M15 (15-minute) timeframe and performs best on
FREE
PZ MA Crossover EA MT5
PZ TRADING SLU
4.17 (42)
이 EA는 이동 평균 크로스오버를 사용하여 거래합니다. 완전히 사용자 정의 가능한 설정, 유연한 위치 관리 설정, 사용자 정의 가능한 거래 세션, 마틴게일 및 역 마틴게일 모드와 같은 많은 유용한 기능을 제공합니다. [ 설치 가이드 | 업데이트 가이드 | 문제 해결 | 자주하는 질문 | 모든 제품 ] 사용 및 감독 용이 완전히 사용자 정의 가능한 이동 평균 설정 그것은 두 가지 다른 거래 행동을 구현합니다 맞춤형 손익분기점, SL, TP 및 후행 정지 ECN/비 ECN 중개인을 위한 작업 2-3-4-5 자리 기호에 대해 작동 거래는 NFA/FIFO를 준수할 수 있습니다. 거래는 반대 신호에서 마감될 수 있습니다. 마틴게일 및 역 마틴게일 기능을 구현합니다. 주중 및 시간별로 거래 필터링 내장된 자금 관리 EA는 네 가지 다른 동작을 구현합니다. 일반: 강세 크로스오버에서 매수하고 약세 크로스오버에서 매도 역: 강세 크로스오버에서 매도하고 약세 크로스오버에서 매수 매수만: 강세 크로스
FREE
DeM Expert
Nikolaos Pantzos
DeM_Expert   is structured based on a specific technical analysis indicator ( DeMarker ). It has many parameters so that each user can find the appropriate settings that suit their investment profile. It can work on 28 different pairs, one pair per chart. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
Fibo Trader FREE MT5
Grzegorz Korycki
3 (3)
Fibo Trader is an expert advisor that allows you to create automated presets for oscillation patterns in reference to Fibonacci retracements values using fully automated and dynamically created grid. The process is achieved by first optimizing the EA, then running it on automated mode. EA allows you to switch between automatic and manual mode. When in manual mode the user will use a graphical panel that allows to manage the current trading conditions, or to take control in any moment to trade ma
FREE
Long Waiting
Aleksandr Davydov
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomm
FREE
DoctorRich
Hamdee Hayeealee
Doctor Rich EA is an automated trading Expert Advisor for MetaTrader 5, designed to generate **consistent cash flow** through a combination of  trend-following, step-index grid, and intelligent opposite-direction hedging. for trading gold, BTC, EURUSD. The operation is based on opening orders using the EMA/RSI indicator,  For Expert Advisor need hedge type account  Contact me immediately after the purchase if you prefer to get commission (Rebate) up to 40$/Lot!    Settings, manual and .set f
FREE
Babel Assistant
Iurii Bazhanov
4.33 (9)
Babel assistant 1     The MT5 netting “Babel_assistant_1” robot uses the ZigZag indicator to generate Fibonacci levels on M1, M5, M15, H1, H4, D1, W1  periods of the charts , calculates the strength of trends for buying and selling. It opens a position with "Lot for open a position" if the specified trend level 4.925 is exceeded. Then Babel places pending orders at the some Fibonacci levels and places specified Stop Loss , Take Profit. The screen displays current results of work on the position
FREE
Reversal Composite Candles
MetaQuotes Ltd.
3.67 (15)
The idea of the system is to indentify the reversal patterns using the calculation of the composite candle. The reversal patterns is similar to the "Hammer" and "Hanging Man" patterns in Japanese candlestick analysis. But it uses the composite candle instead the single candle and doesn't need the small body of the composite candle to confirm the reversal. Input parameters: Range - maximal number of bars, used in the calculation of the composite candle. Minimum - minimal size of the composite can
FREE
Welcome to the future of algorithmic trading. The Nascore Scalper EA is a precision-engineered, AI-inspired scalping robot built exclusively for trading NAS100 (US Tech 100 Index) . It analyzes smart money footprints, breakout zones, and high-timeframe bias to capture high-probability scalping entries. Key Features: Optimized for NAS100 (US100) – Fast-moving Nasdaq-based index trading Smart Money Concepts – Integrates structure, breakout logic, and bias Minimal Margin Usage – Ideal for traders
FREE
A neural network Expert Advisor based on two moving averages with the training mode. Train the Expert Advisor on selected examples and make a profit in real life. The EA can work on any instrument and in any timeframe. Trading Algorithm of the EA Two moving averages are analyzed by the neural network core, which produces commands to buy or sell. the values of two moving averages, fast (FMA) and slow (SMA), are provided to the first layer, at the second layer it calculates two neurons responsibl
FREE
UsdJpy RangeBot Pro
Kwaku Appenteng Wiredu
UsdJpy RangeBot Pro – Expert Advisor for Breakout Trading UsdJpy RangeBot Pro is a breakout-based Expert Advisor developed for the USDJPY pair. It identifies trading opportunities during the early hours of the London session by analyzing a defined range and executing pending orders above or below it. The EA applies fixed logic, clear visual elements, and built-in risk controls. This tool is designed for disciplined breakout trading without the use of breakeven, martingale, or grid systems.
FREE
PA Scoring Expert Advisor
Choawana Malaikitsanachalee
Description (English) PA Scoring EA — Ready for Real Trading, Simple to Operate Built and maintained by a solo developer. If you find it useful, please Like/Share to support future updates ️ Key Features Automated entries from price-behavior signals filtered by a Trend Filter Flexible risk: Fixed lot (default) or Risk % per trade Profit locking with no SL rollback : start at Break-Even, then tighten via ATR/STEP/RATIO modes Works on Netting/Hedging accounts with netting-safe lot capping Va
FREE
Manual Trade Manager for XAUUSD (v1 – Always BreakEven) – FREE Take your manual gold trading to the next level with this lightweight yet powerful trade management tool. This Expert Advisor does not open trades in live trading — it is specifically designed to manage manually placed orders on XAUUSD , helping you automate risk control through smart break-even and trailing stop logic. Key Features: Break-even Stop Loss : Automatically adjusts SL to break even when a specified profit level is reache
FREE
Morning Range Breakout (Free Version) Morning Range Breakout (Free Version) is a straightforward trading advisor that implements a breakout strategy based on the morning range. It identifies the high and low within a specified time interval (e.g., 08:00–10:00 UTC) and opens a trade on a breakout upward or downward. The free version includes core functionality without restrictions. All parameters and messages are in English, per MQL5 Market requirements. Key Features Detects morning range based
FREE
이 제품의 구매자들이 또한 구매함
Quantum Valkyrie
Bogdan Ion Puscasu
5 (95)
퀀텀 발키리 - 정밀함. 규율. 실행력 할인된       가격.   10회 구매할 때마다 가격이 50달러씩 인상됩니다. 라이브 시그널:   여기를 클릭하세요   퀀텀 발키리 MQL5 공개 채널:   여기를 클릭하세요 ***퀀텀 발키리 MT5를 구매하시면 퀀텀 엠퍼러 또는 퀀텀 바론을 무료로 받으실 수 있습니다!*** 자세한 내용은 개인 메시지로 문의하세요! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      안녕하세요, 거래자 여러분. 저는   퀀텀 발키리   입니다. XAUUSD에 대해 정확성, 규율, 그리고 통제된 실행력을 바탕으로 접근하도록 설계되었습니다. 수개월 동안 제 아키텍처는 물밑에서 다듬어졌습니다. 변동성이 심한 시장 상황에서 테스트를 거쳤고, 예측 불가능한 금 가격 변동
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (475)
안녕하세요, 트레이더 여러분! 저는 퀀텀 생태계의 핵심이자 MQL5 역사상 가장 높은 평점과 베스트셀러를 기록한   퀀텀 퀸   입니다. 20개월 이상의 실거래 실적을 바탕으로 XAUUSD의 명실상부한 퀸으로 자리매김했습니다. 제 전문 분야는? 금이에요. 제 임무는? 일관되고 정확하며 지능적인 거래 결과를 반복적으로 제공하는 것입니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 할인된   가격입니다.   10개 구매 시마다 가격이 50달러씩 인상됩니다. 최종 가격은 1999달러입니다. 라이브 시그널 IC 시장:   여기를 클릭하세요 Live Signal VT 시장:   여기를 클릭하세요 Quantum Queen mql5 공개 채널:   여기를 클릭하세요 ***Quantum Queen MT5
AI Gold Trading MT5
Ho Tuan Thang
5 (29)
제 라이브 시그널과 동일한 결과를 원하시나요?   제가 사용하는 것과 동일한 브로커를 사용하십시오:   IC MARKETS  &  I C TRADING .  중앙 집중식 주식 시장과 달리 외환 시장(Forex)은 단일화된 통합 가격 피드가 없습니다.  모든 브로커는 각기 다른 공급업체로부터 유동성을 공급받으므로 고유한 데이터 스트림이 생성됩니다. 타사 브로커를 사용할 경우 거래 성과는 60~80% 수준에 그칠 수 있습니다.     LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2344271       MQL5 Forex EA Trading 채널:  제 MQL5 채널에 가입하여 최신 뉴스를 확인하세요.  15,000명 이상의 멤버가 활동 중인 MQL5 커뮤니티 . 499달러 특가, 선착순 10개 중 단 3개 남았습니다! 그 이후에는 가격이 599달러로 인상됩니다. 본 EA는 구매하신 모든 고객의 권익을 보장하기 위해 한정 수량
Akali
Yahia Mohamed Hassan Mohamed
5 (27)
LIVE SIGNAL: 실시간 실적을 보려면 여기를 클릭하세요 중요: 가이드를 먼저 읽어주세요 이 EA를 사용하기 전에 설정 가이드를 읽고 브로커 요구 사항, 전략 모드 및 스마트 접근 방식을 이해하는 것이 중요합니다. 공식 Akali EA 가이드를 읽으려면 여기를 클릭하세요 개요 Akali EA는 골드(XAUUSD)를 위해 특별히 설계된 고정밀 스캘핑 전문가 고문(Expert Advisor)입니다. 변동성이 높은 기간 동안 즉시 수익을 확보하기 위해 매우 타이트한 트레일링 스톱 알고리즘을 활용합니다. 이 시스템은 정확성을 위해 구축되었으며, 급격한 시장 움직임을 활용하고 시장이 되돌리기 전에 수익을 확정하여 높은 승률을 목표로 합니다. 설정 요구 사항 심볼: XAUUSD (골드) 시간 프레임: M1 (1분) 계정 유형: Raw ECN / 낮은 스프레드는 필수입니다. 추천 브로커: 가이드 참조 참고: 이 EA는 타이트한 트레일링 스톱에 의존합니다. 높은 스프레드 계정은 성과에 부정적
AI Gold Scalp Pro
Ho Tuan Thang
5 (5)
저의 실시간 신호와 같은 결과를 원하십니까?   제가 사용하는 것과 정확히 동일한 브로커를 사용하세요:   IC MARKETS  &  I C TRADING .  중앙 집중식 주식 시장과 달리 외환에는 단일하고 통합된 가격 피드가 없습니다.  모든 브로커는 다른 공급자로부터 유동성을 확보하여 고유한 데이터 스트림을 생성합니다. 다른 브로커는 60-80%에 해당하는 거래 성능만 달성할 수 있습니다. 라이브 시그널 MQL5의 외환 EA 트레이딩 채널:  저의 MQL5 채널에 가입하여 제 최신 소식을 업데이트하세요.  MQL5에 있는 14,000명 이상의 회원 커뮤니티 . $499에 10개 중 3개 남았습니다! 그 이후에는 가격이 $599로 인상됩니다. EA는 구매한 모든 고객의 권리를 보장하기 위해 한정 수량으로 판매됩니다. AI Gold Scalp Pro를 만나보세요: 손실을 교훈으로 바꾸는 자가 학습 스캘퍼.  대부분의 스캘핑 EA는 실수를 숨깁니다. AI Gold Scalp
Quantum King EA
Bogdan Ion Puscasu
4.97 (145)
Quantum King EA - 모든 트레이더를 위해 개선된 지능형 파워 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 특별 출시 가격 라이브 신호:       여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 퀀텀 킹 채널:       여기를 클릭하세요 ***Quantum King MT5를 구매하시면 Quantum StarMan을 무료로 받으실 수 있습니다!*** 자세한 내용은 개별적으로 문의하세요! 정확하고 규율 있게 거래를 진행하세요. Quantum King EA는   구조화된 그리드의 강점과 적응형 마팅게일의 지능을 하나의 완벽한 시스템으로 통합합니다. M5에서 AUDCAD를 위해 설계되었으며, 꾸준하고 통제된 성장을 원하는 초보자와 전문가 모두를 위해 구축되었습니다. Q
Goldwave EA MT5
Shengzu Zhong
4.8 (20)
실거래 계좌  LIVE SIGNAL (IC MARKETS):  https://www.mql5.com/en/signals/2339082 본 EA는 MQL5에 표시된 검증된 실거래 신호와 완전히 동일한 트레이딩 로직 및 실행 규칙을 사용합니다.권장되고 최적화된 설정을 사용하고, 신뢰할 수 있는 ECN / RAW 스프레드 브로커 (예: IC Markets 또는 EC Markets) 에서 운용할 경우, 본 EA의 실거래 동작은 해당 라이브 신호의 거래 구조 및 실행 특성과 매우 밀접하게 일치하도록 설계되어 있습니다.다만 브로커 조건, 스프레드, 체결 품질 및 VPS 환경의 차이로 인해 개별 결과는 달라질 수 있음을 유의하시기 바랍니다. 본 EA는 한정 수량으로 판매됩니다. 현재 남아 있는 라이선스는 2개이며, 가격은 USD 599입니다.구매 후 사용자 매뉴얼과 권장 설정을 받기 위해 개인 메시지로 연락해 주시기 바랍니다. 과도한 그리드 전략을 사용하지 않으며, 위험한 마틴게일을 사용하지
Aot
Thi Ngoc Tram Le
4.85 (94)
AOT 멀티 통화 전문가 자동매매 시스템과 AI 감정 분석 상관관계가 있는 통화 쌍 간의 포트폴리오 다각화를 위한 다중 쌍 평균 회귀 전략. AOT를 처음 테스트하시나요?       고정 랏 크기 설정 으로 시작하세요, 고정 랏 크기 0.01 | 쌍당 단일 포지션 | 고급 기능 끄기. 시스템의 동작을 이해하기 위한 순수한 거래 로직   입니다. 트랙 레코드 신호 세부사항 설정 파일 이름 설명 중간 위험 2 Darwinex Zero,  계좌 크기  $100k Live – Set 2 복구 기능 활성화 (-500 포인트) 중간 위험 1 ICMarketsSC, 계좌 크기 $10,000 Live – Set 1 복구 기능 활성화 (+500 포인트) 높은 위험 Exness, 계좌 크기   $2,000 Personal Set 복구 기능 비활성화. 상관관계 필터 활성화. SPS 활성화 중요! 구매 후 설치 매뉴얼 및 설정 지침을 받으려면 개인 메시지를 보내주세요. 리소스 및 문서 리소스 설명 AOT
Gold House MT5
Chen Jia Qi
5 (20)
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
Karat Killer
BLODSALGO LIMITED
4.35 (20)
순수한 금의 지능. 핵심까지 검증됨. Karat Killer   는 재활용된 지표와 부풀린 백테스트를 가진 또 다른 금 EA가 아닙니다——XAUUSD 전용으로 구축된   차세대 머신러닝 시스템   으로, 기관급 방법론으로 검증되었으며, 화려함보다 실질을 중시하는 트레이더를 위해 설계되었습니다. 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. 상세한 백테스트 보고서, 검증 방법론 및 포트폴리오 상관관계 연구 BLODSALGO Analytics 구독——무료 전문 대시보드 (구매에 포함) LIVE IC TRADING SIGNAL   모든 브로커에서 작동합니다. 추천 브로커는   여기 가이드를 확인하세요. 대부분의 EA가 고정 규칙, 그리드 또는 마틴게일 복구에 의존
Mad Turtle
Gennady Sergienko
4.52 (86)
심볼 XAUUSD (골드/미국 달러) 기간 (타임프레임) H1-M15 (임의) 단일 거래 지원 예 최소 입금액 500 USD (또는 다른 통화로 환산된 금액) 모든 브로커와 호환 가능 예 (2자리 또는 3자리 시세, 모든 계좌 통화, 심볼 이름, GMT 시간 지원) 사전 설정 없이 작동 가능 예 기계 학습에 관심이 있다면 채널을 구독하세요: 구독하기! Mad Turtle 프로젝트 주요 특징: 진정한 기계 학습 이 전문가 자문(Expert Advisor, EA)은 GPT 웹사이트나 유사한 서비스에 연결되지 않습니다. 모델은 MT5에 내장된 ONNX 라이브러리를 통해 실행됩니다. 처음 실행 시, 위조할 수 없는 시스템 메시지가 표시됩니다.  CLICK 참조: ONNX (Open Neural Network Exchange). 자금 보호 사전 롤오버, 마이크로 스캘핑, 작은 표본의 좁은 범위 전략을 사용하지 않습니다. 그리드나 마틴게일 같은 위험한 전략을 사용하지 않습니다. 또한,
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
저의 실시간 신호와 같은 결과를 원하십니까?   제가 사용하는 것과 정확히 동일한 브로커를 사용하세요:   IC MARKETS  &  I C TRADING .  중앙 집중식 주식 시장과 달리 외환에는 단일하고 통합된 가격 피드가 없습니다.  모든 브로커는 다른 공급자로부터 유동성을 확보하여 고유한 데이터 스트림을 생성합니다. 다른 브로커는 60-80%에 해당하는 거래 성능만 달성할 수 있습니다. 라이브 시그널 IC Markets MT5 (7개월 이상 실거래):  https://www.mql5.com/en/signals/2340132 MQL5의 외환 EA 트레이딩 채널:  저의 MQL5 채널에 가입하여 제 최신 소식을 업데이트하세요.  MQL5에 있는 15,000명 이상의 회원 커뮤니티 . $499에 10개 중 3개 남았습니다! 그 이후에는 가격이 $599로 인상됩니다. EA는 구매한 모든 고객의 권리를 보장하기 위해 한정 수량으로 판매됩니다. AI Gold Sniper는 트레이딩
Ultimate Breakout System
Profalgo Limited
5 (30)
중요한   : 이 패키지는 매우 제한된 수량에 대해서만 현재 가격으로 판매됩니다.    가격이 매우 빠르게 1499달러까지 올라갈 것입니다    100개 이상의 전략이 포함되어 있으며   , 더 많은 전략이 추가될 예정입니다! 보너스   : 999달러 이상 구매 시 --> 다른 EA   5 개 를 무료로 선택하세요! 모든 설정 파일 완벽한 설정 및 최적화 가이드 비디오 가이드 라이브 신호 리뷰(제3자) 최고의 브레이크아웃 시스템에 오신 것을 환영합니다! 8년에 걸쳐 꼼꼼하게 개발한 정교하고 독점적인 전문가 자문(EA)인 Ultimate Breakout System을 소개하게 되어 기쁩니다. 이 시스템은 호평을 받은 Gold Reaper EA를 포함하여 MQL5 시장에서 가장 성능이 뛰어난 여러 EA의 기반이 되었습니다. 7개월 이상 1위를 차지한 Goldtrade Pro, Goldbot One, Indicement, Daytrade Pro도 마찬가지였습니다. Ultimate
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
실시간 거래 신호 거래 활동의 공개 실시간 모니터링: https://www.mql5.com/ko/signals/2356149 공식 정보 판매자 프로필 공식 채널 사용자 매뉴얼 설정 안내 및 사용 지침: 사용자 매뉴얼 열기 이 전문가 어드바이저는 고정된 실행 패턴을 따르기보다는 현재 시장 상황에 따라 동작을 조정하는 시장 반응형 시스템으로 설계되었습니다. 이 전략은 시장 구조가 거래 참여를 정당화할 만큼 충분히 명확해지는 순간을 식별하는 데 중점을 둡니다. 이러한 조건이 충족되지 않을 경우, 시스템은 의도적으로 거래를 자제하며 자본 보호와 실행 품질을 우선시합니다. 그 결과 거래 빈도는 동적으로 변화합니다. 어떠한 거래도 열리지 않는 기간이 발생할 수 있습니다. 반대로 시장 조건이 전략의 내부 기준과 일치하는 동안에는 여러 거래가 연속적으로 실행될 수도 있습니다. 이 전문가 어드바이저는 지속적인 거래 활동을 목표로 하지 않습니다. 대신 선택성과 상황 기반 의사결
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
소품 회사 준비 완료!   (   세트파일 다운로드   ) WARNING : 현재 가격으로 몇 장 남지 않았습니다! 최종 가격: 990$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal 골드 리퍼에 오신 것을 환영합니다! 매우 성공적인 Goldtrade Pro를 기반으로 구축된 이 EA는 동시에 여러 기간에 걸쳐 실행되도록 설계되었으며 거래 빈도를 매우 보수적인 것부터 극단적인 변동까지 설정할 수 있는 옵션이 있습니다. EA는 여러 확인 알고리즘을 사용하여 최적의 진입 가격을 찾고 내부적으로 여러 전략을 실행하여 거래 위험을 분산시킵니다. 모든 거래에는 손절매와 이익 실현이 있지만, 위험을 최소화하고 각 거래의 잠재력을 극대화하기 위해 후행 손절매와 후행 이익 이익도 사용합니다. 이 시스템은 매우
Golden Hen EA
Taner Altinsoy
4.77 (53)
개요 Golden Hen EA 는 XAUUSD 를 위해 특별히 설계된 전문가 고문(Expert Advisor)입니다. 이 EA는 다양한 시장 상황과 시간대(M5, M30, H2, H4, H6, H12, W1)에서 트리거되는 9가지 독립적인 거래 전략을 결합하여 작동합니다. EA는 진입 및 필터를 자동으로 관리하도록 설계되었습니다. EA의 핵심 로직은 특정 신호를 식별하는 데 중점을 둡니다. Golden Hen EA는 그리드(grid), 마틴게일(martingale) 또는 물타기(averaging) 기법을 사용하지 않습니다 . EA에 의해 개설된 모든 거래는 사전에 정의된 손절매(Stop Loss) 와 이익 실현(Take Profit) 을 사용합니다. 실시간 신호   |   공지 채널  | 세트 파일 다운로드 v2.9 9가지 전략 개요 EA는 여러 시간대에서 동시에 XAUUSD 차트를 분석합니다: 전략 1 (M30):   이 전략은 정의된 하락 패턴 이후 잠재적인 강세(bullis
HTTP ea
Yury Orlov
5 (9)
How To Trade Pro (HTTP) EA — 25년 이상의 경험을 가진 저자로부터, 마틴게일이나 그리드 없이 모든 자산을 거래하는 전문 거래 어드바이저. 대부분의 최고 어드바이저는 상승하는 금으로 작동합니다. 테스트에서 훌륭하게 보입니다... 금이 상승하는 동안은. 하지만 트렌드가 소진되면 어떻게 될까요? 누가 당신의 예금을 보호할까요? HTTP EA는 영원한 성장을 믿지 않습니다 — 변화하는 시장에 적응하며, 투자 포트폴리오를 광범위하게 다각화하고 예금을 보호하도록 설계되었습니다. 그것은 상승, 하락, 횡보의 모든 모드에서 동등하게 성공하는 규율 있는 알고리즘입니다. 프로처럼 거래합니다. HTTP EA는 위험과 시간의 정밀 관리 시스템입니다. 역사상의 아름다운 차트로 어드바이저를 선택하지 마세요. 작동 원칙으로 선택하세요. 자산 임의, 구매 후 각자 .set 파일 타임프레임 M5-H4 (어드바이저 설정에서 지정) 원리 동적 가격 부족 영역 작업 예금 $100부터. 레버리지
XIRO Robot MT5
MQL TOOLS SL
5 (7)
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
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (503)
소개       Quantum Emperor EA는   유명한 GBPUSD 쌍을 거래하는 방식을 변화시키는 획기적인 MQL5 전문 고문입니다! 13년 이상의 거래 경험을 가진 숙련된 트레이더 팀이 개발했습니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EA를 구매하시면   Quantum StarMan  를 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요. 확인된 신호:   여기를 클릭하세요 MT4 버전 :   여기를 클릭하세요 Quantum EA 채널:       여기를 클릭하세요 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1999 퀀텀 황제 EA       EA는 단일 거래를 다섯 개의 작은 거래로 지속적으로 분
Zeno
Anton Kondratev
5 (2)
ZENO EA   는 금 시장의 취약점을 식별하기 위한 다중 통화, 유연성, 완전 자동화 및 다방면 기능을 갖춘 오픈형 EA입니다! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  ,   Not   "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide 신호 수수료 없는 브로커 환불 업데이트 내 블로그 최적화 Only 4 Copies of 10 Left  for 260 $ Next Price 445 $ 각 직책에는 항상 다음과 같은 특징이 있습니다.      
The Gold Phantom
Profalgo Limited
4.47 (19)
소품 준비 완료! -->   모든 세트 파일 다운로드 경고: 현재 가격으로 구매 가능한 재고가 몇 개 남지 않았습니다! 최종 가격: 990달러 신규 혜택 (단 399달러부터)   : EA 1개 무료 증정! (거래 계좌 번호 2개 한정, UBS를 제외한 모든 EA 선택 가능) 최고의 콤보 상품     ->     여기를 클릭하세요 공개 그룹 참여하기:   여기를 클릭하세요   라이브 시그널 라이브 시그널 2 !! 골드 팬텀이 드디어 출시되었습니다!! 엄청난 성공을 거둔 골드 리퍼에 이어, 그 강력한 형제 격인 골드 팬텀을 소개하게 되어 매우 기쁩니다. 골드 팬텀은   검증된 엔진을 기반으로 제작된, 군더더기 없는 순수 브레이크아웃 시스템이지만, 완전히 새로운 전략들을 선보입니다. 큰 성공을 거둔   The Gold Reaper 의 기반 위에 구축된   The Gold Phantom은   자동화   된 금 거래를 더욱 원활하게 만들어 줍니다. 이 EA는 여러 시간대에 걸쳐 동
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
XAUUSD QUANTUM PRO EA (MT5) — MetaTrader 5용 골드 XAUUSD 전문가 어드바이저 | BUY/SELL 의사결정 엔진 + 고급 리스크 관리 + 라이브 대시보드 특별 출시 가격 — 한시적 할인, 기간 한정 제공. XAUUSD QUANTUM PRO EA를 구매하면 Bitcoin Quantum Edge Algo 또는 DAX40 Quantum Pro EA를 무료로 받을 수 있습니다. 자세한 내용은 개인 메시지로 문의하세요. XAUUSD QUANTUM PRO EA 는 MT5용 로봇으로, 단 하나의 목표를 위해 설계되었습니다: XAUUSD 자동 거래를 더 깔끔하고, 이해하기 쉽고, 통제 가능하게 만드는 것 . 무분별하게 주문을 늘리지 않습니다. 올바른 결정을 내리는 것 을 목표로 합니다. 현대적이고 혁신적인 접근 방식: BUY/SELL 방향 스코어링 , 시장 필터 , 통합 대시보드를 통한 실시간 모니터링 . XAUUSD EA를 평가하는 가장 좋은 방법은 본인의 브
Agera
Anton Kondratev
5 (2)
AGERA는   금 시장의 취약점을 식별하기 위한 완전 자동화되고 다면적인 오픈형 EA입니다! 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 Signal Real :     https://www.mql5.com/en/signals/2361808 Default       Settings for One Сhart     XAUUSD or GOLD H4 가이드 설정 정보 신호 수수료 환불 Only 2 Copies o
ORB Revolution
Haidar Lionel Haj Ali
5 (17)
ORB Revolution — MetaTrader 5 전문가 어드바이저 ORB Revolution은 MetaTrader 5를 위한 전문가 수준의 Opening Range Breakout (ORB) 자동매매 프로그램 으로, 규율 있고 리스크가 통제된 자동매매 를 위해 설계되었습니다. 기관 수준의 기준을 바탕으로 개발되었으며, 자본 보호 , 일관된 실행 , 그리고 투명한 의사결정 로직 을 최우선으로 합니다 — 진지한 트레이더 및 프로프펌 평가 참여자에게 이상적입니다. ORB Revolution은 NETTING 및 HEDGING 계좌 를 모두 완벽히 지원하며, 과도한 거래, 과도한 리스크, 또는 프로프펌 실격으로 이어질 수 있는 규칙 위반을 방지하기 위한 내부 보호 장치를 포함하고 있습니다.  경고: 본 가격은 한정된 가격으로, 다음 25개 판매 또는 다음 업데이트까지 적용됩니다! 현재 가격으로 구매 가능한 수량은 매우 제한적입니다! 기본 EA 설정은 나스닥 기준입니다(리스크는 직접 조
Wave Rider EA MT5
Adam Hrncir
5 (2)
Scalper Speed. Grid Safety. Built for Gold. Final 5 copies at  199 USD   |  249  USD next week Check the Live signal  or Manual Hybrid grid-scalper combining scalping speed with intelligent grid recovery for XAUUSD. 4 trading strategies | Triple timeframe confirmation | Progressive grid spacing | 3 layers of account protection. Most trades close in under 30 minutes — minimal market exposure, maximum control. This is not a blind grid . This is not a random scalper . Wave Rider uses triple timefra
Golden Mirage mt5
Michela Russo
4.72 (57)
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
AI Gold Prime
Lo Thi Mai Loan
5 (15)
DOWNLOAD THE SIMPLE SET FILE FOR ALL ACCOUNTS (FOR BEGINNERS) LIVE SIGNAL MINI MODE(IC MARKETS):  https://www.mql5.com/en/signals/2360104 LIVE SIGNAL PRO MODE($100K Account):  https://www.mql5.com/en/signals/2361863 PROP FIRM READY : AI GOLD PRIME는 Prop Firm 환경에 완전히 대응하도록 설계되었습니다. 모든 설정이 EA 내부에 통합되어 있으며, 외부 set 파일은 필요하지 않습니다. 프리셋 또는 전략을 선택하고 적절한 리스크 레벨만 설정하면 바로 운용할 수 있습니다. PROMO: 현재 가격으로 남은 복사 슬롯은 3개뿐이며 가격은 24시간마다 단계적으로 인상되며, 최종 표기 가격인 4,999.99 USD에 도달할 때까지 조정됩니다. 가격은 사전 공지 없이 변경될 수 있습니다. AI GO
NOVA s7
Meta Sophie Agapova
5 (5)
NOVA s7 – 기관급 적응형 AI 트레이딩 엔진 NOVA s7 는 지능형 알고리즘 트레이딩의 다음 진화 단계를 의미합니다. 강력한 DeepSeek AI 프레임워크를 기반으로 구축된 NOVA s7은 정적인 신호에 반응하기보다 시장 행동을 맥락적으로 해석하도록 설계되었습니다. 기존 Expert Advisor와 달리 NOVA s7은 적응형 다층 지능 시스템을 통해 시장 구조, 모멘텀 변화, 변동성 압력 및 실행 품질을 지속적으로 평가합니다. 그 결과 단순한 스크립트가 아니라 진화하는 의사결정 프레임워크처럼 작동하는 트레이딩 엔진이 탄생했습니다. 그 핵심에는 데이터 흐름을 하나의 일관된 확률 모델로 통합하는 내부 AI 레이어인 Dynamic Context Matrix (DCM) 이 있습니다. 모든 잠재적 거래는 실행 전에 컨텍스트 점수 필터를 거치며, 이를 통해 NOVA s7은 수량보다 고품질 셋업에 집중합니다. NOVA s7은 실시간 시장 피드백을 기반으로 내부 의사결정 임계값
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
프로모션 시작! 449$에 얼마 남지 않았습니다! 다음 가격: 599$ 최종 가격: 999$ 1EA를 무료로 받으세요(2개의 거래 계정에 대해) -> 구매 후 저에게 연락하세요 Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro는 금 거래 EA의 클럽에 합류하지만 한 가지 큰 차이점이 있습니다. 이것은 진정한 거래 전략입니다. "실제 거래 전략"이란 무엇을 의미합니까?   아시다시피 시장에 있는 거의 모든 Gold EA는 단순한 그리드/마팅게일 시스템으로 시장이 초기
Zenox
PETER OMER M DESCHEPPER
4.46 (24)
라이브 신호가 10% 증가할 때마다 Zenox의 독점권 유지 및 전략 보호를 위해 가격이 인상됩니다. 최종 가격은 $2,999입니다. 라이브 시그널 IC Markets 계정, 증거로서 라이브 성과를 직접 확인하세요! 사용자 설명서 다운로드(영어) Zenox는 16개 통화쌍에 걸쳐 추세를 추적하고 위험을 분산하는 최첨단 AI 멀티페어 스윙 트레이딩 로봇입니다. 수년간의 헌신적인 개발 끝에 강력한 트레이딩 알고리즘이 탄생했습니다. 2000년부터 현재까지의 고품질 데이터 세트를 사용했습니다. AI는 최신 머신러닝 기법을 사용하여 서버에서 학습한 후 강화 학습을 거쳤습니다. 이 과정은 몇 주가 걸렸지만, 결과는 정말 인상적이었습니다. 학습 기간은 2000년부터 2020년까지입니다. 2020년부터 현재까지의 데이터는 Out Of Sample(샘플 외)입니다. 이 수준에서 수년간 Out Of Sample 성능을 달성한 것은 매우 놀라운 일입니다. 이는 AI 계층이 새로운 시장 상황에 아무런
제작자의 제품 더 보기
Break of Structure BoS SMC EA
Allan Munene Mutiiria
4.33 (18)
This Break of Structure BoS SMC EA utilizes Smart Money Concepts (SMCs) to detect price movements that decisively break through swing lows or swing highs established by previous price action. When prices rise above swing highs or fall below swing lows, they signal a change in market sentiment and trend direction. This BoS EA can be a powerful tool for predicting market moves and making informed trading decisions. We advise you strongly to optimize the EA to get the best settings for your trading
FREE
Keltner Grid Scalper MT5 EA
Allan Munene Mutiiria
5 (3)
The Keltner Grid Scalper MT5 EA is an automated trading system for MetaTrader 5 platforms. It uses the Keltner Channel indicator for entry signals in a grid-based strategy. This EA generates trades based on Keltner Channel crossovers and manages them through baskets. We designed it for forex pairs on timeframes from M5 to H1 but you can test and optimize on any other. The system organizes trades into baskets, with options for lot sizing, breakeven adjustments, and trailing stops. It includes da
FREE
Fair Value Gap SMC EA
Allan Munene Mutiiria
4.71 (14)
Fair Value Gap SMC EA is an automated Expert Advisor for MT5 trading platform that basically scans the current market conditions and environment , gets un-mitigated imbalances, or so called Fair Value Gaps, draws these levels on the chart, and trades them accordingly. For instance, it if finds a bullish FVG , it draws the box for visualization purposes, assigns it the color lime to indicate we anticipate a buy position and reversal momentum, and then if price reverts to the drawn box length, we
FREE
Supply and Demand Price Action MT5 EA
Allan Munene Mutiiria
3.67 (6)
The Supply and Demand Price Action MT5 EA is an automated trading system for MetaTrader 5 platforms. It identifies supply and demand zones based on price consolidation patterns and trades on zone retests (taps). This EA generates trades when price returns to valid zones after an initial breakout, with configurable risk management. We designed it for forex pairs on timeframes from M5 to H1, specifically developed on AUDUSD, M5 , but you can test and optimize on any other instrument or timeframe.
FREE
Order Blocks Scalper
Allan Munene Mutiiria
4.33 (6)
The Order Blocks Scalper EA is a next-generation, fully automated trading tool that identifies and trades key order block zones with precision and speed. Designed for traders seeking consistent entries and exits, this EA harnesses advanced market structure analysis to detect consolidation ranges, breakouts, and impulsive price movements, enabling optimal trade execution. Key Features Smart Order Block Detection : Identifies bullish and bearish order blocks based on institutional order flow. Each
FREE
Daily Range Breakout MT5 EA
Allan Munene Mutiiria
4 (8)
The Daily Range Breakout MT5 EA is a fully automated trading solution designed to identify and trade breakouts from the daily price range. It simplifies breakout trading with precise detection, customizable settings, and effective risk management options. Ideal for traders looking to capture market momentum, this EA helps identify high-probability breakout opportunities with minimal effort. How It Works Each day, the EA identifies the high and low price range based on a user-defined time windo
FREE
Spectra Zone Scalper
Allan Munene Mutiiria
3.17 (6)
Introducing Spectra Zone Scalper MT5 EA,   a revolutionary trading tool designed to help you navigate the Forex market with precision, efficiency, and adaptability. Whether you’re a seasoned professional or a trading enthusiast, this expert advisor offers the ultimate combination of cutting-edge technology and robust risk management to help you achieve your trading goals. NB: The default settings are for XAUUSD (Gold) with 3 digits, i.e., 0.001 (e.g., 2700.123). Plug and play! Any other currency
GRID Scalper MT5 EA
Allan Munene Mutiiria
4 (1)
GRID Scalper MT5 EA is a FULLY Automated Trading Expert Advisor whose control logic is based on the Grid Trading strategy. GRID Scalper MT5 EA   stands out from other expert advisors due to its remarkable approach to handling trades. With predefined optimization, the EA has proved to have a 75% rate of return. Basically, it uses martingale system to significantly counter trades that are in loss. The EA has added Break Even and Trail Stop mechanism that is activated when the set points deemed fit
Martingale Zone Recovery MT5 EA
Allan Munene Mutiiria
2.5 (2)
Martingale Zone Recovery MT5 EA Revolutionize your trading with the Martingale Zone Recovery MT5 EA , a powerful expert advisor designed for traders who want robust and dynamic trade management with unmatched versatility. Key Features: RSI-Based Signal Generation : Utilizes the Relative Strength Index (RSI) to identify high-probability trade opportunities in both trending and ranging markets. Advanced Zone Recovery System : Employs a martingale-based strategy to recover losing trades within pred
FREE
BOOM and CRASH Envelopes Scalper MT5 EA Unleash your trading potential with the BOOM and CRASH Envelopes Scalper MT5 EA , a meticulously crafted Expert Advisor designed for MetaTrader 5, tailored specifically for the high-octane Boom and Crash indices. This EA combines the precision of Envelopes and RSI indicators with a robust scalping strategy, offering traders a dynamic tool to capitalize on rapid market movements. Whether you're a seasoned scalper or a newcomer to synthetic indices, this EA
FREE
Envelopes RSI Zone Scalper MT5 EA Unleash your trading edge with the Envelopes RSI Zone Scalper MT5 EA , an Expert Advisor for MetaTrader 5, engineered to thrive in any market—forex, commodities, stocks, or indices. This dynamic EA combines the precision of Envelopes and RSI indicators with a zone-based scalping strategy, offering traders a versatile tool to capitalize on price movements across diverse instruments. Whether you’re scalping quick profits or navigating trending markets, this EA del
FREE
Kumo Cloud MT5 EA
Allan Munene Mutiiria
Elevate your trading with Kumo Cloud MT5 EA , a sophisticated automated trading solution built for MetaTrader 5. This EA harnesses the power of the Ichimoku Cloud (Kumo) and the momentum-confirming Awesome Oscillator to identify and trade high-probability breakout opportunities. Note: The program uses a rare signal generation logic that is double confirmed, using the Kumo Cloudstrategy. Make sure you understand the strategy! Backtest it in strategy tester on any currency pair of your choice and
FREE
MA ADX Market Analyzer EA
Allan Munene Mutiiria
This MA ADX Market analyzer Expert Advisor is an advanced EA that continuously scans the market and finds the best trading opportunities for the trader. It uses a combination of Moving Average (MA) and ADX indicators to generate the trading signals. It is a fully automated EA that sends buy and sell orders to the market so that the trader does not have to be at the computer interface each time and gives his or her time to do his own activities.  This is a free EA that you can download Straight A
FREE
FXGold Machine
Allan Munene Mutiiria
The EA's Development Background: The FXGold Machine is a highly intelligent and sophisticated trading system for the MT4 trading platform developed in MQL4. It took a lot of our effort to develop and test in real-world settings . We started working on it in 2021, and after seeing how profitable it was, we automated it by adding an algorithm. Since then, a number of changes have been made to the EA to increase its accuracy in trading. The default settings are made for AUDUSD on 15M price chart P
Blacklist Trader
Allan Munene Mutiiria
Blacklist Trader MT4 EA Basic Background Parameters: Win Rate: 74% Back test period – From: 2023.01.02 Back test period – To: 2023.09.01 Period/Timeframe: M15 Symbol/Currency pair: AUDUSD , Australian Dollar vs US Dollar Spread: Current Input Parameters: Default About the EA Development: The Blacklist Trader EA is a highly intelligent trading system. We spent a lot of time working on it and improving it with live tests. We have been developing it since 2021 and it proved to be quite profitable,
SureFire Trading Deck
Allan Munene Mutiiria
4 (1)
" Hope for the best and prepare for the worst " - a SureFire Trading Deck rare phrase. SureFire Trading Deck EA is a tool that tracks and trails all your trades. It uses the thumb rule that market moves in any direction  thus no matter where the market moves, your trades are executed in order. The engine behind the power is Zone Recovery Algorithm  or so called The Surefire Forex Hedging Strategy. The EA has an inbuilt Moving Average Cross strategy which is just to take care of opening trades.
SpaceX EA Bot
Allan Munene Mutiiria
SpaceX EA Bot is a tool that combines volume , trend , price action and intensity indicators and finds the best trades available to take for the system to be effective. It incorporates the best trading strategies to predict the most accurate trend and automatically places trades respectivelly. Here is the best part of the Bot - if the prediction fails, it MANAGES the trades to breakeven and then trails the trades afterwards, and of course, this setting is left for the user to decide, and manages
Fast and Furious EA is one of the most wanted Expert Advisor programme or as some would like to refer to as ‘ TRADING BOT ’ in the market. The Fast and Furious EA, just as the name suggests, is an EA that is programmed to precisely scan the market and come up with validated trading signals . These signals can either be used automatically by the EA to make market orders or can be manually used by the trader to make personal trading decisions and be integrated to the trading system.  The Swiftness
FX TradeCZAR EA
Allan Munene Mutiiria
One of the most sought-after Expert Advisor programs, or as some prefer to call it, "trading bots," on the market is FX TradeCZAR EA . The FX TradeCZAR EA is a programmed EA that carefully scans the market and generates  trading signals , as the name suggests. These signals can either be manually used by the trader to make individual trading decisions and be included into the trading system, or they can be automatically used by the EA to make market orders. The EA's ability to execute quick tran
Expert Trader Pro MT5 EA
Allan Munene Mutiiria
Expert Trader MT5 EA  is a FULLY Automated Trading Expert Advisor whose control logic is based on the  Zone Recovery  strategy. Expert Trader MT5 EA   stands out from other expert advisors due to its remarkable approach to handling trades. With predefined optimization, the EA has proved to have a   75%   rate of return. Basically, it uses SUREFIRE system to significantly counter trades that are in loss. The EA has added Break Even and Trail Stop mechanism that is activated when the set points de
Epicus Prime MT5 EA
Allan Munene Mutiiria
5 (1)
Epicus Prime Overview: Epicus Prime is a top-tier, superior, outstanding, unique, and exceptional solution in the world of algorithmic trading. In the realm of forex trading, Epicus Prime is engineered to handle significant and substancial tasks, and perform exceptionally well in the trading context, excelling remarkably in performance, accuracy, and reliability, which positions it as a leading, prominent and reliable option for traders. Strategy Elaboration: Epicus Prime is a system that analy
필터:
Muhib Rakhman
18
Muhib Rakhman 2026.02.26 18:20 
 

thank you for the good bot

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.02.27 09:34
Thanks for the kind review and feedback. Welcome.
josefx28
34
josefx28 2026.02.18 22:55 
 

How can I reverse the grid operations so that buy orders become sell orders and vice versa, but only within the grid?

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.02.19 09:02
Hello. Thanks for the kind review and feedback. Currently, that is not possible, but we can include it in the next updates. Thanks.
Alavin Nderitu
18
Alavin Nderitu 2026.02.14 06:10 
 

Perfect if you want to up your profit.Thank you very much for this EA.

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.02.14 08:50
Thanks for the kind review and feedback. Much appreciated.
dipaulagalvao
36
dipaulagalvao 2026.02.11 14:06 
 

Congratulations, great work on this EA! The update to version 9 made it much more accurate. Thank you for your time and work on this development.

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.02.11 20:50
Thanks for the kind review and feedback. You're most welcome.
Evgeny Belyaev
91722
Evgeny Belyaev 2026.01.22 11:46 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.01.22 13:45
Thanks for the kind review and feedback. Welcome.
LeeMartin911
19
LeeMartin911 2026.01.18 07:07 
 

This bot is really well made, thank you to the developer. Just one question, is there a set file to trade gold and bitcoin, please or someone on the forum is using it for the two pairs that can share their settings?

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.01.18 11:46
Hello. Thanks for the kind review and feedback, and welcome. We currently don't have any set file. We strongly advise you just backtest and optimize on your own to get the best settings that favour your trading style, because what favours someone can be a nightmare to you. Like a lot of things matter. Trading style, trading sessions, risk tolerance, and a couple of many more things. We made as many inputs as possible so that you can control the program dynamically. In case of any suggestion, you can just leave a comment. Thanks.
Ir Moh Zainal Arifin
293
Ir Moh Zainal Arifin 2026.01.16 01:43 
 

great EA... but no grid.. activate only 1 layer per basket...great result..

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.01.16 09:31
Hello. Thanks for the kind review and feedback. By no grid you mean? Maybe share the screenshot in the comments section. Thanks.
truongtri12345678
24
truongtri12345678 2026.01.15 13:49 
 

This is simply a bot that holds losing positions; I don't think it's suitable for anyone with an account balance below 10K

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.01.15 14:23
Okay. Thanks
imsandeep051
14
imsandeep051 2026.01.12 18:26 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

ambighen
683
ambighen 2026.01.06 19:32 
 

Seems promising, but could use a few options to increase flexibility. Could you please send me the source code? I would like to add some features to it, such as alternative entry indicators (EMA, SMA, etc.)

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2026.01.07 12:15
Thanks for the kind review and feedback.
Ren Bugnot
43
Ren Bugnot 2025.12.19 14:54 
 

good but lack of features like stop trading and news filtering options. it might be helpful to the EA since it uses grid system it will trash the account if there's a big movement in the market. but overall its good.

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.12.20 17:14
Thanks for the kind review and feedback. We'll consider that in the next updates. Thanks.
Prathamesh Shelake
18
Prathamesh Shelake 2025.12.15 15:10 
 

really good bro god bless you

in one shot he directly blow my 580 doller real account

he lost my 580 dollers because of grid

t is very risky dont use

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.12.15 19:43
Thank you for the kind review and feedback.
Rodrigo Benites De Moraes
620
Rodrigo Benites De Moraes 2025.12.10 01:08 
 

really gooodddddddd

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.12.10 13:19
Thanks for the kind review and feedback
d_virus
15
d_virus 2025.12.08 04:39 
 

hi author, can i ask how to set this as one trade only,i dont want that its currently on buy then it suddenly sells which settings il change? thanks

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.12.10 13:19
Hello. Thanks for the kind review and feedback. We'll consider that in future updates. Thanks.
Nezo Eliot
888
Nezo Eliot 2025.11.28 02:26 
 

I’m really impressed with this EA. After tweaking the settings, it’s been delivering consistent profits. Big thanks to the developer for the great work.

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.12.10 13:18
Thanks for the kind review and feedback.
Emanuel533
314
Emanuel533 2025.11.26 04:56 
 

Exelente CONFIJURACION FACIL,SENCILLO Y funcional 29/12/2025 THANK YOU."bendiciones"

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.11.26 07:52
Thanks for the kind review and feedback.
hossein135522
15
hossein135522 2025.11.23 08:25 
 

Hello, dear friend, this robot is wonderful, but in the real mode that I put on the system, it stopped after a day. Why?

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.11.24 12:53
Hello. Thanks for the kind review and feedback. We're working on solving that completely. Thanks.
651490
104
651490 2025.11.19 05:01 
 

Bin sehr positiv überrascht

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.11.19 07:05
Hello. Thanks for the kind review and feedback. Welcome.
[삭제] 2025.10.29 03:01 
 

사용자가 평가에 대한 코멘트를 남기지 않았습니다

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.10.29 12:20
Thanks for the kind feedback and review. We're glad. Thanks. Happy trading.
beetle2008
95
beetle2008 2025.10.27 21:40 
 

Good bot, simple and effective, but it lacks stop loss

Allan Munene Mutiiria
159693
개발자의 답변 Allan Munene Mutiiria 2025.10.28 21:29
Thanks for the kind feedback and review. The stop loss can be activated from the settings already by enabling SL Mode. Thanks.
리뷰 답변