Nguyen Van Luong
Nguyen Van Luong
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
shared author's Erin Lavika Tania code
 Lavika EURGBP/EURUSD
The Expert Advisor uses four iMA (Moving Average, MA) indicators from two timeframes. Two indicators with averaging periods 1 and 8 are created on the H1 timeframe and two indicators with averaging periods 1 and 8 are also created on the H4 timeframe.
shared author's amrali code
 Export Summary Grouped by Symbols
The script exports summary of closed trades grouped by each currency pair to .csv file
shared author's amrali code
 Export Summary Grouped by Trading Days
The script exports summary of closed trades grouped by each trading day to .csv file
shared author's Bogdan Kupinsky code
 ArrowDrawingIndiEu
This indi will draw OBJ_ARROW_BUY/OBJ_ARROW_SELL when find signals on Arrow Indi Buffers.
shared author's Sergey Chalyshev code
 iSpread
The indicator shows the spread for each bar, the current spread and the minimum spread for a period.
shared author's Scriptor code
 USDX_Slope
Indicator USDX vs Slope Direction Line
shared author's Sergey Pavlov code
 Trade panel with autopilot
An example of creating a trade panel using the MasterWindows library.
shared author's Henadiy E. Batohov code
 CIniFile class
This class provides methods for working with Windows *.ini files.
shared author's Andriy Voitenko code
 Notify Icon
A library for creating icons in the Windows taskbar and for sending text alerts. The use of this library will help you make your MQL programs more informative.
shared author's Scriptor code
 3TF_Stochastic_Average
The Three timeframes Stochastic Average indicator
shared author's Carlos Oliveira code
 Multi Forex Scanner
Instead of having to analyze each pair individually, you can see at a glance what are the most promising pairs according to your own criteria.
shared author's Sergey Pavlov code
 Vertical histograms constructor
Constructor for creating histograms of statistical distributions of indicators, timeseries and their derivatives.
shared author's Nikolay Kositsin code
 InfoAccount
This is an informative script displaying data on the current trading account in the chart window.
shared author's Nikolay Kositsin code
 InfoMarket
This is an informative script displaying data on the current trading pair in the chart window.
shared author's Mladen Rakic code
 Stochastic volatility - on chart
Stochastic volatility - on chart
shared author's file45 code
 MA Candles Two Colors
Draws different color candles above and below MA lines. Supported MA methods: SMA, EMA, SMMA, WMA & TMA.
shared author's Mladen Rakic code
 Daily Data
The indicator displays in chart window the important data on current symbol.
Nguyen Van Luong
Added topic Determine Chart Window is visible or invisible?
Some chart my Indicator only Calculation when chart window is visible. So I using the code bellow for determine my indicator V isible or Inv isible. I opened more than two Chart Window and on every Chart Window I added my indicator b ut the result is
shared author's Дмитрий Александрович article
Creating Multi-Colored Indicators in MQL5
Creating Multi-Colored Indicators in MQL5

In this article, we will consider how to create multi-colored indicators or convert the existing ones to multi-color. MQL5 allows to represent the information in the convenient form. Now it isn't necessary to look at a dozen of charts with indicators and perform analyses of the RSI or Stochastic levels, it's better just to paint the candles with different colors depending on the values of the indicators.

shared author's Vladimir Karputov article
Studying the CCanvas Class. Anti-aliasing and Shadows
Studying the CCanvas Class. Anti-aliasing and Shadows

An anti-aliasing algorithm of the CCanvas class is the base for all constructions where anti-aliasing is being used. The article contains information about how this algorithm operates, and provides relevant examples of visualization. It also covers drawing shades of graphic objects and has a detailed algorithm developed for drawing shades on canvas. The numerical analysis library ALGLIB is used for calculations.