Articles, Library comments - page 3

TrendMomentumEA : Automated trend-following EA using EMA, RSI, and Stochastic signals to open trades on the last closed candle with Stop Loss and Take Profit. Author: mazen nafee
  Indicators: Shved Supply and Demand  (71   1 2 3 4 5 ... 7 8)
Shved Supply and Demand : This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7. Author: Behzad Movaghar
Position Size Pro Lite: Interactive Risk Calculator Panel : A professional on-chart panel for instant lot size and risk calculation. Essential for manual traders using strict risk management. Author: Hezekiah Bukola Oyetunde
SuperTrend Quant Pro Elite: Adaptive Statistical Trend Engine : An advanced, institutional-grade trend-following engine using Z-Score adaptive volatility, smart money volume filters, and a real-time MTF dashboard. Author: mazen nafee
Check out the new article: Central Force Optimization (CFO) algorithm . The article presents the Central Force Optimization (CFO) algorithm inspired by the laws of gravity. It explores how principles of physical attraction can solve optimization problems where "heavier" solutions attract less
Check out the new article: Introduction to MQL5 (Part 36): Mastering API and WebRequest Function in MQL5 (X) . This article introduces the basic concepts behind HMAC-SHA256 and API signatures in MQL5, explaining how messages and secret keys are combined to securely authenticate requests. It lays the
Check out the new article: Larry Williams Market Secrets (Part 6): Measuring Volatility Breakouts Using Market Swings . This article demonstrates how to design and implement a Larry Williams volatility breakout Expert Advisor in MQL5, covering swing-range measurement, entry-level projection
Swap Informer : Search for positive swaps. Author: Evgeniy Chumakov
Check out the new article: Neural Networks in Trading: Memory Augmented Context-Aware Learning for Cryptocurrency Markets (Final Part) . The MacroHFT framework for high-frequency cryptocurrency trading uses context-aware reinforcement learning and memory to adapt to dynamic market conditions. At the
Expert Advisor required to fetch news data for the FFC Calendar indicator. : This is a utility Expert Advisor required to fetch news data for the FFC Calendar indicator. It uses native WebRequest to download data safely without DLLs. Install this in MQL4/Experts folder and run on a separate chart
Check out the new article: Feature Engineering With Python And MQL5 (Part III): Angle Of Price (2) Polar Coordinates . In this article, we take our second attempt to convert the changes in price levels on any market, into a corresponding change in angle. This time around, we selected a more
Trading strategy Heads or Tails : The classic version of the Heads or Tails trading strategy with the analysis of the signal block code. Author: Vladimir Pastushak
Check out the new article: Build a Remote Forex Risk Management System in Python . We are making a remote professional risk manager for Forex in Python, deploying it on the server step by step. In the course of the article, we will understand how to programmatically manage Forex risks, and how not
BBMA Oma Ally OmniView : It's like a bird's-eye view for BBMA Oma Ally fans. ust drag it onto the chart and you'll get all the BBMA signals running on the chart. Author: Alexander P
Check out the new article: Building AI-Powered Trading Systems in MQL5 (Part 8): UI Polish with Animations, Timing Metrics, and Response Management Tools . In this article, we enhance the AI-powered trading system in MQL5 with user interface improvements, including loading animations for request
Check out the new article: Forex arbitrage trading: A simple synthetic market maker bot to get started . Today we will take a look at my first arbitrage robot — a liquidity provider (if you can call it that) for synthetic assets. Currently, this bot is successfully operating as a module in a large
Check out the new article: From Novice to Expert: Trading the RSI with Market Structure Awareness . In this article, we will explore practical techniques for trading the Relative Strength Index (RSI) oscillator with market structure. Our focus will be on channel price action patterns, how they are
RiskSizer Panel Lite MT5 - Risk Percent Lot Calculator With One Click Buy Sell : RiskSizer Panel Lite is a simple MT5 trading panel that calculates an estimated lot size based on your risk percent. Drag two chart lines to set SL/TP, then use one-click BUY/SELL for fast manual execution. Author: The
New article Better Programmer (Part 07): Notes on becoming a successful freelance developer has been published: Do you wish to become a successful Freelance developer on MQL5? If the answer is yes, this article is right for you. Do not apply for a job that you are not sure how you are going to do
New article Payments and payment methods is published: MQL5.community built-in services offer great opportunities both to MQL5 developers and ordinary traders with no programming skills. But all these features can't be implemented without in-house secure payment system, that provides a convenient
Log : Multi-Mode Logarithmic Transform Indicator. Author: Tadeas Rusnak
Check out the new article: Developing a multi-currency Expert Advisor (Part 24): Adding a new strategy (II) . In this article, we will continue to connect the new strategy to the created auto optimization system. Let's look at what changes need to be made to the optimization project creation EA, as
CPlotManager (Auto Buffer and Plot Manager) : Automates MQL5 buffer and plot index management. Eliminates manual counting, simplifies Z-order layering, and handles complex plot types (Candles, Color Lines) with a single line of code. Author: Paul Edunyu Carissimo
Check out the new article: Python-MetaTrader 5 Strategy Tester (Part 03): MT5-Like Trading Operations — Handling and Managing . In this article we introduce Python-MetaTrader5-like ways of handling trading operations such as opening, closing, and modifying orders in the simulator. To ensure the
Check out the new article: Creating Custom Indicators in MQL5 (Part 5): WaveTrend Crossover Evolution Using Canvas for Fog Gradients, Signal Bubbles, and Risk Management . In this article, we enhance the Smart WaveTrend Crossover indicator in MQL5 by integrating canvas-based drawing for fog gradient
ASZ - Adaptive Structure ZigZag : A robust Market Structure analyzer that adapts to volatility. ASZ uses a Hybrid ATR engine to filter noise and detect reliable Swing points. Non-repainting on confirmed bars. Author: awran5
MQL5 Programming for Traders – Source Codes from the Book. Part 6 : In Part 6 of the "MQL5 Programming for Traders", we will study a key component of the MQL5 language – trading automation. We will start with a description of the fundamental entities, such as financial instrument specifications and
Check out the new article: Introduction to MQL5 (Part 35): Mastering API and WebRequest Function in MQL5 (IX) . Welcome back to Part 35 of the Introduction to MQL5 series! In the last article we concentrated on developing the MetaTrader 5 chart's interactive control panel as the project's front
Check out the new article: DoEasy. Service functions (Part 1): Price patterns . In this article, we will start developing methods for searching for price patterns using timeseries data. A pattern has a certain set of parameters, common to any type of patterns. All data of this kind will be
Check out the new article: Market Simulation (Part 09): Sockets (III) . Today's article is a continuation of the previous one. We will look at the implementation of an Expert Advisor, focusing mainly on how the server code is executed. The code given in the previous article is not enough to make