Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

Class For Working With Databases In A Simplified Manner - library for MetaTrader 5

Views:
2111
Rating:
(7)
Published:
2024.02.25 14:39
Updated:
2024.02.25 14:42
MQL5 Freelance 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.


    Developing a multi-currency Expert Advisor — source codes from a series of articles Developing a multi-currency Expert Advisor — source codes from a series of articles

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

    TimeGMT library for the strategy tester TimeGMT library for the strategy tester

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

    Local Timezones and Local Session Hours Local Timezones and Local Session Hours

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

    Examples from the book "Neural networks for algorithmic trading with MQL5" Examples from the book "Neural networks for algorithmic trading with MQL5"

    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.