Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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ı - 6

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

This class is designed for creating interactive buttons with various states on a price chart.

CTimeControl class for include to your EA for easy setting and checking your own trading time.

Example of implementation of lines hash array with a string key.

Library of fast Fourier transformation functions (FFT).

Library for working with files using WinAPI without location limitations.

Synchronize ОС/EA/MT processes etc. Any self-made DLLs are not needed now.

Library for calculation of a margin required for opening a position in MetaТrader 5.

Checking a date for belonging to winter or summer time. The code was developed for news debugging.

Trading signals module based on Delta ZigZag indicator.

The module for tracking open positions based on Delta ZigZag for MQL5 Wizard.

Library for sending mail messages.

This code allows you to set a maximum percentage of equity risk.

Way to keep a tally of wins an losses.

Uses the idea of ​​the classical Donchian channel.

Uses the idea of ​​the classical moving average smoothing. The class can be used when you want to smooth out any array of type double without using the standard indicator.

A library of GUI Controls.

EasyXML is a native MQL5 XML Parsing Library. It can parse XML from three different sources: URL, File and String Input. It is completely object oriented and strives to integrate neatly with MQL5, as it utilizes CObject and CArrayObj from the MQL5 standard library to store the DOM.

There are a lot of users who searched for iBarShift function like in MQL4. But this function is no more include in MQL5, mainly because MQL5 provides all necessary basic, low-level, functions to process such thing in a library.

Version 1.2 - MQL5\Include\mql4compat.mqh

A trailing stop module based on the WPR indicator with short and long Stop Loss

Emulator of functions for working with objects. It gives possibility to see the objects after testing in the chart

Trade functions library designed for use in the code of scripts and Expert Advisors depending on a broker

An updated version of the CBitPic class with the ability to control drawing transparency

The class to play music using the MIDI device

Calculation of 32 digit string MD5-hash from transmitted byte array

Library to work with Skype.

Function to define the trend strength

The class for localization/multilingual support of text messages in user MQL5 programs

The "Day of Week" function is designed to determine the number of required month according to data of the week and the day of the week inside this month

The class is the simplified version of the CArrayRing class: it has a predetermined fixed size of 256 elements, it is faster, and allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.

Initial library of combinatorics functions.

The class allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.

The class realizes generalized regression network (General Regression Neural Network - GRNN)

The class realizes the probabilistic neural network (Probabilistic Neural Network - PNN)

Class implements neural network of radial basis functions (Radial Basis Function Network - RBFN)

Slightly modified history load function from MetaQuotes.

Library of functions for working with strings: StringToArray, StringToPeriod and PeriodToString

Simple MA crossover Signaling for Expert Advisor Wizard

The Shapiro-Wilk normality test.

The file selection graphical interface class.

123456789