거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하세요
Expert Advisor 또는 지표 작성 방법

MQL5 MetaTrader 5의 소스 코드 라이브러리

icon

이것은 MetaTrader 5 플랫폼 프로그램을 위한 최대 규모의 무료 소스 코드 라이브러리입니다. 여기서는 미리 만들어진 Expert Advisor, 기술 지표, 스크립트 및 라이브러리를 찾을 수 있습니다. MQL5 언어를 배울 때 코드 라이브러리를 사용하고 제공된 코드를 기반으로 자신만의 자동화된 거래 응용 프로그램을 개발하십시오.

게시된 코드를 자유롭게 다운로드 및 테스트할 수 있으며, MetaTrader 5에서 코드를 실행할 수 있습니다. 이 라이브러리는 또한 MetaTrader 5 플랫폼과 MetaEditor 개발 환경에서 직접 사용할 수 있습니다.

코드를 제출하세요

iFVG Indicator With Signals

지지·저항 지그재그 기반 지표는 차트에 지지선, 저항선 및 전환 구역(플립 존)을 자동적이고 동적으로 표시하도록 설계된 가격 행동(Price Action) 지표입니다. 이 지표는 명확한 가격 구조를 시각화하고 주요 반등 구역(SBR 및 RBS)을 강조하는 데 전적으로 초점을 맞춥니다. 또한 실시간 시장 추세를 모니터링할 수 있는 대화형 대시보드도 포함되어 있습니다.

도형 지표가 다시 그려지는지 여부를 측정하며, 다시 그려지지 않는다고 단정하지 않습니다. 불변 조건: 막대가 마감되고 처리된 후에는, 그 위에 그려진 어떤 객체도 절대 변경되어서는 안 됩니다. 즉, 이동하거나, 색상이 바뀌거나, 텍스트가 변경되거나, 사라져서는 안 됩니다. 이 스크립트는 실제 시세를 반영한 사용자 정의 심볼을 생성하고, 템플릿을 통해 지표를 연결하며, 모든 객체를 기록한 뒤, 바를 추가하고, 전체 재계산을 강제한 다음, 객체별로 비교합니다. 변경 사항과 사라짐은 별도로 집계됩니다. 변경이 발생해야만 주장이 거짓임을 의미하기 때문입니다. 비교 대상이 없는 실행 결과는 ‘INCONCLUSIVE’로 보고되며, 절대 ‘통과’로 표시되지 않습니다. 출력은 숫자 옆에 게시할 수 있는 CSV 파일입니다.

XAUUSD M15 바스켓 회복 EA로, 적응형 ATR 간격 설정, LL/LH 구조 검증, 동적 RSI 게이트, 급락 감지, 뉴스 필터 및 스마트 트레이드 트리밍 기능을 갖추고 있습니다.

최근 룩백 창을 기준으로 수평 거래량 히스토그램을 생성하고, 단순히 POC ± 고정 오프셋을 사용하는 것이 아니라 표준 TPO/거래량 가치 영역 확장 알고리즘을 사용하여 제어점(POC)과 가치 영역을 표시합니다. 새로운 바가 생성될 때마다 한 번씩 갱신되며, 가격 차트 옆의 사이드바로 표시됩니다.

A high-precision trend filter combining EMA dynamic momentum with ATR volatility bounds to pinpoint high-probability entries.

Dynamic Exponential Moving Average crossover Expert Advisor featuring volatility-based ATR Stop Loss/Take Profit and automatic account risk percentage position sizing.

Trend-following Expert Advisor for MetaTrader 5 combining Supertrend direction with ADX and DI confirmation. Uses an ATR-based stop loss and risks up to 0.5% of equity per trade.

Marks impulse candles: body at least ATR x multiplier, body at least a set share of the candle range, close near the extreme, optional tick volume confirmation. Green arrow below a bullish impulse, red above a bearish one. Closed bars only, no repainting. Signals are in the two buffers so an Expert Advisor can read them with iCustom.

Account level risk guard for prop firm accounts. One copy on any chart watches every position on the account, closes everything when the daily loss or maximum loss limit is hit, caps lot size and can flatten around high impact news. Logs every action to the Experts tab and a CSV.

Draggable on-chart manual trading panel with multi-timeframe bias, ATR SL/TP hints, a trailing stop and one-click BUY/SELL/CLOSE ALL.

확정된 시장 구조, 거래량 기반 주문 블록 및 예상 매수/매도 활동을 분석하는 오픈소스 MT5 지표입니다.

