ZigzagGridMartinEA

ZigZag 연동 그리드 마틴게일 로봇

요약: 이 EA는 시장가 주문만으로 대칭 그리드를 만들고, ZigZag 방향에 따라 Buy/Sell 모듈을 자동 전환합니다. 선택적으로 마틴게일로 로트를 키울 수 있으며, 에쿼티(Equity) 기준의 전체 손익 %, ZigZag 방향 전환, Close All / Flip리셋됩니다. 모든 파라미터는 패널에서 실시간으로 변경할 수 있습니다.

동작 방식

  1. ZigZag 방향을 읽습니다(모드: AutoZZ).

    • upBuy만 활성

    • downSell만 활성

  2. 모듈이 활성이고 해당 모듈의 가장 가까운 기존 진입가와의 거리 ≥ GridStep이면 새 시장가 주문을 냅니다.

  3. 선택: 각 포지션에 개별 TP/SL 부여 가능.

  4. 마틴게일 ON이면 동일 모듈 내 새 주문 로트:
    lot = base_lot × (Multiplier ^ 모듈 내 열린 개수)

  5. 에쿼티 변화가 **Global Profit % / Global Loss %**에 도달하면 리셋: (설정에 따라) 포지션을 닫고 초기 루틴 재시작.

  6. ZigZag 방향 전환 시 KeepPositionsOnDirChange = false 이면 리셋.

패널 단축 버튼

  • Start / Stop – EA 시작/일시정지

  • Close All – 설정에 따라 계좌 전체 또는 이 EA만 일괄 청산

  • Flip – 활성 방향 뒤집기(AutoZZ/BuyOnly/SellOnly에서 유효)

  • 정보 라인 – 잔고/에쿼티/마진, 손익, 거래 수 & 총 로트, 에쿼티 %, 현재 마틴 배수

핵심 파라미터 & 유의점

1) General

  • TradeMode: AutoZZ , BuyOnly , SellOnly , Both

    • AutoZZ가 더 보수적: ZigZag 바이어스 따라 한쪽만 거래

    • Both는 양방향 그리드(노출/증거금 사용 증가)

  • GlobalProfit% / GlobalLoss% – 에쿼티 기준 바스켓 익절/손절 임계치 → 도달 시 리셋

  • CloseAllPositionsOnReset

    • true : 계좌 전체 포지션 청산

    • false : 해당 심볼 + 이 EA 매직만 청산

  • KeepPositionsOnDirChange

    • false 권장: ZigZag가 뒤집히면 리셋해 새 추세와 충돌 최소화

2) ZigZag (Depth / Deviation / Backstep)

  • 값 ↑ → 노이즈↓, 방향 전환 빈도↓

  • 값 ↓ → 잦은 flip/reset로 과도 매매 유발

3) 그리드 & TP/SL (Buy & Sell)

  • GridStepPoints – 해당 모듈의 가장 가까운 진입가까지의 포인트 간격

    • 5자리 호가 FX: 1 pip = 10 points (예: 50 points = 5 pips)

  • Per-Position TP/SL – 각 주문에 고정 TP/SL

    • 너무 촘촘하면 스프레드/슬리피지로 미체결·오차 발생 가능

4) 마틴게일

  • UseMartingale ON + Multiplier > 1.00 필요

  • ≤ 1.00이면 경고하고 로트 확대 안 함

  • 위험: 일방향 추세가 길어지면 로트 급증 → 합리적 GlobalLoss% 필수

5) 로트 타입

  • Fixed – 고정 베이스 로트

  • Auto – base_lot = (Equity / 10,000) × AutoLot

    • 예: 에쿼티 $3,000, AutoLot = 0.02 → 0.006 로트

    • AutoLot 은 퍼센트가 아니라 1만불당 로트 계수 개념

6) 매직 번호

  • InpMagicBuy / InpMagicSell – 다른 EA와 충돌 방지

7) 의존성

  • ZigZag 인디케이터가 Indicators\Examples\ZigZag 경로에 컴파일되어 있어야 함

    • 없으면 AutoZZ는 거래 중지(경고 출력)

안전 시작 프리셋 (메이저 통화, M15–H1 기준)

보수적(데모/첫 운용)

  • TradeMode: AutoZZ

  • GlobalProfit% / GlobalLoss%: 1.0–2.0 / 2.0–3.0

  • KeepPositionsOnDirChange: false

  • GridStepPoints: 80–120 (8–12 pips)

  • Per-TP/SL: OFF(동작 먼저 관찰)

  • UseMartingale: OFF

  • Lot: Fixed 0.01 또는 AutoLot 0.01(≈ 1만불당 0.01)

균형형

  • TradeMode: AutoZZ

  • GlobalProfit% / GlobalLoss%: 2–3 / 3–4

  • GridStepPoints: 60–90 (6–9 pips)

  • Per-TP: ON, TP = 100–150 pts (10–15 pips)

  • UseMartingale: ON, Multiplier = 1.3–1.5

  • AutoLot: 0.02 (≈ 1만불당 0.02)

공격적(테스트 전용/숙련자)

  • TradeMode: Both 또는 AutoZZ

  • GlobalProfit% / GlobalLoss%: 4–6 / 5–7

  • GridStepPoints: 40–60 (4–6 pips)

  • Per-TP/SL: ON, TP = 80–120, SL = 150–250 pts

  • UseMartingale: 1.7–2.0 (고위험)

  • AutoLot: 0.03–0.05

