ar
Feedback
MQL5 Algo Trading

MQL5 Algo Trading

الذهاب إلى القناة على Telegram

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

إظهار المزيد

📈 نظرة تحليلية على قناة تيليجرام MQL5 Algo Trading

تُعد قناة MQL5 Algo Trading (@mql5dev) في القطاع اللغوي الإنكليزية لاعباً نشطاً. يضم المجتمع حالياً 512 054 مشتركاً، محتلاً المرتبة 153 في فئة التكنولوجيات والتطبيقات والمرتبة 5 في منطقة المملكة المتحدة.

📊 مؤشرات الجمهور والحراك

منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 512 054 مشتركاً.

بحسب آخر البيانات بتاريخ 19 يونيو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار 8 965، وفي آخر 24 ساعة بمقدار 370، مع بقاء الوصول العام مرتفعاً.

  • حالة التحقق: غير موثّقة
  • معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 3.42‎%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً 1.91‎% من ردود الفعل نسبةً إلى إجمالي المشتركين.
  • وصول المنشورات: يحصل كل منشور على متوسط 17 520 مشاهدة. وخلال اليوم الأول يجمع عادةً 9 780 مشاهدة.
  • التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 39.
  • الاهتمامات الموضوعية: يركز المحتوى على مواضيع رئيسية مثل indicator, chart, mql5, candle, range.

📝 الوصف وسياسة المحتوى

يصف المؤلف القناة بأنها مساحة للتعبير عن الآراء الذاتية:
The best publications of the largest community of algotraders. Subscribe to stay up-to-date with modern technologies and trading programs development.

بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 20 يونيو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التكنولوجيات والتطبيقات.

512 054
المشتركون
+37024 ساعات
+2 1507 أيام
+8 96530 أيام
أرشيف المشاركات
BEC Trade Manager is an EA focused on active position control for the current symbol, with one-click actions for breakeven, t
BEC Trade Manager is an EA focused on active position control for the current symbol, with one-click actions for breakeven, trailing, partial close, stop-loss removal, profit-side and loss-side liquidation, plus quick scalp entries. Chart overlays include equity, floating P/L, daily profit, SL labels, and a basket breakeven preview. Core logic covers basket-level account breakeven with a configurable lock-profit offset, classic price-distance trailing, per-trade breakeven lock, and step-based position trailing from the current SL anchor. Execution tools include close-profit only, close-loss only, 50% close with breakeven protection, cancel stop losses, and close-all with pending-order cleanup. Filters support order type, magic number, and comment. Operational note: this is management automation, not a signal system. Outcomes depend on spread, execution, brok... 👉 Read | Signals | @mql5dev #MQL5 #MT5 #EA

A lightweight trading control panel reduces routine order management on MT4 and MT5 using a single compiled file. The UI is d
A lightweight trading control panel reduces routine order management on MT4 and MT5 using a single compiled file. The UI is draggable, can be enabled per section via inputs, and persists its position between sessions. Core functions include one-click market buy/sell, symbol-level close all, and separate close for buys or sells. Risk handling supports fixed lots or a balance-percentage mode, with an optional trade comment field. Trade management tools cover breakeven for all positions, batch SL/TP modification, partial close by custom lot size, and chart-click pending order placement. Pending orders can also be removed with one click by direction. Validated across forex, metals, synthetic indices, and crypto pairs. Custom variants can be commissioned via the MQL5 Freelance marketplace. 👉 Read | Forum | @mql5dev #MQL5 #MT5 #EA

A compact utility dashboard for MT5 charts that aggregates open and closed trade data and renders account status directly on
A compact utility dashboard for MT5 charts that aggregates open and closed trade data and renders account status directly on the chart. It focuses on fast visibility of risk, performance, and session activity without relying on separate terminal panels. The panel is designed to be movable and collapsible within the chart window. Layout and appearance are configurable via Panel_X and Panel_Y offsets, plus optional background and text colors (Panel_BG, Text_Color) for readability. Displayed metrics include Account Balance, Equity, Total Trades Today, current open Positions, Floating Profit/Loss, and the count of Today’s Closed Trades. The result is an at-a-glance control surface for monitoring exposure and execution outcomes during active trading. 👉 Read | AlgoBook | @mql5dev #MQL5 #MT5 #Indicator

This article completes a chaotic optimization implementation and shifts focus from theory to test-function validation. The so
This article completes a chaotic optimization implementation and shifts focus from theory to test-function validation. The solver explores the search space with deterministic chaos (logistic, sinusoidal, tent maps), then transitions into refinement with a weighted gradient step and a final local search that progressively narrows its scope. Key implementation details center on robustness and constraint handling. Mutations are applied safely by selecting a bounded subset of coordinates, mixing full random resets, moves toward the global best, and chaos-driven perturbations, while resetting velocity to avoid carrying stale momentum. Constraints are enforced with per-coordinate violation measures, directional gradients, and a quadratic penalty term whose weight (sigma) adapts to the population’s feasible-solution ratio. To reduce premature convergence,... 👉 Read | AlgoBook | @mql5dev #MQL5 #MT5 #AlgoTrading