프랙탈 스윙 고점/저점을 유동성 수준으로 표시한 다음, 가격이 한 수준을 넘어 촛대 꼬리가 뻗어 나갔다가 다시 그 안쪽으로 마감되는 정확한 캔들(유동성 스윕/스톱 헌트)을 화살표와 선택적 가격 라벨로 표시합니다. 스윕 확인은 마감된 캔들에서만 수행되므로 신호가 다시 그려지는 일은 절대 없습니다.

Marks swing highs and lows only after N closed bars have confirmed them, so a drawn swing never moves or disappears.

Turtle-style Donchian breakouts on gold, followed with three exits at once: an ATR trailing stop, the Turtle exit channel and a fixed target. Backtested on XAUUSD H1 and H4 in 2025 and 2026, where all twelve combinations were profitable. Non-repainting, with buffers for an Expert Advisor.

A Turtle-style breakout EA for gold. It buys when an H4 bar closes above the 20-bar high in an uptrend, with a 2 ATR stop and a 2R target. Backtested on XAUUSD from January 2020 to September 2026: +9,029.72 on 10,000 at 1% risk, profit factor 1.77, max drawdown 11.38%, 6 of 7 years profitable.

Finds the weekend CME gap on gold and on 24/7 Bitcoin charts, keeps every unfilled gap on the chart until price returns to it, and shows how often gaps filled, how fast, how far price ran first, and what fading them would have made. Non-repainting, with buffers for an Expert Advisor.

수동 트레이더와 퀀트 개발자를 위해 설계된 MetaTrader 5용 대화형 GUI 패널입니다. 이 패널은 정확한 계좌 자산 위험 비율을 기반으로 동적 포지션 규모 조정을 자동화하며, 원클릭 주문 실행(매수/매도), 즉시 손익분기점 설정, 전체 포지션 청산 기능, 그리고 지속적인 실시간 트레일링 스톱 관리 기능을 제공합니다.

이를 통해 MT5 차트를 트레이딩뷰 차트처럼 스크롤할 수 있으며, 자동 리셋 버튼도 제공됩니다.

Posts your MT5 opens and closes to a Telegram chat: side, symbol, entry, stop and target in pips, lots, and on close the result, pips, R-multiple and time held. Retry queue, restart-safe, never trades. Free version of Trade Reporter Telegram and Discord.

3캔들 공정한 가치 갭(가격 불균형)을 감지하여, 가격이 갭을 다시 통과할 때까지 실시간으로 표시되는 상자 형태로 그립니다. 감지 기능은 완전히 마감된 바에서만 실행되므로, 현재 캔들이 형성되는 동안 갭이 깜빡거리며 나타났다 사라지는 일은 절대 없습니다.

Neural Loss-Pattern Auditor는 네이티브 MQL5로 처음부터 직접 작성된 소규모 피드포워드 신경망을 과거 체결된 거래 내역을 기반으로 학습시켜, 행동 및 시장 맥락 특성이 어떤 거래가 손실을 입을 가능성이 더 높은지 예측할 수 있는지 테스트합니다. 이 도구는 단순한 기준 모델, 확률 보정 테이블, 순열 특징 중요도 순위, 그리고 권장 사항이 포함된 구성 가능한 A-F 복합 등급에 비해 정확도가 향상되었음을 보여줍니다. 첫 실행 시 내장된 합성 데모 데이터를 사용하므로 별도의 설정 없이도 결과를 즉시 확인할 수 있습니다. 대신 실제 계좌 내역을 분석하려면 입력값 중 하나를 InpUseDemoData=false로 설정하십시오. 순수 MQL5: 외부 라이브러리, 파이썬, 어떠한 종류의 AI 서비스도 사용하지 않습니다.

MQL5 port of a Pine Script ATR trailing-stop indicator: nLoss = ATR-multiple, the stop ratchets under price in an uptrend and over price in a downtrend, and flips (with a buy/sell arrow) when price closes through it. Includes a Python reference port and a parity test that checks both agree with a literal, bar-by-bar transcription of the Pine semantics (na/nz/series history).

A small demo Expert Advisor: EMA fast/slow cross entries (evaluated on closed bars only, no repainting), ATR-based stop-loss and take-profit, spread filter, and position handling that works on both hedging and netting accounts. Includes a Python reference implementation for parity testing. This is a deliverable example, not a trading recommendation - the attached equity curve is from synthetic data and shows the method, not an edge.

