거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

MQL5 MetaTrader 5용 소스 코드 라이브러리

icon

라이브러리는 특정 기능을 포함하는 작은 하위 프로그램으로, 새로운 응용 프로그램을 개발하는 데 사용될 수 있습니다. 일단 작성되고 철저히 점검되면, 사용자는 라이브러리를 통해 새로운 MQL5 응용 프로그램의 개발 속도를 높일 수 있습니다. 예시 중 하나는 여러 수치 분석 함수를 포함하는 ALGLIB 라이브러리입니다.

MetaEditor에서 거래전략 개발 시 라이브러리 소스 코드를 다운로드하여 사용할 수 있습니다. 그것들은 MetaTrader 5에서는 독립적으로 실행할 수 없습니다.

코드를 제출하세요
최근 | 최고

This is a basic library to create and manage grids.

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

easydatabase

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.

Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied.

Smooth Algorithms fixed version plus Trade Algorithms plus full operational EA, plus two indicators . So you will get complete project where you be able to see example how to use and implement this libraries

This Include File checks for Market Open Hours. An EA to test it is also included.

With these classes you can create and test your signals runtime.

Monitoring of memory leaks in the strategy tester

Enables Programmers to create Martin Gale and Grid Trading strategies with ease.

PNG

Forget about BMP files like a bad dream. Thanks to this library, you can now use the PNG format, which has a number of advantages, such as being more compact without losing image quality and maintaining transparency.

Calculate DST for USA, EUR, AUD and RUB and the offset time of the broker automatically from the 70's until 2030 - even in the Strategy Tester of MQ.

The purpose is to check whether new bar are generated This is a class file that can be used as a class or copied to EA or scripts for use

A set of macros to benchmark small code snippets for their execution speeds.

The 64-bit xoshiro256** Random Number Generator.

Smooth Algorithms - Corrected/Modified

Sort the input array in-place using comparison function less.

for export/import of orders and trades between EAs and terminals

This library shows useful informations and do a lot of functions to a symbol.

Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor

The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.

Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.

Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.

from the logistic regression Article, I welcome all the thoughts on how we can build multiple dynamic Logistic Regression

Sorts the values in the first dimension of a multidimensional numeric array in the ascending order.

ALGLIB 수학 함수 라이브러리(v. 3.19) MQL5로 포트되었습니다.

정규식은 빠르고 유연한 텍스트 처리를 위한 공식적인 언어를 제공합니다. 각 정규식은 정규식 엔진이 소스 텍스트에서 일치 항목을 찾으려고 하는 패턴(마스크)입니다. 패턴은 하나 이상의 character literals, operators, constructs으로 구성됩니다.

fuzzy 모델 개발을 위한 라이브러리인 FuzzyNet library C#으로 작성되었습니다. MQL5로 변환하는 동안 Mamdani-type 시스템을 위한 8개의 멤버십 기능과 4개의 defuzzification 방법이 라이브러리에 추가되었습니다.

라이브러리에는 런타임 오류 코드 및 거래 서버 반환 코드에 대한 설명을 반환하는 함수가 포함되어 있습니다.

MovingAverages 라이브러리에는 다양한 유형의 이동 평균을 계산하기 위한 함수가 포함되어 있습니다.

이 클래스는 반전 캔들 패턴이 있는 거래 신호 클래스를 생성하는 데 사용할 수 있습니다.

This EA demonstrates creating and saving a graphic chart using data from the MT5 Strategy Tester.

Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970

A collection of useful string manipulation functions.

Extend of CFile class to work with the .set extension file which terminal will produce when the Input/Optimisation is saved.

This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.

This class loads a licensing file by reading 64bit encrypted account data from a license file into an account array for the purpose of licensing. The Class is initialised with a Filename, a Master Key (m_hkey -> can be a secret key of your choice) and whether the file needs to be saved in the common folders or not.

An easy-to-use multi-currency library, usable in indicators and EA.

hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance

12345678