Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
MetaTrader 5 terminalinizden Kod Tabanına erişin
Doğru kodu bulamadınız mı? Freelance bölümünden sipariş edin
Bir Uzman Danışman veya gösterge nasıl yazılır?

MetaTrader 5 için MQL5 kütüphane kaynak kodları - 2

icon

Kütüphaneler, yeni uygulamalar geliştirmek için kullanılabilecek belirli bir işlevsellik içeren küçük alt programlardır. Bir kütüphane yazıldıktan ve kapsamlı bir şekilde kontrol edildikten sonra, kullanıcıların yeni MQL5 uygulamalarının geliştirilmesini hızlandırmasına olanak tanır. Bunlardan biri, çoklu sayısal analiz fonksiyonlarına sahip ALGLIB kütüphanesidir.

Kütüphane kaynak kodları, alım-satım stratejileri geliştirilirken MetaEditor'da indirilebilir ve kullanılabilir. MetaTrader 5'te bağımsız olarak başlatılamazlar.

Kod ekle
en son | en iyi

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.

Düzenli ifadeler, metinlerin hızlı ve esnek bir şekilde işlenmesi için resmi bir dil sağlar. Her normal ifade, normal ifade motorunun kaynak metinde eşleşmeler bulmaya çalıştığı bir kalıptır (maske). Bir kalıp, tek veya çok karakterli değişmez değerlerden oluşur.

Bulanık modeller geliştirmek için olan FuzzyNet kütüphanesi C# ile yazılmıştır. MQL5'e port edilirken, kütüphaneye Mamdani türü sistemler için 8 üyelik fonksiyonu ve 4 durulaştırma metodu eklenmiştir.

MQL5'e port edilen ALGLIB (sürüm 3.19) matematiksel fonksiyon kütüphanesi.

Bu sınıf, terse dönüş mum modellerine dayalı ticaret sinyali sınıflarının oluşturulması için kullanılabilir.

Bu kütüphane, çalışma zamanı hatası kodlarının ve işlem sunucusu geri dönüş kodlarının açıklamalarını geri döndüren fonksiyonları içerir.

MovingAverages kütüphanesi, farklı hareketli ortalama türlerinin hesaplanması için fonksiyonlar içerir.

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

gnome sort is based on the technique used by the dutch garden gnome

This is a wrap for using databasexxx

a simple sorting algorithm that people use to manually sort cards in a bridge hand

A light header-only version of Log4mql that provides standardized logging.

an in-place comparison sorting algorithm

an in-place comparison sort

a much more efficient version of selection sort

an efficient, general-purpose sorting algorithm

A sorter class to sort an array based on other arrays.

a highly efficient sorting algorithm, based on partitioning of array of data into smaller arrays

represent an operation to be performed on the elements of an object structure. visitor lets you define a new operation without changing the classes of the elements on which it operates

define the skeleton of an algorithm in an operation, deferring some steps to subclasses. template method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure

define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it

allow an object to alter its behavior when its internal state changes. the object will appear to change its class

An (optional) include file to enhance error code handling experience.

An (optional) include file to enhance debugging experience.

define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically

123456789