Join our fan page
- Views:
- 2111
- Rating:
- Published:
- 2024.02.25 14:39
- Updated:
- 2024.02.25 14:42
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Having desired to work with SQLite database for the purpose of storing my statistical generated from simulations, i noticed very early that it seems very challenging and time consuming to work with database built in functions. I then decided to create a simplified class and functions to make my work easy.
To use the class a developer simple has to include the file in the code, call object databases.xxxxfunction_name().
It has served me very well in extracting and saving thousands of datapoints.
Thanks.

The source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies.

Static class to fix the TimeGMT() function during testing in the strategy tester.

Class to access to the local time for the specified location, as well as time zone information and the local trading session hours.

The book "Neural networks in algorithmic trading with MQL5" is a comprehensive guide, covering both the theoretical foundations of artificial intelligence and neural networks and practical aspects of their application in financial trading using the MQL5 programming language.