View RSS Feed

Recent Blogs Posts

  1. Developing a trading robot in Python (Part 3): Implementing a model-based trading algorithm

    by , 01-11-2025 at 02:26 PM
    In the first article of the series, we loaded the dataset, placed labels, enriched the dataset and also performed dataset labeling. The second article was devoted to the creation and training of the model, as well as implementation of cross-validation and bagging.

    Now that our model is trained and tested, it is time to start real trading using the MetaTrader 5 library for Python. This powerful library allows us to automate trading directly through Python using the functions
    ...
    Categories
    Uncategorized
  2. Neural Networks Made Easy (Part 93): Adaptive Forecasting in Frequency and Time Domains (Final Part)

    by , 01-11-2025 at 08:36 AM
    In the previous article, we got acquainted with the ATFNet algorithm, which is an ensemble of 2 time series forecasting models. One of them works in the time domain and constructs predictive values of the studied time series based on the analysis of signal amplitudes. The second model works with the frequency characteristics of the analyzed time series and records its global dependencies, their periodicity and spectrum. Adaptive merging of two independent forecasts, according to the author
    ...
    Categories
    Uncategorized