View RSS Feed

Recent Blogs Posts

  1. Data Science and Machine Learning (Part 20) : Algorithmic Trading Insights, A Faceoff Between LDA and PCA in MQL5

    by , 03-01-2024 at 04:02 PM
    LDA is a supervised generalization machine learning algorithm that aims to find a linear combination of features that best separates the classes in a dataset.


    Just like the Principal Component Analysis(PCA), it is a dimension reduction algorithm, These algorithms are a common choice for dimensionality reduction, in this article we are going to compare them and observe in what situation each algorithm works best. We already discussed the PCA in the prior articles of this
    ...
    Categories
    Uncategorized
  2. How to create a simple Multi-Currency Expert Advisor using MQL5 (Part 6): Two RSI indicators cross each other's lines

    by , 03-01-2024 at 05:39 AM
    Multi-currency Expert Advisor is an Expert Advisor or trading robot that can trade (open orders, close orders and manage orders, for example: Trailing Stop Loss and Trailing Profit) for more than 1 symbol pair from only one symbol chart, where in this article Expert Advisor will trade for 30 pairs. In this article we will use two RSI indicators with crossing signals, Fast RSI crossing with Slow RSI.

    As has been proven in previous articles, we all know that multi-currency trading
    ...
    Categories
    Uncategorized