Entries with no category
Market Phase Index MT4 - indicator for MetaTrader 4 and Market Phase Index MT5 - indicator for MetaTrader 5 ---------------- Indicator to determine the trend and flat market based on the amplitude of the price and the intersection of bars. If the indicator values are higher than 0.4, it is recommended to trade based on trend strategies.If the indicator values below 0.4 - recommended trading based ...
Figure - indicator for MetaTrader 5 This is 3-in-1 indicator: FATL, RSTL and RFTL (3 lines on the main chart). Three indicator buffers . Each buffer has its own calculation formula: 39 previous close prices are used for FATL, 99 for RSTL and 45 for RFTL. For each buffer, previous Close prices have their own factors. The coefficients ...
This article was created as a development of ideas from the earlier published article related to DLL creation with Visual Studio 2005/2008. The original basic article has not lost its relevance and thus if you are interested in this topic, be sure to read the first article. However much time has passed since then, so the current Visual Studio 2017 features an updated interface. The MetaTrader 5 platform has also acquired new features. Obviously, there ...
Most frequent users of this website know pretty well that MQL5 is the best option for developing custom EAs. Unfortunately, not all brokers allow creating accounts available in MetaTrader 5. Even if you currently work with a broker that allows that, you may switch to a broker offering only MetaTrader 4 in the future. What are you going to do with all the MQL5 EAs you have developed in that case? Are you going to spend a huge amount of time to rework them ...
This article is a development of the article "Interaction between MetaTrader 4 and MATLAB" by A. Emelyanov, and it provides information on solving a similar task for modern 64-bit versions of all platforms utilized by users. Over the past period, the method for creating shared DLL libraries has been substantially upgraded in the MATLAB package. Therefore, the method discussed in the original article requires modification. This happened because MATLAB ...