In the previous article we built the main modules of the MSFformer model, including CSCM and Skip-PAM. The CSCM module constructs a feature tree of the analyzed time series, while Skip-PAM extracts information from time series at multiple scales using attention mechanism based on a temporal feature tree. In this article, we will continue that work by training the model and evaluating its performance on real-world data using the MetaTrader 5 Strategy Tester. more...
The Accelerator Oscillator is another Bill Williams Indicator that is designed to keep track of momentum and though common as it is derived from another oscillator that we covered in an earlier article, we take look at how various patterns exhibited by it could be used or even combined in ways that may give one an edge. This indicator specifically aims to track acceleration or deceleration of the momentum, which can be used in providing signals for possible trade entries and exits. Acceleration ...
Mini-articles with technical and fundamental analysis on the way as forecasts and levels - https://www.mql5.com/en/channels/forecast
When we talk about indicators, we can think of different functions: plotting (histograms, trend lines, arrows or bars), calculating data based on price and volume movements, and observing statistical patterns in our trades. However, in this article we will consider another way of constructing an indicator in MQL5. We will talk about how to manage your own positions, including entries, partial exits, etc. We will make extensive use of dynamic matrices and some trading functions related to ...