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
and why keep "hanging out" the colours all the time?
Can such charts be shown on Forts - the RTS Index, for example? And the sites are different, and then we will figure out the nuances.
So here's a question - MA is known to lag. What can you say about the frequency filter? Does it lag? It shouldn't, but I may be wrong... And isn't MA the same as a filter in its essence?
Allow me to insert my opinion. A filter (as the word itself suggests) is designed to separate useful signal from noise. Here, a filter usually refers to a convolution filter. This operation allows you to manipulate the complex spectrum of the original signal(it multiplies the amplitude and rotates the phase of each frequency).
What do you want to separate from what?
If the useful signal for you is a smoothed signal, you need a low-pass filter. The ideal filter is a two-way filter, you need both past and future to calculate it. A one-way filter inevitably shifts the phase and gives the visual effects of lag, advance, etc., this is unavoidable as you can't know the exact value of the LPF at the present time without knowing the future.
What to do and how to deal with it?
Noise (white noise values, red noise increments) cannot be predicted. But if your signal is not equal-frequency noise and there are steady peaks of certain frequencies, you can filter them out and get (with a certain margin of error) a real-time low pass filter result. See Kalman filter, indicators (there were more, right?).
If you want a simple leading filter, calculate 2*EMA(11)-EMA(22). You can substitute any periods if you wish.
But practice shows that in price data frequency peaks are very weak and unstable and efficiency of such a filter is minimal. So all linear filters are doomed to "lag" or data distortion.
Criticism from professional mathematicians is welcome!
So far, I'm thinking the same thing.
Yusuf, you are a professor of mathematics, if I am not mistaken? Answer me this question - I have recently started looking into DSP. So here's a question - as you know MA lags. What can you say about frequency filter? Does it lag? It shouldn't, but I may be wrong... And isn't AF the same as a filter in its essence? I cannot answer this question by myself yet.
I, personally, am not a supporter of signal filtering. I use all information by the "as is" principle. The algorithm itself distinguishes between levels with the accuracy of tenths and hundredths of a pip. I do not want to interfere with filtering of the initial signal. What else is needed - without any filtering:
Allow me to insert my opinion. A filter (as the word itself suggests) is designed to separate useful signal from noise. Here, a filter usually refers to a convolution filter. This operation allows you to manipulate the complex spectrum of the original signal(it multiplies the amplitude and rotates the phase of each frequency).
What do you want to separate from what?
If the useful signal for you is a smoothed signal, you need a low-pass filter. The ideal filter is a two-way filter, you need both past and future to calculate it. A one-way filter inevitably shifts the phase and gives the visual effects of lag, advance, etc., this is unavoidable as you can't know the exact value of the LPF at the present time without knowing the future.
What to do and how to deal with it?
Noise (white noise values, red noise increments) cannot be predicted. But if your signal is not equal-frequency noise and there are steady peaks of certain frequencies, you can filter them out and get (with a certain margin of error) a real-time low pass filter result. See Kalman filter, indicators (there were more, right?).
If you want a simple leading filter, calculate 2*EMA(11)-EMA(22). You can substitute any periods if you wish.
But practice shows that in price data frequency peaks are very weak and unstable and efficiency of such a filter is minimal. So all linear filters are doomed to "lag" or data distortion.
Criticism from professional mathematicians is welcome!
You can try, provide the data: price at the opening of the session, date, instrument for the last 2 months, TF D1. Or, indicate where to get the most reliable data.
I, personally, am not in favour of filtering signals. I use all the information according to the "as is" principle. My algorithm itself distinguishes the levels with the accuracy of tenths and hundredths of a pip. I do not want to interfere with filtering of the initial signal. What else is needed - without any filtering:
Yusuf, in the version where you fix profits daily, explain in more detail how you calculate profits. How do you determine the opening and closing price of a trade?