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

MQL5 코드베이스에서 MetaTrader 5용 라이브러리를 무료로 다운로드하십시오. - 9

코드를 제출하세요

Support Resistance zig zag based is a Price Action indicator designed to automatically and dynamically map Support, Resistance, and transition areas (Flip Zones) on the chart. It focuses purely on clear price structure mapping and highlighting key bounce areas (SBR & RBS). It also includes an interactive dashboard to monitor real-time market bias.

A draggable MT5 risk calculator that converts the selected entry and stop distance into a broker normalized position size using tick size, tick value and account risk.

A lightweight MT5 chart indicator that displays live broker and symbol trading specifications including spread, tick size, tick value, volume limits, stop level and freeze level.

Free MT5 indicator that automatically maps Fibonacci levels across multiple timeframes and highlights confluence zones, market structure, premium/discount areas and key price reactions.

GDS Renko Fast Demo is a small educational Expert Advisor for MetaTrader 5. It demonstrates how two internal fixed-size Renko streams can be used in a simple mechanical trading example without offline charts or custom symbols.

Manage orders, existing orders, limit orders, trailing, break event & Lot size calculator in one tool

A closed-bar M5 indicator combining market structure, liquidity sweeps, BOS/CHoCH and momentum to display Entry, SL, TP1 and TP2, with retail-frequency signals and clickable setup history.

Detects order blocks — the last opposing candle before an impulsive move that breaks market structure — and draws them as zones that extend live until price returns and mitigates them. Structure breaks and mitigation are both evaluated only on closed bars, so nothing repaints.

The Advanced Harmonic & RSI Reversal Scanner solves both problems. By combining precise Fibonacci geometry (to find the location of a reversal) with an RSI exhaustion filter (to time the exact moment of the reversal), this script prevents you from catching falling knives

MSNR KeyLevels MultiTF draws Malaysian SNR key levels from M5, M10, M15, H1, H4 and D1 at the same time, on any chart you have open. A built-in control panel lets you switch each timeframe on and off with a single click, so you go from a clean chart to full higher timeframe context in a second, and back again just as fast.

Sizes your next trade based on the correlated risk you already have open across other positions — not just the trade in isolation.

A datetime in MQL5 is seconds since 1970 - but server time (TimeCurrent, bar times, deal times) is the broker's wall clock stored AS IF it were UTC. Export it to CSV, read it in Python or a spreadsheet with a "seconds since 1970 UTC" parser, and every timestamp shifts by the server's UTC offset. On a UTC-3 broker that is three hours: the daily bar dated 00:00 reads as 21:00 of the previous day, and "yesterday's session" silently becomes "today's, half formed". That happened to a morning report of mine before this script existed. The script prints TimeTradeServer, TimeCurrent, TimeGMT and TimeLocal, the three offsets between them, the tick lag, and this chart's last bar time in server time and in real UTC - then states the rule: export server timestamps as wall-clock text, or export the epoch together with the offset, and never let the consumer apply its own timezone.

A daily process writes "today's decision" (which strategy runs, or FLAT) to a file the EAs read at the open. One day the writer did not run. The EAs read yesterday's file, compared its date with TimeCurrent() - the server clock, which had stepped back to the previous day overnight - saw a match, and traded all morning on a 24-hour-old decision. No error anywhere. Two rules, both in this class: 1) staleness is judged against TimeLocal(), which always moves forward; TimeCurrent() is the last tick's stamp - it freezes without ticks and can step back on reconnect. 2) When in doubt the answer is FLAT: missing file, bad date, wrong day, empty line - every failure path returns "do nothing", and each is logged ONCE per state change, not on every tick and not never. File format: line 1 = ISO date, line 2 = decision string. The demo writes a fresh, a stale, a malformed, an empty and a missing file, and shows that only the first is allowed to trade.

Built on Wyckoff Volume Spread Analysis (VSA) principles, it decodes smart money accumulation, distribution, absorption, and trend direction with zero repainting and a strict 2,000-bar performance limit.

A lightweight, OOP-compliant MQL5 header class (.mqh) for accurate pip value calculation and dynamic lot sizing across all instruments, featuring automated cross-currency rate conversion and broker volume normalization.

Tick-driven scalper that only trades genuine statistical outlier price moves, sized and protected to survive real broker execution delay. Backtest results included below.

GDS Renko Bollinger 4-Mode Demo EA is a free educational Expert Advisor for MetaTrader 5. It demonstrates four different ways to combine classic fixed-size Renko bricks with Bollinger Bands inside one standalone EA. The EA builds four independent internal Renko streams from incoming BID ticks. Each mode has its own Renko brick size and its own Bollinger settings. Signals are generated only when a Renko brick is fully completed. Bollinger Bands are calculated causally from previous completed Renko closes, so the current brick is excluded until after its signal check.

RMA Relative Moving Average is a variant of EMA

스윙 고점/저점과 피보나치 되돌림을 결합하여 잠재적 매수 구간을 식별하는 지표입니다.

키이벤트가 있는 수평 그리드 컨트롤러

