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...
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...
Recent advances in artificial intelligence may have some people worrying about job security -- and with good reason. A report by Goldman Sachs predicts that as many as 300 million jobs could be affected by generative AI. more...
Anna by Sean Archer My own postwork method. 15 minutes only. I dont use frequency separation, masks, curves and any complicated methods at all. It's unbelievable simple and very fast. Sean Archer: Photos more...
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 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 ...