Articles

How to build and optimize a volatility-based trading system (Chaikin Volatility - CHV) pour MetaTrader 5

In this article, we will provide another volatility-based indicator named Chaikin Volatility. We will understand how to build a custom indicator after identifying how it can be used and constructed. We will share some simple strategies that can be used and then test them to understand which one can

Advanced Variables and Data Types in MQL5 pour MetaTrader 5

Variables and data types are very important topics not only in MQL5 programming but also in any programming language. MQL5 variables and data types can be categorized as simple and advanced ones. In this article, we will identify and learn about advanced ones because we already mentioned simple ones

Building and testing Keltner Channel trading systems pour MetaTrader 5

In this article, we will try to provide trading systems using a very important concept in the financial market which is volatility. We will provide a trading system based on the Keltner Channel indicator after understanding it and how we can code it and how we can create a trading system based on a

Building and testing Aroon Trading Systems pour MetaTrader 5

In this article, we will learn how we can build an Aroon trading system after learning the basics of the indicators and the needed steps to build a trading system based on the Aroon indicator. After building this trading system, we will test it to see if it can be profitable or needs more

Design Patterns in software development and MQL5 (Part 4): Behavioral Patterns 2 pour MetaTrader 5

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 complete the remaining patterns of the behavioral type which can help set the method of interaction between objects

Design Patterns in software development and MQL5 (Part 3): Behavioral Patterns 1 pour MetaTrader 5

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 objects effectively. By completing these Behavior patterns we will be able to understand how we can create and

Design Patterns in software development and MQL5 (Part 2): Structural Patterns pour MetaTrader 5

In this article, we will continue our articles about Design Patterns after learning how much this topic is more important for us as developers to develop extendable, reliable applications not only by the MQL5 programming language but others as well. We will learn about another type of Design

Design Patterns in software development and MQL5 (Part I): Creational Patterns pour MetaTrader 5

There are methods that can be used to solve many problems that can be repeated. Once understand how to use these methods it can be very helpful to create your software effectively and apply the concept of DRY ((Do not Repeat Yourself). In this context, the topic of Design Patterns will serve very

Learn how to deal with date and time in MQL5 pour MetaTrader 5

A new article about a new important topic which is dealing with date and time. As traders or programmers of trading tools, it is very crucial to understand how to deal with these two aspects date and time very well and effectively. So, I will share some important information about how we can deal

Understanding order placement in MQL5 pour MetaTrader 5

When creating any trading system, there is a task we need to deal with effectively. This task is order placement or to let the created trading system deal with orders automatically because it is crucial in any trading system. So, you will find in this article most of the topics that you need to