거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

Class For Working With Databases In A Simplified Manner - MetaTrader 5용 라이브러리

조회수:
2443
평가:
(7)
게시됨:
업데이트됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.