Page 78 of 350

Re: Moving Average indicators for MT4

Posted: Tue Jun 12, 2018 4:04 pm
by moey_dw
mitzescu wrote: Mon Jun 11, 2018 10:46 pm I'm sorry, my bad. I'm talking about Nema 2.31 MTF indicator. :)

Sometimes i'm stupid :)
haaha no man ur not stupid dont say that.....at least u can speak nice english :lol:
mrtool or mntiwana can u plz help mitz request :wave:

Re: Moving Average indicators for MT4

Posted: Tue Jun 12, 2018 5:26 pm
by mrtools
Bob Loblaw wrote: Mon Jun 11, 2018 5:57 pm Would it be possible to create a StepMA version of this please?


This is a start, will work on it some more as time allows.

Re: Moving Average indicators for MT4

Posted: Tue Jun 12, 2018 5:36 pm
by Bob Loblaw
This is a great start. Thank you very much for providing this, I appreciate it.



[/quote]

This is a start, will work on it some more as time allows.
[/quote]

Re: Moving Average indicators for MT4

Posted: Tue Jun 12, 2018 6:56 pm
by rijay
mrtools wrote: Tue Jun 12, 2018 5:26 pm

This is a start, will work on it some more as time allows.
thank you mrtools for step version, great coding, will wait for more updates.

Re: Moving Average indicators for MT4

Posted: Wed Jun 13, 2018 3:12 am
by appsoluxions
rijay wrote: Tue Jun 12, 2018 6:56 pm
thank you mrtools for step version, great coding, will wait for more updates.

I am curious to see it with dynamic levels, if possible. My humble request please.

Re: Moving Average indicators for MT4

Posted: Wed Jun 13, 2018 7:41 pm
by Keepitsimple
mrtools wrote: Fri Jun 08, 2018 3:18 pm This is Nema mtf with levels, the nema coloring is based on the level crosses. Indicator is mtf with alerts on color change and also is filtered.

For an explanation on Nema from Mladen:::

NEMA indicator - that calculates depth (offspring) of EMA of arbitrary "depth".

Nema can calculate all the known variations (offspring) of EMA : EMA, DEMA, TEMA, ... DecEMA, ... and so on, up to "levels" or "depth" 50 (whatever name it would be)

Some known depths :

1 -> EMA
2 -> DEMA
3 -> TEMA
....
10 -> DecEMA
....
50 -> the maximal depth calculated by this indicator
If the depth is set to 1, NEMA is equal to EMA, for depth 2 it is equal to DEMA, for depth 3 it is equal to TEMA and so on ..., up to depth 50. In any case, depths over 40 are — due to the way how internal calculation is done, are losing precision too much and unlike the lower depths, should be used for with extreme care and with reserve. Also, as a deviation from EMA (and DEMA and TEMA...) this indicator allows fractional period for calculation (there is no reason whatsoever why any EMA-type indicator should use only integer bound calculation period)
Could someone explain the meaning of the"filter to use", what is the filter based on? And what are the dashed green and red lines? Or is there a link where I can read the original idea of Mladen's nema? Thank you

Re: Moving Average indicators for MT4

Posted: Thu Jun 14, 2018 1:04 am
by mrtools
appsoluxions wrote: Wed Jun 13, 2018 3:12 am

I am curious to see it with dynamic levels, if possible. My humble request please.
It should be possible, will do one when i get the time.

Re: Moving Average indicators for MT4

Posted: Thu Jun 14, 2018 1:10 am
by mrtools
Keepitsimple wrote: Wed Jun 13, 2018 7:41 pm

Could someone explain the meaning of the"filter to use", what is the filter based on? And what are the dashed green and red lines? Or is there a link where I can read the original idea of Mladen's nema? Thank you
The filter uses standard deviation to filter either the price or the nema values or both The dashed red and green lines are a sort of an on chart discontinued signal line more explanation you can find here viewtopic.php?p=1294806239#p1294806239

Re: Moving Average indicators for MT4

Posted: Thu Jun 14, 2018 2:56 am
by mrtools
appsoluxions wrote: Wed Jun 13, 2018 3:12 am

I am curious to see it with dynamic levels, if possible. My humble request please.
This is the step nema with dynamic zones.

Re: Moving Average indicators for MT4

Posted: Thu Jun 14, 2018 7:49 pm
by appsoluxions
mrtools wrote: Thu Jun 14, 2018 2:56 am

This is the step nema with dynamic zones.
Wow, thanks MrTools.