메모: 크립토/원자재 등 고변동 자산은 GridStep 확대, TP/SL 완화가 무난합니다. 설정 전 point/pip 규격을 반드시 확인하세요.

실전 팁

  • ZigZag 튜닝: Depth/Deviation을 키우면 ‘가짜’ 전환이 줄고 리셋 빈도 감소

  • 스프레드/슬리피지: EA는 trade.SetDeviationInPoints(3) 사용. 스프레드가 넓은 시간대엔 초근거리 TP/SL 지양

  • 타임프레임: H1에선 넓은 GridStep/TP가 대체로 안정적

  • 포지션 상한 없음: 내장 캡이 없음 → 실질 안전장치는 **GlobalLoss%**와 완만한 Multiplier

  • Flip 버튼: 수동 전환에 유용(단, Both 모드엔 미적용)

  • 리셋 범위: 다른 EA를 함께 쓰면 CloseAllPositionsOnReset = false 로 이 EA 포지션만 닫기

  • 가동 안정성: VPS 권장(리셋/패널 조작 누락 방지)

  • 배포 경로: 백테스트 → 데모 → 소액 실계좌, 단계적 확대

시작 전 체크리스트

  1. ZigZag 인디케이터 배치/컴파일/로드 OK?

  2. 심볼 스펙(point, 최소/최대/스텝 로트)과 설정 값 일치?

  3. TradeMode 적절?(AutoZZ 권장)

  4. **GlobalProfit% / GlobalLoss%**가 본인 리스크 허용 범위 내?

  5. GridStep이 변동성에 맞게 설정됨?

  6. 마틴게일 사용 시 Multiplier ≤ 1.5로 시작?

  7. 매직 번호가 다른 EA와 충돌 없음?

  8. Start 클릭했고 로그 경고/에러 확인 완료?

면책

그리드 + 마틴게일은 고위험입니다. 단계적으로 테스트하고, 항상 **에쿼티 기반 보호(GlobalLoss%)**를 설정한 뒤 단일 심볼·소로트로 시작하세요. 본 문서는 투자 조언이 아니며, 결과에 대한 책임은 사용자에게 있습니다.


