New MetaTrader 5 Platform Build 2485: iCustom improvements and overall optimization in MQL5 The MetaTrader 5 platform update will be released on Friday, June the 5th, 2020. Recompile your products in the Market We urge the programmers who publish their products in the Market to recompile files using the new platform version and to upload the updated files into the Market. The current version provides important fixes concerning switch to the new LLVM compiler ...
Interesting indicators were coded for MQL5 CodeBase based on June 2020 TASC article "Correlation as a cycle indicator" by John Ehlers ---------------- In his June 2020 TASC article "Correlation as a cycle indicator" John Ehlers describes one possible way to determine trend in the markets. His article describes 3 possible ways of determining the trend and here we shall post all the 3 possible ways. Correlation market state - indicator for ...
Dynamic_Trend - indicator for MetaTrader 5 The Dynamic Trend signal indicator draws a two-color trend direction line and adds signal arrows.
ADXVMA - indicator for MetaTrader 5 ADXVMA is one new sort of a Moving Average. It uses modified ADX calculation for adapting Moving Average calculation. The process of adapting is so efficient that it filters out a lot of noise out of the market and produces longer periods of smooth values. That makes it useful for trending mode and for support / resistance usage too.
Step average (atr based) - indicator for MetaTrader 5 It is using percent of ATR (Average True Range) as a filter. It is done in order to fix one of the weak points of using fixed (pips) step size : different time frames tend to have different results for fixed step size (ie: higher time frames become almost without steps and lower time frames still have those steps for same setting). Percent of ATR usage fixes that and makes it a sort ...