당사 팬 페이지에 가입하십시오
수동 트레이더와 퀀트 개발자를 위해 설계된 MetaTrader 5용 대화형 GUI 패널입니다. 이 패널은 정확한 계좌 자산 위험 비율을 기반으로 동적 포지션 규모 조정을 자동화하며, 원클릭 주문 실행(매수/매도), 즉시 손익분기점 설정, 전체 포지션 청산 기능, 그리고 지속적인 실시간 트레일링 스톱 관리 기능을 제공합니다.
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점의 점수를 매기는 서브윈도우 오실레이터로, 빠르게 흡수되는 잡음과 여전히 실질적인 지지선 또는 저항선 역할을 하는 수준을 구분해 줍니다.
현재 종목의 추세를 여러 시간대별로 한 번에 보여주는 간결한 차트 내 패널로, 각 시간대별로 고유한 빠른/느린 이동평균선 교차점을 통해 독립적으로 분석됩니다. “H4 차트는 어떻게 되는지” 확인하기 위해 차트를 전환할 필요가 없습니다. 모든 정보가 한곳에 색상 코드로 구분되어 표시됩니다.
재조정 범위(R/S) 분석을 통해 가격의 이동 허스트 지수를 추정하고, 이를 색상으로 구분된 오실레이터로 표시하여 시장이 현재 추세장인지, 평균 회귀 국면인지, 아니면 랜덤 워크처럼 움직이고 있는지 여부를 알려줍니다.
Spread histogram in a sub-window with current/avg/max/min stats, cost per trade, and threshold alerts for scalpers.
Educational MT5 EA: closed-bar EMA crossover entries, ATR-based stop loss and take profit, lot size from a fixed percent of equity via OrderCalcProfit, spread filter, magic-number isolation and server return-code checks. A clean template for building risk-controlled EAs. No profit claim.
Numbers every candle of the current trading day starting at the cash open of Frankfurt, London, New York or Tokyo. The anchor is converted from exchange local time to broker server time with automatic daylight saving, so the first candle after the open is always number one, in summer and in winter.
프로프 펌의 리스크 관리를 위한 전문 유틸리티 EA입니다. 이 제품은 일일 순자산 모니터링, 손실 포지션에 대한 단계적 손실 제한, 그리고 자가 복구 기능이 탑재된 그래픽 대시보드를 통한 절대적인 강제 청산 기능을 제공합니다.
SMC 풀백은 일반적인 3봉 패턴 대신 풀백의 정의를 사용하여 스윙 고점과 저점을 표시합니다. 고점은 해당 캔들의 저점을 가격이 다시 하향 돌파했을 때만 확정됩니다. 따라서 표시된 모든 지점은 실제 반전 지점이며, 고점과 저점은 항상 번갈아 나타납니다. 이 지표는 종가 캔들만 평가하며, 일단 표시된 마커는 절대 이동하지 않으므로 재표시되지 않습니다. 두 개의 버퍼를 통해 iCustom을 이용해 EA에 확정된 스윙 가격을 제공합니다.
Works out the lot from your risk percent and the stop distance, then opens the trade with the stop loss and take profit already attached. Never trades by itself.
Classifies the market with ADX, the Hurst exponent and lag-1 autocorrelation, routes each bar to a breakout module or a mean-reversion module, and keeps a separate win rate ledger for each regime with a Wilson 95% lower bound, so you can see which half of it is actually working.
Scores every setup type in your EA on its own record instead of lumping them into one equity curve. Rebuilds itself from the account's deal history on init so a restart cannot wipe the record. Prints a Wilson score lower bound next to the raw win rate so a three trade hot streak stops looking like an edge.
기본 원리에 따라 구축된 맞춤형 SuperTrend 지표로, ATR 기반의 변동성 밴드와 래칫 메커니즘을 결합하여 깔끔하고 리페인팅이 발생하지 않는 추세선을 생성합니다. 내부 재귀 상태는 적절하게 등록된 계산 버퍼를 통해 관리되므로, 수동으로 관리되는 배열 구현에서 흔히 발생하는 상태 손실 버그를 방지합니다. "초보자를 위한 맞춤형 지표 만들기" 기사 시리즈에서 발췌.
통계학적 제1원리에 기반하여 구축된 피셔 변환 오실레이터 — 가격을 제한된 범위로 정규화한 다음, 로그 변환을 적용하여 기존 오실레이터에서 흔히 볼 수 있는 점진적인 전환 대신 선명하고 명확한 반전 신호를 생성합니다. 내부 재귀 상태는 적절한 계산 버퍼를 통해 처리되어 백테스트 전반에 걸쳐 신뢰할 수 있고 정확한 동작을 보장합니다. "초보자를 위한 맞춤형 지표 만들기" 기사 시리즈에서 발췌.
Position size from a risk amount, computed from the symbol's real tick value, tick size and volume step rather than an assumed pip value. It always rounds volume down, and when your risk is smaller than the minimum lot it says so and reports what that lot actually costs. No terminal state, so the sizing logic is testable offline - a 41-assertion test script is included.
하이브리드 마이크로스트럭처 EA는 M1 시간대 XAUUSD(금)를 위해 특별히 설계된, 첨단 고주파 스캘핑 전문가 자문가(EA)입니다. 지연되는 OHLC 수학적 계산에 의존하는 기존 지표들과 달리, 이 EA는 틱 레벨의 미세구조 역학을 기반으로 작동하며, 틱 속도, 거래량 가중 평균 가격(VWAP) 편차, 그리고 기관 투자자들이 실행하는 유동성 스윕 거부(스톱 헌트)를 추적합니다.
여러 종목과 시간대를 자동으로 스캔하여 가장 최근의 유효한 울프 웨이브 패턴(강세/약세)을 탐지하고, 이를 대화형 대시보드에 표시하며, 원클릭으로 차트를 열어 전체 패턴을 그릴 수 있게 해주는 전문적인 MQL5 지표(별도 창)입니다.
Heiken Ashi ATR Blend combines smoothed Heiken Ashi candles, ATR-based volatility filtering, and fast/slow EMA trend confirmation to identify potential trend-change signals.
아시아, 런던, 뉴욕 세션의 가격 변동 범위를 추적하고, 각 세션 마감 시 해당 범위를 고정하며, 진정한 유동성 스윕(고점 또는 저점을 뚫고 나갔다가 다시 그 범위 안으로 마감되는 촛대)을 화살표 신호와 음영 처리된 반응 구역으로 표시합니다. 리페인팅이 없으며, 모든 종목과 시간대에서 작동합니다.
몇 주 동안 해당 신호를 기반으로 EA를 개발하는 데 시간을 쏟기 전에, 해당 진입 신호가 실제로 거래 비용을 상쇄하는지 여부를 측정합니다. 비용 공제 후 순수익을 보고하며, 중복되지 않는 표본에 대한 신뢰할 수 있는 t-통계량과 무작위 대조군을 제공합니다. 주문은 전혀 체결하지 않습니다.