uz
Feedback
MQL5 Algo Trading

MQL5 Algo Trading

Kanalga Telegram’da o‘tish

The best publications of the largest community of algotraders. Subscribe to stay up-to-date with modern technologies and trading programs development.

Ko'proq ko'rsatish

📈 Telegram kanali MQL5 Algo Trading analitikasi

MQL5 Algo Trading (@mql5dev) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 523 112 obunachidan iborat bo'lib, Texnologiyalar & Aralashmalar toifasida 150-o'rinni va Birlashgan Qirollik mintaqasida 5-o'rinni egallagan.

📊 Auditoriya ko‘rsatkichlari va dinamika

невідомо sanasidan buyon loyiha tez o‘sib, 523 112 obunachiga ega bo‘ldi.

18 Iyul, 2026 dagi oxirgi ma’lumotlarga ko‘ra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni 11 399 ga, so‘nggi 24 soatda esa 364 ga o‘zgardi va umumiy qamrov yuqori darajada qolmoqda.

  • Tasdiqlash holati: Tasdiqlanmagan
  • Jalb etish (ER): Auditoriya o‘rtacha 3.23% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 1.91% ini tashkil etuvchi reaksiyalarni to‘playdi.
  • Post qamrovi: Har bir post o‘rtacha 16 919 marta ko‘riladi; birinchi sutkada odatda 9 979 ta ko‘rish yig‘iladi.
  • Reaksiyalar va o‘zaro ta’sir: Auditoriya faol: har bir postga o‘rtacha 36 ta reaksiya keladi.
  • Tematik yo‘nalishlar: Kontent indicator, chart, mql5, candle, range kabi asosiy mavzularga jamlangan.

📝 Tavsif va kontent siyosati

Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida ta’riflaydi:
The best publications of the largest community of algotraders. Subscribe to stay up-to-date with modern technologies and trading programs development.

