Page 79 of 351

Re: Moving Average indicators for MT4

Posted: Sat Jun 16, 2018 1:51 am
by mntiwana
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)
Dearest Mrtools
Thanks for this pretty level ver Nema,working fine but very fine - :)
can you manage time reviewing the code
1 - neutral bars color-same to neutral line color,currently there is no choice for changing color same according to main line neutral color-as you can see in picture
2 - if there any chance applying levels parameters - or may be FL levels will be a best choice
3 - if a change coloring choice can be extended as on slope too,currently it only changing colors on level cross
regards

Re: Moving Average indicators for MT4

Posted: Sat Jun 16, 2018 2:55 am
by mntiwana
mrtools wrote: Thu Jun 14, 2018 2:56 am

This is the step nema with dynamic zones.
Dearest Mrtools
Much thanks and appreciations for this pretty DZ ver of Step Nema
working well but enough attractive forming
requesting for 2 possible additions
if prices can be added
and a choice for change color on/with zones crossing option too - currently it taking effect on slope

Re: Moving Average indicators for MT4

Posted: Sat Jun 16, 2018 6:52 am
by mntiwana
ma rsi adaptive - floating levels - on chart - 2.4
though the indicator dont belongs to topic neither to thread and already posted within belonging thread
is a kind of "rsi adaptive ema" as per Mladen's explanation
simply was experimenting and comparing with other stuff,found it almost a pretty invention of Mladen
Dont know if Mrtools have the source code for trying some other new MA methods (8 the new ones)

Re: Moving Average indicators for MT4

Posted: Sat Jun 16, 2018 11:38 am
by wojtek
MNTiwana, could you please share the settings on the pictures in
the post viewtopic.php?p=1295375584#p1295375584
Unfortunately, the indicator step nema is compiled, so no one can add
other functionalities except the author...

Re: Moving Average indicators for MT4

Posted: Sat Jun 16, 2018 1:08 pm
by mntiwana
wojtek wrote: Sat Jun 16, 2018 11:38 am MNTiwana, could you please share the settings on the pictures in
the post viewtopic.php?p=1295375584#p1295375584
Unfortunately, the indicator step nema is compiled, so no one can add
other functionalities except the author...
OK - :)
but it dont belongs to unfortunates,real thanks to coders for their hard creative work,at least users got an idea and source to fulfill their needs and curiosity
any way what other functionality/s you have in mind

Re: Moving Average indicators for MT4

Posted: Sat Jun 16, 2018 9:39 pm
by Keepitsimple
mrtools wrote: Thu Jun 14, 2018 1:10 am

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
Thank you Mr Tools for the explanation!

Re: Moving Average indicators for MT4

Posted: Sun Jun 17, 2018 12:08 am
by reachme
mntiwana wrote: Sat Jun 16, 2018 6:52 am ma rsi adaptive - floating levels - on chart - 2.4
though the indicator dont belongs to topic neither to thread and already posted within belonging thread
is a kind of "rsi adaptive ema" as per Mladen's explanation
simply was experimenting and comparing with other stuff,found it almost a pretty invention of Mladen
Dont know if Mrtools have the source code for trying some other new MA methods (8 the new ones)
Thank you so much for sharing and of course thanks to Mladan for her hard work. It's going to be a game changer, at least for me :)

Re: Moving Average indicators for MT4

Posted: Sun Jun 17, 2018 12:35 am
by Pava
" thanks to Mladan for her hard work" -this is an understatement!

Re: Moving Average indicators for MT4

Posted: Mon Jun 18, 2018 10:47 am
by wojtek
mntiwana wrote: Sat Jun 16, 2018 1:08 pm OK - :)
any way what other functionality/s you have in mind
Thank you! :) I meant prices, as you requested previously. :)

Unfortunately, the compiled code can be obsolete for some future
version of MQ4 (or MQ5 when MQ4 will no longer be supported),
as it happened a few times in the past. Personally, I don't use any
of the indicators available in the compiled version only...

Re: Moving Average indicators for MT4

Posted: Mon Jun 18, 2018 4:40 pm
by Krelian99
wojtek wrote: Mon Jun 18, 2018 10:47 am Thank you! :) I meant prices, as you requested previously. :)

Unfortunately, the compiled code can be obsolete for some future
version of MQ4 (or MQ5 when MQ4 will no longer be supported),
as it happened a few times in the past. Personally, I don't use any
of the indicators available in the compiled version only...
Compiled files run always on higher builds. On lower builds IDK, never tried an after build 600 compiled file on a before build 600 MT4. For the future there are no issues to expect since there are no more builds to come.