Thank you so much Kvak!
Re: Moving Average indicators for MT4
3751Yesterday is history, tomorrow is a mystery, but today is a gift, that’s why it’s called a Present! - Master Oogway
Thank you so much Kvak!
If you like this color version, then download this instead.Banzai wrote: Sun Feb 23, 2025 10:53 am MA ribbon (RSI level)
(on/off button)
Please use this version. It crashes less. Thank you.
If you like the template below, then download the ".zip" file.
Otherwise, you don't have to download the ".zip" file.
Code: Select all
ma_sma, // Simple Moving Average - SMA
ma_ema, // Exponential Moving Average - EMA
ma_smma, // Smoothed Moving Average - SMMA
ma_lwma, // Linear Weighted Moving Average - LWMA
ma_dsema, // double smoothed exponential moving average - DSEMA
ma_dema, // double exponential moving average - DEMA
ma_tema, // tripple exponential moving average - TEMA
ma_pwma, // parabolic weighted moving average - PWMA
ma_alxma, // Alexander moving average - ALXMA
ma_vwma, // volume weighted moving average - VWMA
ma_hull, // Hull moving average - HMA
ma_tma, // triangular moving average
ma_sine, // sine weighted moving average
ma_linr, // linear regression value - LSMA
ma_ie2, // IE/2
ma_nlma, // non lag moving average
ma_zlma, // zero lag moving average
ma_lead, // leader exponential moving average
ma_ssm, // super smoother
ma_smoo // smoother
the merit is yours!! you can always count on me,
Moving Average Distance indicator with Signal LineYeungKwan wrote: Mon Mar 03, 2025 4:49 am Dear master coders @mrtools...@kvak...!
Please add a signal line. see snap..
If and when possible. please pass back as mq4...Thank you in advance.