In MetaTrader 5 build 5800, we have started enhancing the main trading dialog. It now features a more modern design, an integ
In MetaTrader 5 build 5800, we have started enhancing the main trading dialog. It now features a more modern design, an integrated Depth of Market, and more convenient switching between operation types. In future updates, we will further enhance stop level placement and introduce risk control tools. We have also improved integration with the OpenBLAS linear algebra library by adding new methods for L1 trend filtering and refining the update mechanism for required files. MetaEditor now also offers a more convenient way to work with CSV files. The editor automatically displays them in a tabular format, allowing you to filter data, sort by columns, and delete rows via the context menu. In addition, we have implemented stability improvements for the Strategy Tester and the web version of the platform. Read more...

An Expert Advisor combines RSI-driven entries with a grid position-management layer. Initial trades trigger on RSI thresholds
An Expert Advisor combines RSI-driven entries with a grid position-management layer. Initial trades trigger on RSI thresholds, then additional orders are placed at defined grid intervals when price moves against the first position. A built-in overlap routine targets drawdown reduction by closing selected combinations of winning and losing trades once predefined criteria are satisfied. Risk controls include fixed, balance-based, or risk-based lot sizing, grid step and multiplier settings, plus trailing stop and breakeven logic. Operational tools include a manual trading panel with Buy/Sell actions and a time filter to restrict activity to specific sessions. Account constraints remain significant: hedging mode is required, netting is not supported. Due to grid exposure in strong trends, demo validation and conservative risk limits are recommended. 👉 Read | Quotes | @mql5dev #MQL5 #MT5 #EA

ASQ News Filter v1.2 is a free, open-source MQL5 library that blocks EA trading around economic releases. It pulls events fro
ASQ News Filter v1.2 is a free, open-source MQL5 library that blocks EA trading around economic releases. It pulls events from the MQL5 Calendar API every 5 minutes, including actual/forecast/previous values, then filters them by symbol currency (base/quote) while handling common broker suffixes. Impact filtering supports High only, High+Medium, or All, with configurable pre/post windows from 5 to 120 minutes. Special cooldowns extend post-news pauses for NFP (60 minutes) and FOMC (90 minutes), both adjustable. Built-in schedules cover nine central banks plus NFP, and event titles are classified into types such as CPI, GDP, PMI, retail, and employment. The package includes a demo EA dashboard with a four-level intensity gauge, trading allowed/blocked status, and the next three events with countdowns. Integration is a single include plus per-tick Update(), ... 👉 Read | Forum | @mql5dev #MQL5 #MT5 #EA

FibStructureEngine is an MT5 indicator that merges pivot-based market structure with automated Fibonacci retracement and exte
FibStructureEngine is an MT5 indicator that merges pivot-based market structure with automated Fibonacci retracement and extension levels. Swing highs/lows are confirmed via a configurable SwingLength, with an optional 14-period ATR filter to suppress minor moves. Each structural break is classified as BOS (trend continuation) or CHoCH (potential reversal), with HH/HL/LH/LL labels kept on-chart. After a break, a Fibonacci grid is anchored to the latest significant swing pair, with selectable 0.382/0.500/0.618/0.786 levels, a 0.500–0.786 zone box, and -0.500/-0.618 extensions. Signals use a weighted confirmation score: structural bias, interaction with the retracement zone, and optional engulfing patterns. A cooldown limits repeated triggers. Alerts are generated on bar close with symbol, direction, entry, score, and ATR-based SL/TP (1.5x/2.5x). 👉 Read | Quotes | @mql5dev #MQL5 #MT5 #Indicator

A service for MT5 that opens a separate resizable viewer window for a symbol report. The window supports vertical and horizon
A service for MT5 that opens a separate resizable viewer window for a symbol report. The window supports vertical and horizontal scrolling via built-in controls and includes RU/EN report versions with instant switching. Initial language is selected automatically based on terminal settings. The report rebuilds automatically when the watched chart changes symbol or timeframe, without restarting the service. Buttons provide Left/Right scrolling, Up/Down scrolling, RU/EN toggle, and Close to stop the service. The report consolidates key symbol and trading environment data: Bid/Ask, point/tick/digits/spread, day low/high, trading limits and order settings, volume constraints, price movement values in account currency, margin and estimated leverage, swaps/rollover, volatility and time metrics, plus account context. 👉 Read | Docs | @mql5dev #MQL5 #MT5 #script

