View RSS Feed

Recent Blogs Posts

  1. Developing a multi-currency Expert Advisor (Part 12): Developing prop trading level risk manager

    by , 10-27-2024 at 02:04 PM
    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
    ...
    Categories
    Uncategorized
  2. MQL5 Wizard Techniques you should know (Part 16): Principal Component Analysis with Eigen Vectors

    by , 10-27-2024 at 05:52 AM
    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
    ...
    Categories
    Uncategorized