MQL5 Algo Trading republishes technical write-ups from the MQL5.com community, and the sample here is dense, code-adjacent material rather than market commentary. Each post condenses a longer article into a few paragraphs and links out to the full piece, tagged by source section (Freelance, VPS, Forum, AppStore, Signals, Calendar, NeuroBook).
The subject range is genuinely broad within algorithmic trading. Several posts cover EA (Expert Advisor) architecture: a master–slave design that centralizes portfolio-level risk budgeting across multiple correlated symbols, an opening-range breakout EA with session-based triggers and bar-close confirmation to avoid wick noise, and a trade-management utility that automates stop-loss, break-even, and trailing-stop logic independent of entry signals. Others focus on indicator design: a "Reverse RSI Bands" tool that algebraically back-solves Wilder's RSI formula to plot price levels instead of a separate oscillator, and an adaptive Kalman trend filter that scales its smoothing based on Kaufman's Efficiency Ratio to react faster in trends and slower in choppy conditions.
A noticeably technical thread runs through statistics and machine learning applications: replacing mean/standard-deviation/regression-based indicators with robust estimators (median, MAD, Theil-Sen slope) that hold up against outlier ticks; a probabilistic forecasting architecture (K²VAE) combining Koopman linearization, Kalman-style correction, and variational sampling to produce full forecast distributions instead of single price paths; an ICA-based feature pipeline for noise reduction ahead of an ONNX-exported model; a Differential Search optimization algorithm as an alternative to particle swarm or differential evolution; and a discussion of look-ahead bias in ML labeling, proposing oscillator-based labels to keep backtests honest. There's also a practical LLM-driven trading experiment wiring MT5 candle data into a language model via OpenRouter for structured buy/sell decisions, and a set of smaller utility tools — a trading-cost calculator, a real-time spread monitor, and a structured wrapper around MT5's economic calendar API.
This is not a channel for anyone looking for trade calls, market sentiment, or accessible explanations — the writing assumes familiarity with MQL5/MetaTrader concepts, statistics, and often machine learning terminology, and offers no beginner on-ramp. What it delivers well is a steady stream of concrete, implementation-level ideas for people actually building trading systems on MetaTrader: architecture patterns, indicator math, and risk-management code that a working algo developer could adapt directly, rather than the vague "AI-powered signals" framing common elsewhere in the space.
The best publications of the largest community of algotraders. Subscribe to stay up-to-date with modern technologies and trading programs development.
Common questions about MQL5 Algo Trading