
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
Check out the new article: Filtering and feature extraction in the frequency domain.
In this article we explore the application of digital filters on time series represented in the frequency domain so as to extract unique features that may be useful to prediction models.
In the article "Practical Implementation of Digital Filters in MQL5 for Beginners" the author, presented digital filters applied in the time domain, through convolution. The series is multiplied with a unique set of weights of varying length, depending on the filter type and its parameters. The number of weights define a moving window that is convolved with corresponding series values as the filter is applied over the extent of the data. Moving averages also work in the same manner.
In this article, we will apply filters in the frequency domain. The basic steps involved are as follows:
Author: Francis Dube