Yuqori yangilanish chastotasi (oxirgi ma’lumot 19 Iyul, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli bo‘lib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Texnologiyalar & Aralashmalar toifasidagi muhim ta’sir nuqtasiga aylantirishini ko‘rsatadi.

523 112
Obunachilar
+36424 soatlar
+3 0567 kunlar
+11 39930 kunlar
Postlar arxiv
A Renko forecasting pipeline was tested on EURUSD using MetaTrader 5 tick/time-bar data converted into 11,578 Renko bars with
A Renko forecasting pipeline was tested on EURUSD using MetaTrader 5 tick/time-bar data converted into 11,578 Renko bars with ATR-derived brick size 0.00028. Training used 60 days of M5 history and 14 engineered features covering direction sequences and volume stats. CatBoost delivered 59.27% test accuracy. Feature importance was led by volume: last_volume (18.36), avg_volume (14.23), volume_ratio (12.81), followed by consecutive-move metrics, challenging price-pattern-heavy rule sets. Implementation stack: Python, numpy, pandas, MetaTrader5 API, catboost. Modules cover data ingest, Renko conversion, feature generation, cross-validated training, and probability-based signaling with a 75% confidence threshold. 👉 Read | AlgoBook | @mql5dev #MQL5 #MT5 #AlgoTrading

Portfolio Scorer grades multi-EA portfolios across three dimensions: inter-strategy correlation, temporal coverage, and asset
Portfolio Scorer grades multi-EA portfolios across three dimensions: inter-strategy correlation, temporal coverage, and asset class diversity. Results are combined into a composite A+ to F grade, with per-dimension subscores. The script ingests daily P&L CSV files from the MQL5\Files\ directory. When files are missing, it generates sample data for five EAs spanning forex, index, metal, energy, and JPY forex, allowing immediate end-to-end verification. Key inputs include a comma-separated file list, minimum required history (default 60 days), correlation alert threshold (default |r| > 0.35), and scoring weights (0.50 correlation, 0.25 coverage, 0.25 diversity). Output in the Experts tab includes an NxN Pearson correlation matrix with flagged pairs, a 0–23 UTC hourly activity map, weekday coverage (Mon–Fri), a composite score report, and recommendations base... 👉 Read | Signals | @mql5dev #MQL5 #MT5 #EA

Candle Body Ratio v2 adds a chart-side strength meter based on each candle’s body-to-wick ratio, presented in a floating dash
Candle Body Ratio v2 adds a chart-side strength meter based on each candle’s body-to-wick ratio, presented in a floating dashboard. It reports current candle body percentage, upper and lower wick share, plus a conviction label for fast inspection of candle quality. A configurable lookback summary provides the average body ratio and a bull versus bear dominance bar, alongside a pressure label derived from recent candle statistics. This keeps the focus on whether follow-through has been present rather than isolated prints. A heatmap strip ranks the last N candles by body strength, from dark (weak) to bright (strong), ordered oldest to newest. Inputs cover panel position, font sizing, thresholds for strong and weak bodies, and full color control for bullish, bearish, and neutral states. An optional alert triggers when the current candle meets the stron... 👉 Read | VPS | @mql5dev #MQL5 #MT5 #Indicator

ASQ Divergence Detector is an indicator for identifying regular and hidden RSI divergences and marking them with non-repaint,
ASQ Divergence Detector is an indicator for identifying regular and hidden RSI divergences and marking them with non-repaint, color-coded arrows. Each signal is labeled at the divergence point as Regular Bullish, Regular Bearish, Hidden Bullish, or Hidden Bearish to remove ambiguity during review and execution. An on-chart dashboard tracks a running count of each divergence type on the active timeframe, providing a quick statistical split between bullish and bearish setups. Core settings cover swing length, lookback depth, and RSI period, with toggles for regular/hidden signals and label visibility. Alerting supports popup, sound, and push notifications on new divergences. The implementation is designed for low CPU overhead as a single-file indicator with no external dependencies. Distribution is free and open-source, built for MT5 across instruments, bro... 👉 Read | Calendar | @mql5dev #MQL5 #MT5 #Indicator

Large bullish or bearish candles are frequently misread as proof of aggressive participation. Standard volume mostly reports
Large bullish or bearish candles are frequently misread as proof of aggressive participation. Standard volume mostly reports total activity and does not specify whether trades were initiated at the bid or at the ask. This gap is routinely exploited by liquidity providers using passive limit orders to absorb forced selling while price action prints strong bearish bars. Cumulative Volume Delta (CVD) addresses this by separating estimated buy and sell delta and tracking their net difference over time. When price makes a higher high while CVD makes a lower high, it signals absorption: price is being supported by passive liquidity rather than sustained aggressive buying, a condition often seen before reversals. The implementation is designed to run on typical broker feeds without heavy tick-data downloads. Delta is continuously aggregated and session r... 👉 Read | AlgoBook | @mql5dev #MQL5 #MT5 #Indicator

We have launched metatrader.com, a modern financial information and analytics portal designed for anyone interested in global
We have launched metatrader.com, a modern financial information and analytics portal designed for anyone interested in global markets, from beginner traders to professional investors and developers. The website is built as a unified ecosystem where traders can access up-to-date financial information, learn and analyze markets, and use cutting-edge tools for algorithmic trading. ✓ Read global financial news, daily market insights, in-depth coverage of key economic events, and expert commentary ✓ Explore real market scenarios and trading approaches together with other members of the community ✓ Track price movements and view real-time charts across currencies, metals, stocks, indices, and commodities ✓ Dive into algo trading: read articles, purchase trading robots, and subscribe to strategies. Visit today and start using its full potential to enhance your trading performance. Visit metatrader.com

Retail traders often lose capital trying to time tops and bottoms with bounded oscillators such as RSI and Stochastic. A fixe
Retail traders often lose capital trying to time tops and bottoms with bounded oscillators such as RSI and Stochastic. A fixed 0–100 scale saturates quickly in strong directional flow, creating persistent “overbought/oversold” readings that can mislead participants into fading accelerating trends. Institutional execution typically focuses on variance and distribution, not capped momentum ratios. A Z-Score model normalizes price relative to a rolling mean and standard deviation, expressing displacement in standard-deviation units and remaining unbounded during extreme volatility. Readings beyond +2.0 or below -2.0 flag statistically stretched conditions that can support mean-reversion evaluation, especially when aligned with order block and liquidity-sweep criteria. This approach improves context by separating regime-driven trend from outlier deviation. 👉 Read | Forum | @mql5dev #MQL5 #MT5 #Indicator

Retail chart layouts often retain historical supply and demand zones long after they stop influencing price. In liquid market
Retail chart layouts often retain historical supply and demand zones long after they stop influencing price. In liquid markets, block execution leaves a defined order-block footprint, but once price revisits the level and absorbs resting orders, the zone is effectively neutralized. Keeping mitigated zones on-screen can reinforce incorrect bias and contribute to early stop-outs. The Unmitigated Order Block Matrix addresses this by plotting only active liquidity pools. It identifies the last counter-trend structural candle preceding a breakout, then validates each impulse against underlying tick volume. Blocks formed in low-activity hours or without a volume anomaly are filtered out. A mitigation tracker monitors retraces in real time. When price taps a prior block and liquidity is consumed, the zone is marked mitigated and removed from view. This keep... 👉 Read | AppStore | @mql5dev #MQL5 #MT5 #Indicator

Singular Spectrum Analysis (SSA) is a time-series method for decomposing data into trend, periodic components, and noise with
Singular Spectrum Analysis (SSA) is a time-series method for decomposing data into trend, periodic components, and noise without requiring stationarity. The workflow is deterministic and linear-algebra based. Core stages: build a Hankel trajectory matrix from sliding windows, apply SVD to obtain rank-1 elementary matrices (eigentriples), group components into signal and noise, then reconstruct via diagonal averaging. Forecasting uses a linear recurrence derived from selected singular vectors, applied to the reconstructed signal only. Practical notes: SSA often extracts cycles hidden by noise, but cannot reliably separate deterministic trends from stochastic drift (e.g., random walk). In MQL5, Basic-SSA can be implemented with OpenBLAS SVD (SingularValueDecompositionDC); results align with SingularSpectrumAnalysisForecast, suggesting a similar baseli... 👉 Read | VPS | @mql5dev #MQL5 #MT5 #Strategy

A production sizer needs more than a confidence-aware probability signal. Three gaps are common: payoff asymmetry (b != 1), h
A production sizer needs more than a confidence-aware probability signal. Three gaps are common: payoff asymmetry (b != 1), hard drawdown constraints, and path-dependence in dynamic sizing backtests. Kelly adds payoff awareness and has a fixed crossover with z-score based get_signal near p ≈ 0.88. Below that, Kelly is materially more aggressive in the typical 0.52–0.65 range where probability error is highest. Above the crossover, get_signal saturates faster and becomes more aggressive. A practical architecture is two-stage. Stage 1: get_signal with concurrency correction and discretization. Stage 2: a capped fractional-Kelly multiplier derived from (p, b) to adjust for win/loss ratios while preserving concurrency handling. For prop firm constraints, map remaining drawdown budget into the bet_size_dynamic sigmoid w, flattening size continuously as loss ... 👉 Read | AppStore | @mql5dev #MQL5 #MT5 #Kelly

Lead/lag analysis measures whether moves in one asset tend to precede moves in another, even when correlation or cointegratio
Lead/lag analysis measures whether moves in one asset tend to precede moves in another, even when correlation or cointegration already exists. The practical target is low-frequency windows (1 minute and above), where fill quality and slippage are manageable and the edge comes from analysis, not routing latency. A common method is cross-correlation on log-returns, shifting the leader series by N bars and looking for a statistically consistent peak. This can support mean-reversion setups in cointegrated pairs, and momentum signals in weaker relationships. Implementation detail matters. SQL engines can be non-deterministic without explicit ordering, especially with columnar storage and parallel reads. Window functions must use OVER (ORDER BY time, row_id). Time-aligned JOINs are required before shifting, to avoid comparing mismatched sessions or missing... 👉 Read | Docs | @mql5dev #MQL5 #MT5 #Strategy

Retail decision-making often depends on closed candles, while institutional execution is driven by microstructure signals. La
Retail decision-making often depends on closed candles, while institutional execution is driven by microstructure signals. Large block execution tends to show up first as a surge in tick velocity at the broker feed, not as an immediate directional price move. The Institutional Toxic Flow Monitor focuses on tick-speed and tick-density rather than cumulative volume, which often distorts conditions during consolidation. It maintains a moving baseline for tick activity and continuously computes standard deviation. When tick velocity exceeds the statistical threshold, an anomaly spike is printed on a histogram. This type of signal can be used to validate breakout participation and to filter moves where price is pushed without matching feed acceleration. The implementation uses optimized array calculations to keep the terminal responsive during high-impact news... 👉 Read | VPS | @mql5dev #MQL5 #MT5 #Indicator

Many strategies still rely on a single trigger such as an EMA crossover, without validating trend strength, momentum, volume,
Many strategies still rely on a single trigger such as an EMA crossover, without validating trend strength, momentum, volume, and directional bias. This approach typically increases false entries when context is mixed. This MT5 indicator applies EMA 9/21 as the trigger, then scores seven conditions on the crossover bar: price vs VWAP, RSI vs 50, MACD line vs signal, crossover direction, ADX strength with price context, volume vs its moving average, and M5 RSI as a short-term momentum check. Signals are printed only when the bull or bear score meets a user-defined minimum. Risk handling is automated via ATR-based stop-loss and five take-profit levels. A lot size calculator sizes positions by balance and risk percentage, with optional session filtering for Asian/London/New York hours. An on-chart dashboard reports indicator states, bias, trend strength... 👉 Read | AlgoBook | @mql5dev #MQL5 #MT5 #Indicator

Dominance EA is a daily, bias-driven system that derives direction from the prior session’s control rather than intraday tick
Dominance EA is a daily, bias-driven system that derives direction from the prior session’s control rather than intraday tick activity. Execution is limited to once per trading day at the session open, with Mondays excluded to reduce weekend gap effects. Bias is validated through two checks. Structural dominance counts prior-day bullish versus bearish candles to determine control. Context confirmation requires the prior day’s final close to be on the correct side of a moving average. Optional inverted mode flips the signal for contrarian testing. Trade flow enforces one position per symbol per day. Volume uses SYMBOL_VOLUME_MIN. Stops are set from the prior day’s high/low widened by an ATR multiple, with take profit fixed at 2x stop distance. Pre-trade checks cover stop level rules, margin, and tick pricing. Configuration includes mode, MA/ATR parameters, f... 👉 Read | VPS | @mql5dev #MQL5 #MT5 #EA

ASQ SafeScalping v1.20 is a free open-source breakout scalping Expert Advisor for MT5 from AlgoSphere Quant. Entries use a st
ASQ SafeScalping v1.20 is a free open-source breakout scalping Expert Advisor for MT5 from AlgoSphere Quant. Entries use a strict seven-condition gate: EMA(150/510) direction, ATR-based EMA separation, close relative to both EMAs, N-bar breakout with ATR buffer, RSI zone filter, momentum vs prior close, and optional H1 EMA(50/200) confirmation. If any check fails, no trade. v1.20 fixes repeated TP1 partial closes via ticket tracking, disables GlobalVariables-based peak drawdown tracking in Strategy Tester, and removes a legacy MT4 directive for clean MT5 builds. Risk and trade management are conservative: single position only, fixed SL/TP, percent sizing, max drawdown auto-pause, daily trade cap, breakeven, trailing stop, and one-time partial close. Filters cover session hours, spread, news, and Friday cutoff. Five .set presets support phased optimization, w... 👉 Read | AlgoBook | @mql5dev #MQL5 #MT5 #EA

Smart Money Concepts setups without strict session alignment tend to fail because directional moves often concentrate around
Smart Money Concepts setups without strict session alignment tend to fail because directional moves often concentrate around defined macroeconomic windows rather than persisting through the full trading day. The ICT Silver Bullet framework targets those narrow periods where liquidity conditions change and execution becomes more consistent. This indicator automates the detection of those time windows, then limits on-chart output to the active session to reduce noise and common retail traps. Execution zones are plotted directly on the chart, while Fair Value Gaps are scanned and projected only when they form inside the configured windows. Broker server offsets are handled via dynamic GMT adjustment to keep session alignment consistent without manual calculation. The MQL5 implementation is optimized to process only recent visible history to reduce CPU ... 👉 Read | Calendar | @mql5dev #MQL5 #MT5 #Indicator

An RSI variant has been released that applies a Kalman Filter to the input series while keeping the standard RSI interpretati
An RSI variant has been released that applies a Kalman Filter to the input series while keeping the standard RSI interpretation. The intent is to reduce short-term noise in the oscillator without changing common threshold logic such as overbought and oversold levels. The indicator is displayed in a separate subwindow, consistent with typical RSI layouts. This build is described as the latest fixed version, addressing prior issues and aiming for stable behavior in live charts and backtests. 👉 Read | Signals | @mql5dev #MQL4 #MT4 #Indicator

A new product version reaches baseline functionality for extracting working trading settings, with usability changes aimed at
A new product version reaches baseline functionality for extracting working trading settings, with usability changes aimed at lowering the entry barrier and expanding participation in parameter search and market research. Key updates include a redesigned UI, a second polynomial for brute force based on a modified Fourier series, improved RNG modes, spread capture and noise reduction, spread-aware optimization, lot variation for ultra-short segments, and multiple bug fixes. A new workflow generates a TXT configuration read by a single “settings receiver” EA for MT4/MT5, avoiding .set limits with variable-length arrays. Internals cover coefficient generation, tick-based spread recording for OHLC, use of mid-price to reduce broker dependence, and notes on instability under spread noise plus overfitting risk. 👉 Read | Signals | @mql5dev #MQL5 #MT5 #EA

Building a profitable model is only the first phase in algorithmic trading. A common failure point is execution: standard ter
Building a profitable model is only the first phase in algorithmic trading. A common failure point is execution: standard terminal trade calls are synchronous, blocking the next instruction until the server responds. During high-impact news or when a grid needs to close many positions at once, this wait time can turn into platform stalls and significant negative slippage. The Asynchronous Institutional Trade Engine is a header-only library that routes order, modify, and close requests through non-blocking channels. Execution commands can be queued and dispatched without tying up the main strategy loop, separating trading logic from network latency. The library also adds risk controls, including spread checks that can halt async bursts when liquidity degrades. It provides a partial-close routine for closing exact position percentages without manual lot r... 👉 Read | Calendar | @mql5dev #MQL5 #MT5 #AlgoTrading

Library work starts on symbol chart support with a new Chart object that stores chart properties as int/double/string paramet
Library work starts on symbol chart support with a new Chart object that stores chart properties as int/double/string parameters. The parameter set will evolve as functionality expands. Signal handling is corrected in MQL5.com Signals integration. Collection updates will now refresh properties of existing signal objects, not only append newly discovered signals. Added methods include SetProperties(), lookup of signal index by ID, and selection by ID to avoid unstable database indices. A new CChartObj class is added under DoEasy\Objects\Chart. It initializes from ChartGetInteger/Double/String, supports comparisons, property descriptions, and journal output. Flag setters use ChartSet* with optional ChartRedraw batching to account for asynchronous updates. Read-only chart parameters are mirrored into object state for later synchronization. 👉 Read | Freelance | @mql5dev #MQL5 #MT5 #AlgoTrading