Tooling update for discretionary and systematic traders: automated detection and mapping of DOL targets, the next likely liqu
Tooling update for discretionary and systematic traders: automated detection and mapping of DOL targets, the next likely liquidity objectives on the chart. Supported levels include Previous Day/Week/Month High and Low (PDH/PDL, PWH/PWL, PMH/PML), Equal Highs and Equal Lows (EQH/EQL), plus untested FVGs above and below current price. Targets are labeled and color-coded by category, with an optional “Nearest DOL” panel showing distance in pips. Levels can be filtered by type, trigger alerts as price approaches, and are removed once reached. Compatible across all timeframes. Directional context comes from projected objectives rather than current location. 👉 Read | VPS | @mql5dev #MQL4 #MT4 #Indicator

Breaker block detection adds the missing layer after an order block fails. When price closes through an existing order block,
Breaker block detection adds the missing layer after an order block fails. When price closes through an existing order block, the zone flips polarity and is reclassified as a breaker with the opposite bias. A broken bearish order block that closes upward becomes a bullish breaker and is treated as support. A broken bullish order block that closes downward becomes a bearish breaker and is treated as resistance. Breakers are drawn with a distinct visual style and separate coloring from regular order blocks. The logic includes mitigation tracking when price returns to retest the breaker. Mitigated zones can be removed, faded, or kept, with limits on how many breakers remain on chart. Swing strength for the underlying structure is configurable. Alerts trigger on new breaker formation and on mitigation events across all timeframes. 👉 Read | NeuroBook | @mql5dev #MQL4 #MT4 #Indicator

Improved Chaos Optimization Algorithm (COA) implementation targets multimodal global optimization, including trading and othe
Improved Chaos Optimization Algorithm (COA) implementation targets multimodal global optimization, including trading and other compute-heavy domains. The design uses chaotic maps for ergodic sampling plus a weighted-gradient phase and adaptive parameter control to reduce stagnation. Architecture is split into three stages: First Carrier Wave (global chaotic search via logistic mapping and variable projection), Weighted Gradient Search (constraint handling through weight ratios), and Second Carrier Wave (local refinement around the best point with fractal step sizing). Implementation extends a standard COA with per-dimension chaotic state, velocity, movement and stagnation counters, and automatic penalty tuning. Initialization uses Latin Hypercube Sampling, with optional clustered and chaos-seeded starts. Chaotic sources rotate across logistic, sine... 👉 Read | Docs | @mql5dev #MQL5 #MT5 #AlgoTrading

An MT5 utility for hedging accounts adds automated position protection and fast execution controls. Automatic breakeven manag
An MT5 utility for hedging accounts adds automated position protection and fast execution controls. Automatic breakeven management supports single trades or grouped positions. A dynamic trailing stop system adjusts stops as price moves, with optional scalping mode for Buy/Sell actions combined with auto trailing. A one-click management panel includes closing the smallest profit trade, closing 50% while moving the stop to breakeven, and closing all trades while deleting pending orders. Smart filters allow control by trade type, Magic Number, and comment. A real-time dashboard shows equity, floating P/L, and daily profit. Operation requires AutoTrading enabled and disciplined risk management. 👉 Read | Signals | @mql5dev #MQL5 #MT5 #EA

ASQ PropGuard is a real-time prop firm rule monitor for MetaTrader 5, delivered as an indicator with a chart overlay dashboar
ASQ PropGuard is a real-time prop firm rule monitor for MetaTrader 5, delivered as an indicator with a chart overlay dashboard. It tracks daily loss limits, maximum drawdown, profit targets, and trading day requirements, updating on every tick and showing a live pass/fail verdict. Firm presets cover FTMO, MyFundedFX, The Funded Trader, E8 Funding, and Bulenox, with a custom mode for manual rule entry. Drawdown can be computed as static, trailing equity high-water mark, or end-of-day, depending on the selected ruleset. Alerts are configurable for early warning at 80% and on breach, via terminal messages, popups, push, and email. Daily reset time is configurable to match broker server rollovers. Indicator-only behavior is enforced, with no trade placement or modification. 👉 Read | Quotes | @mql5dev #MQL5 #MT5 #Indicator

Hon-Matrix Pro is a multi-strategy algorithmic trading system built around market phase detection, switching logic between tr
Hon-Matrix Pro is a multi-strategy algorithmic trading system built around market phase detection, switching logic between trending and ranging conditions. Core inputs include a higher-timeframe 100 EMA trend filter, ATR for volatility gating, and RSI for momentum confirmation. Entry modules combine a Fibonacci retracement grid (38.2–78.6), support/resistance bounce vs. volume-validated breakout rules, and linear regression channels for mean-reversion setups. Trading is blocked around high-impact events via a dual-source economic calendar check with optional pre-news hard close. Risk controls include signal-weighted position sizing, basket-level take profit, breakeven and ATR trailing, plus equity and exposure limits. An on-chart dashboard provides live P&L, spread, exposure, and allows parameter edits and basket actions without restarting. 👉 Read | Forum | @mql5dev #MQL5 #MT5 #AlgoTrading

