View RSS Feed

All Blog Entries

  1. Feature Engineering With Python And MQL5 (Part II): Angle Of Price

    by , 11-12-2024 at 10:43 AM
    Machine learning models are very sensitive instruments. In this series of articles, we will pay significantly more attention to how the transformations we apply to our data, affects our model's performance. Likewise, our models are also sensitive to how the relationship between the input and the target is conveyed. This means, we may need to create new features from the data we have at hand, in order for our model to effectively learn.
    more...
    Categories
    Uncategorized
  2. Neural Networks Made Easy (Part 87): Time Series Patching

    by , 11-12-2024 at 06:34 AM
    Forecasting plays an important role in time series analysis. Deep models have brought significant improvement in this area. In addition to successfully predicting future values, they also extract abstract representations that can be applied to other tasks such as classification and anomaly detection.
    The Transformer architecture, which originated in the field of natural language processing (NLP), demonstrated its advantages in computer vision (CV) and is successfully applied in time
    ...
    Categories
    Uncategorized
  3. Presenting the book "MQL5 Programming for Traders"

    by , 11-11-2024 at 06:54 AM
    We have released the most comprehensive guide to MQL5 programming, authored by experienced algorithmic trader Stanislav Korotky with MetaQuotes' support.
    The book is intended for programmers of all levels. Beginners will learn the fundamentals as the book introduces key development tools and basic programming concepts. With this material, you can create, compile, and run your first application in the MetaTrader 5 trading platform. Users with experience in other programming languages can immediately
    ...
    Categories
    Uncategorized
  4. Multiple Symbol Analysis With Python And MQL5 (Part II): Principal Components Analysis For Portfolio Optimization

    by , 11-10-2024 at 01:41 PM
    For members of our community looking to sell Expert Advisors, this article will demonstrate how you can create a seamless experience for your end users. Our trading application will flexible and robust at the same time. I will show you how to create trading applications that will allow your clients to easily switch between high, medium and low-risk trading modes. While the PCA algorithm will take care of the heavy lifting for your end users in the background.
    more...
    Categories
    Uncategorized
  5. Visualizing deals on a chart (Part 1): Selecting a period for analysis

    by , 11-10-2024 at 10:22 AM
    In this article, we will develop a script from scratch to visualize deals during retrospective analysis of trading decisions. Simply put, if we trade manually and analyze our past market entries in order to improve our trading performance, we want to spend as little time as possible on manual history analysis and the purely technical work associated with it: opening charts, searching for deals in history, manually saving print screens in the terminal, independently drawing Stop Loss and Take
    ...
    Categories
    Uncategorized
Page 4 of 6 FirstFirst ... 2 3 4 5 6 LastLast