Nguyen Van Luong
Nguyen Van Luong
  • Information
5+ years
experience
1
products
1
demo versions
0
jobs
0
signals
0
subscribers
shared author's Mladen Rakic code
 Heiken Ashi Zone Trade - Separate
This version of Heiken Ashi Zone Trade indicator is made to display values in a separate window - that way it will not interfere with the other on-chart indicators and can be easier to read the states in some cases.
shared author's MetaQuotes code
 Heiken-Ashi
The Heiken-Ashi indicator is looks like the candlestick chart, but it has some difference.The advantage of the Heiken-Ashi charts is a simple trend determination, the upward trend candles are blue,the downward trend candles are red.
shared author's Nikolay Kositsin code
 Heiken Ashi Smoothed
Standard Heiken Ashi calculated using smoothed price time series.
shared author's Mladen Rakic code
 Heiken Ashi Smoothed Oscillator
Instead of using the "regular" Heiken Ashi for oscillator calculations, this version is using the smoothed Heiken Ashi. That makes the number of false signals fall dramatically, and, when pre-smoothing is applied to Heiken Ashi, the lag is in acceptable bounds.
shared author's Mohammad Soubra code
 Example of Heiken Ashi Using Multi Time Frame (MTF)
Example of Heiken Ashi Using Multi Time Frame (MTF).
shared author's Nikolay Kositsin code
MTF - Tham khảo
 Aroon_HTF
The Aroon indicator with the timeframe selection option available in the input parameters.
shared author's Nikolay Kositsin code
Tham khảo ARN
 AroonHorn
AroonHorn trend indicator.
shared author's Mladen Rakic code
MTF - Tham khảo
 Aroon - multi time frame version
Aroon - multi time frame version
shared author's Mladen Rakic code
MTF
 Aroon oscillator - multi time frame version
Aroon oscillator - multi time frame version
SyncCharts
speki
speki
Synchronise charts
Hi, I'd like to share an EA which I use in trading as an indicator. If I see the same signal on multiple charts, example, EUR/USD and EUR/JPY, then I trade. For this I needed a way to automatically switch timeframes and scroll charts according to the
shared author's Dmitry Voronkov article
Các mẫu hình nến
Analyzing Candlestick Patterns
Analyzing Candlestick Patterns

Construction of Japanese candlestick chart and analysis of candlestick patterns constitute an amazing area of technical analysis. The advantage of candlesticks is that they represent data in such a manner that you can track the dynamics inside the data. In this article we analyze candlestick types, classification of candlestick patterns and present an indicator that can determine candlestick patterns.

shared author's MRoVas article
Eliot
The Implementation of Automatic Analysis of the Elliott Waves in MQL5
The Implementation of Automatic Analysis of the Elliott Waves in MQL5

One of the most popular methods of market analysis is the Elliott Wave Principle. However, this process is quite complicated, which leads us to the use of additional tools. One of such instruments is the automatic marker. This article describes the creation of an automatic analyzer of Elliott Waves in MQL5 language.

shared author's Nikolay Kositsin code
 ZigZag_NK_Color_Price
ZigZag indicator with price labels of the ZigZag peak values.
shared author's MKaptsevich code
 DoubleZigZag
Two ZigZag indicators are used for analysis.
shared author's Anatoli Kazharski article
MQL5 Cookbook: Monitoring Multiple Time Frames in a Single Window
MQL5 Cookbook: Monitoring Multiple Time Frames in a Single Window

There are 21 time frames available in MetaTrader 5 for analysis. You can take advantage of special chart objects that you can place on the existing chart and set the symbol, time frame and some other properties right there. This article will provide detailed information on such chart graphical objects: we will create an indicator with controls (buttons) that will allow us to set multiple chart objects in a subwindow at the same time. Furthermore, chart objects will accurately fit in the subwindow and will be automatically adjusted when the main chart or terminal window is resized.

Tham khảo viết SyncScroll
Marco vd Heijden
Marco vd Heijden
Comment to topic How to get Price data and Time data of mouse position by clicking the mouse?
Yu Zhang : We can use " CHARTEVENT_CLICK " to get X coordinate value and Y coordinate value of mouse position , But How to get Price data and Time data of mouse position by clicking the mouse? It we
shared author's MetaQuotes code
ZigZag
 ZigZag
The Zigzag indicator is a series of sections connecting significant tops and bottoms at the price plot.
Lấy toàn bộ danh sách các Symbols mà sàn đang hỗ trợ -> Chỉnh lại //if(firstChar != "#" && StringLen(symbol) == 6)
evertonbg
evertonbg
Comment to topic get list of all symbols running in mt4 programatically
Just do it;-) int getAvailableCurrencyPairs( string & availableCurrencyPairs[]) { //--- bool selected = false ; const int symbolsCount = SymbolsTotal (selected); int currencypairsCount;
nicholish en
nicholish en
Comment to topic browse all the currencies available
ket314MQL4 : Hello, I would like to know how to browse all the currencies available for my EA in mql5 . When i test it (F5), i select in Settings -> Symbols -> All Symbols from Market Watch and i
Template
Alain Verleyen
Alain Verleyen
Comment to topic How to change default template for EA testing
gooly : as far as I know it's not possible since b600+ :(( You can only save an EA and use this as your template Of course it's possible, why not ? For "live" chart, save your template as default.tpl