Retail support and resistance is often drawn manually from visual recall and subjective bias, which makes the result hard to
Retail support and resistance is often drawn manually from visual recall and subjective bias, which makes the result hard to validate statistically. Institutional execution models typically react to volume density and liquidity clustering rather than fixed horizontal lines. Unsupervised methods such as K-Means can formalize this process by grouping historical price points into high-density clusters. The cluster centroids become quantified price levels where liquidity has concentrated, functioning as adaptive support/resistance references. An MQL5-native implementation can run without external DLLs or Python bridges and re-cluster on defined intervals to keep levels aligned with recent market structure. Practical usage typically focuses on higher timeframes (H1/H4/D1), then monitoring centroid retests and confirming with order-flow measures such as CVD or Z-... 👉 Read | Docs | @mql5dev #MQL5 #MT5 #ML

DOOM can run inside MetaTrader 5 by splitting responsibilities between native code and MQL5. A C DLL embeds the PureDOOM engi
DOOM can run inside MetaTrader 5 by splitting responsibilities between native code and MQL5. A C DLL embeds the PureDOOM engine, runs it on a dedicated thread, and exposes a small __stdcall API for init/shutdown, framebuffer capture, and key events. The EA turns a chart into a real-time display using OBJ_BITMAP_LABEL plus ResourceCreate, updating a 960x600 ARGB framebuffer at ~30 FPS. The DLL handles RGBA→0xAARRGGBB conversion, 3x nearest-neighbor scaling, and double-buffering under a CRITICAL_SECTION to keep frames consistent. Input is bridged through OnChartEvent for key-down, while key-up is recovered by polling GetAsyncKeyState each timer tick. These patterns generalize to fast custom visualizations, external data/ML bridges, and any non-blocking DLL integration. 👉 Read | Quotes | @mql5dev #MQL5 #MT5 #AlgoTrading

A combined overlay indicator integrates RSI divergence detection with a higher-timeframe PO3 candle projection panel. The div
A combined overlay indicator integrates RSI divergence detection with a higher-timeframe PO3 candle projection panel. The divergence engine scans historical and live bars for price/RSI pivots. Bullish setups are flagged when price makes a lower low while RSI forms a higher low; bearish setups when price prints a higher high while RSI makes a lower high. Confirmed divergences are drawn as trend lines in the RSI window and optionally mirrored on the main chart. A right-side projection shows the latest closed candles from a selectable higher timeframe plus the currently forming HTF candle. Each projected candle includes OHLC labels and a signed Delta derived from tick volume direction, with closed candles muted and the live candle fully colored. Signal qualification can require HTF candle direction, RSI level thresholds, and live Delta direction. Passi... 👉 Read | AppStore | @mql5dev #MQL5 #MT5 #Indicator

Hon-APS is an institutional-grade Expert Advisor built around classical chart patterns combined with order flow confirmation
Hon-APS is an institutional-grade Expert Advisor built around classical chart patterns combined with order flow confirmation and a macro news filter. It targets structural formations such as Cup & Handle, Flags, Head & Shoulders, triangles, and rounding bottoms, with entries triggered on breakout conditions. Validation is performed using Level 2 order book reads to measure bid/ask imbalance and volume absorption around support and resistance. If DOM is unavailable, tick-volume estimation is used as a fallback. Trend alignment is enforced via a KAMA-based filter, with status and signals shown on an on-chart dashboard. Risk management includes modified Kelly-based sizing, correlated exposure monitoring, and hard daily/weekly equity drawdown limits. A multi-source news handler pauses trading ahead of high-impact events using the platform calendar plus external... 👉 Read | Signals | @mql5dev #MQL5 #MT5 #EA

StopLossManager.mqh defines a stop loss and trailing stop utility class for automated trading systems, with strict compilatio
StopLossManager.mqh defines a stop loss and trailing stop utility class for automated trading systems, with strict compilation settings and versioned module metadata. The interface standardizes stop loss calculation through an enum-driven dispatcher supporting fixed pips, ATR-multiplier, swing high/low with buffer, and percent-of-price models. Results are returned as a structured payload containing normalized price, distance in points and pips, plus validity and error details. Trailing logic is separated via a second enum and includes fixed-distance trailing, ATR-based trailing, step trailing, and breakeven-only behavior. The class also exposes take profit calculation by risk/reward ratio and conversion helpers for pips, points, and price, while accounting for symbol digits and broker stops-level constraints. 👉 Read | Docs | @mql5dev #MQL5 #MT5 #Strategy