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: Neural Networks in Trading: Unraveling Structural Components (Encoder).
In the practical section of our previous work, we developed the CNeuronPeriodNorm object, designed to extract periodic components from a time series. This component became the first step toward implementing the SCNN framework in the MQL5 environment and will be used to extract long-term and short-term components. The use of OpenCL kernels enables efficient parallel data processing and supports the backpropagation mechanism, making this module suitable for use within trainable neural network architectures.
Later, we will show that, through a few simple data transformations, CNeuronPeriodNorm can also be adapted to extract the seasonal component, which makes it even more versatile. Today, we will take the next step: we will start building an object responsible for extracting the coupled component, which reflects interrelated changes among several variables in a time series. This module will play a key role in modeling synchronized oscillations and anomalous co-movements, which is particularly relevant in the context of multivariate market analysis.
Author: Dmitriy Gizlyk