ScalpEA v2

I am happy that you are here, let me introduce my small miracle.

How it started:

  1. At first, bot was created for XAUUSD pair. It could be used / trained for whatever you like, but at your own risk! For your info, I am not a marketing guy so nothing here will look so fancy, my bot just simply works, and decision is only on you if you would like to buy it based on your tests.
  2. It all started as an experiment after one developer here told me that doing these modifications would be too complicated. So I told him ok.
  3. My knowledge of MQL5 was close to zero so I thought how about to try some AI. 
  4. Writing this bot started on ChatGPT5, it was complicated but after some time it ended up with compilable code.
  5. On the way I have even tried Gemini but it was a disaster.. at the end I have ended at Claude and that bot is amazing and able to produce compilable code.

Now let me introduce what my EA does.

What it does:

  1. Trades FVG in both directions.
  2. Have machine learning options.
  3. Have trailing TP or my Hybrid TP that contains Trailing SL
  4. Have option to trade Bearish FVG with different setting than Bullish ones,
  5. With my settings it trades with 98% winrate since 10/2023 (gold started to be more bullish)

Btw all my real accounts are running ScalpEA v2, you can find them on my myfxbook where my name is MartinSMGcz.
I have there even v1 but it was not that good.
Also, do not use default config, it is not that good as configs provided on the blog post.

This writng is not for me so I let AI to generate some description. Btw, I might be running too aggressive configurations but when it works, why not? When fail comes, recovery time is about 14 days so again, why not?

I am not selling this bot right after finishing the code but after 3 months of testing on multiple live accounts. (not a cent one)

Make your own backtests and feel free to share your opinions or configs for different instruments. I am sorry in advance if I will not be responding fast. And remember not to risk money you cannot lose. Since december I did not have a single losing trade but it could come.

It is really broker dependent and lower the spread the better. I have tested it on Purple trading, Vantage and VT. VT performs the best, Vantage is on the second place and last is Purple trading.

I am selling it as my one and only bot I am using. So hate it or love it, it is up to you now.
Test it before buying it, so you know if it fits your needs.

I have read that there should be some blog option to add description and links to download set files, I will do it as soon as possible.
Some additonal info and configs here
Channel where to discuss and share your ideas

I have put a lot of functions to my EA, but et the end I am not using most of them, such as recovery system, it could increase the prosit same as the loss, third candle confirmation function is nice, but it limits number of detected FVG and etc.

Since bot is looking for FVG and trading them we are not affected by these long falls that gold does sometimes as you can see on images.

I recommend having lot sizes 0,01 lot on each 500 EUR of your balance but it is your choice on how much you want to risk, but again, do not risk a lot please.


Here is promised description of my EA by AI:

SCALPEA V2 - EXPERT ADVISOR DESCRIPTION FOR MQL5


OVERVIEW

ScalpEA V2 is an advanced Fair Value Gap (FVG) scalping Expert Advisor for XAUUSD and similar instruments. 

Combines FVG detection, machine learning filtering, and three take profit management strategies.


CORE FEATURES


1. FVG DETECTION SYSTEM

- Identifies Fair Value Gaps in price action

- Detection window: 240 minutes (configurable)

- Minimum gap size (points): 30 (user parameter)

- Maximum gap size: Optional exhaustion protection

- FVG duration limit (minutes): 240 before expiration

- Third candle confirmation: Optional validation


2. MACHINE LEARNING FUNCTIONS


A) ADAPTIVE CONFIDENCE SCORING

- Records all trade outcomes to CSV file

- Calculates win rate from historical FVG trades

- Auto-adjusts confidence threshold (0.50 to 0.85)

- Learning mode: Allows unprofitable trades for data

- Minimum 50 historical trades before activation


B) OFFLINE DATABASE MODEL

- Loads historical FVG patterns from CSV

- Matches incoming FVGs by size and direction

- Assigns confidence scores to opportunities

- Default score threshold: 0.75

- Gap tolerance: 25% size variance


C) AI LEARNING MODE

- Trades all FVGs regardless of confidence

- Actively collects market data

- Improves accuracy continuously


3. TAKE PROFIT MANAGEMENT - THREE MODES


MODE 1: FIXED TAKE PROFIT

- Parameter: TP distance (points) 

- Default: 300 points

- Advantage: Simple, predictable

- Use case: Scalping strategies


MODE 2: TRAILING TAKE PROFIT

- Trailing activation (points): Profit needed before activation (default 50)

- Trailing distance (points): Distance maintained from current price (default 200)

- Behavior: Moves only in profit direction

- Benefit: Captures extended moves

- Update trigger: 2+ points price movement


MODE 3: EXPERIMENTAL (TRAILING STOP LOSS)

- Experimental activation (points): Distance from TP (default 50)

- Experimental trailing SL (points): Distance from price (default 200)

- Minimal profit lock (points): Minimum profit guarantee (default 20)

- Purpose: Capital protection near TP

- Mechanism: Progressive SL tightening


4. STOP LOSS STRATEGIES

- Global SL distance (points): Default 3000 points

- SELL-specific SL distance (points): Optional separate SL for shorts

- Respects broker STOPS_LEVEL requirements

- Recovery: Copies parent SL for consistency


5. RECOVERY SYSTEM

- Master switch: Use recovery system (ON/OFF)

- Activation distance (points): Drawdown threshold (default 400)

- Lot multiplier: Size increase per level (default 1.4x)

- Max recovery levels: Position count limit (default 3)

- TP strategy: Copy parent or calculate new


Mechanics:

- Triggers at specified drawdown

- Opens additional position with larger lot

- Uses parent SL for risk consistency

- All positions close together


6. DIRECTIONAL CONTROL


SELL-SPECIFIC SETTINGS (Optional)

- SELL TP distance (points): Short-only TP distance

- SELL SL distance (points): Short-only SL distance

- SELL risk % override: Separate risk per trade

- SELL max pendings: Separate order limit


SELL GAP FILTERS

- Require bigger gap: Multiplier applied (default 1.7x)

- Max gap size (points): Exhaustion limit (default 250)

- Fixed min gap: Absolute minimum option


7. MONEY MANAGEMENT


STATIC LOT SIZING

- Lot size: Fixed amount (default 0.01)

- Simple approach


DYNAMIC LOT SIZING

- Use dynamic lot sizing: Enable/disable

- Risk per trade (%): Percentage of balance (default 0.5%)

- Calculation: Lot = (Balance x Risk%) / (SL points x Point Value)

