Nguyen Van Luong
Nguyen Van Luong
  • Information
6+ years
experience
1
products
1
demo versions
0
jobs
0
signals
0
subscribers
shared author's Leon Lam code
 Binary Options Simulated Trading Indicator for MT5
This is a binary options simulated trading indicator on MetaTrader 5 client, novice traders can use to practice trading strategies, program interface have simplified Chinese and English.
shared author's Rinng code
SAR
 Color Parabolic 2
Color Parabolic 2. The color depends on the acceleration factor.
shared author's Mladen Rakic code
SAR
 Parabolic SAR
Parabolic SAR that avoids some of the problems of existing PSAR-indicators and calculates the values correctly.
shared author's lukas1 code
SAR
 Parabolic SAR EA
The Expert Advisor follows iSAR (Parabolic SAR) indicator.
shared author's Вадим code
SAR
 Color Parabolic SAR
Added colors to Parabolic SAR.
shared author's MetaQuotes code
SAR
 Parabolic SAR
The Parabolic SAR Indicator was developed for analyzing the trending markets.
shared author's Nikolay Kositsin code
SAR
 Color Parabolic
Ergonomic Parabolic SAR. The indicator itself is a two-color one and it also adds large colored dots that appear during each trend reversal.
shared author's Almat Kaldybay code
SAR
 Parabolic_TrailingStop
A utility for applying trailing stop based on the "Parabolic SAR" indicator.
Tích hợp Indicators vào EA
Fabio Cavalloni
Fabio Cavalloni
Comment to topic How to insert indicator code in EA
Evanio Da Silva Martins : I want to put the EA up for sale, but I can't because of the indicator that is separate from the EA. Is it possible to sell an EA that uses the icustom function ? #resource
shared author's ViDan888 code
Phân kỳ MACD
 Divergence based on a standard MACD with Alert and language selection.
The MACD is not required to be present on the chart. However, if a standard MACD is attached, the divergence lines will be drawn both on the chart and in the indicator window, and the indicator will use the MACD settings.
shared author's MetaQuotes article
Nghiên cứu để đưa CKPS vào MT5
Creating and testing custom symbols in MetaTrader 5
Creating and testing custom symbols in MetaTrader 5

Creating custom symbols pushes the boundaries in the development of trading systems and financial market analysis. Now traders are able to plot charts and test trading strategies on an unlimited number of financial instruments.

shared author's Dmitrii Troshin article
Nghiên cứu bài này để đưa CKPS sang MT5
How to create and test custom MOEX symbols in MetaTrader 5
How to create and test custom MOEX symbols in MetaTrader 5

The article describes the creation of a custom exchange symbol using the MQL5 language. In particular, it considers the use of exchange quotes from the popular Finam website. Another option considered in this article is the possibility to work with an arbitrary format of text files used in the creation of the custom symbol. This allows working with any financial symbols and data sources. After creating a custom symbol, we can use all the capabilities of the MetaTrader 5 Strategy Tester to test trading algorithms for exchange instruments.

Thêm '.ex5' vào sau '.dll' (Ví dụ: ReadINI.dll -> ReadINI.dll.ex5) và chép đồng thời cả 2 file vào trong thư mục Libraries của cả Tester và Terminal để có thể sử dụng các hàm trong ReadINI
renewo
renewo
Comment to topic New MetaTrader 5 Platform Build 2340: Managing account settings in the Tester and expanded integration with Python
Hi everybody, I have same problem as Luis, no DLL import possible on Strategy Tester anymore. Strange is, that .ex5 is added in the error message -> filename.dll.ex5 If I add ex5 behind my dll
shared author's MetaQuotes article
SQLite: Native handling of SQL databases in MQL5
SQLite: Native handling of SQL databases in MQL5

The development of trading strategies is associated with handling large amounts of data. Now, you are able to work with databases using SQL queries based on SQLite directly in MQL5. An important feature of this engine is that the entire database is placed in a single file located on a user's PC.

shared author's Денис Орлов code
 Trading Simulator 2
The program-simulator v.2 for perfecting strategy, testing of indicators and trainings of trading skills.
shared author's Денис Орлов code
 Trading Simulator
The program-simulator for sharpening strategy, run of indicators and trainings of trading skills in general.
Nguyen Van Luong
Added topic Changes the color of line segments
Define 10 colors for coloring each bar #property indicator_color1    clrGreen , clrRed , clrYellow , clrViolet , clrBlack , clrGreen , clrRed , clrYellow , clrViolet , clrBlack Why in Properties only show 8 colors
shared author's Sergey Kravchuk article
Cách hạn chế dùng HEX Editor thay đổi chuỗi hoặc mật khẩu
Protect Yourselves, Developers!
Protect Yourselves, Developers!

Protection of intellectual property is still a big problem. This article describes the basic principles of MQL4-programs protection. Using these principles you can ensure that results of your developments are not stolen by a thief, or at least to complicate his "work" so much that he will just refuse to do it.

shared author's investeo article
C#
Exposing C# code to MQL5 using unmanaged exports
Exposing C# code to MQL5 using unmanaged exports

In this article I presented different methods of interaction between MQL5 code and managed C# code. I also provided several examples on how to marshal MQL5 structures against C# and how to invoke exported DLL functions in MQL5 scripts. I believe that the provided examples may serve as a basis for future research in writing DLLs in managed code. This article also open doors for MetaTrader to use many libraries that are already implemented in C#.

shared author's Aleksey Zinovik article
Comparing different types of moving averages in trading
Comparing different types of moving averages in trading

This article deals with seven types of moving averages (MA) and a trading strategy to work with them. We also test and compare various MAs at a single trading strategy and evaluate the efficiency of each moving average compared to others.