Page 5 of 62

Re: Adaptive Indicators for MT4

Posted: Fri Sep 21, 2018 8:05 am
by mrtools
FBI wrote: Fri Sep 21, 2018 7:55 am

Do you remember what settings you had in that pic?
Default except jurik and filter period = 35 , jurik atr period = 50, filter = 2.0, price = Heiken ashi (better formula) trend biased (extreme) price, and floating level period = 35.

Re: Adaptive Indicators for MT4

Posted: Fri Sep 21, 2018 10:54 am
by mntiwana
mrtools wrote: Fri Sep 21, 2018 7:31 am This is an jurik smoothed atr adaptive jurik filter indicator with floating levels.

Available options include:

.. Choice of quantile bands,Floating levels, Or if minmaxperiod < 0 no levels
.. Coloring of the jurik filter on slope change, middle level cross or outer levels cross
.. 3 different display types, dots, lines, or lines with dots
.. Interpolated multi time frame
.. Filtering on the price and or on the jurik values
.. 33 price options
Dearest Mrtools
Big thanks for this pretty ver,working fine except one distorting display issue when first parameter jurik and filter period changed to 2 - rest is default
regards

Re: Adaptive Indicators for MT4

Posted: Fri Sep 21, 2018 1:23 pm
by FBI
Also I have a problem with MTF, just loading and loading.

Re: Adaptive Indicators for MT4

Posted: Fri Sep 21, 2018 2:47 pm
by mrtools
FBI wrote: Fri Sep 21, 2018 1:23 pm Also I have a problem with MTF, just loading and loading.
MTF fixed in this version, the other i have no idea what is causing that, except when using period 2 jma if i increase the atr length it works better.

Re: Adaptive Indicators for MT4

Posted: Mon Sep 24, 2018 11:00 pm
by RplusT
mrtools wrote: Fri Sep 21, 2018 2:47 pm

MTF fixed in this version, the other i have no idea what is causing that, except when using period 2 jma if i increase the atr length it works better.
mrTools, could you please add "Automatic next TF please". I don't want to be a pain in the....but this Indicator is really great to use in MTF mode. Thanks!

Re: Adaptive Indicators for MT4

Posted: Wed Oct 03, 2018 2:49 am
by friend4you
mrtools wrote: Fri Sep 21, 2018 2:47 pm

MTF fixed in this version, the other i have no idea what is causing that, except when using period 2 jma if i increase the atr length it works better.
Dear mrtools!

Thanks, good work, mtf works, but I can't see any settings for the alerts. On right click it says ATR adaptive jma, maybe the file name should also have atr in it. In settings, I would like to be able to change the atr values. Also I support the "next timeframe" request above.

It would be also great, if you correct both, as an future option of all new indicators to be able to select an individual wav-file for each pair, because on news the pop up alert freezes mt4 on volatile news for minutes, also if only few indicators are used on several charts.

Funny, over years many could not understand, why I use and post about atr-bands in several posts, now others seem to like it too in this jurik version.

Re: Adaptive Indicators for MT4

Posted: Wed Oct 03, 2018 5:17 am
by mrtools
friend4you wrote: Wed Oct 03, 2018 2:49 am
Dear mrtools!

Thanks, good work, mtf works, but I can't see any settings for the alerts. On right click it says ATR adaptive jma, maybe the file name should also have atr in it. In settings, I would like to be able to change the atr values. Also I support the "next timeframe" request above.

It would be also great, if you correct both, as an future option of all new indicators to be able to select an individual wav-file for each pair, because on news the pop up alert freezes mt4 on volatile news for minutes, also if only few indicators are used on several charts.

Funny, over years many could not understand, why I use and post about atr-bands in several posts, now others seem to like it too in this jurik version.
Had forgot the alerts, added them in this version. Also there are settings for the atr here::::

Code: Select all

input int          AtrLength       = 50;               // Jurik atr adaption period to use
input double       AtrPhase        = 0.0;              // Jurik atr phase adaption 
input bool         AtrDouble       = false;            // Jurik atr adaption smooth double

Re: Adaptive Indicators for MT4

Posted: Wed Oct 03, 2018 5:43 pm
by friend4you
mrtools wrote: Wed Oct 03, 2018 5:17 am Had forgot the alerts, added them in this version. Also there are settings for the atr here::::

Code: Select all

input int          AtrLength       = 50;               // Jurik atr adaption period to use
input double       AtrPhase        = 0.0;              // Jurik atr phase adaption 
input bool         AtrDouble       = false;            // Jurik atr adaption smooth double
Cool, thank you very much, feels like Christmas, where wishes come true.

Forex-station is really a great place, where also countries, that don't like each other in politics, come together and make things that so many like. I hope, that mt4 may also live some years, does mladen make mt5-indicators mainly now?

Re: Adaptive Indicators for MT4

Posted: Fri Oct 05, 2018 5:06 pm
by friend4you
mrtools wrote: Wed Oct 03, 2018 5:17 am Had forgot the alerts, added them in this version. Also there are settings for the atr here::::

Code: Select all

input int          AtrLength       = 50;               // Jurik atr adaption period to use
input double       AtrPhase        = 0.0;              // Jurik atr phase adaption 
input bool         AtrDouble       = false;            // Jurik atr adaption smooth double
mntiwana wrote: Fri Sep 21, 2018 10:54 am Dearest Mrtools
Big thanks for this pretty ver,working fine except one distorting display issue when first parameter jurik and filter period changed to 2 - rest is default
regards
Just one small request: Can you make the filter period separately selectable instead of "Jurik and filter period to use"?

Re: Adaptive Indicators for MT4

Posted: Sun Oct 07, 2018 11:23 pm
by mrtools
This is a mt4 version of Deviation scaled ma from Mladen's mt5 version and his description

Deviation scaled moving average was described in the “The Deviation-Scaled Moving Average.” article of July 2018 TASC
Since it is actually a sort of EMA (Exponential Moving Average made adaptive using what Ehlers calls "deviation scaling")