Nguyen Van Luong
Nguyen Van Luong
  • Information
6+ years
experience
3
products
0
demo versions
0
jobs
0
signals
0
subscribers
shared author's Mladen Rakic code
 Double smoothed EMA - multi time frame version
Double smoothed EMA - multi time frame version
shared author's Mladen Rakic code
 RMA - multi time frame
RMA - multi time frame version
shared author's John Davis code
Nghiên cứu thêm Engulfing Stochastic
 Engulfing Stochastic
Detect bullish and bearish engulfing candles when entering the overbought or oversold territory. We have all seen a currency pair enter the overbought or oversold territory and stay there for long periods of time. What this indicator does is gives you the emphasis. So if you are looking for reversals then you may want to take notice when oversold territory is entered into with a bullish engulfing candle or if the trend is your thing then check for bearish engulfing candles while entering oversold.
shared author's Mladen Rakic code
 Simple intraday support resistance
Simple intraday support resistance
shared author's Mladen Rakic code
 Simple support resistance
Simple support resistance
shared author's John Davis code
 ConsecutiveRSI
Set the number of consecutive candles along with RSI level for a valid signal.
shared author's Mladen Rakic code
 Bollinger bands - squeeze
Bollinger bands - squeeze
shared author's BeeXXI Corporation code
Ví dụ chart động
 3DMa
Buffer-free indicator implemented on iCanvas
shared author's Aleksey Panfilov code
Tham khảo MA này
 Pan PrizMA Sin leverage 72
Builds a sliding line with a polynomial of 4 degrees. Extrapolates as a section of a given function with a sinusoid and its axial one. One value is taken from the constructed lines on each bar and a line of extrapolated values is plotted, which does not redraw.
shared author's Mladen Rakic code
 XO
XO
shared author's Alexander Lasygin article
Đa khung thời gian
MTF indicators as the technical analysis tool
MTF indicators as the technical analysis tool

Most of traders agree that the current market state analysis starts with the evaluation of higher chart timeframes. The analysis is performed downwards to lower timeframes until the one, at which deals are performed. This analysis method seems to be a mandatory part of professional approach for successful trading. In this article, we will discuss multi-timeframe indicators and their creation ways, as well as we will provide MQL5 code examples. In addition to the general evaluation of advantages and disadvantages, we will propose a new indicator approach using the MTF mode.

shared author's ak20 ak20 code
 MACD Histogram, multi-timeframe, multi-color [v03]
MACD indicator with histogram, can be applied any timeframe (higher or lower than the current chart's timeframe).
shared author's cmillion code
Tham khảo Trailing Stop
 Virtual Trailing Stop
Virtual Trailing Stop.
shared author's Sergey Pavlov article
Migrating from MQL4 to MQL5
Migrating from MQL4 to MQL5

This article is a quick guide to MQL4 language functions, it will help you to migrate your programs from MQL4 to MQL5. For each MQL4 function (except trading functions) the description and MQL5 implementation are presented, it allows you to reduce the conversion time significantly. For convenience, the MQL4 functions are divided into groups, similar to MQL4 Reference.

shared author's Nikolay Kositsin article
Transferring an Indicator Code into an Expert Advisor Code. Conclusion
Transferring an Indicator Code into an Expert Advisor Code. Conclusion

This is the final article, devoted to transferring an indicator code into an Expert Advisor code. Here the author transforms on a certain example a code of an Expert Advisor so, that this EA is presented in a single file without calling custom indicators.

shared author's Dmitriy Skub article
Several Ways of Finding a Trend in MQL5
Several Ways of Finding a Trend in MQL5

Any trader would give a lot for opportunity to accurately detect a trend at any given time. Perhaps, this is the Holy Grail that everyone is looking for. In this article we will consider several ways to detect a trend. To be more precise - how to program several classical ways to detect a trend by means of MQL5.

shared author's Alexander Puzikov article
Rope Indicator by Erik Nayman
Rope Indicator by Erik Nayman

The article reveals how the "Rope" indicator is created based on "The Small Encyclopedia of Trader" by Erik L. Nayman. This indicator shows the direction of the trend using the calculated values of bulls and bears over a specified period of time. The article also contains principles of creating and calculating indicators along with the examples of codes. Other subjects covered include building an Expert Advisor based on the indicator, and the optimization of external parameters.

shared author's Nikolay Kositsin article
Tricolor Indicators and Some Opportunities for Maximal Simplification of Writing Indicators
Tricolor Indicators and Some Opportunities for Maximal Simplification of Writing Indicators

In this article the author dwells on some means of increasing indicators' informational value for visual trading. The author analyzes the realization of tricolor indicators, indicators, for building which data from other timeframes is used, and continues to dwell on the library of indicators, described in the article "Effective Averaging Algorithms with Minimal Lag: Use in Indicators"

shared author's Vladimir Karputov article
Area method
Area method

The "area method" trading system works based on unusual interpretation of the RSI oscillator readings. The indicator that visualizes the area method, and the Expert Advisor that trades using this system are detailed here. The article is also supplemented with detailed findings of testing the Expert Advisor for various symbols, time frames and values of the area.