Re: Jurik Smoothed Indicators for MT4

571
moey_dw wrote: Wed Jul 31, 2024 6:02 pm Power input is good and default 2.0 gives earlier signals plus allows adjustment of either standard jurik filter reaction or not being too smooth....... is it power of relative volatility this option? And thanking you for new indicator Kvak!!! If you could consider please share MQ4 with mrtoolz so he can also testing/compare to his and mladens algo to help for future co-operation?
Hello.
In simplicity of explanation in original Jurik calculation is

double beta = 0.45*(length-1)/(0.45*(length-1)+2);
double alpha = MathPow(beta,pow2);

where pow2 is in previous calculate with volty bands (in very simply explanation....)

In this Jurik calculation is

double beta = 0.45 * (period - 1) / (0.45 * (period - 1) + 2);
double alpha = pow(beta, power);


Where power is manually added.

I have not problem share this code with Mrtools, but I think that Mrtools know this calculation.
If you compare smoother JMA like from his avgs indicator, with this (and phase=0,power=2).... see in picture, it is same....


Re: Jurik Smoothed Indicators for MT4

572
nine wrote: Tue Oct 08, 2024 10:15 am hello i am trying to add dots for buy and sell to this dmx histo and its giving me a little bit of trouble. i was hoping if i seen it done i could figure it out and get a better understanding of how the code functions. i wanted the dots red for sell (or what ever color) green for buy. i was trying to plot on the dmx line and/or the signal line where it crosses i thought at the first skinny bar after the bold bars would be an ideal location green dots on the red histo and red dots on the green histo. i tried to draw arrows at the preferred locations. was hoping i could get some help with this. thanks in advance for any assistance. was hoping once i seen it done i might be able to figure out how to do it. all my attempts so far have not worked
Maybe like this.

Re: Jurik Smoothed Indicators for MT4

574
Hey Guys

Thank you very much for your great work i would like to ask you are the Jurik indicators listed in this threat based from original code from Jurik Research site or just recreation of original code ?

Do we have here on the site original source codes of

JMA - Jurik Moving Average (Jurik's Moving Average)
RSX - Relative Strength Quality Index (Jurik's RSI)
CFB - Composite Fractal Behaviour
DMX - Directional Movement Index (Jurik's ADX DMI)
VEL - Signal Velocity (Jurik's Momentum)

I would like to take a look at it and learn about code and functionality

Thank you :)


Re: Jurik Smoothed Indicators for MT4

577
kvak wrote: Wed Jul 31, 2024 8:38 pm Hello.
In simplicity of explanation in original Jurik calculation is

double beta = 0.45*(length-1)/(0.45*(length-1)+2);
double alpha = MathPow(beta,pow2);

where pow2 is in previous calculate with volty bands (in very simply explanation....)

In this Jurik calculation is

double beta = 0.45 * (period - 1) / (0.45 * (period - 1) + 2);
double alpha = pow(beta, power);


Where power is manually added.

I have not problem share this code with Mrtools, but I think that Mrtools know this calculation.
If you compare smoother JMA like from his avgs indicator, with this (and phase=0,power=2).... see in picture, it is same....
Hi Kvak, how are you? Is this BB+ST oscillator available on the forum? I honestly didn't find it here. it reminds me of the HL oscillator, but without the avg. :D

Re: Jurik Smoothed Indicators for MT4

579
RodrigoRT7 wrote: Mon Dec 02, 2024 2:56 am Hi Kvak, how are you? Is this BB+ST oscillator available on the forum? I honestly didn't find it here. it reminds me of the HL oscillator, but without the avg. :D
Hello bro.
It was my experiment and I closed it and don't post it here.
But if you want test it, here it is.
In short, it is histogram of two Bolinger bands and in it is applied supertrend...
You must play with supertrend multiplier like for DAX 0.01 / EURUSD 200.
And if you want some adjustment ,I am ready for it..

Re: Jurik Smoothed Indicators for MT4

580
kvak wrote: Mon Dec 02, 2024 7:31 am Hello bro.
It was my experiment and I closed it and don't post it here.
But if you want test it, here it is.
In short, it is histogram of two Bolinger bands and in it is applied supertrend...
You must play with supertrend multiplier like for DAX 0.01 / EURUSD 200.
And if you want some adjustment ,I am ready for it..
certainly, anything that combines BB with ATR is welcome :D. I initially imagined a price filter like TDFI. But if you can include your AVGS and RMAs,and Deviation Calculation Type that would be excellent! If it is not possible to include it in both BB and ST, it may only be in BB which is already cool.


Who is online

Users browsing this forum: Ahrefs [Bot], CommonCrawl [Bot], DotNetDotCom [Bot], Google [Bot], Google Images [Bot], IBM oBot [Bot], Mojeek [Bot], Proximic [Bot], Tradehunter, ummadirajani and 50 guests