CoinSmith

CoinSmith

CoinSmith is an automated trading EA whose main advantage is not aggressive profit, but calm, thoughtful, and more stable long-term operation. It is designed to work in the market with discipline and a defined system, rather than chaotically chasing fast profit.

In its logic, CoinSmith uses a structured grid approach with an automatically adjusted step based on market volatility, mode switching, and total basket profit control.

CoinSmith is best suited for major currency pairs such as EURUSD, GBPUSD, and similar liquid Forex pairs. Before using it on other symbols, it is recommended to run detailed tests in the MetaTrader 5 Strategy Tester.

Why CoinSmith earns more slowly, but better

CoinSmith is not designed as a “quick money” robot. And that is an advantage, not a disadvantage.

EAs that earn very quickly usually do so by taking on higher risk. This often means more aggressive market entries, greater pressure on the deposit, and a much higher chance of getting into unpleasant situations when the market moves in one direction for a longer period of time. These are exactly the moments when fast-earning robots often reveal their weakness.

CoinSmith takes a different approach — it works more patiently and carefully. That is why profit may be slower, but the overall operation is more reasonable and stable. In the long run, this is usually much more valuable than short-term impressive results.

CoinSmith does not earn every day

It is important to understand that CoinSmith is not a robot that will produce the same result every single day. There are days when the market offers very few opportunities, and there are days when CoinSmith works much more productively.

This is normal. The market is not the same every day, and CoinSmith adapts to market movement instead of artificially trying to open trades just so that “something happens.” At the code level, it works with price levels and an adjusted step, so its activity directly depends on the nature of the market.

Profit is usually lower during summer

During the summer period, the market is often calmer, movements are slower, and trends are less pronounced. As a result, CoinSmith will usually be less active during this time, and profit may be more modest.

This does not mean that something is wrong with the EA. On the contrary — it means that CoinSmith is working according to market conditions and is not forcing trades when the market is not favorable.

Do not interfere with CoinSmith’s operation

It is not recommended to manually interfere with CoinSmith:

  • do not modify its trades;
  • do not close trades manually before time;
  • do not try to “help” the EA make decisions.

CoinSmith is built as a system where each next step is connected to the previous one. If a person starts manually closing trades or changing the logic in the middle of the process, the whole structure according to which the EA operates can be disrupted.

At the code level, CoinSmith maintains its own pending order sequence, controls levels, prevents duplicates, and works according to a defined basket profit logic.

CoinSmith is not based on Stochastic

CoinSmith is not based on the Stochastic indicator. It does not rely on classic indicator signals in the same way as many other robots.

Instead, CoinSmith uses a different approach — it structures the market through price levels, grid logic, and an automatically adjusted step based on market volatility. Simply put, the market is approached in a smarter and more technical way, not by relying on a single overbought/oversold indicator.

CoinSmith is not Martingale

An important point — CoinSmith is not Martingale.

It does not increase the lot size after losses in an attempt to “win back” the previous result. This is a very important difference, because Martingale systems can look impressive until the market starts moving strongly in one direction for an extended period. At that point, the risk increases very quickly.

CoinSmith is based on structured grid order placement and controlled lot calculation according to account balance. The EA does not use the classic Martingale principle where the lot size is increased after losses.

The lot size is determined by predefined input parameters: in manual mode, a fixed lot is used, while in automatic mode, the lot increases gradually according to the account balance. For example:

  • 0.01 lot at a balance of 300–599;
  • 0.02 lot at a balance of 600–899;
  • 0.03 lot at a balance of 900–1199;
  • and so on.

The total profit target in money is adjusted according to this lot step, so the system maintains a proportional relationship between lot size and basket profit target.

Minimum deposit

For CoinSmith, the minimum recommended deposit for 0.01 lot is:

300 USD — as the absolute minimum.

However, it is safer and more recommended to start with:

500 USD.

The larger the deposit, the more comfortable reserve the EA has for market fluctuations. A very simple principle applies here:

it is always better for the deposit to be larger rather than smaller.

About increasing the lot size

It is not recommended to increase the lot size if the deposit does not meet the minimum requirements — even if at some point it seems that “everything is going well” and that it could be done.

Such a decision may look attractive in calm market conditions, but problems begin when the market enters a stronger, longer one-direction movement. That is exactly when a lot size that is too large for a deposit that is too small can create pressure that may later be deeply regretted.