Time weighted average price of the running session, anchored at the cash open of Frankfurt, London, New York or Tokyo with automatic daylight saving. Every second counts the same, minutes without a tick carry the last price, and two bands show the time weighted standard deviation around the line.

Panel that samples the spread once per second and shows it in points and in the symbol's natural unit (pips on FX, index points on index CFDs), with rolling min/avg/median/max, a session statistic since server midnight, the spread as percent of ATR, a hold-time alert and an optional CSV log. It never sends an order.

Marks the Asian session range, signals when London or New York sweeps one side of it and reverses, and keeps a scorecard of how every past signal ended in R, spread included. Non-repainting, with buffers ready for an Expert Advisor.

An intraday Smart Money Concepts EA for gold. It waits for price to sweep a recent swing high or low, confirms the reversal with a close through the sweep candle's body, and trades only with the H1 trend. Backtested on XAUUSD M15 over 2025 and 2026 at 1% risk per trade.

Free risk-based position size calculator built specifically for Gold (XAUUSD). Enter your account balance, risk percentage, entry price and stop-loss price - the indicator calculates the exact lot size, risk amount, stop distance, risk/reward ratio and potential profit, and draws entry, stop and take-profit lines on the chart. Contract size is read automatically from the symbol specification, so it works on any gold symbol without manual setup.

Hull Moving Average indicator displaying four periods on a single chart, colour-coded by direction (green for rising, red for falling, grey for flat). Implemented with a ring buffer and incremental running-sum math, so memory and CPU use remain constant regardless of chart history length. Buffer layout is documented and stable, making the indicator suitable for use with iCustom() from EAs. Supports 2, 3, or 4 Hull lines depending on configuration.

Protect Your Funded Account with Institutional-Grade Risk Monitoring. The #1 reason traders fail prop firm challenges is not a bad strategy; it is breaching daily drawdown limits. The AlphaQuant Prop Firm Daily Drawdown Dashboard is a free, high-visibility Expert Advisor

A real economic-calendar news filter that also works in backtests. Export the events once with a script, then block new entries around news both live and in the Strategy Tester. Fixes the one-hour DST shift of historical calendar times.

프로프 회사의 일일 리셋 규칙(회사가 사용하는 시간대에 따라 작성된)을 브로커의 실제 서버 시간으로 변환하고, 다음 리셋까지의 실시간 카운트다운을 표시하며, 일광 절약 시간제 변경으로 인해 경계가 1시간 이동하기 전에 경고해 주는 무료 읽기 전용 MetaTrader 5 패널입니다. 주문 전송이나 계좌 데이터 조회는 하지 않으며, 표시 기능만 제공합니다.

부동 손실이 고정 금액, 잔고의 일정 비율 또는 순자산의 일정 비율로 설정된 한도에 도달하면 포지션 바스켓을 청산합니다. 범위 필터는 종목 코드나 매직 넘버로 적용되며, 선택 사항인 목표 수익 및 안전하고 비차단 방식의 재시도 기능을 지원합니다.

Educational MT5 hedging-account trade panel with risk sizing, spread protection, a persistent daily-loss lock, break-even and trailing stops.

TREND Follower (Daily) is a lightweight, development-oriented Expert Advisor (EA) created as a base trading architecture for research, learning, experimentation, and further development. The EA is intentionally designed around a simple concept: follow the market direction using the relationship between price and the Parabolic SAR. It is not presented as a fully optimized or finished trading system. Instead, it provides a clean and accessible foundation that developers can study, modify, test, and expand.

Account-wide MT5 risk protection EA for prop-firm and personal accounts. Monitors daily and overall drawdown, position losses, safety buffers, and automatically protects the account when configured limits are reached.

거래량이 적은 변동 막대를 “유동성 공백”으로 표시하고, 각 막대가 얼마나 빨리 가격으로 채워지는지에 따라 0~100점의 점수를 매기는 서브윈도우 오실레이터로, 빠르게 흡수되는 잡음과 여전히 실질적인 지지선 또는 저항선 역할을 하는 수준을 구분해 줍니다.

AAPL CFD에 ORB 전략 적용하기

현재 종목의 추세를 여러 시간대별로 한 번에 보여주는 간결한 차트 내 패널로, 각 시간대별로 고유한 빠른/느린 이동평균선 교차점을 통해 독립적으로 분석됩니다. “H4 차트는 어떻게 되는지” 확인하기 위해 차트를 전환할 필요가 없습니다. 모든 정보가 한곳에 색상 코드로 구분되어 표시됩니다.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207