Mohammad Najib Daud
Mohammad Najib Daud
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
shared author's --- code
 File Mapping without DLL
The classes (conveted from C++ to MQL5) for working with memory mapped files.
shared author's Samuel Olowoyo article
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners
Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners

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 trading functions, the details of the Debug mode and use of the Strategy Tester are presented.

shared author's Sergey Pavlov article
Migrating from MQL4 to MQL5
Migrating from MQL4 to MQL5

This article is a quick guide to MQL4 language functions, it will help you to migrate your programs from MQL4 to MQL5. For each MQL4 function (except trading functions) the description and MQL5 implementation are presented, it allows you to reduce the conversion time significantly. For convenience, the MQL4 functions are divided into groups, similar to MQL4 Reference.

Mohammad Najib Daud
Added topic EA Keep Disturb Other Pair Order
Hi, I have an EA attached to several pair. The problem is it always disturb each other (closing pending order ). The code  for closing is custom function as below; void CloseLimit() {    bool CloseOrder;    int CloseError;
Mohammad Najib Daud
Registered at MQL5.community