- Auto-respects symbol constraints


8. ORDER PLACEMENT

- Entry offset (points): Distance from FVG level (default 2)

- Max FVG per side: Pending order limit (default 5)

- Max distance from price (points): Entry validation (default 2000)

- Max spread (points): Trading prohibition threshold

- FIFO system: Auto-removes oldest when limit reached

- Order duration: 240 minutes before expiration


9. VISUAL INTERFACE


ON-CHART DASHBOARD

- Current balance and equity display

- Floating profit/loss on positions

- Total EA profit (accurate with swap/commission)

- Win rate from trade history

- Pending order count per direction

- Next lot size calculation

- TP mode indicator (Fixed/Trailing/Experimental)

- Configuration name display

- Last update timestamp


FVG VISUALIZATION

- Bullish FVGs: Blue rectangles

- Bearish FVGs: Red rectangles

- Transparency: 0-255 adjustable

- Size labels: Optional display

- Auto-cleanup: Removes old FVGs

- Active filter: Show only tradeable FVGs


10. ADVANCED FEATURES


POSITION TRACKING

- Records all pending orders

- Links orders to positions at fill

- Stores historical outcomes

- Connects recovery to parent

- Auto-cleanup after 24 hours


FAILED ORDER RECOVERY

- Saves failed order parameters

- Auto-retries on market open

- Prevents FVG time expiration

- Complete failure logging


SPREAD & LIQUIDITY

- Maximum spread enforcement

- Auto-detection per symbol

- Critical bypass for maintenance

- Liquidity warnings


DEBUGGING & LOGGING

- Trade entry/exit logging

- FVG detection details

- AI decision tracking

- Order attempt recording

- Recovery position tracking

- Win/loss statistics


CRITICAL PARAMETERS FOR SETUP


Optimization priority:

1. Max FVG per side: Pending order limit

2. Min gap points (global): Minimum FVG to trade

3. TP distance (points): Profit target in points

4. SL distance (points): Maximum loss in points

5. Risk per trade (%): Account risk percentage


Machine Learning:

1. Use AI Filter: Enable/disable

2. Use offline model: Database filtering

3. Min history events: Data threshold (50+)

4. Use adaptive confidence: Dynamic threshold

5. AI Learning mode: Allow unprofitable trades


Trailing Mechanics:

1. TP mode: 0=Fixed, 1=Trailing, 2=Experimental

2. Trailing activation (points): Profit before start

3. Trailing distance (points): Distance from price

4. Experimental activation (points): TP proximity

5. Experimental trailing SL (points): SL distance


Recovery System:

1. Use recovery system: Master enable

2. Activation distance (points): Drawdown trigger

3. Lot multiplier: Size multiplication factor

4. Max recovery levels: Position limit

5. Copy TP from parent: TP strategy choice


RECOMMENDED CONFIGURATIONS


AGGRESSIVE SCALPING

- Min gap: 30 points

- TP: 300 points (Fixed mode)

- SL: 3000 points

- Dynamic lot: 0.5% risk

- AI: Enabled

- Recovery: Disabled


BALANCED APPROACH

- Min gap: 50 points

- TP: 300 points (Trailing, 50pt activation)

- SL: 600 points

- Dynamic lot: 0.5-1.0% risk

- AI: Enabled

- Recovery: Enabled (1.4x, 2 levels)


CONSERVATIVE

- Min gap: 80 points

- TP: 200 points (Trailing, 100pt activation)

- SL: 800 points

- Dynamic lot: 0.25% risk

- AI: Enabled (strict)

- Recovery: Disabled


TREND FOLLOWING

- Min gap: 40 points

- TP: Variable (Experimental, 50pt activation)

- SL: 1000 points

- Dynamic lot: 0.3% risk

- AI: Enabled (learning)

- Recovery: Disabled


INSTALLATION


1. Save ScalpEA_V2.mq5 in Experts folder

2. Compile in MetaEditor (F5)

3. Attach to chart (XAUUSD recommended)

4. Configure parameters

5. Backtest thoroughly

6. Monitor dashboard

7. Optimize based on results


KNOWN LIMITATIONS


- Historical data detection only (no real-time MTF)

- ML requires 50+ trades for accuracy

- Recovery needs sufficient margin

- Offline DB needs manual updates

- High spread prevents execution

- News spikes may bypass filters


VERSION 2.635


Recent additions:

- Recovery system for averaging

- Failed order retry mechanism

- Adaptive confidence scoring

- Experimental TP with trailing SL

- FIFO order management

- Real-time profit dashboard

- Enhanced logging


USAGE NOTES


Designed for advanced traders with FVG knowledge.

Requires proper risk management discipline.

Extensive backtesting before live deployment.

Monitor recovery system closely for risk.


