Page 39 of 56

Re: Jurik Smoothed Indicators for MT4

Posted: Tue Mar 01, 2022 11:17 am
by talaate
mrtools wrote: Tue Mar 01, 2022 7:17 am Should be able to use the other averages with this version.

Image
Many Thanks mrtools
Is the the following options are working?
input bool ShowHorlev = true; // Horizontal Levels are visible?
input bool Showzero = true; // Zero Level are visible?

Re: Jurik Smoothed Indicators for MT4

Posted: Tue Mar 01, 2022 11:35 am
by kvak
talaate wrote: Tue Mar 01, 2022 11:17 am Many Thanks mrtools
Is the the following options are working?
input bool ShowHorlev = true; // Horizontal Levels are visible?
input bool Showzero = true; // Zero Level are visible?
Hello, yes, but you must adjust levels numbers...

Re: Jurik Smoothed Indicators for MT4

Posted: Tue Mar 01, 2022 12:15 pm
by talaate
kvak wrote: Tue Mar 01, 2022 11:35 am Hello, yes, but you must adjust levels numbers...
Image
mrtools wrote: Tue Mar 01, 2022 12:10 pm Would need a large number like 10000 for it to work.
Thanks mrtools and kvak

Re: Jurik Smoothed Indicators for MT4

Posted: Tue Mar 01, 2022 7:04 pm
by ionone
kvak wrote: Tue Mar 01, 2022 9:37 am Thank you Mrtools, genius as always :)
And thank you for sharing source...
yep
amazing
and the Master is humble, doesn't even consider himself a master

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Mar 04, 2022 12:36 pm
by kvak
Jurik smooth generic with mtf, idea from Mladens mt5 version.

PS: For a simple template to start off with and further description of this code, please see here: Generic Jurik Smoothed template for MT4.

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Mar 04, 2022 9:17 pm
by Jimmy
kvak wrote: Fri Mar 04, 2022 12:36 pm Jurik smooth generic with mtf, idea from Mladens mt5 version.
You're a champion Kvak, thank you for making a version based off the MT5 one for MT4.

I like the way it is with the just middle line shown and the dots display :clap:

I'm using Fibonacci 34 period in my testing on the 1H chart and I like the look so far as there's not too much lag. For those interested in using Fibonacci numbers for their indicator settings, see: What Fibonacci numbers can be used in indicator's settings?

Here is the excerpt from Mladen's description:

Basics:

This indicator is using the well known JMA (Jurik Moving Average) to calculate a sort of a generic trend.

The way it calculates it:

  • It calculates the Jurik Moving Average of High
  • It calculates the Jurik Moving Average of Low
  • It calculates the Jurik Moving Average of Close
  • It calculates the Jurik Moving Average of Typical Price (High+Low+Close)/3 - the "generic" value (it s not the same as (JMA(high)+JMA(low)+JMA(close))/3 hence the name "generic")
    • The slope of the "generic" depends on the slopes of the first 3 Values
    • If all are sloping up the color of the "generic value is the color for Up
    • IF all are sloping down the color of the "generic value is the color for Down
    • Otherwise the color of the "generic' is indicating neutral (thus filtering out some potential false signals)

Usage:

You can use the color of the "generic" value as a signal. Also, the colors of the other 3x Jurik Moving Averages can be used as early warnings fo potential trend change or reversal

Here's my current template if anyone would like to try it, too :)

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Mar 04, 2022 10:59 pm
by kvak
Jimmy wrote: Fri Mar 04, 2022 9:17 pm You're a champion Kvak, thank you for making a version based off the MT5 one for MT4.

I like the way it is with the just middle line shown and the dots display :clap:

I'm using Fibonacci 34 period in my testing on the 1H chart and I like the look so far as there's not too much lag. For those interested in using Fibonacci numbers for their indicator settings, see: What Fibonacci numbers can be used in indicator's settings?

Here is the excerpt from Mladen's description:

Basics:

This indicator is using the well known JMA (Jurik Moving Average) to calculate a sort of a generic trend.

The way it calculates it:

  • It calculates the Jurik Moving Average of High
  • It calculates the Jurik Moving Average of Low
  • It calculates the Jurik Moving Average of Close
  • It calculates the Jurik Moving Average of Typical Price (High+Low+Close)/3 - the "generic" value (it s not the same as (JMA(high)+JMA(low)+JMA(close))/3 hence the name "generic")
    • The slope of the "generic" depends on the slopes of the first 3 Values
    • If all are sloping up the color of the "generic value is the color for Up
    • IF all are sloping down the color of the "generic value is the color for Down
    • Otherwise the color of the "generic' is indicating neutral (thus filtering out some potential false signals)

Usage:

You can use the color of the "generic" value as a signal. Also, the colors of the other 3x Jurik Moving Averages can be used as early warnings fo potential trend change or reversal

Here's my current template if anyone would like to try it, too :)
Image
Thank you for the additional information about jurik smooth generic indicator and setup Jimmy 👍😎

Re: Jurik Smoothed Indicators for MT4

Posted: Sat Mar 05, 2022 5:42 am
by 太虚一毫
kvak wrote: Fri Mar 04, 2022 12:36 pm Jurik smooth generic with mtf, idea from Mladens mt5 version.

PS: For a simple template to start off with and further description of this code, please see here: Generic Jurik Smoothed template for MT4.
Image

Image
masterpiece! Looking forward to teacher kvak adding alerts, buttons to it. Infinite merit! :thumbup:

Re: Jurik Smoothed Indicators for MT4

Posted: Sat Mar 05, 2022 11:30 am
by kvak
太虚一毫 wrote: Sat Mar 05, 2022 5:42 am masterpiece! Looking forward to teacher kvak adding alerts, buttons to it. Infinite merit! :thumbup:
Added alerts, arrows and button..

Re: Jurik Smoothed Indicators for MT4

Posted: Wed Mar 30, 2022 7:00 pm
by Itsart3
太虚一毫 wrote: Sun Aug 22, 2021 11:37 am good. The teacher's merits are boundless!
Image
Hello...
Could you please tell me where I can find a copy of the Yellow and Blue Moving Average on your chart?? Ive never seen anything like it before....Thanks