Join our fan page
- Published by:
- IVAN ASTAFUROV
- Views:
- 10066
- Rating:
- Published:
- 2023.08.22 17:50
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
You can see other analytical tools on my profile page. The AllAverages v4.9 version for MT4 here. This indicator is not mine, it is in the public domain, but it is not available on the MQL5 forum. That is why I decided to post it here. I am currently using some modifications of moving averages in my strategies. Previous version is here.
Available formulas (MA_Method)
- SMA Simple Moving Average
- EMA Exponential Moving Average
- Wilder Wilder Exponential Moving Average
- LWMA Linear Weighted Moving Average
- SineWMA Sine Weighted Moving Average
- TriMA Triangular Moving Average
- LSMA Least Square Moving Average (or EPMA, Linear Regression Line)
- SMMA Smoothed Moving Average
- HMA Hull Moving Average by A.Hull
- ZeroLagEMA Zero-Lag Exponential Moving Average
- DEMA Double Exponential Moving Average by P.Mulloy
- T3_basic T3 by T.Tillson (original version)
- ITrend Instantaneous Trendline by J.Ehlers
- Median Moving Median
- GeoMean Geometric Mean
- REMA Regularized EMA by C.Satchwell
- ILRS Integral of Linear Regression Slope
- IE_2 Combination of LSMA and ILRS
- TriMAgen Triangular Moving Average generalized by J.Ehlers
- VWMA Volume Weighted Moving Average
- JSmooth M.Jurik's Smoothing
- SMA_eq Simplified SMA
- ALMA Arnaud Legoux Moving Average
- TEMA Triple Exponential Moving Average by P.Mulloy
- T3 T3 by T.Tillson (correct version)
- Laguerre Laguerre filter by J.Ehlers
- MD McGinley Dynamic
- BF2P Two-pole modified Butterworth filter by J.Ehlers
- BF3P Three-pole modified Butterworth filter by J.Ehlers
- SuperSmu SuperSmoother by J.Ehlers
- Decycler Simple Decycler by J.Ehlers
- eVWMA Modified eVWMA
- EWMA Exponential Weighted Moving Average
- DsEMA Double Smoothed EMA
- TsEMA Triple Smoothed EMA
- VEMA Volume-weighted Exponential Moving Average(V-EMA)
The choice of prices used to build moving averages:
- close Close
- open Open
- high High
- low Low
- median Median
- typical Typical
- weightedClose Weighted Close
- medianBody Median Body (Open+Close)/2
- average Average (High+Low+Open+Close)/4
- trendBiased Trend Biased
- trendBiasedExt Trend Biased(extreme)
- haClose Heiken Ashi Close
- haOpen Heiken Ashi Open
- haHigh Heiken Ashi High
- haLow Heiken Ashi Low
- haMedian Heiken Ashi Median
- haTypical Heiken Ashi Typical
- haWeighted Heiken Ashi Weighted Close
- haMedianBody Heiken Ashi Median Body
- haAverage Heiken Ashi Average
- haTrendBiased Heiken Ashi Trend Biased
- haTrendBiasedExt Heiken Ashi Trend Biased(extreme)
TimeFrame = 0 Selecting the timeframe
Price = 0 Choice of prices used
MA_Period = 14 Averaging period of the moving average
MA_Shift = 0 Shift the moving average by a specified number of periods
MA_Method = SMA Choice of moving average formula
ShowInColor = true Show/hide color rendering, up-trend color selection, down-trend color selection
Alerts, Emails & Notifications
PushNotificationOn = false Disable/enable "push" messaging to your smartphone

Monitoring of memory leaks in the strategy tester

Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.

A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.

iRSI Very Simple A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.