Page 9 of 14

Re: MT5 Moving Averages (MAs)

Posted: Thu Aug 11, 2022 1:57 am
by quangvuig
Banzai wrote: Wed Apr 27, 2022 2:10 am AMA (filtered) [on/off buttons]

Released date: December 20th, 2018
Coder: Mladen

Theory :

In “Adaptive Moving Averages” in this issue (Technical Analysis of Stocks & Commodities, April 2018), author Vitali Apirine introduces an adaptive moving average (AMA) technique based on Perry Kaufman’s KAMA (Kaufman adaptive moving average). His update to the original KAMA allows the new method to account for the location of the close relative to the high–low range. The author describes a trading system that combines the AMA and KAMA, suggesting that the combination may reduce the number of whipsaws relative to using either moving average by itself.

The indicator is coded exactly as it is described by Vitali Apirine (including the usage of high and low prices for adapting). But in order to make it easier to use it in a "classical way" (ie: using some sorts of signals that we can get from it), this version has additional filter to make the slope change color changes less frequent and thus to make false signals appear in fewer occasions

Usage :

It can be used as any regular moving average (or, for the users of KAMA - Perry Kaufman's AMA, as a "faster" substitute of KAMA). Also, you can use the color change of this indicator as signal.
Image
Thank you

Can you give the version on MT4 please.
Hope you take some time to share with me and everyone. Thank you very much

Re: MT5 Moving Averages (MAs)

Posted: Thu Aug 11, 2022 3:53 am
by mrtools
quangvuig wrote: Thu Aug 11, 2022 1:57 am Thank you

Can you give the version on MT4 please.
Hope you take some time to share with me and everyone. Thank you very much
Posted the on-chart version here Moving average indicators

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 19, 2022 3:41 am
by pfxi
mrtools wrote: Thu Sep 23, 2021 5:38 am Made this version.
Image
Hi mrtools,
Can you create the indicator Step NEMA histo for MT5, Like the one for MT4 ! step nema histo (mtf + alerts + btn) . , which is a very good nrp indicator.
Admiration for your work.
Thank's

viewtopic.php?f=579496&t=8415147&p=1295 ... 1295483416

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 19, 2022 9:31 am
by mrtools
pfxi wrote: Fri Aug 19, 2022 3:41 am Hi mrtools,
Can you create the indicator Step NEMA histo for MT5, Like the one for MT4 ! step nema histo (mtf + alerts + btn) . , which is a very good nrp indicator.
Admiration for your work.
Thank's

viewtopic.php?f=579496&t=8415147&p=1295 ... 1295483416
Haven't learned how to do a button in mt5 yet.

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 19, 2022 10:29 am
by pfxi
mrtools wrote: Fri Aug 19, 2022 9:31 am Haven't learned how to do a button in mt5 yet.
There is no necessity to have a button. It may be without a button. The important thing is the very indicator, the algorithm is very good.
I will be very glad if you find the time to do it.
Thanks for your attention

Re: MT5 Moving Averages (MAs)

Posted: Fri Aug 26, 2022 5:22 am
by pfxi
mrtools wrote: Thu Sep 23, 2021 5:38 am Made this version.
Image
Hi mrtools,
Can you create the indicator Step NEMA histo for MT5, Like the one for MT4 ! step nema histo (mtf + alerts ) and ! step nema histo (mtf + alerts +arrows ) . , which is a very good nrp indicator.
Admiration for your work.
Thank's

Re: MT5 Moving Averages (MAs)

Posted: Tue Sep 06, 2022 5:54 am
by mrtools
From Mladen:

Theory:

The double exponential moving average (DEMA), was developed by Patrick Mulloy in an attempt to reduce the amount of lag time found in traditional moving averages. It was first introduced in the February 1994 issue of the magazine Technical Analysis of Stocks & Commodities in Mulloy's article "Smoothing Data with Faster Moving Averages". The way to calculate is the following :

The Double Exponential Moving Average calculations are based combinations of a single EMA and double EMA into a new EMA:

1. Calculate EMA

2. Calculate Smoothed EMA by applying EMA with the same period to the EMA calculated in the first step

3. Calculate DEMA

DEMA = (2 * EMA) - (Smoothed EMA)



This version:

It is using Tim Tillsons (the inventor of T3) idea, and is using GDEMA of GDEMA for calculation (which is the "middle step" of T3 calculation). Since there are not versions showing that "middle step, this version covers that too. The result is smoother than Generalized DEMA, but is less smooth than T3 - one has to do some experimenting in order to find the optimal way to use it, but in any case, since it is "faster" than the T3 (Tim Tillson T3) and still smooth, it looks like a good compromise between speed and smoothness.

Usage:

You can use it as any regular average or you can use the color change of the indicator as a signal.

Re: MT5 Moving Averages (MAs)

Posted: Tue Sep 13, 2022 6:57 am
by mrtools
Linear Regression-Adjusted Exponential Moving Average

From Mladen:

Indicator based on TASC August 2022 issue by Vitraly Apirine : "The Linear Regression-Adjusted Exponential Moving Average"


Gray line is the "regular" ema, added to example as a comparison to the "Linear Regression-Adjusted Exponential Moving Average".
______________________

The higher the sensitivity, the "faster" (as in response to price changes) the average is. Sensitivity 0 makes it equal to EMA
Colors are based on slope change (not the crosses with the EMA , since the indicator itself does not draws ema).
Use it as any other moving average

PS: PS: For the MT4 version, please see: Linear Regression-Adjusted Exponential Moving Average MT4.

Re: MT5 Moving Averages (MAs)

Posted: Tue Sep 13, 2022 8:12 am
by mrtools
太虚一毫 wrote: Thu Jun 30, 2022 8:43 pm This version is fun. There seems to be no corresponding Deviation scaled MA (lvl).mq4 version. :thumbup:

Expect the teacher to add a button to it. Even better if you add the full price.
Posted a mt4 version here Dsl indicators

Re: MT5 Moving Averages (MAs)

Posted: Fri Sep 30, 2022 12:33 pm
by 太虚一毫
Expect teacher to make histo .mq5 version of Deviation scaled MA (lvl), or candles .mq5 version.

Infinite merit!