Articles, Library comments - page 11

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
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: 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: 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
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
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
Check out the new article: Forex arbitrage trading: Analyzing synthetic currencies movements and their mean reversion . In this article, we will examine the movements of synthetic currencies using Python and MQL5 and explore how feasible Forex arbitrage is today. We will also consider ready-made
Arbitrage Triangle EURGBP-EURUSD-GBPUSD by Peter Mueller : The EA identifies discrepancies between theoretical and actual currency exchange rates to execute risk-minimized trading opportunities. Author: Peter Mueller
Grid Master : Overview Grid Master EA is an automated trading system that implements a bidirectional grid strategy. It places multiple pending orders above and below the current market price, capturing profits from market oscillations in both directions. Author: Zbynek Liska
Check out the new article: MQL5 Trading Tools (Part 11): Correlation Matrix Dashboard (Pearson, Spearman, Kendall) with Heatmap and Standard Modes . In this article, we build a correlation matrix dashboard in MQL5 to compute asset relationships using Pearson, Spearman, and Kendall methods over a set
Check out the new article: Neural Networks in Trading: Two-Dimensional Connection Space Models (Final Part) . We continue to explore the innovative Chimera framework – a two-dimensional state-space model that uses neural network technologies to analyze multidimensional time series. This method
Raymond Cloudy Day For EA : Raymond Cloudy Day For EA, a revolutionary trading tool created by Raymond and expertly developed for the MT5 platform. This innovative indicator integrates a cutting-edge calculation method with advanced algorithms, surpassing traditional Pivot Points to enhance trading
Candlestick Body Range : Click on candlestick to see its body range value. Author: Rajesh Kumar Nait
iCrosshair - Real-Time Candle Metrics on Hover : Hover over any candle to see what MT5 doesn't show: Range size, Body percentage, Wick ratios. Smart, fast, and customizable. Author: awran5
Check out the new article: Neural Networks in Trading: Multi-Task Learning Based on the ResNeXt Model . A multi-task learning framework based on ResNeXt optimizes the analysis of financial data, taking into account its high dimensionality, nonlinearity, and time dependencies. The use of group
Viral (1M+ views) 4 Hour Range Strategy coded and tested : This EA is intended to test a popular trading strategy. My own backtest shows that this strategy does not work as it was intended Author: Peter Mueller
Check out the new article: The MQL5 Standard Library Explorer (Part 5): Multiple Signal Expert . In this session, we will build a sophisticated, multi-signal Expert Advisor using the MQL5 Standard Library. This approach allows us to seamlessly blend built-in signals with our own custom logic