추천 제품
Neuro Genetic Expert
Sergio Izquierdo Rodriguez
This system accepts a comma-separated list of symbols and iterates through them, creating a neural network with training for each symbol. These neural networks take values ​​from price action, Bollinger Bands, MACD, and RSI indicators. The number of neurons for each of the three layers of each network can be configured, and genetic training for the indicator parameters can be set up at specific intervals. Confidence levels for the neurons can be adjusted, and market trend analysis filters can be
Gold Surge
Sergey Fateev
Gold Surge Gold Surge is a simple Expert Advisor trading on the XAUUSD instrument. There is no "artificial intelligence" in it, there is no rigged story, there is no guaranteed result that you will become a millionaire and the like. There is only a result here and now. live signal Recommendations Currency Pair : XAUUSD Time Frames : Any Minimum Deposit : $100 Account Type : ECN, Raw, or Razor with very low spreads. Brokers : Tickmill, Fusion Marketing To achieve the best results, it is cruc
RatiborX10 MT5
Nikolay Kositsin
Трендовая торговая система для работы на рынке Forex на одной из десяти валютных пар - EURUSD, GBPUSD, AUDUSD, USDCAD, USDCHF, USDJPY, EURJPY, GBPJPY, AUDJPY,XAUUSD. Система может открывать одновременно до десяти позиций с использованием десяти различных, независимых друг от друга алгоритмов входа в пределах одного трендового направления с индивидуальными стопами для каждой позиции. Для каждого алгоритма предусмотрен свой магик-номер. При смене тренда все открытые позиции закрываются одновременн
R trend sync robot
Ekaterina Saltykova
r-Trend Sync Robot is an expert advisor for extra volatility markets like XAUUSD with dynamic lot size. Main EA features : The advisor's algorithm is based on the analysis of an extensive array of historical data (from 1995 for EURUSD & EURJPY and from 2004 for XAUUSD), which ensured the identification of general patterns in the behavior of these pairs across a wide range of timeframes. The analysis of historical data helped the advisor learn to recognize market triggers for medium-term trends a
warning ! 1. Disclaimer! Profit is not guaranteed 2. Select account and broker with the smallest spread only.     example :  - RAW SPREAD ACCOUNT from ICTRADING 3. You BUY this EA, mean you UNDERSTAND the risk This EA is calculate the high and low price  in Timeframe 1 Hour and set 1 Buy Order and 1 Sell Order. just simple like that When it hit, open position will trigger and after that if the price is on way profit the trail stop will activated. simple, no drama, no read news, no read indicato
Nano Machine
William Brandon Autry
5 (5)
Nano Machine GPT Version 2 (Generation 2) – 지속적 풀백 인텔리전스 우리는 2024년 말 Mean Machine으로 이 변화를 시작했습니다. 실제 최첨단 AI를 라이브 리테일 외환 트레이딩에 도입한 최초의 시스템 중 하나입니다. Nano Machine GPT Version 2는 그 라인의 다음 진화입니다. 대부분의 AI 도구는 한 번 답하고 모든 것을 잊습니다. Nano Machine GPT Version 2는 잊지 않습니다. 분석한 모든 풀백 셋업, 실행한 모든 진입, 거부한 모든 신호, 각 결정 뒤의 논리, 시장의 반응, 그리고 각 Machine Symmetry 바스켓의 실제 성과를 기억합니다. 매 세션의 완전한 컨텍스트. 시간이 지남에 따라 축적되는 집중된 인텔리전스. 이것은 마케팅을 위해 AI를 덧붙인 또 하나의 EA가 아닙니다. 이것은 풀백 트레이딩을 위해 구축된 지속적 전문 인텔리전스입니다. 기존 EA는 고정된 규칙 안에 갇혀 있습니다.
GOLD D1 – Estratégia Candle 80% com Pirâmide Inteligente e Trailing Dinâmico (MT5) O   GOLD D1   é um Expert Advisor avançado desenvolvido para operar principalmente o XAUUSD (Ouro) com base em análise de força do candle diário, confirmação de momentum e gestão inteligente de posições. Trata-se de um robô robusto, focado em capturar movimentos fortes do mercado enquanto controla o risco através de uma estrutura adaptativa de pirâmide e trailing stop. Estratégia Principal – Candle 80% O robô
Moving Average Trading System Strategy Overview This trading system is a trend-following strategy, enabling multi-instrument trading on a single chart. Recommended trading instruments: GBPUSD|GBPJPY|USDJPY|XAUUSD|XAUJPY|BTCUSD|XTIUSD|USTEC Special Note: Trading instrument codes may have suffixes or prefixes on different platforms; please revise them to the corresponding codes of your platform in the parameter list. Chart timeframes to load: D1, H4 Filter the trend with slow-period moving avera
Opal MT5
Oeyvind Borgsoe
Limited Time Offer: 50% Off One-Day Introductory Price! Opal is a powerful tool using cutting-edge algorithms and AI-driven calculations. This fully automated EA encompasses the exceptional qualities we associate with the opulent gemstone: proper decision-making, prudence and strong protection. The capital is protected by advanced money management modules, filters, two-step trailing stop and flexible customizing. Opal also takes into account the study of psychological levels in financial ma
Btc Shudoken
Ignacio Agustin Mene Franco
BTC/USD M1 Expert Advisor Version: 1.2 | Developed by: Worldinversor 2026 Overview BTC SHUDOKEN is a high-performance Expert Advisor specifically designed for trading BTC/USD on the M1 timeframe. It combines Price Action analysis with a multi-layered confirmation system based on four advanced technical indicators. Its intelligent voting architecture filters out low-quality signals and only executes trades when the minimum required consensus is reached among the active filters. Signals System
Simo Professional
Maryna Shulzhenko
Description of   Simo : an innovative robot with a unique trading system Simo is a revolutionary trading robot that changes the rules of the game with its unique trading system. Using sentiment analysis and machine learning, Simo takes trading to a new level. This robot can work on any time frame, with any currency pair, and on the server of any broker. Simo uses its own algorithm to make trading decisions. Various approaches to analyzing input data allow the robot to make more informed decis
Tatsumaki Master Scalper EA Tatsumaki Master Scalper 와 함께 정밀한 거래의 힘을 발휘하세요. 이 최첨단 스캘핑 EA는 고급 전략과 지능형 필터를 결합하여 시장에서 궁극적인 우위를 제공합니다. 속도, 정확성 및 적응력을 중시하는 트레이더를 위해 설계된 Tatsumaki Master Scalper 는 스캘핑 기술을 마스터하는 최고의 도구입니다. 다음 통화쌍에서 자신감을 가지고 거래하세요: USDJPY EURUSD GOLD BTCUSD USTEC US30 왜 Tatsumaki Master Scalper를 선택해야 할까요? 최적화된 거래 세션 거래 시간을 맞춤 설정하여 시장 조건이 가장 유리한 시간에 거래할 수 있도록 보장합니다. 스프레드 필터 변동성이 큰 시장에서 자신감을 가지고 거래하세요. 이 EA는 15초마다 스프레드 데이터를 기록하고 이를 데이터 폴더(MQL5/Files)에 저장하여 정밀한 분석 및 전략 조정에 활용할 수 있습니다. 스마
Bober Ready
Arnold Bobrinskii
3 (1)
강력하고 사용자 친화적인 거래 솔루션을 찾고 계십니까? 기성품 전략을 기반으로 한 Bober Ready 거래 로봇만 있으면 됩니다. 최적화되고 순방향 테스트를 거친 전략을 사용하는 이 거래 로봇은 시장 데이터를 분석하고 지능적인 거래 결정을 실시간으로 내리도록 설계되었습니다. Bober Ready 로봇은 모든 수준의 트레이더가 이용할 수 있습니다. 노련한 전문가이든 이제 막 시작하는 사람이든 이 도구를 사용하면 매우 간단한 설정으로 더 스마트한 거래를 할 수 있습니다. 그래서 왜 기다려? 지금 준비된 전략을 기반으로 Bober Ready 로봇에 투자하고 다음 단계로 거래를 시작하십시오. 사용 방법? 전략 유형을 선택합니다. EA를 차트로 끌어다 놓습니다. 위험 설정을 조정하고 실행하십시오. 즐기다.   각 쌍 또는 전략 유형에 대해 로봇이 이미 훈련되었기 때문에 일부 최적화 또는 조사를 수행할 필요가 없습니다. 이 로봇은 기성품 AI 모델을 사용합니다. 몇 가지 외환 쌍과
Revert Edge
Levi Dane Benjamin
2.56 (9)
Revert Edge는 7년 이상의 라이브 트레이딩 경험을 바탕으로 신중하게 제작된 알고리즘입니다. 핵심은 장기적 성과에 중점을 두고 지속 불가능한 빠르고 단기적 이익이 아닌 느리고 꾸준한 계정 성장입니다. EA는 AUDCAD, AUDNZD, AUDUSD, EURUSD, EURAUD 등 여러 통화를 거래하도록 개발되었습니다! 평균 회귀 전략을 사용하고 EA가 활용하는 어떤 종류의 반응에 민감한 가격 수준을 활용합니다. 저는 EA가 설정 파일 없이 바로 작동하도록 설계했습니다. 저는 개인적으로 규제된 브로커인 Darwinex와 IC Markets에서 거래하는 데 사용합니다. 라이브 신호 EA Setup & Set Files 투명성 저는 prop 회사에 의존하지 않기 때문에 개인 라이브 계정 자금을 늘리는 방법으로만 제 작업 시스템을 판매하고 있습니다. 저는 EA의 성과를 알고 있으며 이 EA를 제거할 수 있는 유기적인 성장을 기다리는 것도 기쁩니다. 하지만 그동안 관심이 있든 없든
Norma dev waves robot
Ekaterina Saltykova
NormaDevWaves is EA designed to trade the most juicy and liquid pairs, such as EURUSD, GBPUSD, and XAUUSD. Main idea: EA implements the concept of a base indicator and utilizes statistical principles of correlation between price flow determination metrics in relation to standard deviations of prices from their driving force. This allows for a deep analysis of market behavior and the identification of hidden patterns.   Market Adaptation: thanks to a balanced consideration of short and long time
Darwin Swing MT5
Guillaume Duportal
4.79 (47)
Darwin Swing MT5 개요: Darwin Swing은 중기 스윙 트레이딩용 엑스퍼트 어드바이저입니다. 지지와 저항 구역을 분석하고 가상 포지션을 사용해 돌파를 선제적으로 포착합니다. 실제 주문은 미리 정의된 조건이 충족될 때에만 실행됩니다. Darwin Evolution의 성공에 이어 병행 사용이 가능한 Darwin Swing을 소개합니다. 목표는 장기적 관점에서 수동 매매에 가까운 동작입니다. 본 EA는 빠른 스캐퍼가 아니며 야간 스캐퍼도 아닙니다. 핵심 접근은 지지와 저항 구조를 활용한 스윙 트레이딩입니다. 핵심 혁신은 가상 포지션의 활용입니다. 각 통화쌍에 대해 추세 동안 평균적으로 발생하는 S/R 교차 횟수를 추정합니다. 이 추정에 따라 일간, 주간, 월간 등 여러 S/R 수평선에 가상 포지션을 배치합니다. 가격이 이력 기반의 기대 교차 횟수에 도달하면 그때 실제 주문을 실행합니다. 각 통화쌍은 코드에 통합된 전용 설정을 갖습니다. Darwin Evolution에서
GME trend
Caochunyun Cao
Symbol:only EURUSD; TF:1 min; account type:stand or  ecn; Spread:max 35 point; Worktime:any and all auto; Min capital:200$; mm=true(defaut); risk=5-20; Models:short trend, base ai-rnn ; 500 to 10000 ony 20-40 days; This new ea,best models and test..one day open 40-100 order.keep one order 5-30min. and all day auto work which as miner, best choose Next 10 pay—>1000$;
Quantum Bitcoin EA
Bogdan Ion Puscasu
4.71 (121)
퀀텀 비트코인 EA   : 불가능한 일이란 없습니다. 중요한 건 그것을 실현하는 방법을 알아내는 것뿐입니다! 최고의 MQL5 판매자 중 한 명이 만든 최신 걸작,   Quantum Bitcoin EA   로   비트코인   거래의 미래로 들어가세요. 성능, 정밀성, 안정성을 요구하는 거래자를 위해 설계된 Quantum Bitcoin은 변동성이 심한 암호화폐 세계에서 무엇이 가능한지 새롭게 정의합니다. 중요!   구매 후 개인 메시지를 보내 설치 설명서와 설정 지침을 받아보세요. 10개 구매 시마다 가격이 $50씩 인상됩니다. 최종 가격 $1999 퀀텀 비트코인/퀸 채널:       여기를 클릭하세요 ***Quantum Bitcoin EA를 구매하시면 Quantum StarMan을 무료로 받으실 수 있습니다!*** 자세한 내용은 비공개로 문의하세요! Quantum Bitcoin EA는   H1 시간대에서 번창하며, 시장 모멘텀의 본질을 포착하는   추세 추종 전략을  
CGTxau
Ciaran Alan Butcher
CGT XAU EA  I have been developing this expert  advisor for the last two years and the results have been exceptional, the expert is built to catch all of the trends on XAUUSD, while aiming to maintain breakeven in-between.  This EA comes with a range of settings around trade and risk management.  The EA CAN be used with prop firms with adjusted settings or specifically an FTMO swing account with the recommended settings.  Recommendations: Main Pair: XAUUSD Timeframe: M5 Minimum deposit : $500-10
Liga Dinamica
Cesar Juan Flores Navarro
El EA Liga Dinamica, tiene el comportamiento de una liga que se estira cuando pierde y cierra cuando es positivo,  analiza el precio y abre esperando dar positivo y cierra cuando lo considera negativo. Utiliza Indicadores: para cerrar, abrir y en caso de que de negativo para cerrar. ------------------------------------------------------------------------------------------------ CASO ORO / USD: En el video se muestra la configuracion del par XAUUSD: - Lote = 0.01 (utiliza el doble 0.02) - Gananci
Range Breakout EA
BM Trading GmbH
4.6 (15)
Unlike many other programs in the mql5 market this is a REAL day trading strategy. It does not use any martingale or grid functionalities and follows a logical concept. The Range Breakout Expert Advisor can be used to trade time ranges. The market often finds its direction in the morning hours and then follows this trend for the day. This expert advisor is designed to trade these trends after the morning breakout. Still you can trade all sorts of time breakouts with this program. I use the strat
Market Aurus
Dmitriq Evgenoeviz Ko
Market Aurus EA – Institutional Breakout Impulse Market Aurus is a high-tech trading expert advisor specifically designed for trading XAUUSD (Gold) on the M1 timeframe. The algorithm is based on a strategy of dynamic price channels and impulse breakouts, used by professional traders to capture volatility during periods of institutional activity. Unlike most robots, Market Aurus doesn't try to "guess" the market direction. It enters only when the price confirms the strength of the move, breakin
A professional expert analyzes the market using the relative strength index. The basic principle is that the bot takes the indicated prices for a certain period of time and calculates the strength and amplitude of the price. This can show when the trend will lose strength and reverse. The signal from the exit from the overbought/oversold zones is analyzed, the levels of these zones will be the levels with LEVEL_MAX and LEVEL_MIN values. We buy when the signal first falls below a certain level (
30% discount only for 3-month subscription, message me : https://www.mql5.com/en/users/taiberhyphecu 70% refund policy (full version only) A fully automatic expert Designed and produced 100% by artificial intelligence, with the world's most advanced technology All trades have profit and loss limits, with the best and least risky market strategy, without using dangerous strategies such as Martingale and hedges, etc. A specialist who has been trained by artificial intelligence for years to correc
BeiDou Trend MT5
Xian Qin Ceng
5 (1)
Beidou Trend EA is a trend EA with a large profit-loss ratio. Breakout trading is a very old method. It has been widely used since Livermore in the 1900s. It has been more than 120 years. This method is always effective, especially for XAUUSD and Gold with high volatility. I have been using the breakout method to make profits on XAUUSD since the beginning of my investment career. I am familiar with this method. It is old, simple and effective. Beidou Trend EA is improved based on Rising Sun Gold
Zenvelope
Ferry Blondo Petnga Doukam
Only GOLD M15  In the backtest: initial balance $1,000 and lot size 0.01 This is one of the most consistent GOLD trading strategies I’ve ever tested. Over 944 trades in the past 4 years Using just ONE powerful indicator Risk/Reward: 1:3 Result: Massive profit with stable drawdown Ready to trade live? Open a free funded account here: https://www.axi.com/int/live-account?promocode=4713431
Loss Recovery Trader MT5
Michalis Phylactou
5 (4)
Attempts to recover losing trades. If a trade moves in the wrong direction, the Zone Recovery algorithm begins. An alternating series of Buy and Sell trades at two specific levels take place, with two Exit Points above and beyond these levels. Once either of the two exit points is reached, all trades close with a combined profit or break even.  To use  1) Place the EA on a chart and select how the first trade will open (Manual/Via EA strategy/Use EA panel/External EA) 2) Configure your recovery
Pharaoh Gold V
Dmitriq Evgenoeviz Ko
Pharaoh Gold is carefully designed for efficient trading of gold and any currency assets, with a focus on reducing risks and increasing potential profits. Trading is conducted using pending orders in the direction of the trend. The full list is available for your convenience at https://www.mql5.com/ru/users/pants-dmi/seller The advisor adapts to constantly changing market dynamics, identifying statistically significant price patterns with a high degree of forecasting accuracy. This allows you t
The Techno Deity — XAUUSD 디지털 도미넌스 프로모션: Cryon X-9000 어드바이저를 선물로 받으실 수 있습니다. 조건 및 액세스 문의는 직접 연락해 주세요. The Techno Deity는 골드 시장의 혼돈 속에서 구조적 질서를 찾는 트레이더를 위한 하이테크 트레이딩 시스템입니다. 가격 추종을 넘어 기관의 관심 구역과 시장 불균형을 식별하는 디지털 직관 알고리즘을 사용합니다. 주요 장점 유동성 지능: 숨겨진 유동성 클러스터를 스캔하여 강력한 임펄스 지점에서 진입합니다. 신경망 트렌드 필터: 노이즈와 가짜 조정을 걸러내고 진정한 추세를 포착합니다. 제로 그리드 철학: 마틴게일이나 그리드 전략을 사용하지 않습니다. 수학적 우위를 바탕으로 한 '원 엔트리-원 엑시트' 원칙을 고수합니다. 기술 사양 종목: 골드 (XAUUSD) 타임프레임: H1 추천 예치금: 500 USD 이상 (최소 200 USD) 실행 타입: 모든 브로커 호환 (낮은 스프레드 권장) 면책 조항
Time: Best 1 hour Fixed stop loss: 1000  point Fixed profit: 2000  points Maximum capital capacity: 1m USD A minimum deposit of $10000 is recommended One order at a time, no additional positions,   Medium-frequency trading This strategy is applicable to all types of broker accounts. Full refund available if not profitable after more than six months of use If you have any questions, please contact via email: 13318332943@163.com
이 제품의 구매자들이 또한 구매함
Quantum Valkyrie
Bogdan Ion Puscasu
4.95 (78)
퀀텀 발키리 - 정밀함. 규율. 실행력 할인된       가격.   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 (433)
안녕하세요, 트레이더 여러분! 저는 퀀텀 생태계의 핵심이자 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
Syna
William Brandon Autry
5 (22)
Syna 5 – 지속적 인텔리전스. 진정한 기억. 유니버설 트레이딩 인텔리전스. 대부분의 AI 도구는 한 번 답하고 모든 것을 잊습니다. 당신을 반복적으로 제로에서 다시 시작하게 만듭니다. Syna 5는 다릅니다. 모든 대화, 분석한 모든 트레이드, 왜 진입했는지, 왜 관망했는지, 그리고 시장이 이후 어떻게 반응했는지를 기억합니다. 매 세션의 완전한 컨텍스트. 매 트레이드마다 축적되는 인텔리전스. 이것은 마케팅을 위해 AI 기능을 덧붙인 또 하나의 EA가 아닙니다. 이것은 인텔리전스가 리셋을 멈추고 축적을 시작할 때 트레이딩이 어떤 모습인지를 보여줍니다. 우리는 2024년 말 Mean Machine으로 이 변화를 시작했습니다. 실제 최첨단 AI를 라이브 리테일 트레이딩에 도입한 최초의 시스템 중 하나입니다. Syna 5는 다음 도약입니다. 기존 EA는 정적입니다. 고정된 로직을 따르다가 시장이 변하면 뒤처집니다. Syna 5는 시간이 지남에 따라 누적 인텔리전스를 구축합니다. 실제
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
Mad Turtle
Gennady Sergienko
4.52 (85)
심볼 XAUUSD (골드/미국 달러) 기간 (타임프레임) H1-M15 (임의) 단일 거래 지원 예 최소 입금액 500 USD (또는 다른 통화로 환산된 금액) 모든 브로커와 호환 가능 예 (2자리 또는 3자리 시세, 모든 계좌 통화, 심볼 이름, GMT 시간 지원) 사전 설정 없이 작동 가능 예 기계 학습에 관심이 있다면 채널을 구독하세요: 구독하기! Mad Turtle 프로젝트 주요 특징: 진정한 기계 학습 이 전문가 자문(Expert Advisor, EA)은 GPT 웹사이트나 유사한 서비스에 연결되지 않습니다. 모델은 MT5에 내장된 ONNX 라이브러리를 통해 실행됩니다. 처음 실행 시, 위조할 수 없는 시스템 메시지가 표시됩니다.  CLICK 참조: ONNX (Open Neural Network Exchange). 자금 보호 사전 롤오버, 마이크로 스캘핑, 작은 표본의 좁은 범위 전략을 사용하지 않습니다. 그리드나 마틴게일 같은 위험한 전략을 사용하지 않습니다. 또한,
Xauusd Quantum Pro EA
Ilies Zalegh
5 (9)
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를 평가하는 가장 좋은 방법은 본인의 브
Aura Ultimate EA
Stanislav Tomilov
4.81 (86)
Aura Ultimate — 신경망 기반 거래의 정점, 그리고 재정적 자유를 향한 길. Aura Ultimate는 Aura 제품군의 차세대 진화 버전으로, 최첨단 AI 아키텍처, 시장 적응형 인텔리전스, 그리고 위험 관리 기능을 갖춘 정밀한 분석 기능을 결합했습니다. 검증된 Aura Black Edition과 Aura Neuron의 기반 위에 구축된 Aura Ultimate는 두 제품의 강점을 하나의 통합된 멀티 전략 생태계로 융합하고, 완전히 새로운 차원의 예측 로직을 도입했습니다. 정말 중요합니다! 전문가 서비스를 구매하신 후 개인 메시지를 보내주세요. 필요한 모든 권장 사항이 담긴 안내를 보내드리겠습니다. 1000달러에 구매할 수 있는 수량은 3개만 남았습니다. 다음 가격은 1250달러입니다. Aura Ultimate 어드바이저를 구매하시면 Vortex, Oracle 또는 Aura Bitcoin Hash 어드바이저 라이선스   2개를 무료로 받으실 수 있으며, 해당 라이선스
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 계층이 새로운 시장 상황에 아무런
AI Forex Robot MT5
MQL TOOLS SL
4.24 (70)
AI Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation Artificial Intelligence system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in real time and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by artificial intel
Aura Neuron MT5
Stanislav Tomilov
4.91 (54)
Aura Neuron은 Aura 시리즈 거래 시스템을 이어가는 독특한 전문가 자문입니다. 고급 신경망과 최첨단 클래식 거래 전략을 활용하여 Aura Neuron은 뛰어난 잠재적 성과를 가진 혁신적인 접근 방식을 제공합니다. 완전 자동화된 이 전문가 자문XAUUSD(GOLD)와 같은 통화 쌍을 거래하도록 설계되었습니다. 1999년부터 2023년까지 이러한 쌍에서 일관된 안정성을 입증했습니다. 이 시스템은 마팅게일, 그리드 또는 스캘핑과 같은 위험한 자금 관리 기술을 피하므로 모든 브로커 조건에 적합합니다. Aura Neuron은 다층 퍼셉트론(MLP) 신경망으로 구동되어 시장 추세와 움직임을 예측하는 데 활용합니다. MLP는 피드포워드 인공 신경망(ANN)의 한 유형으로, 특히 단일 숨겨진 계층으로 구성될 때 "바닐라" 신경망이라고도 합니다. MLP에는 입력 계층, 숨겨진 계층 및 출력 계층이라는 세 가지 필수 계층이 포함됩니다. 입력 노드를 제외한 각 뉴런은 비선형 활성화 함수를 사
XG Gold Robot MT5
MQL TOOLS SL
4.25 (97)
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
Mean Machine
William Brandon Autry
4.93 (40)
Mean Machine GPT Gen 2 소개 – 오리지널. 이제 더 스마트하고, 더 강력하고, 그 어느 때보다 뛰어나게. 우리는 2024년 말 Mean Machine으로 이 모든 변화를 시작했습니다. 실제 최첨단 AI를 라이브 리테일 트레이딩에 도입한 최초의 시스템 중 하나입니다. Mean Machine GPT Gen 2는 그 오리지널 비전의 다음 진화입니다. 오리지널을 대체하지 않았습니다. 진화시켰습니다. 대부분의 시스템은 한 번 답하고, 한 번 행동하고, 모든 것을 잊습니다. Mean Machine GPT Gen 2는 잊지 않습니다. 모든 트레이드, 모든 결정, 모든 결과, 그리고 왜 진입했는지, 왜 유지했는지, 왜 청산했는지의 정확한 논리를 기억합니다. 매 세션의 완전한 컨텍스트. 시간이 지남에 따라 축적되는 지속적 인텔리전스. 이것은 마케팅을 위해 AI를 덧붙인 또 하나의 EA가 아닙니다. 이것은 오리지널 Mean Machine, 지속적 전문 인텔리전스로 재구축된 것입니다
AI Prop Firms MT5
MQL TOOLS SL
3.93 (15)
AI Prop Firms - Intelligent Automation Built for Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continuously
Big Forex Players MT5
MQL TOOLS SL
4.75 (134)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Bitcoin Scalping MT5
Lo Thi Mai Loan
5 (5)
[ IMPORTANT ] REAL CLIENT FEEDBACK :  https://www.mql5.com/en/market/product/127498/comments#comment_58814415 [ IMPORTANT ]  UPDATED (1 YEAR PERFORMANCE):  https://www.mql5.com/en/market/product/127498/comments#comment_59233853 비트코인 스캘핑 MT4/MT5 소개 – 암호화폐 거래를 위한 스마트 EA 출시 프로모션: 현재 가격으로 남은 3개만! 최종 가격: 3999.99 $ 보너스 - 생애 비트코인 스캘핑 구매 시 무료 EA EURUSD 알고리즘 거래 (2개 계좌) 제공 => 더 자세한 내용은 개인적으로 문의하세요! EA 실시간 신호 MT4 버전 오늘날 비트코인이 중요한 이유 비트코인은 단순한 디지털 화폐를 넘어 금융 혁명을 일으켰습니다. 암호화폐의 선두주자로서 비트코인은 전 세계에서 가장 거래되고 인
Vega Bot
Lo Thi Mai Loan
5 (6)
LIVE RESULT:  LIVE SIGNAL (XAU)   |   NAS100, NASDAQ, USTECH  |   LIVE (XAU-2) 중요 공지: 현재 가격으로 구매할 수 있는 수량은 매우 제한적입니다. 가격은 곧 $4999.99 로 인상됩니다. Download Setfiles Detail Guide VEGA BOT – 궁극의 멀티 전략 트렌드 추종형 EA Vega BOT 에 오신 것을 환영합니다. 본 EA는 여러 전문적인 트렌드 추종 기법을 하나의 유연하고 고도로 맞춤화 가능한 시스템으로 통합한 강력한 익스퍼트 어드바이저입니다. 초보 트레이더든, 알고리즘 거래 경험자든, Vega BOT은 프로그래밍 지식 없이도 원하는 방식으로 트레이딩 모델을 구축하고 최적화할 수 있도록 설계되었습니다. 멀티 전략 엔진 – 모든 시장 환경 대응 Vega BOT은 다양한 시장 상황에서 안정적으로 작동하며 다음과 같은 주요 금융 상품을 지원합니다: Forex (외환) Gold (골드) Ind
Remstone
Remstone
5 (9)
렘스톤은 평범한 전문가 자문가가 아닙니다.   수년간의 연구와 자산 관리를 결합한 회사입니다. Live:  Remstone Club 2018년부터   제가 다녔던 마지막 회사인 Armonia Capital은 FCA 규제를 받는 자산 운용사인 Darwinex에 ARF 신호를 제공하여 75만 달러를 모금했습니다. 한 명의 어드바이저로 4가지 자산 클래스를 마스터하세요! 약속도, 곡선 맞춤도, 환상도 없습니다. 하지만 풍부한 현장 경험을 제공합니다. Remstone의 힘을 활용한 성공적인 트레이더들의 커뮤니티에 참여하세요! Remstone은 시장 동향을 활용하도록 설계된 완전 자동화된 거래 솔루션입니다. 고급 알고리즘을 기반으로 구축되어 신뢰성과 성과를 추구하는 트레이더를 위해 설계되었습니다. 입증된 정확성으로 거래 우위를 강화하세요! 왜 Remstone을 선택해야 하나요? 뛰어난 시장 적응력:   다양한 자산과 경제 뉴스를 처리하여 적절한 시기에 추세가 나타날 가능성이 있는 자산을
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: Best Pairs (default settings) High-risk   performance Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the late
AI Gold Gunslinger — Precision · Intelligence · Unmatched Power Limited-Time Offer: Price increases by $50 every 10 purchases. Traders, Meet Your New Partner I am AI Gold Gunslinger — designed to dominate XAUUSD with unprecedented precision, intelligence, and disciplined execution. After months of behind-the-scenes development, my AI engine has been stress-tested across volatile gold markets. Every parameter has been meticulously optimized to ensure maximum stability and efficiency, even during
Quantum Baron
Bogdan Ion Puscasu
4.78 (36)
퀀텀 바론 EA 석유를 검은 금이라고 부르는 데는 이유가 있습니다. 이제 Quantum Baron EA를 사용하면 비교할 수 없는 정밀성과 자신감으로 석유를 활용할 수 있습니다. M30 차트에서 XTIUSD(원유)의 고옥탄 세계를 지배하도록 설계된 Quantum Baron은 엘리트 수준의 정확도로 레벨업하고 거래할 수 있는 궁극적인 무기입니다. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 할인된       가격 .       10개 구매 시마다 가격이 50달러씩 인상됩니다. 최종 가격은 4,999달러입니다. 라이브 시그널:       여기를 클릭하세요 퀀텀 바론 채널:       여기를 클릭하세요 ***Quantum Baron MT5를 구매하시면 Quantum StarMan을 무료로 받으
Aura Black Edition MT5
Stanislav Tomilov
4.37 (51)
Aura Black Edition은 GOLD만 거래하도록 설계된 완전 자동화된 EA입니다. Expert는 2011-2020년 기간 동안 XAUUSD에서 안정적인 결과를 보였습니다. 위험한 자금 관리 방법, 마팅게일, 그리드 또는 스캘핑이 사용되지 않았습니다. 모든 브로커 조건에 적합합니다. 다층 퍼셉트론으로 학습된 EA 신경망(MLP)은 피드포워드 인공 신경망(ANN)의 한 종류입니다. MLP라는 용어는 모호하게 사용되며, 때로는 피드포워드 ANN에 느슨하게 사용되기도 하고, 때로는 임계값 활성화가 있는 여러 층의 퍼셉트론으로 구성된 네트워크를 엄격하게 지칭하기도 합니다. 다층 퍼셉트론은 특히 단일 은닉층이 있을 때 "바닐라" 신경망이라고도 합니다. MLP는 입력층, 은닉층, 출력층의 최소 3개 층의 노드로 구성됩니다. 입력 노드를 제외하고 각 노드는 비선형 활성화 함수를 사용하는 뉴런입니다. MLP는 역전파라는 지도 학습 기술을 사용하여 학습합니다. 다중 레이어와 비선형 활성화는
Bitcoin Robot MT5
MQL TOOLS SL
4.55 (140)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
OrionXAU
Pierre Paul Amoussou
5 (1)
OrionXAU 는 XAUUSD(금) 및 US100 / 나스닥 시장에서 거래하도록 설계된 알고리즘 트레이딩 시스템입니다. 스캘핑과 스윙 트레이딩 전략을 결합하여 장기적 안정성을 목표로 한 위험 관리 구조를 갖추고 있습니다. 주요 지원 시장 • XAUUSD (금) • US100 / 나스닥 두 가지 전략 엔진 1. 스캘핑 • 단기 시장 참여 • 일중 거래 • 작은 가격 변동 포착 • 엄격한 위험 관리 2. 스윙 트레이딩 • 추세적 움직임 포착 • 거래 빈도 낮음 • 작은 손실이 자주 발생 • 수익 거래는 대부분 매우 큰 이익 을 제공 3.5 버전 – 신규 기능 OrionXAU는 다음과 같이 사용할 수 있습니다: • 금 시장만, • 나스닥 시장만, • 또는 한 계정에서 두 시장 모두 운용 가능. 보안 로직: • 하루 최대 2건의 거래 • 시장당 최대 1건 • 첫 거래가 손실이면 두 번째 거래는 실행되지 않음 그러나 안정성을 위해 한 번에 한 시장만 사용하는 것을 권장합니다. 운용 방식
I am Quantum Gold , I'm very best with GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. Quantum Gold has proven itself to be the best GOLD EA ever created. We design these techniques to suit the latest trend of the best market starting from 2025 to the future, the previous period is just for past training We usually UPDATE latest version IMPORTANT! After the purchase please send me a private message t
MultiWay EA
PAVEL UDOVICHENKO
4.89 (19)
MultiWay EA는 강력한 평균회귀 전략에 기반한 스마트하고 효율적인 자동 매매 시스템입니다. 아홉 개의 상관된 (심지어 일부는 일반적으로 “추세형”) 통화쌍 — AUDNZD, NZDCAD, AUDCAD, USDCAD, EURUSD, GBPUSD, EURCAD, EURGBP, GBPCAD — 에 분산 투자함으로써, 강한 방향성 충격 이후 가격이 평균으로 되돌아오는 움직임을 포착합니다. 구매 후 전체 설치 지침을 받으려면 개인 메시지를 보내주세요. 실시간 신호:  여기를 클릭하세요 현재 가격 —   다음 10명의 구매자에게 단 $1937. MultiWay EA는 단순함, 안정성, 명확한 논리를 중요시하는 트레이더에게 완벽합니다 — 복잡한 설정은 필요 없지만, 매우 유연한 자금 관리 및 리스크 제어 옵션을 제공합니다. 이 EA는 진정한 “설정 후 잊기” 철학을 따릅니다. 사용자의 개입이 거의 필요 없으며, 수년간 안정적으로 작동할 수 있어 장기 전략에 이상적입니다. M
Golden Lion Emperor Apex – 최상의 계좌 성장을 위해 설계된 고도화된 전략의 결합체 Golden Lion Emperor Apex 는 고도로 조정된 강력한 전략의 칵테일을 하나의 응집력 있는 트레이딩 솔루션으로 혼합한 정교한 알고리즘 엔진입니다. M5 타임프레임의 XAUUSD(금) 전용으로 설계된 이 시스템은 정밀성, 속도, 그리고 무엇보다도 'Apex(정점)' 수준의 계좌 성장을 요구하는 트레이더를 위해 만들어졌습니다. Apex 엔진의 모멘텀을 완전히 잠금 해제하기 위해 시스템은 네이티브 멀티 세션 스캘핑 을 활용합니다. 아시아 세션을 포함한 모든 시장 사이클을 기본적으로 커버함으로써, 이 EA는 확률 높은 셋업을 절대 놓치지 않도록 보장합니다. 이는 귀하의 트레이딩을 표준 실행에서 시장을 지속적으로 능가하도록 구축된 고성능 환경으로 전환합니다. 시작하기: EA를 XAUUSD M5 차트 에 적용하기만 하면 됩니다. 최대 성능을 발휘하고 엔진 내부의 복리 로직을
Waka Waka EA MT5
Valeriia Mishchenko
4.11 (38)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make p
GlodSilver
Paphangkon Luangsanit
1) Attach on M1   MT5/TF1m. Open the symbol chart (e.g., XAUUSD/GOLD#), set timeframe to M1 . Drag the EA onto the chart. Turn Algo Trading = ON and enable Allow Algo Trading . 2) Core idea (how it trades) First entry (per side) triggers when: Impulse + Engulfing signal agrees, and EMA200 trend filter allows it (if enabled). Once-per-bar : limits first entry to max 1 per M1 candle per side. 3) Grid behavior After first entry, it adds positions using Dynamic ATR-based grid (smoothed): Reverse gri
빠르게. 정밀하게. 두려움 없이. 단순한 EA가 아닙니다. M1 골드 스캘핑 을 위한 완성형 전략 시스템입니다. PythonX M1 Scalper 는 **XAUUSD (골드)**의 M1 시간 프레임 에 최적화된 알고리즘으로, 강력한 가격 패턴과 정밀한 필터 로직을 결합하여 고품질의 진입 신호 를 생성합니다. 9개 글로벌 브로커에서 백테스트 진행 (시작 자금 500달러) → 최대 누적 수익 50만 달러 이상 기록 마틴게일 없음 그리드 전략 없음 숨겨진 위험 없음 정교한 진입 로직 진입 신호는 단일 조건이 아닌, 여러 필터의 결합 판단 을 통해 이루어집니다. 사용자가 일부 필터를 꺼도, EA는 내부적으로 이 정보를 활용해 더 정교한 결정을 내립니다. 사용된 필터들: 상승/하락 엔걸핑 캔들 패턴 CCI 필터 로 추세 강도 확인 RSI 필터 로 모멘텀 정렬 EMA 필터 로 중기 추세 확인 볼륨 스파이크 감지 로 거래량 변화 분석 → 모든 조건이 조화를 이루어야만 진입. 정확도 증가, 허위
Golden Blitz MT5
Lo Thi Mai Loan
4.43 (14)
EA Gold Blitz   – 안전하고 효과적인 금 거래 솔루션   출시 프로모션  현재 가격으로 남은 1개만 판매!  다음 가격: $1299.99 최종 가격: $1999.99 MT4 버전   안녕하세요! 저는 EA Gold Blitz   , Diamond Forex Group 가족의 두 번째 EA로, 금(XAU/USD) 거래를 위해 특별히 설계되었습니다. 뛰어난 기능과 안전 우선 접근 방식을 통해 트레이더들에게 지속 가능하고 효과적인 금 거래 경험을 제공합니다.   EA Gold Blitz   의 특징   - 동적 스톱로스(SL): EA는 최근 캔들의 가격 범위에 기반한 스톱로스를 사용합니다. 이를 통해 SL이 시장 상황에 유연하게 적응하고 시장 변화에 따라 계좌를 더 효과적으로 보호할 수 있습니다.   - 다양한 거래 전략: EA는 3개의 거래 전략을 탑재하고 있으며, 각 전략은 최대 3개의 거래를 동시에 열 수 있어 총 9개의 거래를 동시에 실행할 수 있습니다.  
필터:
리뷰 없음
리뷰 답변