View RSS Feed

Recent Blogs Posts

  1. MQL5 Wizard Techniques you should know (Part 18): Neural Architecture Search with Eigen Vectors

    by , 05-17-2024 at 07:06 PM
    We continue the series on MQL5 wizard implementation by looking into Neural Architecture Search while specifically dwelling on the role Eigen Vectors can play in making this process, of expediting network training, more efficient. Neural networks are arguably the fitting of a curve to a set of data in that they help come up with a formulaic expression that, when applied to input data (x), provides a target value (y) just like a quadratic equation does with a curve. The x and y data points
    ...
    Categories
    Uncategorized
  2. Neural networks made easy (Part 60): Online Decision Transformer (ODT)

    by , 05-17-2024 at 11:58 AM
    The last two articles were devoted to the Decision Transformer method, which models action sequences in the context of an autoregressive model of desired rewards. As you might remember, according to the results of practical tests of two articles, the beginning of the testing period saw a fairly good increase in the profitability of the trained model results. Further on, the performance of the model decreases and a number of unprofitable transactions are observed, which leads to losses. The amount
    ...
    Categories
    Uncategorized
  3. Master MQL5 from beginner to pro (Part I): Getting started with programming

    by , 05-17-2024 at 05:25 AM
    I sometimes receive private messages from those who want to learn how to create their own Expert Advisors or indicators. Although there is a lot of material on this site and on the Internet in general, including very good resources with examples, beginners still need help. Some users seek more consistency in presentation, others require clarity or something else. Sometimes users ask: "Add comments to the code of a working Expert Advisor, I will understand everything and make the same one myself!"
    ...
    Categories
    Uncategorized