Hello.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?
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....