Articles, Library comments - page 6

Check out the new article: Developing an MQTT client for MetaTrader 5: a TDD approach — Final . This article is the last part of a series describing our development steps of a native MQL5 client for the MQTT 5.0 protocol. Although the library is not production-ready yet, in this part, we will use
Errors function. In Russian.: Errors function. In Russian. Author: Iurii Tokman
PA RSI : The Oscillator Indicator for MetaTrader 4 is a powerful tool that accurately identifies the perfect signal on the completion of trends. Author: Nikclay Khrushchev
Check out the new article: DoEasy. Controls (Part 33): Vertical ScrollBar . In this article, we will continue the development of graphical elements of the DoEasy library and add vertical scrolling of form object controls, as well as some useful functions and methods that will be required in the
Check out the new article: Matrix Factorization: The Basics . Since the goal here is didactic, we will proceed as simply as possible. That is, we will implement only what we need: matrix multiplication. You will see today that this is enough to simulate matrix-scalar multiplication. The most
Abiroid Switch Templates Script : This is a template switcher script mq4 file. This script will work with your MT4 (Metatrader 4) platform. It is to switch between templates. Author: Abir Pathak
Check out the new article: Gain an Edge Over Any Market (Part III): Visa Spending Index . In the world of big data, there are millions of alternative datasets that hold the potential to enhance our trading strategies. In this series of articles, we will help you identify the most informative public
Daily Data: The indicator displays in chart window the important data on current symbol. Author: Jane Johnson
Lesson 2_ Trading RSI Pattern Confirmation two Bottom : This is a tutorial on how to confirm double bottom & RSI patterns Author: Dao Thanh Tan
Open Charts of open trades symbols : Open Charts Author: Iulian Persinaru
New article How to detect trends and chart patterns using MQL5 has been published: In this article, we will provide a method to detect price actions patterns automatically by MQL5, like trends (Uptrend, Downtrend, Sideways), Chart patterns (Double Tops, Double Bottoms). Trends detection Uptrend
Unity Pro: Multi-asset cluster indicator taking all currencies as a sum of values forming a whole market, that is unity (1.0) Author: Stanislav Korotky
Decision Colored Candles - MT5 : higher confidence to get into trade Author: Mohamed Hassan Mohamed Hassan Alsherbiny
  Indicators: Trend Predictor  (14   1 2)
Trend Predictor : New level of trend prediction! Author: Ezatrimeo
HiLo : High and Low Line Indicator Author: Leandro Souza
Check out the new article: Creating a Trading Administrator Panel in MQL5 (Part I): Building a Messaging Interface . This article discusses the creation of a Messaging Interface for MetaTrader 5, aimed at System Administrators, to facilitate communication with other traders directly within the
Check out the new article: Application of Nash's Game Theory with HMM Filtering in Trading . This article delves into the application of John Nash's game theory, specifically the Nash Equilibrium, in trading. It discusses how traders can utilize Python scripts and MetaTrader 5 to identify and
Keltner Channel in the cloud form: The indicator draws the Keltner channel in the form of a cloud. Author: Scriptor
CloseProfit v2: Closing positions and removing pending orders when reaching a specified profit or loss. Author: Vladimir Karputov
4MA Candles: The indicator plots the candles based on 4 averages: averages of Open, Close, High, Low. Author: Automated-Trading
Check out the new article: MQL5 Wizard Techniques you should know (Part 34): Price-Embedding with an Unconventional RBM . Restricted Boltzmann Machines are a form of neural network that was developed in the mid 1980s at a time when compute resources were prohibitively expensive. At its onset, it
Check out the new article: Introduction to MQL5 (Part 1): A Beginner's Guide into Algorithmic Trading . Dive into the fascinating realm of algorithmic trading with our beginner-friendly guide to MQL5 programming. Discover the essentials of MQL5, the language powering MetaTrader 5, as we demystify
Check out the new article: Cascade Order Trading Strategy Based on EMA Crossovers for MetaTrader 5 . The article guides in demonstrating an automated algorithm based on EMA Crossovers for MetaTrader 5. Detailed information on all aspects of demonstrating an Expert Advisor in MQL5 and testing it in
New article How to use MQL5 to detect candlesticks patterns has been published: Candlesticks are a very helpful technical tool if we use them correctly, as we can find a potential movement based on their patterns. Candlesticks can form specific patterns on the chart and these patterns can be divided
Check out the new article: Reimagining Classic Strategies (Part V): Multiple Symbol Analysis on USDZAR . In this series of articles, we revisit classical strategies to see if we can improve the strategy using AI. In today's article, we will examine a popular strategy of multiple symbol analysis
Check out the new article: Reimagining Classic Strategies (Part VI): Multiple Time-Frame Analysis . In this series of articles, we revisit classic strategies to see if we can improve them using AI. In today's article, we will examine the popular strategy of multiple time-frame analysis to judge if
Check out the new article: Developing a multi-currency Expert Advisor (Part 7): Selecting a group based on forward period . Previously, we evaluated the selection of a group of trading strategy instances, with the aim of improving the results of their joint operation, only on the same time period
Check out the new article: Learn how to trade the Fair Value Gap (FVG)/Imbalances step-by-step: A Smart Money concept approach . A step-by-step guide to creating and implementing an automated trading algorithm in MQL5 based on the Fair Value Gap (FVG) trading strategy. A detailed tutorial on
Check out the new article: Non-stationary processes and spurious regression . The article demonstrates spurious regression occurring when attempting to apply regression analysis to non-stationary processes using Monte Carlo simulation. In this article, I will use Monte Carlo simulation to show how
Check out the new article: MQL5 Wizard Techniques you should know (Part 33): Gaussian Process Kernels . Gaussian Process Kernels are the covariance function of the Normal Distribution that could play a role in forecasting. We explore this unique algorithm in a custom signal class of MQL5 to see if