
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
What does SmoothPhase on the CCI indicator do?
Hello
Firstly there is an error in section number 28 of this post. It says "To turn of the smoothing, set the SmoothPhase to less than or equal to 1." but it should be the SmoothLength not SmoothPhase and the "of" should be an off. Minor errors, no big deal.
My real question is what does the SmoothPhase of this CCI indicator do? Looking at this code taken from the incicator:
It seems like the working range of SmoothPhase values is from -100 to +100. Whatever it does, it seems to have little impact on the result compared to adjusting the SmoothLength.
Cheers
Rod
PS: Thank all of you who inspired and worked on the Fourier transform indicator. Lot's of fun to be had playing with a leading indicator instead of all the lagging ones.
Rod
Your remark is correct ; in explanation it really should state "SmoothLength" and not "SmoothPhase" but as far as I see it is saying "SmoothLength" at the post where the indicator is posted so ...
As of phase description - best place to read of it is here: https://www.mql5.com/en/forum/179011 (even though the iSmooth() function is not the same any more as the jurik filter - significant changes done in the whole thing, and the result differ especially for longer periods) or you can read about it here : JMA (just to quote the significant part :
As of phase changing impact on CCI : in general you will notice significant changes in value when changing phase only for larger smoothing lengths. Short smoothing lengths simply do not give room enough for significant changes (here is an example of phase 100 (red) and phase -100 (blue) for SmoothLength 50 (upper picture) and the same but for smooth length 5 (which is default in the CCI indicator you are referring to)) regardsMladen
Hello
Firstly there is an error in section number 28 of this post. It says "To turn of the smoothing, set the SmoothPhase to less than or equal to 1." but it should be the SmoothLength not SmoothPhase and the "of" should be an off. Minor errors, no big deal.
My real question is what does the SmoothPhase of this CCI indicator do? Looking at this code taken from the incicator:
It seems like the working range of SmoothPhase values is from -100 to +100. Whatever it does, it seems to have little impact on the result compared to adjusting the SmoothLength.
Cheers
Rod
PS: Thank all of you who inspired and worked on the Fourier transform indicator. Lot's of fun to be had playing with a leading indicator instead of all the lagging ones.Guess you can call these a sort of market sentiment indicators, i found !
Mladen
Thank you for your succinct explanation and for the links for further reading.
Kind Regards
Rod
Not sure what to call it, the idea was posted in public section, added mtf wanting to make it a multicolor histo but haven't figured it out, anyway calling it Stochastic Cycle due to how it was described in public section!
Thanks mrtools,
This Stoch Cycle is very good - mtf but good:
Mrtools
How can we install? ...everything inside the zip "stockmarket":
I guess "shdocvw" in library and others?
Thanks
How can we install? ...everything inside the zip "stockmarket":
I guess "shdocvw" in library and others?
ThanksI'm not sure where exactly they go, but i just left them in the folder(removed from zip though) and have the folder in my desktop and open the file called market watch, this is the one in the picture. Would just leave everything in folder and maybe copy the one called market watch to wherever convenient to you, think this would work but to be honest haven't tried it!
Mrtools
And the other image as it gets underway? (is next to ... stockmarket)
Thanks
Indicator wanted
Hi all,
which is the Indicator ?
Thanks
derumuro
It is Daily Data indicator from Mladen.
Public indicator.
Daily data: is a simple tool by mladen to show information useful in the trading. The new version from Mladen is on this post.