Nguyen Van Luong
Nguyen Van Luong
  • Information
6+ years
experience
1
products
1
demo versions
0
jobs
0
signals
0
subscribers
shared author's Serhii Shevchuk article
Working with GSM Modem from an MQL5 Expert Advisor
Working with GSM Modem from an MQL5 Expert Advisor

There is currently a fair number of means for a comfortable remote monitoring of a trading account: mobile terminals, push notifications, working with ICQ. But it all requires Internet connection. This article describes the process of creating an Expert Advisor that will allow you to stay in touch with your trading terminal even when mobile Internet is not available, through calls and text messaging.

shared author's Eugeniy Lugovoy article
How to Access the MySQL Database from MQL5 (MQL4)
How to Access the MySQL Database from MQL5 (MQL4)

The article describes the development of an interface between MQL and the MySQL database. It discusses existing practical solutions and offers a more convenient way to implement a library for working with databases. The article contains a detailed description of the functions, the interface structure, examples and some of specific features of working with MySQL. As for the software solutions, the article attachments include the files of dynamic libraries, documentation and script examples for the MQL4 and MQL5 languages.

shared author's Igor Kim code
INI
 Library of functions for working with INI-files.
The library contains five functions for reading the values from an INI-file and five functions for writing the values to an INI-file. Thus, there are five pairs of functions to read/write the values of 'integer array', 'boolean', 'double', 'integer' and 'string' types.
shared author's investeo article
Khóa EA
Securing MQL5 code: Password Protection, Key Generators, Time-limits, Remote Licenses and Advanced EA License Key Encryption Techniques
Securing MQL5 code: Password Protection, Key Generators, Time-limits, Remote Licenses and Advanced EA License Key Encryption Techniques

Most developers need to have their code secured. This article will present a few different ways to protect MQL5 software - it presents methods to provide licensing capabilities to MQL5 Scripts, Expert Advisors and Indicators. It covers password protection, key generators, account license, time-limit evaluation and remote protection using MQL5-RPC calls.

shared author's Andrey Kornishkin code
 Auto Trader
The Expert Advisor enables and disables the "AutoTrading" button at a certain time and closes all opened positions on the account once the specified period of time expires.
shared author's Sergey Pavlov code
Tham khao EA (đơn giản)
 Bollinger
The Expert Advisor trades inside a channel, reversing positions at the channel borders.
How to check Market Open/Closed in MT5
Anthony Garot
Anthony Garot
Comment to topic How to check Market Open/Closed in MT5 ?
Alain Verleyen : The only conclusion for everyone is try it yourself according to your needs, there is no universal solution by using a single function call. Alain is correct—brokers have all sorts
shared author's MetaQuotes article
MQL5 Wizard: New Version
MQL5 Wizard: New Version

The article contains descriptions of the new features available in the updated MQL5 Wizard. The modified architecture of signals allow creating trading robots based on the combination of various market patterns. The example contained in the article explains the procedure of interactive creation of an Expert Advisor.

shared author's Dmitry Fedoseev article
Tham khảo để viết EA (Trailing Stop)
How to Create Your Own Trailing Stop
How to Create Your Own Trailing Stop

The basic rule of trader - let profit to grow, cut off losses! This article considers one of the basic techniques, allowing to follow this rule - moving the protective stop level (Stop loss level) after increasing position profit, i.e. - Trailing Stop level. You'll find the step by step procedure to create a class for trailing stop on SAR and NRTR indicators. Everyone will be able to insert this trailing stop into their experts or use it independently to control positions in their accounts.

shared author's Samuel Olowoyo article
Tham khảo để viết EA
The Use of the MQL5 Standard Trade Class libraries in writing an Expert Advisor
The Use of the MQL5 Standard Trade Class libraries in writing an Expert Advisor

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 classes can be used to obtain order and deal details.

shared author's Sergey Gritsay article
Ví dụ về cách lấy các tín hiệu Mua|Bán
20 Trade Signals in MQL5
20 Trade Signals in MQL5

This article will teach you how to receive trade signals that are necessary for a trade system to work. The examples of forming 20 trade signals are given here as separate custom functions that can be used while developing Expert Advisors. For your convenience, all the functions used in the article are combined in a single mqh include file that can be easily connected to a future Expert Advisor.

shared author's Nikolay Kositsin article
Tham khảo cách tính iHighest, iLowest.
Trong chỉ báo Aroon đã viết lại 2 hàm này kết hợp với các hàm xử lý Array.
Creating an Indicator with Multiple Indicator Buffers for Newbies
Creating an Indicator with Multiple Indicator Buffers for Newbies

The complex codes consist of a set of simple codes. If you are familiar with them, it doesn't look so complicated. In this article, we will consider how to create an indicator with multiple indicator buffers. As an example, the Aroon indicator is analyzed in details, and two different versions of the code are presented.

shared author's Dmitry Voronkov article
An Example of a Trading System Based on a Heiken-Ashi Indicator
An Example of a Trading System Based on a Heiken-Ashi Indicator

In this article we look into the question of using a Heiken-Ashi indicator in trading. Based on this indicator, a simple trading system is considered and an MQL5 Expert Advisor is written. Trading operations are implemented on the bases of classes of the Standard class library. The testing results of the reviewed trading strategy, are based on the history, and obtained using the built-in MetaTrader 5 strategy tester, are provided in the article.

shared author's MetaQuotes article
Functions for Money Management in an Expert Advisor
Functions for Money Management in an Expert Advisor

The development of trading strategies primarily focuses on searching for patterns for entering and exiting the market, as well as maintaining positions. If we are able to formalize some patterns into rules for automated trading, then the trader faces the question of calculating the volume of positions, the size of the margins, as well as maintaining a safe level of mortgage funds for assuring open positions in an automated mode. In this article we will use the MQL5 language to construct simple examples of conducting these calculations.

shared author's [Deleted] code
Highlight các phiên giao dịch
 Forex market session indicator
This indicator shows the session of the four major forex markets:Sydeny,Tokyo,London and New York. It is helpful for day trader.
shared author's Mladen Rakic code
 Averages rainbow
Plotting up to 256 averages on chart.
shared author's Piotr code
 BROTHER - By Rainbow On Trend High Extreme Results - EA 5 minute manual system
This is not an automatic system. It is fully manual.
shared author's Nikolay Kositsin code
Rainbow
 Rainbow
Sixty Moving Averages with gradually changing period on a single chart.
shared author's MetaQuotes article
Cài đặt MT5 lên VPS chưa cài sẵn MT5
MetaTrader 5 on Linux
MetaTrader 5 on Linux

In this article, we demonstrate an easy way to install MetaTrader 5 on popular Linux versions — Ubuntu and Debian. These systems are widely used on server hardware as well as on traders’ personal computers.

shared author's Soewono Effendi code
RSI theo OHLC
 RSI candles - lite ressource
Improved version based on RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968