More to follow about good free channels (which we can subscribe to) for some information about trading and coding), and for now - the channels about the articles and about new free tools in CodeBase (it is recommended to subscribe): RU - https://www.mql5.com/ru/channels/algo-trading-ru EN - https://www.mql5.com/ru/channels/algo-trading-en ES - https://www.mql5.com/ru/channels/algo-trading-es FR - https://www.mql5.com/ru/channels/algo-trading-fr PT - https://www.mql5.com/pt/channels/algo-trading-pt ...
In the previous article "Matrix Factorization: The Basics", I talked a little about how you, my dear readers, can use matrices in your general calculations. However, at that time I wanted you to understand how the calculations were done, so I didn't pay much attention to creating the correct model of the matrices. more...
Throughout the entire series, we addressed the topic of risk control several times. The concepts of a normalized trading strategy were introduced, the parameters of which ensure that a drawdown level of 10% is achieved during the test period. However, normalizing trading strategy instances, as well as groups of trading strategies, in this way can only provide a given drawdown over a historical period. We cannot be sure that the specified drawdown level will be observed when starting a test ...
Principal Component Analysis (PCA) is the focusing on only the ‘principal components’ among the many dimensions of a data set, such that one is reducing the dimensions of that data set by ignoring the ‘non-principal’ parts. PCA though, with eigen values & vectors, take on a slightly deeper approach. Typically, data sets that are handled under PCA are in a matrix format and the principal components, that are sought from a matrix would be a single vector column (or row) that is ...
In this article, we will explore how to create an Expert Advisor (EA) in MetaQuotes Language 5 (MQL5) based on the Daily Range Breakout strategy. As traders continuously seek effective automated trading solutions, the Daily Range Breakout strategy offers a systematic approach that capitalizes on price movements beyond a defined range, making it an attractive option for Forex traders in MetaTrader 5. more...