당사 팬 페이지에 가입하십시오
Gold has a daily maintenance break on the CME. The first hour after it rises more than chance explains, in every calendar year of an 11-year sample - while every other hour of the day measures flat. One trade per session, a volatility-scaled server-side stop, no averaging or grid. Then my cost model turned out to be wrong. A real-tick backtest showed the true round-trip cost at the reopen is about 60 points, not the 19 my research had charged - the M1 bar spread field is a per-bar summary and understates it roughly threefold. Re-running 11 years at the corrected cost: +3.34 bps, t 7.40, 59.3% wins -> +1.60 bps, t 3.42, 50.8% wins The edge survives, at less than half its original strength. That second number is the real one. What it is not: about +3.3% a year with 4.6% drawdown, roughly one year in nine negative. At 0.01 lots that is ~130 a year - a figure that measures the position size, not the strategy.
기존의 수동 또는 EA 포지션을 조정하기 위해 특별히 설계된 MetaTrader 5용 차트 내 거래 관리 유틸리티입니다. 원클릭으로 손익분기점 설정, 포인트 오프셋, 이익 실현, 트레일링 스톱, 위험 대비 수익률(1R–3R)에 따른 테이크 프로핏 목표, 거래량 기반 부분 청산(25%–100%) 기능을 제공합니다. 드래그 가능한 차트 GUI와 종목 및 방향별 필터링 기능이 포함되어 있습니다. 새로운 포지션을 개설하지는 않습니다.
A small educational Expert Advisor showing how a classic Donchian breakout can be applied directly to completed Renko bricks.
Cost is the one input to a trading system that is knowable exactly, and it is almost always estimated wrongly - always in the direction that flatters the strategy. This EA measures what one round trip really costs on YOUR broker: the live spread sampled from ticks, the swap for both sides including the triple-charge day, and the commission read from your own deals. Most spread figures come from the bar's "spread" field, because that is the easy one to reach. It is a per-bar summary, not the quote at any instant. Measured on XAUUSD: 20 points live across 60 readings against a bar-field median of 6. A factor of 3.3. So a filter set to "skip if spread > 15" never fires - it lets through exactly the moments it exists to block. Swap is the half most custom simulators do not charge at all. It is asymmetric, one side pays while the other collects, and one weekday counts three times. Read-only: it never opens, closes or modifies a position.
An Expert Advisor that trades the SuperTrend TV indicator through iCustom on closed bars only, shipped with the audit that proves every trade matches a signal and no signal was missed
MetaTrader 5용 전문 오픈소스 리스크 계산기입니다. 자금 리스크, 계좌 리스크 비율, 예상 수익, 수익 대 리스크 비율, 증거금 요건 및 리스크 수준을 계산합니다.
MetaTrader 5용 전문 오픈소스 마진 계산기입니다. 최신 Quantora 대시보드를 통해 필요한 마진, 자유 마진 변동량, 마진 레벨, 포지션 가치 및 마진 안전성을 계산합니다.
Everyone running a grid asks: is my account big enough? The usual answer - the loss at the last grid level - is the wrong number. What ends the account is the margin level reaching the broker's stop-out, while the chain is still open and still looks recoverable. This EA computes the real figure, then counts how often a move that large has already happened on the symbol's own M1 history. Three mistakes it fixes, all erring in the reassuring direction: a chain of N legs floats at step x N(N-1)/2, not step x N (at 10 legs, 45 steps of loss, not 10); open positions also lock up margin while they float; and stop-out is a percentage, not zero - at 50%, losing half the equity is enough. "You need 86 dollars of room" is an abstraction. "A move that size happened 71 times in 100 days, one every 1.4" is a decision. Set InpEquity to a size you do not have yet to see what the configuration would really need. Strictly read-only: it never opens, closes or modifies a position.
드래그 앤 드롭 방식의 차트 라인, 위험 비율에 기반한 동적 로트 크기 조정, ATR/포인트 스톱로스 모드, 실시간 변동 손익 모니터링 기능을 갖춘 간편한 MQL5 거래 관리 패널입니다.
A safety EA that watches every open position on the chart symbol: it reports any position left without a stop loss, optionally attaches an ATR-based stop, and enforces a daily and a total drawdown limit that re-arms after a cooldown.
This Expert Advisor is that missing bridge. Attach it to any chart and it periodically writes the calendar to a CSV file in `MQL5\Files`, where anything outside the terminal can read it.
Records the maximum favourable and adverse excursion of every position in R multiples and writes one CSV row per closed trade.
Session-range breakout EA with ATR filtering, stop-distance sizing, optional break-even/partial close, and a shared chart desk. Hedging accounts; educational source with documented execution and coordination limits.
Equity guard that enforces a daily loss limit and a total drawdown limit, flattens the account on breach and blocks trading until the next daily reset. Includes the guard as a reusable include file plus a self-test expert that proves the behaviour in the strategy tester.
XAUUSD는 아시아 장 동안 박스권 내에서 등락을 보인 후, 런던 장 개장을 앞두고 OCO 돌파 주문(매수 스탑/매도 스탑)을 설정하며, ATR을 기반으로 한 손절매와 위험 비율에 따른 포지션 크기를 적용합니다. 지표도, 주관적 판단도 없습니다. 박스권 범위는 추측이 아닌 측정을 통해 결정됩니다.
A small educational Expert Advisor for MetaTrader 5 showing one simple way to combine classic fixed-size Renko bricks with a SuperTrend-style trend state.
Manage orders, existing orders, limit orders, trailing, break event & Lot size calculator in one tool
A small educational Expert Advisor for MetaTrader 5 showing one simple way to automate support and resistance reactions with internally built classic Renko bricks.
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.
블로흐(Bloch)의 상대 이동평균(Relative Moving Average) 프레임워크에 포함된 네 가지 크로스 전략 모두를 MQL5로 구현한 것으로, 변동성 구간에 따른 그의 ‘적응형 크로스오버 청산(Adaptive Crossover Exit)’ 전환 규칙이 적용되어 있습니다. 진입 및 청산은 프랙틸 공간에서 이루어지므로, 모든 종목에서 임계값의 의미가 동일합니다.
Pro Manager는 프로프 펌과 전문 트레이더를 위해 개발된 올인원 MT5 트레이딩 보조 도구입니다. 손익분기점(Break-even), 평균 목표가(Average TP), 매직 넘버 관리, 오토 그리드(Auto Grid)와 같은 강력한 도구를 활용하여 거래를 더 빠르게 실행하고, 포지션을 더 스마트하게 관리하며, 리스크를 효율적으로 통제하고, 일상적인 트레이딩 업무를 자동화할 수 있습니다.
Market Replay Tool is an MT5 utility that seamlessly merges a Market Replay simulator with interactive TradingView-style Long & Short drawing tools. It allows traders to backtest strategies on historical data with adjustable playback speeds, while effortlessly mapping out risk-to-reward setups using dynamic, draggable entry, stop-loss, and take-profit visual boxes directly on the chart.
XAUUSD M15 basket recovery EA with adaptive ATR spacing, LL/LH structure validation, dynamic RSI gating, crash detection, news filter, and smart trade trimming.
Quantitative MT5 Expert Advisor that filters market noise using Chaos Theory and the Largest Lyapunov Exponent (LLE). Trades momentum EMA crossovers only during deterministic market regimes, with built-in ATR risk management.
‘닛케이 225 갭 지속 EA’는 현물 시장 개장 갭 발생 후 나타나는 상승 및 하락 지속 추세를 거래하는 메타트레이더 5(MetaTrader 5) 전문가 자문가(EA)입니다. 이 EA는 개장 범위 돌파 신호와 VWAP(시간 가중 평균 가격) 확인, 자동 위험 기반 포지션 크기 조정, 부분적 이익 실현, 손익분기점 관리 및 강제 세션 종료 기능을 결합하고 있습니다. 이 EA는 네팅 계좌와 헤징 계좌를 모두 지원합니다.
BlueMoon EA는 EMA 엔벨로프 진입 전략을 적응형 바스켓 관리, 점진적 포지션 크기 조정, 스프레드 필터링, 손실 제한 기능, 그리고 헤징 계정을 위한 자동 거래 복구 기능과 결합한 MT5 전문가 자문가(EA)입니다.
이번 릴리스에서는 ‘Interactive Supply and Demand Zone Manager’ 프레임워크를 기반으로 구축된 경량 자동 거래 프로토타입을 소개합니다. 이 프레임워크를 통해 트레이더는 자신만의 매수·매도 구역을 직접 그리며 관리할 수 있으며, 각 구역은 시장 상황이 변화함에 따라 고유한 수명 주기, 상호작용 이력 및 변화하는 상태를 유지합니다. 이 하이브리드 방식은 사용자 정의 구역과 자동화된 모니터링, 검증, 거래 관리 기능을 결합합니다. 이 전략은 구조화된 의사결정 과정을 통해 적격 구역을 평가한 후 거래 실행을 생성합니다. 상세한 로깅 기능을 통해 구역의 동작을 파악할 수 있으므로, 트레이더는 상호작용을 분석하고 수집된 정보를 활용하여 자신만의 접근 방식을 구축할 수 있습니다.
MetaTrader 5 내에서 완전히 실행되도록 설계된 기관급 거래 일지 및 행동 분석 제품군입니다. 이 애플리케이션은 단일 파일로 구성된, 외부 의존성이 전혀 없는 대시보드 형태로, 표준 터미널 객체를 고성능 더블 버퍼 벡터 그래픽 파이프라인(CCanvas)으로 대체합니다. 이 애플리케이션은 실시간 정량 분석, 행동 기반 리스크 감사, 세로 방향으로 스크롤 가능한 월별 캘린더, 차트에서 직접 인라인 메모 편집이 가능한 대화형 로그 카드를 제공합니다.
완료된 캔들의 EMA 9/21 정렬과 RSI 14 필터링을 활용하는 교육용 MT5 전문가 자문(EA)으로, 고정 로트 매매 방식을 적용하고 간결한 검정색과 금색의 대시보드를 갖추고 있습니다.
Read-only OnTradeTransaction logger that records MT5 order, deal and position lifecycle events to local CSV and the Experts Journal.
Automatic structure-based SL, breakeven, ATR trailing, and dollar-based profit protection for manual MT5 trades and pending orders on Gold and selected FX pairs.
알고리즘 그리드와 키네틱 모멘텀의 정점. KCI 네이티브 매트릭스 엔진에 오신 것을 환영합니다. 이 엔진은 MetaTrader 5를 위해 네이티브로 구축된, 무자비하고 수학적 원리에 기반한 알고리즘의 거대 괴물입니다. 고빈도 거래(HFT) 환경을 위해 설계된 이 EA는 부피가 큰 표준 라이브러리를 배제하고 서버 라우팅 수준에서 직접 작동합니다.
C#으로 구현된 맞춤형 대시보드를 갖춘 로컬 클라이언트 간 트레이딩 카피어이며, Go 언어로 작성된 전송 파이프를 포함합니다. 아카이브에 전체 소스 코드가 포함되어 있습니다(소켓 기반 버전). 초저지연
Professional open-source Position Size Calculator for MetaTrader 5. Calculates broker-compatible lot size using account value, risk percentage, fixed risk amount and Stop Loss distance.
Professional open-source Trailing Stop manager for MetaTrader 5 with adjustable start, distance, step, profit filter, Magic Number filtering and a modern Quantora dashboard.
Professional open-source Break Even manager for MetaTrader 5. Automatically moves Stop Loss to Break Even with adjustable trigger, offset, Magic Number filtering and a modern Quantora dashboard.