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
Dear Mladen
Hope you are doing well,
If you have some time to provide us with the fft & regression indicator colored version you are much aprecited. BTW is it re-calculate the past ??
Thanks,
Khaliddxd
...
khaliddxd
Both Fourier transform and polynomial regression are a "fitting" calculations, which means that they are trying to fit themselves the best they can to data segments they are applied to. Since we are limiting the segment to a window (not to whole history) due to the nature of fft (fast Fourier transform, as is, does not allow arbitrary segment lengths, just powers of 2 lengths) it means that both fft and polynomial regression are recalculating whenever the window is moved (new bar added) + whenever a current bar changes if Lag parameter is set to 0
That is the reason why I did not make the multi color in the first place : it will change those colors and as I said a lot of times, it can not be used in a "signaling mode" (making it change a color on a lope change would make it a "signaling mode" indicator) since in signaling mode it can mislead. All that kind of indicators are meant to be used as an estimate (so manual, discretional ...)
If you still wish to make it multi color, I can, but please read the above and what could a multi coloring mode cause in some cases
regards
Mladen
Hope you are doing well,
If you have some time to provide us with the fft & regression indicator colored version you are much aprecited. BTW is it re-calculate the past ??
Thanks,
KhaliddxdDear Mladen
Thank you for the very clear explanation.
What you had said is making sence, therefore I'v got the idea and having colored version won't be helpful.
Thank you for brighting and teaching us as always.
Yours,
Khaliddxd
...
For the sake of authenticity posting here a complete quote from the "New Trading Systems and Methods" by Perry Kaufman that describes a system designed by Dennis Meyers.
PS: parameters used are the ones described in the quote. the "a" parameter is "AibPower" in the indicator attached. if someone finds some acceptable parameters combination for this indicator, I would appreciate if he/she posts them here.
PPS: found one error in code. It is corrected now (the remark of parameters stays still though)
And this is a variation in which I tried to find some more sense. I really do not have the original article, but am basing all on the book by Kaufman, so I am kind of a being "in the dark". Anyway, here is this version that (at lest to me) seems to be giving more logical results. Adjusted the indicator for a bit different look, and the histo color is there in order to signal the trend (usual coloring)
arrows & alerts please?
arrows & alerts please?
Here's the arrows and alerts Camisa, also made it mtf.
adaptive_intraday_breakout_2_alertsmtf.mq4
Here's the arrows and alerts Camisa, also made it mtf. adaptive_intraday_breakout_2_alertsmtf.mq4
Hi,
I was wondering if you could tell me the name of the other indicator that is being used in the picture attached ?
Peekaboo
Hi,
I was wondering if you could tell me the name of the other indicator that is being used in the picture attached ?
PeekabooHi Peekaboo,
The name is Regression Channel and it can be found here https://www.mql5.com/en/forum/general
Hi Peekaboo, The name is Regression Channel and it can be found here https://www.mql5.com/en/forum/general
Thanks MrTools, much appreciated
This one I call rsi T3.
arrows on slope change please?