Page 17 of 56

Re: Jurik Smoothed Indicators for MT4

Posted: Thu Jul 22, 2021 8:45 pm
by Jackson Doh
kvak wrote: Thu Jul 22, 2021 8:27 pm Hi Jackson Doh.
In Step jurik exp in code is using int OnInit() section and code must be difrent.. Code u use try in indicator with int init() .Try this file and use it...
This code is not mine, shares with me with Tintep, member from FF. I have problem with my coding button , when I change timeframe or symbol, button switch to on-off.
He correct this code and share with me.
One more recommendation, search in google program DifMerge. It shows differences in files and you see whats will change in code. In this way I use code for alerts in DSL jurik from one indicator from Mrtools.

In step j histo, I dont know I changed only visible in separate windows and limits 0-1. Nothing in calculations...
translation via google translator, my english is not good.
kvak, Thank you so much for the indicator, that is brilliant. I've just loaded it to my charts and it works perfectly.
I will study your coding explanation and try to learn from it. I really am a complete beginner so it might take a little while.
I really appreciate you taking the time out to provide this reply.
Maybe others will start to see just how good the Step Jurik experiment indicator is. It is the main one that I use although the OMA one is also very good.

Re: Jurik Smoothed Indicators for MT4

Posted: Thu Jul 22, 2021 9:30 pm
by 太虚一毫
kvak wrote: Thu Jul 22, 2021 7:58 am Try it....if its work correctly.....it is my first time alert code.


This is a usage of the masterpiece DSL Jurik filter. Three DSL Jurik filters use close, high, low (or pr_haclose, pr_hahigh, pr_halow) to indicate the main trend. The accuracy is definitely better than Mr. Jimmy's 34 EMA!

Now expect the teacher to use an indicator to achieve such a function. That is, "Triple DSL Jurik filter" is produced.

Boundless merit!

Re: Jurik Smoothed Indicators for MT4

Posted: Thu Jul 22, 2021 9:54 pm
by A_5
太虚一毫 wrote: Thu Jul 22, 2021 9:30 pm This is a usage of the masterpiece DSL Jurik filter. Three DSL Jurik filters use close, high, low (or pr_haclose, pr_hahigh, pr_halow) to indicate the main trend. The accuracy is definitely better than Mr. Jimmy's 34 EMA!

Now expect the teacher to use an indicator to achieve such a function. That is, "Triple DSL Jurik filter" is produced.

Boundless merit!
Great ideas 👍

Re: Jurik Smoothed Indicators for MT4

Posted: Thu Jul 22, 2021 10:57 pm
by ChuChu Rocket
太虚一毫 wrote: Thu Jul 22, 2021 9:30 pm This is a usage of the masterpiece DSL Jurik filter. Three DSL Jurik filters use close, high, low (or pr_haclose, pr_hahigh, pr_halow) to indicate the main trend. The accuracy is definitely better than Mr. Jimmy's 34 EMA!

Now expect the teacher to use an indicator to achieve such a function. That is, "Triple DSL Jurik filter" is produced.

Boundless merit!
Looking smooth as silk mate! Did you happen to try it with a Jurik Phase of 100.00? Does it overshoot? I ask because when I set Jurik Phase to -100.00 it lags a bit.

I want to try the 100.00 setting when I get home :)

Re: Jurik Smoothed Indicators for MT4

Posted: Thu Jul 22, 2021 11:27 pm
by 太虚一毫
ChuChu Rocket wrote: Thu Jul 22, 2021 10:57 pm Looking smooth as silk mate! Did you happen to try it with a Jurik Phase of 100.00? Does it overshoot? I ask because when I set Jurik Phase to -100.00 it lags a bit.

I want to try the 100.00 setting when I get home :)
Jurik Phase is set to a negative number, which is very novel.

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Jul 23, 2021 12:08 am
by wojtek
太虚一毫 wrote: Thu Jul 22, 2021 11:27 pm Jurik Phase is set to a negative number, which is very novel.
Usually, the phase parameter range is from -100 (slow) to 100 (fast).
For -100 you can try to increase the period to remove the lag.

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Jul 23, 2021 12:35 am
by ChuChu Rocket
wojtek wrote: Fri Jul 23, 2021 12:08 am Usually, the phase parameter range is from -100 (slow) to 100 (fast).
For -100 you can try to increase the period to remove the lag.
Perfect explanation. Thanks Wojtek.

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Jul 23, 2021 2:27 am
by wojtek
Thanks! :) One correction:
For -100 you can try to decrease the period to remove the lag.

Re: Jurik Smoothed Indicators for MT4

Posted: Fri Jul 23, 2021 4:17 am
by FXSurf
kvak wrote: Thu Jul 22, 2021 7:58 am Try it....if its work correctly.....it is my first time alert code.
This is great!


Re: Jurik Smoothed Indicators for MT4

Posted: Fri Jul 23, 2021 9:12 am
by kvak
This is buttoned version of DSL jurik filter....and you can use the arrows up-down for switch between timeframes....