Codes

Simple Expert Advisor based on the Simple Moving Average and ADX for MetaTrader 5

This simple Expert Advisor uses Simple Moving Average and ADX indicators

Articles

The Use of the MQL5 Standard Trade Class libraries in writing an Expert Advisor for MetaTrader 5

This article explains how to use the major functionalities of the MQL5 Standard Library Trade Classes in writing Expert Advisors which implements position closing and modifying, pending order placing and deletion and verifying of Margin before placing a trade. We have also demonstrated how Trade

Guide to Testing and Optimizing of Expert Advisors in MQL5 for MetaTrader 5

This article explains the step by step process of identifying and resolving code errors as well as the steps in testing and optimizing of the Expert Advisor input parameters. You will learn how to use Strategy Tester of MetaTrader 5 client terminal to find the best symbol and set of input parameters

Writing an Expert Advisor Using the MQL5 Object-Oriented Programming Approach for MetaTrader 5

This article focuses on the object oriented approach to doing what we did in the article "Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners" - creating a simple Expert Advisor. Most people think this is difficult, but I want to assure you that by the time you finish reading this

Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners for MetaTrader 5

The Expert Advisors programming in MQL5 is simple, and you can learn it easy. In this step by step guide, you will see the basic steps required in writing a simple Expert Advisor based on a developed trading strategy. The structure of an Expert Advisor, the use of built-in technical indicators and

Forum

MetaTrader build 298 PositionSelect now takes one input parameter?

I just updated to the latest build and discovered that positionselect now takes one parameter (_symbol). However, the manual has not been updated. See pic

Trading terminal does not display News in English

I have observed that, even though I chose English for the language to display the News in the Trading Terminal, It now displays Russian. What can be the problem? Thanks