추천 제품
Introducing to your attention an innovative expert advisor created specifically for the most juicy and volatility  currency   basket: GBPUSD, XAUUSD and EURJPY. This EA is designed using the main features of this market's movement, making it an ideal choice for dynamic trading on high-trending and medium-volatile pairs. The advisor is focused on minimizing trading risks, aiming to reduce losses to a minimum. Main features: EA is designed to open and close orders at the begginning of trading ses
Aurus Pivot XAU
Dmitriq Evgenoeviz Ko
AURUS PIVOT XAU PRO is a professional trading advisor for XAUUSD, based on working with key market zones and confirmed price behavior. The robot analyzes the market structure, evaluates the strength of levels, and opens trades only when several factors coincide. The advisor does not strive to be constantly in the market and avoids trading in unfavorable conditions, focusing on precise entries and risk control. Key Features Trading key support and resistance zones Filtering signals based on Price
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Scalping bot for the gold/dollar pair (XAU/USD) — a powerful and versatile solution for traders, designed to deliver maximum efficiency in a dynamic market. This bot is specifically engineered for scalping: it analyzes price changes and places trades even before significant market movements begin. This allows it to secure advantageous positions early and capitalize on even the smallest market fluctuations. Key Features: Flexibility: Adapts to any market conditions and suits your trading strategy
Gold Crazy EA MT5
Nguyen Nghiem Duy
Gold Crazy EA   is an Expert Advisor designed specifically for trading Gold H1/ EU M15. It use some indicators to find the good Entry. And you can set SL or you can DCA if you want. It can be an Scalping or an Grid/ Martingale depend yours setting. This EA can Auto lot by Balance, set risk per trade. You also can set TP/ SL for earch trade or for basket of trade. - RSI_PERIOD - if = -1, then the default strategy works, if >0, then the RSI strategy works - MAX_ORDERS - to trade with only 1 order,
Gold Throne
DRT Circle
4.36 (11)
Gold Throne EA – 금 거래용 비마팅게일 그리드 트레이딩 시스템(XAUUSD) 5회 판매 후 가격은 100달러씩 인상되며 최종 가격은 1300달러입니다. 뉴스 필터 통합 EA에는 영향력이 큰 경제 이벤트 전후에 거래를 일시 정지할 수 있는 통합 뉴스 필터가 탑재되어 있습니다. 이 기능은 변동성이 극심한 시기에 거래가 체결될 가능성을 줄이는 데 도움이 되며, 특히 급격한 변동이 잦은 금 시장에서 매우 중요합니다. 시간 프레임 및 거래 스타일 골드 쓰론 EA는 M30 시간대에 최적화되어 있습니다. 권장 최소 시간대는 M10입니다. 이보다 짧은 시간대를 사용하면 지나치게 공격적인 거래 행동으로 이어질 수 있습니다. 이보다 짧은 시간대를 사용하면 EA가 약하거나 신뢰도가 낮은 시장 신호에 기반하여 여러 거래를 개시하여 계좌에 불필요한 부담을 줄 수 있습니다. 위험 및 자본 권장 사항 그리드 트레이딩은 본질적으로 여러 개의 미결제 포지션을 보유하기 때문에 신중한 자본
Gold Super Trends AutoTrader Robot
Hesham Ahmed Kamal Barakat
5 (5)
60% Discount General description; This EA is made to be used in the Gold market. It's made for trading Gold in mind. This Trading Robot is based on more than 14 years of winning patterns and will open trades by the minute, 24 hours a day. It will handle everything, from opening positions, closing them, managing risk. Features; - Timeframe-Less Expert Advisor that works by the second and recalculate everything with whichever situation that might exist. - Dynamic market watcher that adjust itse
Exclusive Black Pro Max MT5 — 자동화 거래 시스템 Exclusive Black Pro Max MT5 는 MetaTrader 5용 전문가 어드바이저(EA)로, 고급 시장 분석 알고리즘과 리스크 관리 전략을 기반으로 합니다. EA는 완전 자동으로 작동하며 트레이더의 개입은 최소화됩니다. 주의! 구매 후 즉시 저에게 연락하세요 . 설정 지침을 보내드립니다! 중요: 모든 예시, 스크린샷 및 테스트는 데모 목적일 뿐입니다. 특정 통화쌍이 한 브로커에서 좋은 결과를 보여도 다른 브로커에서도 동일하다는 보장은 없습니다. 각 브로커는 고유한 시세, 스프레드 및 거래 조건을 가지고 있으므로 각 통화쌍은 사용자가 직접 최적화해야 합니다 그리고 실계좌에서는 단일 통화 모드 로만 실행해야 합니다. 멀티 통화 모드 스크린샷은 단순한 예시입니다. 중요 정보: EA의 데모 버전은 평가용으로만 제공됩니다. 최적화 없이 진행된 테스트 결과는 알고리즘의 실제 성능을 반영하지 않습니다. 완전한
Gyroscopes mt5
Nadiya Mirosh
5 (2)
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mov
Green Hawk
Rashed Samir
Green Hawk  is a professional scalping expert. The strategy is based on smart scalping algorithms which trades in certain periods of the market. The system does not use risky strategies such as grid or martingale. Trading is done based on the return of the price in short periods. All trades are closed within hours. I will increase the price in the near future. Next Price: $700 The final price will be $2000. Selling only through the mql5 site MT4 Version  can be found here FEATURES Support thro
Volumen Scalper GOLD
Ignacio Agustin Mene Franco
Volume Scalper Gold - Professional Expert Advisor Overview Volume Scalper Gold is an automated trading system specifically designed to trade the XAU/USD (Gold) pair on the M5 timeframe, using volume analysis as the primary entry filter. This EA combines an intelligent grid strategy with high-volume impulse detection, ideal for traders looking to capitalize on the rapid and explosive price movements characteristic of gold. Main Features Volume-Based Signal System Impulse Detection: Identifies c
Bober Real MT5
Arnold Bobrinskii
4.76 (17)
Bober Real MT5 is a fully automatic Forex trading Expert Advisor. This robot was made in 2014 year and did a lot of profitbale trades during this period. So far over 7000% growth on my personal account. There was many updates but 2019 update is the best one. The robot can run on any instrument, but the results are better with EURGBP, GBPUSD, on the M5 timeframe. Robot doesn't show good results in tester or live account if you run incorrect sets. Set files for Live accounts availible only for cu
Gold EA: Proven Power for 1-Minute Gold Trading Transform your trading with our Gold EA, meticulously crafted for 1-minute charts and delivering over 2000% growth in 5 years from just $100-$1000 . No Martingale, No AI Gimmicks : Pure, time-tested strategies with robust money management, stop loss, and take profit for reliable performance across multiple charts. Flexible Trading Modes : Choose Fixed Balance for safe profits, Mark IV for bold growth, or %Balance for high rewards—combine Mark IV an
Expert Mind Core: Statistical Probability Engine The Expert Mind Core algorithm is based on a high-order mathematical model designed to analyze structural market imbalances. Unlike standard indicators, this system utilizes a multidimensional approach to price action, evaluating the rate of change in volatility (Gamma-analysis) and its deviation from the equilibrium point. The core logic functions by identifying exhaustion zones where the probability of a corrective movement significantly outweig
The Techno Deity — XAUUSD 디지털 도미넌스 프로모션: Cryon X-9000 어드바이저를 선물로 받으실 수 있습니다. 조건 및 액세스 문의는 직접 연락해 주세요. The Techno Deity는 골드 시장의 혼돈 속에서 구조적 질서를 찾는 트레이더를 위한 하이테크 트레이딩 시스템입니다. 가격 추종을 넘어 기관의 관심 구역과 시장 불균형을 식별하는 디지털 직관 알고리즘을 사용합니다. 주요 장점 유동성 지능: 숨겨진 유동성 클러스터를 스캔하여 강력한 임펄스 지점에서 진입합니다. 신경망 트렌드 필터: 노이즈와 가짜 조정을 걸러내고 진정한 추세를 포착합니다. 제로 그리드 철학: 마틴게일이나 그리드 전략을 사용하지 않습니다. 수학적 우위를 바탕으로 한 '원 엔트리-원 엑시트' 원칙을 고수합니다. 기술 사양 종목: 골드 (XAUUSD) 타임프레임: H1 추천 예치금: 500 USD 이상 (최소 200 USD) 실행 타입: 모든 브로커 호환 (낮은 스프레드 권장) 면책 조항
Introducing to your attention an innovative expert advisor created specifically for the most juicy and volatility    currency     basket: GBPUSD, XAUUSD and EURJPY. This system is designed using the main features of this market's movement, making it an ideal choice for dynamic trading on high-trending and medium-volatile pairs.   The signals are focused on minimizing trading risks, aiming to reduce losses to a minimum. Main features ESignals is designed to show open and close arrows at the beg
GoldRobotics
Patiwat Phinitsuwan
GoldRobotics EA: Automated Gold Trading with Precision and Speed GoldRobotics is a sophisticated Expert Advisor designed for automated trading on the XAUUSD (Gold) market. This EA employs a unique strategy based on precise candle pattern recognition and volume analysis, enabling swift entries and exits for optimal performance in volatile market conditions. It prioritizes quick reactions to market fluctuations, making it ideal for scalping strategies without relying on news events. ️ Unlik
Sun Bin SCF is an Expert Advisor that identifies moments when market participants act in the same direction.  It observes recent price bars and volume to detect situations where buyers or sellers dominate together.  When a consistent crowd movement appears, the EA opens a trade in the same direction and manages it using pre-defined risk and exit rules. Main Features: - Crowd detection based on consecutive bars with similar direction. - Volume confirmation to avoid false signals in low-activity
Exp TickSniper PRO FULL
Vladislav Andruschenko
3.97 (58)
Exp-TickSniper -   자동으로 각 통화 쌍에 대한 매개변수를 자동으로 선택하는 고속 틱 스캘퍼. 거래 매개 변수를 자동으로 계산하는 고문을 꿈꾸십니까? 자동으로 최적화되고 조정됩니까? MetaTrader 4용 시스템 정식 버전:       MetaTrader 4용   TickSniper   스캘퍼 TickSniper - 전체 설명       + 데모 + PDF EA는 10년 가까운 EA 프로그래밍 경험을 바탕으로 개발되었습니다. EA 전략은 모든 기호와 함께 작동합니다. 기간은 중요하지 않습니다. 로봇은 현재 시세, 틱 도달 속도, 스프레드 크기 및 기타 계약 사양 매개변수를 기반으로 합니다. 시스템은 유리한 정지 손실 및 이익 실현 수준을 자동으로 정의할 뿐만 아니라 평균 위치의 거리, 후행 정지 거리 등을 정의합니다. EA는 추세에 대해 추가 개방 시스템을 적용합니다("평균"). 설정은 실제 계정에서 테스트할 수 있도록 최적화되었습니다. Expert Advisor
RitzEAnehaGoodWill
Syamsurizal Dimjati
READ THIS !! to the end Expert Advisor Description:   XAUUSD Reversal Pattern EA (EAneha GoodWill) Important Note: No martingale, averaging or grid Highly dependent on execution quality & low spreads XAUUSD Reversal Pattern EA  is an advanced automated trading robot developed specifically for trading  XAUUSD  (Gold vs USD) on the  M30 timeframe . It uses a robust combination of  candlestick patterns ,  volatility/volume indicators , and  oscillator filters  to identify high-probability reversal
Automated trading system. Trend Advisor big_Source MT5 uses 2 EMA indicators and an RSI indicator. Safe, doesn 't use a martingale or a grid of warrants. The expert uses standard stop loss, teak profit and trailer stop. Requirements Optimized for GOLD (XAUUSD). The Expert Advisor trades on M30 timeframes. The minimum deposit is $ 500. Compatible with four- and five-digit accounts. Compatible with all brokers, including American ones, that are subject to the FIFO rule. Input Parameters L
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
Blue Bird MT5
Ismail Babaoglu
BlueBird EA – Dynamic Adaptive Grid Hedge System BlueBird EA   represents a new era of grid-based automation — combining volatility awareness, adaptive trend tracking, and smart capital management. If you are seeking a   fully autonomous, dynamic grid system   capable of capturing both trends and corrections,   BlueBird EA   is your ultimate trading companion. Overview BlueBird EA is a next-generation adaptive grid trading system designed for dynamic markets such as GOLD (XAUUSD) . It intellige
Open Season
Philipp Shvetsov
Open Season is a fully automated Expert Adviser that allows 'active' and 'set and forget' traders to trade high probability EURUSD H1 price action breakouts. It detects price action set ups prior to the London Open and trades breakdowns. The EA draws from human psychology to trade high probability shorts Every trade is protected by a stop loss In-built time filter Three position sizing techniques to suit your trading style Two trade management techniques The EA does not use a Martingale system T
This strategy continuously monitors changes in price action, consuming all the liquidity in the market. It doesn't care where the asset's price goes; as long as there are price fluctuations, it will keep absorbing liquidity. Yes, it's that incredible.        The strategy performs better on gold.        When running on non-gold assets, the parameters need to be adjusted. Time: Best 5 minute Fixed stop loss: 800  point Fixed profit: 800  points Applied to markets with high liquidity Maximum capit
Small Account Scalpler
Kshetrimayum Surjit Singh
Small Account Scalper – Precision Trading for Every Pip Built for traders who want consistent results with small accounts. The Small Account Scalper is a fully automated Expert Advisor designed for scalping using a powerful combination of Bollinger Bands (BB) , Relative Strength Index (RSI) , and Support & Resistance logic. This EA focuses on identifying high-probability short-term trades while maintaining strict risk control , making it ideal for small and medium-sized trading accounts. Key Fea
Solaris Imperium MT5 — 자동화 거래 시스템 Solaris Imperium MT5 는 MetaTrader 5용 전문가 어드바이저로, 시장 분석 알고리즘과 리스크 관리에 기반합니다. 완전 자동으로 작동하며 트레이더의 개입은 최소화됩니다. 주의! 구매 직후 저에게 연락하세요 , 설정 지침을 받으실 수 있습니다! Solaris Imperium MT5를 선택해야 하는 이유 분석 알고리즘: 내장된 시장 분석 모델을 기반으로 한 자동화 거래. 적응성: 변동성과 시장 추세 변화 상황에서 효과적인 성능. 주문 실행 유형: IOC, FOK, Return, BOC 지원. 리스크 관리: 적응형 손절매와 동적 자본 보호 전략. 빠른 시작: 모든 매개변수는 사전 최적화되어 있습니다. 작동 방식 Solaris Imperium MT5 는 내장 알고리즘을 사용하여 시장을 분석하고 설정된 조건에 따라 거래를 시작합니다. 자본 관리 메커니즘은 리스크를 제어하고 전략의 안정성을 높여줍니다. 시작을 위
Sonic R Pro Enhanced EA - 버전 2025 249달러 - 첫 5명만! 실시간 신호 Sonic R Pro Enhanced의 실시간 성과 확인하기: 거래 전략 Sonic R Pro Enhanced는 Dragon Band (EMA 34 및 EMA 89)를 기반으로 한 전통적인 Sonic R 전략의 업그레이드 버전으로, 자동화된 거래 시스템입니다. 타임프레임: M15, M30 지원 통화쌍: XAUUSD, BTCUSD, AUDJPY, USDJPY 거래 스타일: 스윙 트레이딩 - 풀백 및 반대 트렌드 최소 자본: 500 USD 레버리지: 1:200 이상 사용자 가이드 Sonic R Pro Enhanced는 단순함을 위해 최적화되었습니다. 사용자는 RiskAmount 하나의 파라미터만 설정하면 됩니다. RiskAmount < 0일 경우: 계좌 잔액의 백분율로 위험을 계산 RiskAmount > 0일 경우: 거래당 고정 USD 금액으로 위험을 설정 예제:
US500 Scalper
Sergey Batudayev
S&P 500 스캘퍼 어드바이저(S&P 500 Scalper Advisor)는 S&P 500 지수를 성공적으로 거래하고자 하는 트레이더를 위해 설계된 혁신적인 도구입니다. S&P 500 지수는 미국 주식 시장에서 가장 널리 사용되고 권위 있는 지표 중 하나로, 미국 500대 기업으로 구성되어 있습니다. 특징: 자동화된 거래 솔루션:       이 자문가는 고급 알고리즘과 기술적 분석을 기반으로 시장 상황의 변화에 맞춰 전략을 자동으로 조정합니다. 다양한 접근 방식:       자문가는 지수 추세 이해, 가격 변동 분석, 수익 극대화와 위험 최소화를 위한 알고리즘 등 여러 가지 전략을 결합합니다. 유연성 및 사용자 정의 가능성:       트레이더는 자신의 트레이딩 목표, 위험 수준, 트레이딩 전략 선호도에 맞춰 EA 설정을 사용자 지정할 수 있습니다. 위험 관리:       자문가는 시장을 지속적으로 모니터링하고 위험을 관리하기 위한 조치를 취합니다. 특정 손실 수준에 도달하면 거래
Trading algorithm : Place virtual orders. After reaching a certain number of virtual orders, a real order will be placed. The total profit of the buy or sell order chain will be closed together. Default parameters work best for the AUDCAD currency pair, please only use default parameters for this currency pair. Volume mode : Please use the default Mode 1. Parameters can be adjusted to suit other currency pairs, this may be risky, you should consider it before using it. See the attached backtest
이 제품의 구매자들이 또한 구매함
GT Trade Manager
Alexander Martin Koenig
This Utility is designed for price action strategies, trading flags and retests, such as Guerrilla Trading and similar strategies It allows to: place pending orders for retests (on the Retest line or x PIPs away from the retest line) place orders for flag formations calculate lotsizes based on account size, currency pair and risk percentage split trades and place multiple trades if lot size exceeds max lot size given by broker manage trades with a trailing SL/TP behind the most recent highs/lows
Mt5BridgeBinary
Leandro Sanchez Marino
I automated its commercial strategies for use of binary in MT5 and with our Mt5BridgeBinary I sent the orders to its Binary account and I list: begin to operate this way of easy! The expert advisers are easy to form, to optimize and to realize hardiness tests; also in the test we can project its long-term profitability, that's why we have created Mt5BridgeBinary to connect its best strategies to Binary. Characteristics: - It can use so many strategies as I wished. (Expert Advisor). - He does
PROMOTION!! $499 until 1 Mar. After that, EA will be $1,050 Developed and tested for over 3 years, this is one of the safest EAs on the planet for trading the New York Open. Trading could never be easier.  Trade On NASDAQ US30 (Dow Jones Industrial Average) S&P 500  What Does The EA do? The EA will open a Buy Stop Order and a Sell Stop Order(With SL and TP) on either side of the market just a few seconds before the NY Open.  As soon as 1 of the 2 trades is triggered, the EA automatically delete
Saving data from the order book. Data replay utility: https://www.mql5.com/en/market/product/71640 Library for use in the strategy tester: https://www.mql5.com/en/market/product/81409 Perhaps, then a library will appear for using the saved data in the strategy tester, depending on the interest in this development. Now there are developments of this kind using shared memory, when only one copy of the data is in RAM. This not only solves the memory issue, but gives faster initialization on each
FTMO Sniper 7
Vyacheslav Izvarin
Dedicated for FTMO and other Prop Firms Challenges 2020-2024 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special  Protector  https://www.mql5.com/en/market/product/94362 --------------------
Introducing TEAB Builder - The Ultimate MT5 Expert Advisor for Profoundly Profitable and Customizable Trading!     Are you ready to take your trading to the next level? Meet TEAB Builder, an advanced MT5 Expert Advisor designed to provide unparalleled flexibility, high-profit potential, and an array of powerful features to enhance your trading experience. With TEAB Builder, you can effortlessly trade with any indicator signal, allowing you to capitalize on a wide range of trading strategies.  
Chart Walker Analysis Engine
Dushshantha Rajkumar Jayaraman
Chart Walker X Engine | Machine-led instincts Powerful MT5 chart analysis engine equipped with a sophisticated neural network algorithm. This cutting-edge technology enables traders to perform comprehensive chart analysis effortlessly on any financial chart. With its advanced capabilities, Chart Walker streamlines the trading process by providing highly accurate trading entries based on the neural network's insights. Its high-speed calculations ensure swift and efficient analysis, empowering tra
The Wall Street Player (Master version). This EA tailored as a Discipline, Money and Risk Management tool is a powerful Trade Station utility designed for Forex, Cryptos, Commodities, Shares, Deriv synthetic pairs and any CFDs Market. It is designed to fit your strategy as a winner, and take your Edge of the market to the NEXT-LEVEL. The only thing to do is to get It on your chart and appreciate the possibilities and chart management abilities it has to offer for realizing that discipline and a
FxStrike999_SPT_bot prop helper 는 심리학에 문제가 있는 사람들, 심리학에 문제가 있는 사람들을 위해 특별히 설계된 독특한 봇입니다. 누가 멈추지 않고 이익을 취하지 않고 결국 예금을 잃습니다. 그러나 봇을 사용하면 이러한 모든 문제가 해결됩니다!  FxStrike999_SPT_bot 통해 예금이 꾸준히 증가하는 새로운 수준의 거래에 도달하게 될 것입니다  그리고 당신은 당신의 포지션에 대해 걱정하지 않을 것이고, 봇 자체가 손절매를 설정하고 이익을 부분적으로 고정할 것입니다. (각 레벨에 대한 고정 비율을 설정할 수 있는 3가지 수준의 차익 실현), 또한 갑작스런 반전의 경우 손절매를 트롤링합니다.  가능한 한 많은 이익을 저장하십시오 :) 또한 한 번의 클릭으로 모든 손실 거래 또는 모든 수익성 있는 거래를 마감할 수 있습니다. 또는 한 번의 클릭으로 모든 거래가 가능합니다. 제어판에는 가장 필요한 모든 기능이 표시되며 한 번의 클릭으로 필요한 비율을
The Wall Street Player (Ultimatum version). This EA tailored as a Discipline, Money and Risk Management tool is a powerful Trade Station utility designed for Forex, Cryptos, Commodities, Shares, Deriv synthetic pairs and any CFDs Market. It is designed to fit your strategy as a winner, and take your Edge of the market to the NEXT-LEVEL. The only thing to do is to get It on your chart and appreciate the possibilities and chart management abilities it has to offer for realizing that discipline and
Adam FTMO MT5
Vyacheslav Izvarin
5 (2)
ADAM EA Special Version for FTMO Please use ShowInfo= false for backtesting ! Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94362 --------------------------------------------------------------------------------
Sabira Reactive
Gounteni Dambe Tchimbiandja
IMPORTANT NOTE THIS EA IS NOT FULLY AUTOMATED, IT ONLY TAKES POSITIONS IN ZONES YOU DEFINE IT ASSISTS YOU. SO YOU NEED TO WATCH THE CHART CLOSELY THE MAIN POINT OF THIS EA IS TO FORCE THE TRADER TO RESPECT ENTRY RULES <<CONFIRMATION IS THE KEY>>. SO THE TRADER WILL ONLY LOOK FOR ZONES THE EA WILL LOOK FOR CONFIRMATION CANDLES AND ENTER IF A CONFIRMATION IS FOUND FOR EXAMPLE: If price is in a Bullish zone. Rule, look for buys. If Bullish Candlestick Pattern  or any other bullish candle pattern s
Centage
Chukwuemeka Kingsley Anyanwu
Centage: Your Smart Trading Bot for Risk Management. Unlike typical trading bots, Centage prioritizes risk management by incorporating an essential feature: it closes all open trades when your account balance reaches a predefined threshold. This feature makes Centage ideal for traders who want to maintain a disciplined approach and avoid emotional decision-making.  Let Centage be your reliable partner in the world of trading, while safeguarding your investments with smart balance-based exits. Ce
Copiador MT5
Luciana Andrea Maggiori
Copiador – La Mejor Herramienta para Copiar Operaciones en MetaTrader 4 Este no es un simple copiador de operaciones que   únicamente   permite copiar transacciones de forma local entre diferentes cuentas de MetaTrader 4 en cualquier dirección y cantidad. ¡Por supuesto que lo hace!   ¡Pero Copiador hace mucho más!     Descubre sus características y beneficios a continuación FUNCIONALIDADES DESTACADAS:   Copiado entre brokers diferentes : Puedes copiar operaciones desde una cuenta e
US SP 500 Scalper Panel
Harifidy Razafindranaivo
BRIEF INTRODUCTION : This Panel is made for US SP 500 stock market indices. It offers an ultimate and complete auto trading with an optional money management Controls. This application is an automated panel who works on every situations of the price market. It is equiped with an automatic indicator attached on the bottom of the Panel. There are another functionalities like  Martingale strategy  and a  range sequence  detection , it triggers automatically when the control are checked. These are
GOLD robot4trade
Vyacheslav Izvarin
GOLD robot4trade (FTMO 전용 에디션) v1.5 Robot4Trade.com 제공 | AI 탑재 & 챌린지 대응 완비 개요 Advanced Forex EA 는 FTMO, MyForexFunds 등 다양한 펀딩 트레이딩 챌린지 요건을 완벽히 충족하도록 설계된 차세대 자동매매 알고리즘입니다. 이 EA는 전통적인 신뢰 지표 (MA, RSI, ATR)를 기반으로 하여, 현대적인 리스크 관리와 자산 보호 기능을 결합하였습니다. 일일 손실 감시, 점진적 진입 로직, 실시간 통계 정보를 제공하는 온차트 대시보드를 포함합니다. 모의 챌린지 계좌든, 실거래든 — 이 EA는 당신의 종합 자동매매 솔루션이 될 것입니다. ️ 전략 로직 이동 평균 교차(MA Crossover) : 빠른 SMA & 느린 SMA RSI 필터 : 과매수/과매도 구간에서의 진입 회피 ATR 기반 SL/TP : 시장 변동성에 따라 자동 조정 고정 또는 리스크 기반 로트 사이징 지원 계단식 재진입
Prop Firm Trading Panel
Harifidy Razafindranaivo
BRIEF INTRODUCTION : This new product is a complete application developed to automate trading tasks with a trading strategies modern. This new brand product provides two types of functionality such as a manual and a fully automatic trading. This Panel is adapted with all FTMO Currencies and is made for FTMO evaluation only on Metatrader 5 Terminal. This Panel offers an   Economic Calendar Strategy   with twenty Countries such as   Europe, United-States, Canada , United-Kingdom, China , France, G
Risk management settings Automatic lot size calculation based on risk Open Buy and Sell positions with one click based on settings Open positions graphically (Buy Limit – Buy Stop – Sell Limit – Sell Stop) Risk-free open positions Open new trades with TP and SL from previous open trades Close all open trades with one click Setting to close open positions based on Sell or Buy positions Save 50% and 80% of open trades' profit Find supply and demand zones and update them automatically in real-time
Goldusd
Osama Benalhadi
Key Fixes Applied Added   #include <Trade/Trade.mqh>   → Required for   CTrade   class. Initialized   CTrade trade   → Needed to execute trades. Fixed array handling for EMA values   → Used   CopyBuffer()   correctly. Normalized SL/TP prices   → Used   NormalizeDouble()   to avoid "invalid stops" errors. Corrected price checks   → Used   iHigh()   &   iLow()   for previous candle. Adjusted point values   → Changed TP/SL to   points   (1 pip = 10 points in 5-digit brokers). How to Test This EA Co
Divergence Sniper EA
Mohammed Lamine Kasmi
Divergence Sniper EA Smart Institutional Logic – Without the Noise This is not your typical retail trading bot. Divergence Sniper EA is built on a simple yet powerful concept: price divergence between EURUSD and GBPUSD. It identifies abnormal behavior between these correlated pairs—often signaling hidden institutional activity—and acts with precision when the edge is real. No overtrading. No noise. Just calculated entries. Clean logic based on actual price behavior, not lagging indicators.
Macroeconomic News and Event Timing Indicator This indicator loads historical economic news data and visualizes it using standard MT5-style charts. It's a powerful tool for quickly assessing market trends and forecasting potential future movements. A key feature is the precise timing of events, which is essential for making informed trading decisions. Perfect for professional traders using modest leverage (1:1 or 1:2), where understanding the impact of upcoming macroeconomic events is critical t
Trade Hub Expert Advisor (EA) – Description Trade Hub is a centralized risk and trade management Expert Advisor designed to enforce strict control over grid-based trading across multiple charts and symbols. Its primary function is capital protection and disciplined trade execution , achieved through the following key limitations: Global Grid Limiting – Restricts the total number of active grids across all charts where the EA is running. Per-Symbol Order Control – Caps the number of simultane
BRIEF INTRODUCTION : This new product is a complete application developed to assist trader trading tasks with a trading strategy modern. This new brand product provides two types of functionality such as a manual and a fully automate trading. This Panel is adapted with multicurrency. This application utilizes technical trend indicator as market price trend directional and Oscillator indicator as price Oscillation and volatility. This Panel possesses an automatical Trailing Stop Checker and an au
BRIEF INTRODUCTION : This Panel is made for EURUSD pair. It offers an ultimate and complete trading tools with an optional money management Controls. This application is an automated panel who works on every situations of the price market. It is equiped with an automatic indicator attached on the bottom of the Panel. KEY FEATURES : - Martingale Strategy & Range Sequence Detection – Enhances trade recovery and identifies key price levels.   - Multiple Indicators – Helps users anticipate futu
CopyTradeEA Bot
Hour Tour Leng Hort
This Expert Advisor (EA) is an automated trading system designed for MetaTrader 5 (MT5). It eliminates emotional trading by executing trades based on predefined strategies and algorithms. The bot continuously monitors the market, identifies entry and exit opportunities, and manages risk with built-in money management rules. Key Features: Fully automated trading – no manual intervention required. Works 24/5 on MT5 platforms. Supports multiple currency pairs and timeframes. Risk managemen
The Trade Panel Dashboard is a powerful, user-friendly interface designed to streamline and enhance your trading experience. This centralized hub provides real-time data visualization, advanced analytics, and seamless execution tools, empowering traders to make informed decisions with precision and speed. Key Features: Real-Time Market Data Access live price feeds,  market trends for multiple assets (stocks, cryptocurrencies, forex, commodities, etc.) in one consolidated view. Order Management
이 도구는 거래 관리에 도움이 됩니다. 목표 1, 2, 3을 포인트 단위로 설정하고, 이 목표가에 청산하고자 하는 랏 수의 백분율을 설정할 수 있습니다. 예를 들어 목표 1, 2, 3을 5달러, 10달러, 15달러로 설정하고, 각 랏 수를 40%, 30%, 30%로 설정했습니다. 이제 4220달러에서 xauusd에 0.1랏으로 진입하면, 목표 5달러에 0.04랏, 목표 10달러에 0.03랏, 나머지 수량은 목표 15달러에 청산됩니다. 손절매는 포인트 단위로도 설정할 수 있습니다. 손절매와 목표는 거래 체결 시 자동으로 설정됩니다. 또한, 추적 손절매 조건이 있어 tp1에 도달하면 sl이 진입 지점으로 이동하고, tp2에 도달하면 sl이 tp1로 이동할 수 있습니다. 이 조건을 켜고 끌 수 있습니다. 차트에는 tp와 sl의 모든 세부 정보를 보여주는 패널이 있어서 포인트를 쉽게 볼 수 있습니다.
BRIEF INTRODUCTION : This new product is a complete application developed to assist trader trading tasks with a trading strategy modern. This new brand product provides two types of functionality such as a manual and a fully automate trading. This Panel is adapted with multicurrency. This application utilizes technical trend indicator as market price trend directional and Oscillator indicator as price Oscillation and volatility. This Panel possesses an automatical Trailing Stop Checker and an au
BeansAssist
Ivanvielle Bonifacio Dupaya
BeansAssist Gives you fruitful information of the price of the symbol that you are trading. Improve your trades simply by following the suggestion that it gives you. Tracks deal stats daily so you keep track of your performance. Don't let emotions take control, be a better and profitable trader with BeansAssist to guide you. *Note: This utility is not for free 
MetaTrader 5 Expert Advisor로, Grok AI (xAI)를 통합하여 실시간 차트 분석, 사용자 맞춤 신호, 자동 거래 지원 기능을 제공합니다. Grok AI Trader - FJU Assistant는 MetaTrader 5 플랫폼을 xAI의 Grok AI에 직접 연결하는 MT5용 Expert Advisor(EA)입니다. 미리 정의된 또는 사용자 지정 프롬프트를 사용하여 각 캔들 종가 시 차트 데이터(OHLC, 거래량 등)를 분석하고, 기술적 인사이트, 거래 제안, 옵션으로 자동 주문 실행을 제공합니다. 신호와 보고서는 Discord 또는 Telegram으로 전송하여 모니터링할 수 있습니다. 이 EA는 AI 기반 분석을 수동 또는 반자동 전략과 결합하고자 하는 트레이더에게 적합하며, 외환(Forex), 주식, 원자재 등 다양한 자산에 적용 가능합니다. 주요 기능: Grok AI 모델을 활용한 MT5 차트 데이터 실시간 AI 분석. 사용자 맞춤 프롬프트, 거래 스타
제작자의 제품 더 보기
### Unlock Explosive Profits with the Ultimate Candle Directed Grid Martingale Robot! Tired of market volatility draining your account? Looking for a smart strategy that turns fluctuations into gains? Meet the **Candle Directed Grid Martingale Robot with Advanced Trend Combination** – specially designed for MetaTrader 5, this EA harnesses volatility to deliver consistent profits! Crafted by experienced developers for traders, this robot blends grid trading, martingale techniques, and innovativ
### AlgoRhythm Pro: Catch the Market Rhythm, Maximize Your Profits! Hello Forex Traders, Do you want to catch the market's rhythm and achieve consistent profits? **AlgoRhythm Pro** is perfect for you! With a grid and martingale strategy combined with advanced trend analysis, manage your automated trading intelligently. This robot was developed with years of experience and has successfully passed thousands of backtests. No more manual intervention needed – let AlgoRhythm Pro handle the rhythm
필터:
리뷰 없음
리뷰 답변