Nguyen Van Luong
Nguyen Van Luong
  • Information
6+ years
experience
1
products
1
demo versions
0
jobs
0
signals
0
subscribers
shared author's BeeXXI Corporation code
 3D Moving Average
The first really 3D indicator "Moving Average".
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 amrali code
Các tính toán khi quản lý vốn
 Forex Calculators
Margin Calculator, Point Value Calculator, Position Size Calculator, Profit Calculator and Swap Calculator.
shared author's amrali code
Các tham số Input được lấy từ file ngoài
 CSetFileReader
Class to provide simple reading mechanism from MetaTrader set files.
shared author's B. D'Rion 2016 code
Thời gian mở cửa của các thị trường Á, Âu, Mỹ, Úc
 Forex_Market_Hours_GMT_v4.0
The good old MT4 indicator! Now for MetaTrader 5.
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 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#.