Articles, Library comments - page 34

Multi_Divergence_EA : The EA identifies trade setups by waiting for a user-defined number of indicators (e.g., 2 out of 3) to show divergence simultaneously. This multi-layer confirmation approach filters out market noise. Key Features: Triple Confirmation Engine: Analyzes RSI, MACD, & Stochastic
Check out the new article: Non-linear regression models on the stock exchange . Non-linear regression models on the stock exchange: Is it possible to predict financial markets? Let's consider creating a model for forecasting prices for EURUSD, and make two robots based on it - in Python and MQL5. I
Creating a Simple News Filter for XAUUSD Trading on MT5 : Trading XAUUSD (Gold) is often influenced by major economic news events like USD, GBP, or EUR releases. To mitigate risks during these volatile periods, using a News Filter in your Expert Advisor (EA) is essential. In this article, I’ll share
  Libraries: JSON  (15   1 2)
JSON : Serialization and deserialization of the JSON format Author: Kuzma Shevelev
Local Timezones and Local Session Hours : Class to access to the local time for the specified location, as well as time zone information and the local trading session hours. Author: amrali
Check out the new article: Creating volatility forecast indicator using Python . In this article, we will forecast future extreme volatility using binary classification. Besides, we will develop an extreme volatility forecast indicator using machine learning. In this article, I will share my journey
Check out the new article: Neural Networks in Trading: An Agent with Layered Memory . Layered memory approaches that mimic human cognitive processes enable the processing of complex financial data and adaptation to new signals, thereby improving the effectiveness of investment decisions in dynamic
Constant Range Channel : A simple indicator plotting a channel with a constant range Author: Fernando Carreiro
Check out the new article: Bivariate Copulae in MQL5 (Part 1): Implementing Gaussian and Student's t-Copulae for Dependency Modeling . This is the first part of an article series presenting the implementation of bivariate copulae in MQL5. This article presents code implementing Gaussian and
Check out the new article: Overcoming The Limitation of Machine Learning (Part 5): A Quick Recap of Time Series Cross Validation . In this series of articles, we look at the challenges faced by algorithmic traders when deploying machine-learning-powered trading strategies. Some challenges within our
MACD Signal Line indicator for MT5 : A stripped-down (signal line only) version of Metaquotes' MACD indicator from the MT5==>Indicators==>Examples folder. Author: Silk Road Trading LLC
Babi Ngepet : I share my code for expert advisor babi ngepet Author: Taufiqurrachman Assauqi
Check out the new article: Moving to MQL5 Algo Forge (Part 4): Working with Versions and Releases . We'll continue developing the Simple Candles and Adwizard projects, while also describing the finer aspects of using the MQL5 Algo Forge version control system and repository. The experiment with
TakeStop : Displays price levels for simulated trades, including the set Take Profit (TP) and Stop Loss (SL) values, for the selected trading direction. It also shows brief statistics, including an hourly breakdown for entry. Author: Evgeniy Chumakov
Equity and Balance as an indicator for MT5 : This is a very easy-to-use indicator that displays the changes in Equity and balance of the trading account as it dynamically moves. Particularly useful on the back tester and good for beginners to read this very easy MQL5 code. Author: TheCoder
Check out the new article: Data Science and ML (Part 31): Using CatBoost AI Models for Trading . CatBoost AI models have gained massive popularity recently among machine learning communities due to their predictive accuracy, efficiency, and robustness to scattered and difficult datasets. In this
CBitBuffer Class - Data Serialization in MQL5 : A class for reading and writing individual bits or bit sequences to and from a buffer. Author: amrali
TardioBot : TardioBot V1.05, named after of a historical figure Giuseppe Tardio, is an Expert Advisor designed for MetaTrader 5 that employs a triangular arbitrage strategy. Author: Lupus Materia
OHLC Candles with Ask and Bid : A candlestick chart which connects the ask price and bid price to the high and low of the candles Author: Conor Mcnamara
Check out the new article: From Novice to Expert: Market Periods Synchronizer . In this discussion, we introduce a Higher-to-Lower Timeframe Synchronizer tool designed to solve the problem of analyzing market patterns that span across higher timeframe periods. The built-in period markers in
Check out the new article: Reusing Invalidated Orderblocks As Mitigation Blocks (SMC) . In this article, we explore how previously invalidated orderblocks can be reused as mitigation blocks within Smart Money Concepts (SMC). These zones reveal where institutional traders re-enter the market after a
Check out the new article: Market Simulation (Part 03): A Matter of Performance . Often we have to take a step back and then move forward. In this article, we will show all the changes necessary to ensure that the Mouse and Chart Trade indicators do not break. As a bonus, we'll also cover other
  Experts: Auto Tp  (3)
Auto Tp : Set Auto TP and SL: The “Set Auto TP and SL” (Take Profit and Stop Loss) feature is a crucial tool in any trading strategy, designed to automate risk and reward management. It allows traders to define fixed price levels where a trade should be automatically closed to either secure profits
New article How to Become a Successful Signal Provider on MQL5.com has been published: My main goal in this article is to provide you with a simple and accurate account of the steps that will help you become a top signal provider on MQL5.com. Drawing upon my knowledge and experience, I will explain
New article How Secure Is It to Buy MQL5 Market Products? is published: We have launched the service for selling MetaTrader 5 trading applications paying much attention to security issues. We have minimized all associated risks to allow you to concentrate on more important matters - searching for
Awesome Oscillator (AO) : Bill Williams's Awesome Oscillator (AO) is a 34-period simple moving average, plotted through the middle points of the bars (H+L)/2, which is subtracted from the 5-period simple moving average, built across the central points of the bars (H+L)/2. It shows us quite clearly
New article MetaTrader 5 and Python integration: receiving and sending data has been published: Comprehensive data processing requires extensive tools and is often beyond the sandbox of one single application. Specialized programming languages are used for processing and analyzing data, statistics
Check out the new article: Building AI-Powered Trading Systems in MQL5 (Part 4): Overcoming Multiline Input, Ensuring Chat Persistence, and Generating Signals . In this article, we enhance the ChatGPT-integrated program in MQL5 overcoming multiline input limitations with improved text rendering
Check out the new article: Time Evolution Travel Algorithm (TETA) . This is my own algorithm. The article presents the Time Evolution Travel Algorithm (TETA) inspired by the concept of parallel universes and time streams. The basic idea of the algorithm is that, although time travel in the
Notify Icon : A library for creating icons in the Windows taskbar and for sending text alerts. The use of this library will help you make your MQL programs more informative. Author: Andrey Voytenko