Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Kütüphaneler

Class For Working With Databases In A Simplified Manner - MetaTrader 5 için kütüphane

Görüntülemeler:
2292
Derecelendirme:
(7)
Yayınlandı:
2024.02.25 14:39
Güncellendi:
2024.02.25 14:42
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.