이 전문가 자문가는 스토캐스틱 오실레이터를 모니터링하여, 사용자가 선택한 조건(과매수선 상향 돌파 또는 과매도선 하향 돌파, 과매수/과매도 구역 진입, 또는 해당 구역 이탈)에 따라 포지션을 자동으로 청산합니다. 포지션 청산 여부는 수익 상태(손실, 이익, 또는 둘 다)에 따라 필터링됩니다. 선택 사항인 테스트 모드를 사용하면 %D 선이 기준선(50) 주변의 설정 가능한 오프셋 수준을 교차할 때 기본적인 진입 신호를 활성화할 수 있습니다.

Set TakeProfit by just dragging and dropping script on the desired price level.

Keltner Channel for traders or young developers by William210

MT5 사용자 지정 인디케이터인 "wd.Multi_LineMA.mq5"는 트레이더에게 더 긴 차트주기(MTF 다중 차트주기)의 이동평균값에 대한 귀중한 통찰력을 제공하도록 설계되었습니다. 여기에는 지정된 수의 바에 대한 트레일과 동적 MA 수평 가격선을 볼 수 있는 기능 등 심도 있는 분석을 위한 추가 시각적 기능이 포함되어 있습니다.

입력 매개변수의 구조

이 EA는 인클루드 파일을 사용하여 자신만의 헤징 전략을 구현하는 방법을 보여주는 데모입니다.

주요 포인트는 MA 곡선을 수평선으로 변경하고 DPO 곡선은 종가로부터 제로 수준 또는 MA 곡선까지의 거리를 나타냅니다.

가격 및 (서버/현지) 시간을 표시하는 동기화된 사용자 지정 십자선 표시기입니다.

견적 기록에서 서버 시간대 및 서머타임 모드(DST)를 경험적으로 감지하는 시간 관련 기능

이 코드는 메타트레이더 5에서 거래가 개시 또는 청산될 때마다 모바일 기기로 푸시 알림을 전송하는 간단한 기능을 제공합니다. 이 코드는 네팅 계좌(심볼당 하나의 포지션만 허용)를 위해 설계되었습니다.

이것은 복사기 템플릿입니다.

데이터 수집을 위한 프로토타입. 하루 중 한 시간 동안의 데이터 창(데이터 수집 목적)을 위한 더미 버퍼와 하루 중 한 시간 동안의 추가 버퍼입니다. 하루 중 시간을 코멘트합니다.

트레이딩 도우미 메타트레이더 보조지표 - 세 가지 표준 지표를 기반으로 하는 다중 차트주기 보조지표입니다: 스토캐스틱 오실레이터, RSI(상대강도지수), CCI(원자재 채널 지수). M1, M5, M15, M30, H1, H4, D1, W1, MN1 차트주기에 대한 현재 추세 방향을 표시합니다. 이러한 지표를 따라가면 모든 중요한 주기에 걸쳐 추세를 명확하게 파악할 수 있습니다. 이 지표를 어느 차트주기에 적용하든 상관없습니다. 이 인디케이터는 MT4 및 MT5용으로 다운로드할 수 있습니다.

차트에 일별 세로선과 요일 레이블을 그립니다.

T3 지표는 6개의 지수 이동 평균을 결합한 고급 이동 평균으로, 기존 이동 평균에 비해 지연을 줄이면서 더 부드러운 가격 움직임을 제공합니다.

사용자 지정 바의 지속 시간을 분 단위로 히스토그램으로 표시하는 간단한 표시기입니다. 렌코 박스, PnF, 이퀄볼륨 바 등에 적용할 수 있습니다.

오픈 포지션의 평균 가격을 계산하는 지표로, 하나의 로봇의 포지션만 분리하려는 경우 매직넘버를 사용할 수 있지만 0은 수동 조작을 위한 숫자입니다.

이는 가격 시계열이 '랜덤 워크', 특히 가우스 '랜덤 워크'를 나타낸다는 가설을 테스트할 수 있는 간단한 분석(비신호, 일회성 계산) 지표입니다. 이는 적어도 변동성 측면에서 가격 증분을 균등하게 분포하고 더 안정적이며 예측 가능한 시계열로 변환하는 파라메트릭 변환을 구성하는 데 도움이 될 수 있습니다.

EquiPeak 드로다운 트래커는 트레이딩 계좌의 최대 드로다운을 실시간으로 모니터링하고 기록하도록 설계된 지표입니다. 현재 드로다운을 알려줄 뿐만 아니라 현재 드로다운을 예상하거나 이전에 기록했던 최대 과거 드로다운과 시각적으로 비교하는 데 특히 유용합니다.

이 보조지표는 화면 중앙에 BMP 이미지를 차트에 표시하는 것이 유일한 목적인 메타트레이더 5용 사용자 지정 보조지표입니다. 용도는? 분석 및 시장 데이터에 영향을 주지 않고 정적 이미지(로고, 개인 브랜딩, 차트 메시지 또는 알림)를 거래 차트에 직접 표시하는 데 사용됩니다. 어떻게 작동하나요? MQL5Images 폴더에서 이미지(2.bmp)를 표시하기 위해 OBJ_BITMAP_LABEL 객체를 생성합니다. 자동으로 차트 중앙을 계산하여 이미지를 배치합니다. 창 크기를 조정해도 항상 중앙에 위치하도록 새 틱이 나올 때마다 이미지 위치를 업데이트합니다.

12345678910111213141516...206