Articles, Library comments - page 66

Check out the new article: Population optimization algorithms: Evolution Strategies, (μ,λ)-ES and (μ+λ)-ES . The article considers a group of optimization algorithms known as Evolution Strategies (ES). They are among the very first population algorithms to use evolutionary principles for finding
FollowLine: This indicator uses Bollinger Bands lines to detect markets trend. It's a very useful tool for manual trading. Furthermore, it is possible to use the indicator with ATR as a filter, as well as the option to pop up an alert when a reverse trend occurs.  Author: Nikolaos...
Check out the new article: Developing a Replay System (Part 33): Order System (II) . Today we will continue to develop the order system. As you will see, we will be massively reusing what has already been shown in other articles. Nevertheless, you will receive a small reward in this article. First
Awesome Oscillator Divergence : This indicator will plot divergence lines on the Awesome_Oscillator indicator and will give buy and sell signal by displaying arrows. It also has a built-in Show_alert, Play_Sound, Send_Email & Send_Notification function. This indicator based on description for
Check out the new article: Indicator of historical positions on the chart as their profit/loss diagram . In this article, I will consider the option of obtaining information about closed positions based on their trading history. Besides, I will create a simple indicator that displays the approximate
Check out the new article: Design Patterns in software development and MQL5 (Part 3): Behavioral Patterns 1 . A new article from Design Patterns articles and we will take a look at one of its types which is behavioral patterns to understand how we can build communication methods between created
Check out the new article: News Trading Made Easy (Part 1): Creating a Database . News trading can be complicated and overwhelming, in this article we will go through steps to obtain news data. Additionally we will learn about the MQL5 Economic Calendar and what it has to offer. In this article, we
Basic GridManager Library : This is a basic library to create and manage grids. Author: Yashar Seyyedin
Global Close Orders Management : Orders Closure Author: Iulian Persinaru
New article MQL5 Programming Basics: Arrays is published: Arrays are an integral part of almost any programming language along with variables and functions. Many novice programmers are often afraid of arrays. It sounds strange but it is true! I can assure you that they are not scary at all. In fact
New article Practical Use of Kohonen Neural Networks in Algorithmic Trading. Part I. Tools has been published: The present article develops the idea of using Kohonen Maps in MetaTrader 5, covered in some previous publications. The improved and enhanced classes provide tools to solve application
New article A DLL for MQL5 in 10 Minutes (Part II): Creating with Visual Studio 2017 has been published: The original basic article has not lost its relevance and thus if you are interested in this topic, be sure to read the first article. However much time has passed since then, so the current
Classic and Virtual Trailing : Classic & Virtual Trailing for MT4 Author: Rajeev Ranjan Sharma
New article Data Science and Machine Learning — Neural Network (Part 02): Feed forward NN Architectures Design has been published: There are minor things to cover on the feed-forward neural network before we are through, the design being one of them. Let's see how we can build and design a flexible
Tap4Fibs: Creates Fibonacci Retracement on the chart based on the ZigZag indicator. Tap the "X" or "Z" key to scroll through each swing in the ZigZag, to the right or to the left. For those who do not like clutter on their charts. The indicator can scroll to the right until it disappears from the...
New article How to create a custom indicator (Heiken Ashi) using MQL5 has been published: In this article, we will learn how to create a custom indicator using MQL5 based on our preferences, to be used in MetaTrader 5 to help us read charts or to be used in automated Expert Advisors. The Heiken Ashi
New article Visual evaluation of optimization results has been published: In this article, we will consider how to build graphs of all optimization passes and to select the optimal custom criterion. We will also see how to create a desired solution with little MQL5 knowledge, using the articles
Check out the new article: Population optimization algorithms: Changing shape, shifting probability distributions and testing on Smart Cephalopod (SC) . The article examines the impact of changing the shape of probability distributions on the performance of optimization algorithms. We will conduct
Close_all-e: Script that closes orders and (or) deletes pending orders. Author: Vasyl Nosal
MoveStopLoss : Move the stoploss as the trade moves in your direction at a specific distance. Author: Daniel Opoku
Price Channel Stop : A new variation of a well known price channel indicator. The indicator shows the current estimated trend based on channel period and desired risk. It also shows two levels of values that can be used as a stop loss for orders opened based on this indicator (using the trend color
MQL5 Wizard - Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages : MQL5 Wizard allows to create the code of Expert Advisors automatically. See Creating Ready-Made Expert Advisors in MQL5 Wizard for the details. Here we will consider the strategy based on crossover of two
Check out the new article: Population optimization algorithms: Simulated Isotropic Annealing (SIA) algorithm. Part II . The first part was devoted to the well-known and popular algorithm - simulated annealing. We have thoroughly considered its pros and cons. The second part of the article is devoted
New article MQL as a Markup Tool for the Graphical Interface of MQL Programs (Part 3). Form Designer has been published: In this paper, we are completing the description of our concept of building the window interface of MQL programs, using the structures of MQL. Specialized graphical editor will
New article Backpropagation Neural Networks using MQL5 Matrices has been published: The article describes the theory and practice of applying the backpropagation algorithm in MQL5 using matrices. It provides ready-made classes along with script, indicator and Expert Advisor examples. As we will see
Check out the new article: MQL5 Wizard Techniques You Should Know (Part 15): Support Vector Machines with Newton's Polynomial . Support Vector Machines classify data based on predefined classes by exploring the effects of increasing its dimensionality. It is a supervised learning method that is
Check out the new article: Design Patterns in software development and MQL5 (Part 4): Behavioral Patterns 2 . In this article, we will complete our series about the Design Patterns topic, we mentioned that there are three types of design patterns creational, structural, and behavioral. We will
All Pivot Points MT5 : An indicator for drawing all important Pivot Points including: "Classic", "Camarilla", "Woodie", "Floor", "Fibonacci", "Fibonacci_Retracement". Author: Hossein Nouri
Schaff Trend Cycle : The Schaff Trend Cycle (STC) indicator is the product of combining Slow Stochastics and the Moving Average Convergence/Divergence (MACD). The MACD has a reputation as a trend indicator, but it's also notorious for lagging due to its slow responsive signal line. The improved
New article Testing and optimization of binary options strategies in MetaTrader 5 has been published: In this article, I will check and optimize binary options strategies in MetaTrader 5. Test results with averaging. Finally, success: Optimization results with averaging: Author: Roman Poshtar