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
Once again: Fourier in principle does not give frequencies "present in the series". It gives an approximation to a DESIGNED frequency grid. This is a typical demonstration of a fundamental principle of the measurement theory: as a result we observe not a property of the object, but a convolution of properties of the object and probe (an instrument, or, in this case, algorithm).
Some time ago I read an article about adaptive sliders. I made two filters based on it in MQL4 (Kaufman's AMA has a similar algorithm).
ER-if there is a clear trend the parameter tends to number 1.
SC - the closer ER to 1, the less period of the indicator (i.e., the indicator value itself is a period)
Some time ago I read an article about adaptive sliders. I made two filters based on it in MQL4 (Kaufman's AMA has a similar algorithm).
ER-if there is a clear trend the parameter tends to number 1.
SC - the closer ER is to 1, the less period of the indicator.
Gives an approximation to sine or cosine functions, theoretically the analogue of Fourier decomposition to other types of functions is possible. Spectrographs exist, they show frequencies which are, functions are periodic, approximation by periodic functions, not non-linear and non-periolic.
The article was about correlation. The more pronounced the trend, the closer the ER is to 1.
The article was about correlation. The more pronounced the trend, the closer the ER is to 1.
Correlation between what and what do you propose to watch in the market?
Or rather a linear regression. Draw a line from point A to B and see how the quotes deviated from the straight line. The more noise, the longer the period and vice versa.
This algorithm can be applied not only to the price, but also to other series, that's why I suggested it. What is not a filter?
Here is the article
Or rather a linear regression. Draw a line from point A to B and see how the quotes deviated from the straight line. The more noise, the longer the period and vice versa.
This algorithm can be applied not only to the price, but also to other series, that's why I suggested it. What is not a filter?
here is this article
You could do a regression. What is the raw data? A guiding question: does it bother you that the correlation between EURUSD and GBPUSD is one, and between EURJPY and GBPJPY is another? So what does it take to know the correlation between EUR and GBP? :-)))
Well, you are mathematicians and physicists, so figure out how to find out the correlation)
You can divide the ER of one by the other, where the value will be closer to 1, in those areas there is more correlation.