
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
Here, used to build a wrapper of FFT procedure from alglib. The sample size is arbitrary, enjoy)).
Read here.
Now we are having fun. The algorithm from the alglib has long been rewritten and is in the codebase - https://www.mql5.com/ru/code/9696. Read its description about sample size - it should be degree of two, not arbitrary.
This is a different algorithm. The one by klot is a classical fast real series transformation (although it can be done for any n, not just the power of two). I have made a wrapper complex series transformation for any n. So as not to argue, I quote from the original source.
1-dimensional complex FFT.Array size N may be arbitrary number (composite or prime). Composite N's are handled with cache-oblivious variation of a Cooley-Tukey algorithm. Small prime-factors are transformed using hard coded codelets (similar to FFTW codelets, but without low-level optimization), large prime-factors are handled with Bluestein's algorithm.
Ibid. Remarks on speed
Of course you can, no questions asked)
Can you tweak this indicator
https://www.mql5.com/ru/code/7359
so it doesn't overdraw?
Has anyone tried applying Fourier decomposition not directly to price but to the change in rainbow slices from mash-ups
Has anyone tried applying Fourier decomposition not directly to price, but to the change in rainbow slices from
and the slices are not vertical
Valera, here's a problem for you.
Have you tried adding 1+3 instead of 2+2? Try it!
Your questions are really something! It's obvious you're not at all on the subject.
and the slices are like that - not vertical.
I was in a hurry to draw it... These slices should be curved lines and run counter to each other from 2 x ends of the sample.
I will correct the drawing in that post.