With CoinSmith, a much smarter approach is not to artificially chase higher profit, but to give the EA enough deposit reserve so that it can do its job properly.

CoinSmith earns for you

The main idea is very simple — CoinSmith is the one that earns for you.

Your role is not to sit in front of the screen and try to take control of every market movement. Your role is to provide the EA with the right conditions:

  • a suitable deposit;
  • the correct lot size or auto lot setting;
  • patience;
  • not interfering with its work;
  • keeping it always switched on, preferably using a VPS service.

That is when CoinSmith can show what it is designed for — calm, technical, and stable automated trading.

CoinSmith Input Parameters

Below are the main input parameters that the user can change.

Manual lot = 0.01

This is the initial lot size with which CoinSmith opens orders when auto lot is not enabled.

The standard recommendation is to leave it at 0.01 lot if the minimum recommended deposit is used, which is at least 300 USD. This parameter should not be increased just because everything seems calm for a while. A larger lot without a suitable deposit may create unnecessary risk.

Auto lot by account balance

This enables or disables automatic lot increase based on account balance.

Example:

  • 300–599 = 0.01 lot;
  • 600–899 = 0.02 lot;
  • 900–1199 = 0.03 lot;
  • 1200–1499 = 0.04 lot;
  • and so on.

EA will not trade below this balance

This is the minimum account balance, for example 300, from which the EA is allowed to trade.

If the balance is below this value, the EA will not trade and will display a red warning on the chart.

Every 300 account currency units adds one lot step +0.01

This is the account balance step for automatic lot increase.

Every 300 account currency units increases the lot by one step, which is +0.01 lot.

Lot increase amount for each balance step

This means that every 300 in account balance increases the lot size by 0.01.

Max Auto Lot Safety cap for auto lot, 0 = no cap

This is the maximum automatic lot size.

It acts as a safety limit. If it is set to 0, then no maximum limit is used.

Max pending orders in grid

This parameter defines the maximum number of pending orders in the grid.

In simple terms, it determines how many levels CoinSmith is allowed to maintain in its order structure.

Money TP — account currency = 1.0

This is one of the most important parameters.

It means that if the total result of the open position basket reaches +1.0 USD, or another account currency depending on the broker account currency, CoinSmith closes all positions, deletes the pending orders, and the current cycle is considered completed.

Important: if you change the lot size, then this parameter must also be changed proportionally, unless Auto lot by account balance is enabled.

Example:

  • Lot 0.01 → Money TP 1.0;
  • Lot 0.02 → Money TP 2.0;
  • Lot 0.03 → Money TP 3.0.

This helps maintain the same logical relationship between lot size and the intended profit target for the entire order basket.


