Nguyen Van Luong
Nguyen Van Luong
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
shared author's Dmitriy Parfenovich article
Quick Start: Short Guide for Beginners
Quick Start: Short Guide for Beginners

Hello dear reader! In this article, I will try to explain and show you how you can easily and quickly get the hang of the principles of creating Expert Advisors, working with indicators, etc. It is beginner-oriented and will not feature any difficult or abstruse examples.

shared author's MetaQuotes article
Create Your Own Trading Robot in 6 Steps!
Create Your Own Trading Robot in 6 Steps!

If you don't know how trade classes are constructed, and are scared of the words "Object Oriented Programming", then this article is for you. In fact, you do not need to know the details to write your own module of trading signals. Just follow some simple rules. All the rest will be done by the MQL5 Wizard, and you will get a ready-to-use trading robot!

shared author's Samuel Olowoyo article
Hướng dẫn tạo EA với MQL5
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 MetaQuotes code
 Flame
The indicator shows the method of drawing gradient semitransparent areas with independent update rate.
shared author's Rodrigo Malacarne code
 Simple Display Panel
The code is designed to be a simple reference of how to create movable (drag) panels and populate it with information.
shared author's Nikolay Kositsin code
 MACD On Chart
A semaphore signal indicator that uses an MACD histogram.
shared author's earnforex.com code
Nến Nhật
 Japanese Candlestick Patterns
Indicator displays different candlestick patterns on chart. It is possible to change colors and disable alerts.
shared author's Nikolay Kositsin code
 TrendMagic_Signal
The TrendMagic_Signal indicator shows information on the current trend using the values of the TrendMagic indicator with a fixed timeframe.
shared author's Nikolay Kositsin code
 BackgroundCandle_CronexRSI_HTF
The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the CronexRSI indicator.
shared author's Evgeniy Gutorov code
Xem xét bổ sung cho EA
 Trend Oscillator
A trend oscillator that uses the Hodrick-Prescott filter.
shared author's Nikolay Kositsin code
 BackgroundCandle_3LineBreak_HTF
The indicator draws candlesticks of a larger timeframe based on the 3LineBreak indicator values.
shared author's Ernst Van Der Merwe code
 Oscillator Candles
OHLC colour candles drawn in a separate window.
shared author's Nikolay Kositsin code
Gộp một nhóm nến thành một nến
 BackgroundCandle_QQECloudX_HTF
The indicator draws candlesticks of a larger timeframe as color filled rectangles based on the QQECloudX indicator values.
shared author's Vladimir Lyopa code
 GainLossInfo
Shows current gain and loss for all candlesticks on the chart.
shared author's Ernst Van Der Merwe code
 Multi Symbol Chart
All-In-One candlestick chart.
shared author's fxborg code
 BSI Trend Indicator
This indicator shows the condition of the trend using the BSI Indicator.
shared author's Nikolay Kositsin code
 Background_Candles_i-OneThird_HTF
The indicator draws i-OneThird indicator candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.
shared author's Nikolay Kositsin code
 ColorParabolic_Alert
The ColorParabolic semaphore signal indicator featuring alerts, sending emails and push notifications.
shared author's Scriptor code
 DayOfWeekLabels
The indicator shows days of the week on the price chart.
shared author's Vladimir Karputov code
 Days of the week color
A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.