View RSS Feed

BrokersMinutes

  1. Integrating ML models with the Strategy Tester (Part 3): Managing CSV files (II)

    by , 08-06-2023 at 01:40 AM
    Name:  36111111.png
Views: 1
Size:  77.7 KB

    In this article, we will focus on the third part of Strategy Tester integration with Python. We will see the creation of the CFileCSV class for the efficient management of CSV files. We will examine some examples and the code, so that the readers better understand how this class can be implemented in practice.
    more...
    Categories
    Uncategorized
  2. Rebuy algorithm: Multicurrency trading simulation

    by , 07-31-2023 at 01:35 AM
    Name:  360207.png
Views: 1
Size:  37.3 KB

    In the previous article I showed you a lot of useful features that you probably did not know, but the most interesting thing is ahead - research or trading simulation. Sometimes a strategy tester is not enough. Although this is a very convenient tool for getting to know the market, but this is only the first step. If you carefully read the previous article, then you most likely know the reason already.
    more...
    Categories
    Uncategorized
  3. Introduction to MetaTrader 5 and Programming with MQL5

    by , 07-31-2019 at 05:12 PM
    Introduction to MetaTrader 5 and Programming with MQL5 : Create your 1st Investment Robot with MQL5 step by step from ZERO
    by Rafael F. V. C. Santos

    Name:  mql5111.jpg
Views: 340
Size:  36.6 KB

    MetaTrader 5 is a powerful platform for visualizing, operating and scheduling investment strategies for various types of financial markets.
    We will develop a cross-over strategy of two moving averages (one fast and one slow) with the possibility of an input filter in the trader
    ...
    Categories
    Uncategorized