Рекомендуем также
Use this expert advisor whose strategy is essentially based on the Relative Strength Index (RSI) indicator as well as a personal touch. Other free expert advisors are available in my personal space as well as signals, do not hesitate to visit and leave a comment, it will make me happy and will make me want to offer content. Expert advisors currently available: LVL Creator LVL Creator Pro LVL Bollinger Bands   Trading is not a magic solution, so before using this expert on a live account, carry
FREE
Golden Square X
Huynh Tan Linh N
4.18 (11)
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
Peri Peri Gold MT5
Roberto Mubonane Muiambo
Recommendations Time Frame: 1H Minimum Deposit:$400 USD Currency Pair Gold / XAUUSD Setting: D efault Fully automatic adviser Peri Peri Gold do not use any dangerous trading methods: No Grid , No martingale. The strategy was Back-tested Stable from 2018 to 2023 using every tick based on real ticks in MT4 using Exness Real Ticks 100% tick quality. Live trading is going well on my Exness and ic markets  broker.
FREE
Test Before Use... In the forex market, a range refers to a period of time during which the price of a currency pair remains relatively stable, fluctuating within a narrow band. This can be contrasted with a trend, which refers to a sustained movement in the price of a currency pair in a particular direction. During a range, the price of the currency pair may move up and down within a defined range, but it is not trending strongly in any particular direction. This can be a good time for the rang
FREE
[FREE EA] EA23 TANIN HEIKEN CCI: THE PULLBACK ASSASSIN & PROP FIRM SHIELD Are you tired of entering trends too late and getting caught in drawdowns? Meet EA23 Tanin Heiken CCI , a commercial-grade automated trading system designed to catch the perfect pullback entries in a strong trend. THE BIG UPDATE: NO MORE .SET FILES! For the first time, you don't need to download or load messy .set files. EA23 comes with Built-in Presets . Just select your mode from the dropdown menu (Prop Firm Safe M
FREE
Эксперт  MACD_LevelTrader MT5   создан для торговле валютной пары XAUUSD. Данная версия это наработки того, что можно извлечь  из  индикатора MACD и Moving Average.  Важно   перед тестированием изменить настройку с 1000 на 5000                       Offset in points UP from SMA200 for sell              5000                       Offset in points DOWN from SMA200 for buy        5000   Тайм фрейм  М5. Два варианта логики, П араметр  true=вход по уровню  MACD +   SMA200, false=вход по MACD  Тестиру
FREE
Expert Alligator
MetaQuotes Ltd.
3.17 (6)
Стратегия основана на пересечении линий технического индикатора Alligator, описанного в книге Б. Вилльямса "Торговый хаос". Эта система представляет собой комбинацию трех смещенных скользящих средних (линии Lips, Teeth и Jaw) и осцилляторов, построенных на их основе. Линии индикатора Alligator генерируют сигнал на открытие позиции, когда они пересекаются в одной точке и выходят из нее, расположившись в соответствии со своими периодами. При движении рынка вверх самой верхней скользящей средней
FREE
Range Auto TP SL  is for you, 100% free for now, download it and give me a good review and you are free to use it for lifetime !!!! Range Auto TP SL is a EA to set Stop Loss and Take Profit level based on range using Average True Range (ATR). It works on both manually opened positions via PC MT5 Teriminals or MT5 Mobiles and EA/robots opened position. You can specify magic number for it to work on or it can work on all the positions. Many EA does not good Stop Loss and Take Profit function and
FREE
Three Moving Averages
MetaQuotes Ltd.
3.27 (26)
Советник торгует по трендовой стратегии, основанной на взаимном расположении трех скользящих средних. Определение тренда производится путем анализа взаимного расположения быстрой (FastEMA), средней (MediumEMA) и медленной (Slow EMA) экспоненциально сглаженными скользящими средними: Покупка: FastEMA>MediumEMA>SlowEMA (тренд вверх). Продажа: FastEMA<MediumEMA<SlowEMA (тренд вниз). Параметры: Inp_Signal_ThreeEMA_FastPeriod = 8; Inp_Signal_ThreeEMA_MediumPeriod = 38; Inp_Signal_ThreeEMA_SlowPeriod =
FREE
https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube These EAs trade macd divergence only if there is a parabolic sar change at the same time. Sell bearish macd divergence & parabolic sar crosses above price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a % percentage of the
FREE
BB Strategy V5.01 Advanced Bollinger Bands Grid Expert Advisor BB Strategy V5.01 is a fully automated Expert Advisor for MetaTrader 5 that combines Bollinger Bands mean-reversion trading, percentage-based grid management, advanced entry filtering, and intelligent risk control. The EA is designed to identify temporary market overextensions and capture high-probability reversal opportunities while filtering out low-quality entries that often occur during strong trending conditions. Unlike traditio
FREE
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
Dual MACD & Stochastic Expert Advisor (EA)   – полностью автоматизированная торговая система, использующая два индикатора   MACD (Схождение/Расхождение скользящих средних)   в сочетании с   Стохастическим осциллятором   для поиска высокоточных торговых сигналов. Этот советник сочетает трендовый анализ MACD с импульсным анализом Stochastic, что обеспечивает точные точки входа и выхода. Основные особенности: •   Двойная стратегия MACD   – использует два MACD с разными настройками для подтвержден
FREE
Fibo Trader - это советник, позволяющий создавать автоматизированные шаблоны для паттернов колебаний по значениям коррекций Фибоначчи, используя полностью автоматизированную и динамически созданную сетку. Данный процесс достигается путем оптимизации советника, с последующим его запуском в автоматическом режиме. Советник позволяет переключаться между автоматическим и ручным режимом. В ручном режиме пользователю предоставляется графическая панель, позволяющая управлять текущими торговыми условиями
FREE
MA EMA Cross Risk EA — это торговый советник для MetaTrader 5, созданный для тех, кто хочет торговать по понятной, логичной и визуально прозрачной стратегии пересечения скользящих средних. В основе советника лежит одна из самых известных идей технического анализа: пересечение быстрой и медленной MA/EMA. Когда рынок меняет направление, скользящие средние помогают увидеть этот момент без лишнего шума, эмоций и ручного поиска сигналов. Советник автоматически отслеживает пересечения Moving Average и
FREE
Суть системы заключается в идентификации момента формирования "разворотной" композитной свечи с заданными характеристиками (размер свечи в пунктах, структура теней). В анализе японских свечей аналогами подобных разворотных моделей являются "Молот" (Hammer) и "Повешенный" (Hanging Man), но в данной системе тело свечи не обязательно должно быть маленьким, а результирующая свеча строится из нескольких свечей. Входные параметры системы: Range - задает максимальное количество баров, которые будут уча
FREE
MultiTrend Commander
Джованни Орсани
MultiTrend Commander — автоматическая торговая система Что это? Автоматизированное торговое программное обеспечение, которое: Интеллектуально определяет рыночные тренды Принимает решения на основе нескольких таймфреймов Автоматически управляет рисками Что оно делает? Определяет тренды Анализирует рынок в режиме реального времени Комбинирует сигналы с разных таймфреймов (15 мин, 1 час, 4 часа) Проверяет направление тренда перед входом Защищает ваш капитал Автоматически рассчитывает ст
FREE
MA Crossover ADX
MetaQuotes Ltd.
4 (13)
Советник торгует по трендовой стратегии, основанной на пересечении ценой скользящей средней c подтверждением при помощи индикатора ADX. Основные положения стратегии: Покупка: цена закрытия завершенного бара выше скользящей средней, при этом скользящая средняя возрастает на предыдущем и текущем барах. Продажа: цена закрытия завершенного бара ниже скользящей средней, при этом скользящая средняя убывает на предыдущем и текущем барах. Дополнительно реализована фильтрация ложных сигналов путем анализ
FREE
EV Divergence Sniper is a precision-oriented Expert Advisor designed to identify high-probability market reversals through true price divergences confirmed by RSI and Stochastic. The system focuses on structural market conditions and enters only when price and momentum show a clear imbalance, significantly reducing false entries and improving signal quality. The EA uses a structural stop loss placed beyond the most recent swing, combined with a fully customizable risk-to-reward take profit. It i
FREE
This Expert Advisor examines signals from indicators such as MACD, Stochastic, and RSI to identify market trends and turning points. It incorporates multiple strategies and works seamlessly together. The Advisor analyzes the market situation in real time and automatically executes trades at predefined stop loss and take profit levels. HydraAlchemist is also easy to use. The intuitive and easy-to-understand setup screen allows you to execute trading strategies with few parameters. When trading Go
FREE
Triple Indicator Pro
Ebrahim Mohamed Ahmed Maiyas
3.67 (3)
Triple Indicator Pro: ADX, BB & MA Powered Trading Expert Unlock precision trading with Triple Indicator Pro, an advanced Expert Advisor designed to maximize your market edge. Combining the power of the ADX (trend strength), Bollinger Bands (market volatility), and Moving Average (trend direction), this EA opens trades only when all three indicators align 1 - ADX (Average Directional Index) indicator – This indicator measures the strength of the trend, if the trend is weak, the expert avoids
FREE
PZ Ichimoku EA MT5
PZ TRADING SLU
4.05 (19)
Trade the Ichimoku Kinko Hyo Indicator with complete freedom using a powerful and flexible EA. It implements many entry strategies and useful features, like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements several entry conditions Customizable break-even, SL, TP and trailing-stop settings Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Implements a
FREE
Trade donchian breakouts with complete freedom. This EA can trade any breakout period, any timeframe, with pending or market orders- as desired- and implements many other useful features for the exigent trader, like customizable trading sessions and week days, a martingale mode and inverse martingale mode.  [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise Customizable trading direction Customizable donchian breakout period It
FREE
https://www.youtube.com/watch?v=0T8Mge39Xsk&t=9s Youtube Sell only EA here. These EAs trade macd divergence only if there is a parabolic sar change at the same time. Buy bullish macd divergence & parabolic sar crosses below price Macd settings  Threshhold is how far above / below zero divergence must occur. Timeframe used Parabolic sar settings Only one trade in that direction can be opened at once. Trades on open bar Alerts , mt5 and mobile Stop loss and target points Stop loss is set to a
FREE
This EA trades untested fractals using pending orders. It offers many trading behaviors and flexible position management settings, plus many useful features like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements 4 different trading behaviors Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading ca
FREE
Mozu USDJPY
Noriyuki Suzuki
5 (2)
Mozu USDJPY is a scalping EA designed for USDJPY. Although the EA itself references the M15 timeframe, it trades the same way regardless of which timeframe you display on the chart. It detects trends and performs scalping by buying on pullbacks and selling on rallies. It is similar to my other EA, Atori, but this one has been optimized over a longer period. A broker with tight spreads is recommended. Please test it first on a demo account or with small lot sizes. Note: Backtest results do not ne
FREE
AvA 8 limited
Sveinn FRIDFINNSSON
INFORMATIVE There is no price for this Trading System "AvA - 8 limited" it is free of charge. It has limited input parameters and limited number of levels for GAMMA and DELTA modules, but it has enough for you to try and even trade, it is fully functional. The paid version is of course ideal for trading. Being professional traders and system designers, we decided that the best way forward is to be as transparent as possible. This is in regards to how our trading systems are built and how they w
FREE
Это последняя итерация моего известного скальпера, Goldfinch EA, впервые опубликованная почти десять лет назад. Он скальпирует рынок при внезапном увеличении волатильности, которое происходит в короткие промежутки времени: он предполагает и пытается извлечь выгоду из инерции движения цены после внезапного ускорения цены. Эта новая версия была упрощена, чтобы позволить трейдеру легко использовать функцию оптимизации тестера, чтобы найти лучшие торговые параметры. [ Руководство по установке | Руко
FREE
ForceBB_Expert   is structured based on two specifics technical analysis indicators ( Bollinger Bands and  Force Index ). 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. The default parameter settings are indicative, I recommend that each user experiment to find their own settings.
FREE
Нейросетевой советник на двух скользящих средних с режимом обучения. Обучите советник на указанных вами примерах и получайте прибыль в реальной торговле. Советник может работать на любом инструменте и любом тайм фрейме. Алгоритм торговли в советнике Анализ двух скользящих средних производит нейросетевое ядро, которое выдает команды на покупку или продажу. На входной первый слой подаются значения двух скользящих средних, быстрой (FMA) и медленной (SMA), во втором слое производится вычисление дву
FREE
С этим продуктом покупают
Quantum Titan MT5
Bogdan Ion Puscasu
4.6 (10)
Quantum Titan, предоставляя возможности торговли институционального уровня в экосистеме Quantum, устанавливает новый стандарт точности, дисциплины и доказанной эффективности на реальном рынке. Разработанный для трейдеров, которые ожидают большего от советника GOLD Expert Advisor, Titan представляет собой следующий этап развития квантовых торговых технологий. Количество доступных лицензий строго ограничено — всего 1000 пожизненных лицензий по всему миру. После того, как все 1000 экземпляров буд
Smart Gold Hunter
Barbaros Bulent Kortarla
4.22 (50)
Smart Gold Hunter — это Expert Advisor для торговли XAUUSD / Gold на MetaTrader 5. Он создан для трейдеров, которые предпочитают советник по золоту без сетки, без мартингейла, с реальными Stop Loss и Take Profit, а также с контролируемым управлением риском. Вы можете проверить live-сигналы перед покупкой: Live Signal - IC Markets: https://www.mql5.com/en/signals/2365400?source=Site +Signals+My Live Signal - Ultima Markets: https://www.mql5.com/en/signals/2376242?source=Site +Signals+My Smart Go
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (37)
Легенда продолжается. Королева эволюционирует. Добро пожаловать в Quantum Queen X — новое поколение легендарной торговой системы GOLD, основанной на проверенном успехе Quantum Queen. Quantum Queen X построена на том же проверенном движке, что и Quantum Queen, и представляет собой новый мощный пользовательский режим, который позволяет трейдерам выбирать, какие именно стратегии включать или отключать. Каждая стратегия была индивидуально проверена, доработана и оптимизирована для обеспечения еще лу
The Gold Reaper MT5
Profalgo Limited
4.48 (105)
ГОТОВНОСТЬ К ИСПОЛЬЗОВАНИЮ ПРОПОРЦИИ! (   скачать SETFILE   ) ПРЕДУПРЕЖДЕНИЕ: Осталось всего несколько экземпляров по текущей цене! Окончательная цена: 990$ Получите 1 советника бесплатно (на 3 торговых аккаунта) -> свяжитесь со мной после покупки Выгодное комплексное предложение     ->     нажмите здесь ПРИСОЕДИНИТЬСЯ К ОБЩЕСТВЕННОЙ ГРУППЕ:   Нажмите здесь   Сигнал в реальном времени Сигнал клиента Обзоры YouTube ПОСЛЕДНЕЕ РУКОВОДСТВО Добро пожаловать в «Золотого Жнеца»! Созданный на основе
Iron Stops
Fajar Dicky Firmansyah
5 (17)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 Без уловок. Без пустых обещаний. Iron Stops ориентирован на трейдеров, сосредоточенных на одном важном аспекте: последовательности . Независимо от того, работаете вы над проп-испытанием или управляете средствами клиентов, этот советник работает в установленных рамках и обеспечивает надежные результаты. Позиции закрываются в течение 36 часов. Запустите его на одном графике: Просто примените его к XAUUSD с использованием временного инте
ВАЖНЫЙ   : Данный комплект будет продаваться по текущей цене в очень ограниченном количестве экземпляров.    Цена скоро поднимется до 1999 долларов!   Включено более 300 стратегий   , и в будущем их станет еще больше! БОНУС   :   выберите   5    других моих советников бесплатно!   ВСЕ ФАЙЛЫ КОМПЛЕКТАЦИИ + ПОЛНОЕ РУКОВОДСТВО ПО НАСТРОЙКЕ И ОПТИМИЗАЦИИ ВИДЕОРУКОВОДСТВО СИГНАЛЫ В РЕАЛЬНОМ ВРЕМЕНИ ОБЗОР (от стороннего источника) НОВИНКА - 44 СТРАТЕГИИ: СИГНАЛ В РЕАЛЬНОМ ВРЕМЕНИ Добро пожаловать
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
5 (10)
ThunderGold Scalper ThunderGold Scalper — это торговый советник, разработанный для автоматической торговли золотом на платформе MetaTrader 5. Советник предназначен для XAUUSD и GOLD на таймфрейме M15. Он использует собственный многофакторный алгоритм принятия решений для определения подходящих торговых возможностей и автоматического управления позициями. Система анализирует рыночную структуру, направление тренда, качество свечей, объем, импульс и условия исполнения. Советник ожидает подходящих
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.43 (136)
Меньше сделок. Лучшие сделки. Стабильность прежде всего. • Живой сигнал Режим 1   Живой сигнал Режим 2 Twister Pro EA — это высокоточный скальпинговый советник, разработанный исключительно для XAUUSD (Золото) на таймфрейме M15. Торгует реже — но каждая сделка имеет смысл. Каждый вход проходит через 5 независимых уровней проверки перед открытием ордера, что обеспечивает чрезвычайно высокую точность на стандартной конфигурации. ДВА РЕЖИМА: • Режим 1 (рекомендуется) — Очень высокая точность, ма
Quantum King EA
Bogdan Ion Puscasu
4.96 (215)
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:       Кликните сюда ***Купите Quantum King MT5 и получите Quantum StarMan бесплатно!*** За подробностями обращайтесь в личном сообщении! Управляйте   своей торговлей точно и
Lizard
Marco Scherer
4.29 (55)
ЧТО ТАКОЕ LIZARD? Lizard — полностью автоматический советник, разработанный исключительно для XAUUSD (золото) на MetaTrader 5. Он использует мультистратегическую систему пробоя свингов, которая определяет ключевые структурные уровни на графике и размещает отложенные стоп-ордера в точно рассчитанных точках входа. Без мартингейла. Без сетки. Без усреднения. Каждая сделка имеет заданные Stop Loss и Take Profit и активно управляется многоуровневой системой выхода — автоматически, круглосуточно. Реал
Gold Snap
Chen Jia Qi
4.5 (18)
Gold Snap — система быстрого захвата прибыли на золоте Живой сигнал: https://www.mql5.com/en/signals/2362714 Живой сигнал 2: https://www.mql5.com/en/signals/2372603 Реальный сигнал v2.0: https://www.mql5.com/en/signals/2379945 Осталось только 3 копии по текущей цене. Скоро цена будет повышена до $1199. Важно: После покупки, пожалуйста, свяжитесь с нами через личные сообщения, чтобы получить руководство пользователя, рекомендуемые настройки, примечания по использованию и поддержку обновлений. h
Zoomini
Gennady Sergienko
1.6 (15)
Важная информация: Поддержка и ответы на вопросы только тут:  https://www.mql5.com/en/users/zolia  ( Zolia - UTC/GMT: Тайвань ); Zoomini — это небольшой набор моделей машинного обучения из последнего исследования проекта GoGoPips от 07.2026. Данные модели предназначены только для XAUUSD H1 / Gold . Сигнал: www.mql5.com/en/signals/2381994 Что важно знать: Модели торгуют только одним ордером с равными SL/TP. Поддерживаются Netting-счета и любые кредитные плечи. Поддерживаются крупные депози
Cortex IDX
Vladimir Mametov
5 (2)
Это полностью автоматический советник для MetaTrader 5, разработанный специально для торговли индексом US30. Его торговая логика построена с учётом особенностей фондовых индексов: сильных направленных движений, внутридневных откатов и периодов повышенной волатильности. Советник автоматизирует торговлю в условиях, где особенно важны скорость исполнения, дисциплина и эффективное управление открытыми позициями. Основной акцент системы сделан на дисциплинированном сопровождении сделок, быстрой реакц
Vexora sera
Fatima Zohra Ed Dachraoui
5 (3)
Прозрачность Мы считаем, что лучший способ оценить работу Expert Advisor — это его реальные результаты торговли на реальном счёте. Сигнал реальной торговли: https://www.mql5.com/en/signals/2379635?source=Site+Signals+My Техническая поддержка: https://www.mql5.com/en/users/fatima-zohraed/news                                            Руководство по настройкам Запущен по цене $199 Сейчас $299 — доступно только 10 копий Успейте приобрести свою копию за $299 до следующего повышения цены до $399. V
Smart Gold Impulse
Barbaros Bulent Kortarla
4 (20)
Smart Gold Impulse теперь доступен на этапе специального раннего запуска. Это советник (EA), который я сейчас использую с впечатляющими результатами на своем реальном сигнальном счете в Ultima Markets. Вы можете проверить текущую доходность в результатах живых сигналов Ultima, где Smart Gold Impulse уже продемонстрировал очень сильный потенциал в реальных рыночных условиях. Тот же сет-файл (set file), который используется на моем реальном счете в Ultima, будет предоставлен исключительно поку''
MoonDog EA
James Vito Armin Bianchini
5 (6)
MoonDog EA — это мультистратегийный советник для торговли на пробоях, разработанный специально для XAUUSD в MetaTrader 5. Система объединяет пять независимых пробойных стратегий, предназначенных для выявления различных условий пробоя и расширения ценового движения. MoonDog не использует мартингейл, режим recovery, grid recovery, увеличение лота или усреднение убыточных позиций. Каждая сделка открывается с заранее установленными Stop Loss и Take Profit. После убыточных сделок советник никогда не
Quantum Athena X
Bogdan Ion Puscasu
5 (4)
Более интеллектуальное управление. Повышенная точность. Добро пожаловать в Quantum Athena X — торговую систему для сфокусированной торговли золотом нового поколения, которая развивает точность, эффективность и дисциплинированность исполнения Quantum Athena. Quantum Athena X построена на том же оптимизированном базовом движке и использует те же 6 тщательно отобранных стратегий, что и Quantum Athena. Каждая стратегия была индивидуально доработана и оптимизирована для текущих рыночных условий GO
Zerqon EA
Vladimir Lekhovitser
3.37 (30)
Торговый сигнал в реальном времени Публичный мониторинг торговой активности в режиме реального времени: https://www.mql5.com/ru/signals/2372719 Официальная информация Профиль продавца Официальный канал Руководство пользователя Инструкции по установке и использованию: Открыть руководство пользователя Zerqon EA — это адаптивный экспертный советник, разработанный специально для торговли XAUUSD. Стратегия основана на модели нейронной сети Deep LSTM, интегрированной через ONNX, что позволяе
Goldwave EA MT5
Shengzu Zhong
4.53 (74)
Реальный торговый счёт   LIVE SIGNAL (IC MARKETS): https://www.mql5.com/en/signals/2339082 Данный EA использует абсолютно ту же торговую логику и те же правила исполнения, что и верифицированный сигнал реальной торговли, представленный на MQL5.При использовании рекомендованных и оптимизированных настроек, а также при работе с надёжным ECN / RAW-spread брокером (например, IC Markets или TMGM) , поведение EA в реальной торговле спроектировано таким образом, чтобы максимально соответствовать струк
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (506)
Представляем       Quantum Emperor EA   , новаторский советник MQL5, который меняет ваш подход к торговле престижной парой GBPUSD! Разработан командой опытных трейдеров с опытом торговли более 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   бесплатно!*** За подробностями обращайтесь в личном сообщении Подтвержденный сигнал:   нажмите здесь В
ОБНОВЛЕНИЕ: Следующая цена: 599 долларов, окончательная цена: 999 долларов. Если вы цените честность и реальную торговую систему, разработанную для реальной торговли, а не просто идеально выглядящую линейную модель, которая может в итоге привести к обвалу вашего счета, то это может быть для вас. Без мартингейла / Без сетки Сигнал в режиме реального времени (22 месяц) +300% Рост живой активности [Текущий сигнал]    |    [Результаты FTMO]    |    [Основной портфель]  |    [Руководство по тестиро
Pulse Engine
Jimmy Peter Eriksson
4.08 (37)
ОБНОВЛЕНИЕ - ОСТАЛОСЬ ВСЕГО НЕСКОЛЬКО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ! Главная цель этой системы — долговременная работа в режиме реального времени без использования каких-либо рискованных мартингейлов или сеток.  ОЧЕНЬ ОГРАНИЧЕННОЕ КОЛИЧЕСТВО ЭКЗЕМПЛЯРОВ ПО ТЕКУЩЕЙ ЦЕНЕ Окончательная цена: 1499 долларов США [Сигнал в реальном времени]    |    [Результаты тестирования]    |    [Руководство по настройке]    |    [Результаты FTMO] Другой подход к торговле Торговая система Pulse Engine не использует н
Logan MT5
Thierry Ouellet
4.31 (32)
LIMITED TIME OFFER AT 289$ Price will go up at  499$ on August 24th! Logan MT5 isn't your typical Gold Grid EA that blindly opens trade after trade, consuming your margin and putting your capital at unnecessary risk. Instead, it patiently waits for high-probability entry opportunities and uses an intelligent recovery system that combines ATR-based grid spacing with dynamic lot progression . This allows it to withstand adverse market movements that would wipe out most conventional grid EAs—incl
Nexorion Initium Novum EA
Valentina Zhuchkova
4.04 (25)
NEXORION: Initium Novum — Детерминированная логика и алгоритмический синтез NEXORION — это аналитический комплекс институционального уровня, базирующийся на строгих математических алгоритмах обработки ликвидности. В основу проекта заложена концепция прозрачности вычислений: советник преобразует хаотичные котировки в структурированные геометрические зоны, визуализируя процесс принятия решений непосредственно на торговом графике. Мониторинг в реальном времени https://www.mql5.com/en/signals/237840
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 is specially designed for Gold. We decided to include this EA in our offering after extensive testing . XG Gold Robot and works perfectly with the XAUUSD, GOLD, XAUEUR pairs. XG Gold Robot has been created for all traders who like to Trade in Gold and includes additional a function that displays weekly Gold levels with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on Price Action, Cycle S
Launch Offer:   Grab Gold Naural Core and bundle it with   XAU Momentum   and get 2 free EAs of your choice from my entire MQL5 store. DM me for details. Learn how I personally manage risk when using grid systems:  https://www.mql5.com/en/blogs/post/767250 Read the user guide to any TickStack grid system:  https://www.mql5.com/en/blogs/post/767232 Gold Neural Core — Hyper-Scalping Grid System for XAUUSD Gold Neural Core is a high-frequency grid trading system engineered specifically for gold (X
XT Bitcoin Robot is an advanced  automated trading system  designed specifically for  BTCUSD traders  who want to take advantage of Bitcoin's market volatility without the need for constant market monitoring. The robot continuously analyzes market conditions and automatically executes trades based on its built in trading logic, helping traders stay active in the market 24 hours a day without manual intervention. The system is designed to identify trading opportunities and manage positions accor
Создан для доминирования на рынке золота. Официальная информация Профиль продавца Официальный канал Руководство пользователя Специальная вводная цена:   всего 500 долларов для первых покупателей! Цена увеличивается на 100 долларов за каждые 10 проданных экземпляров. Окончательная цена: 2000 долларов. Максимальное количество мест: 1000. Торговый сигнал в реальном времени  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://ww
Фильтр:
Нет отзывов
Ответ на отзыв