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

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

A logger with the ability to log specific modules or code sections

Basit türler, yapılar veya nesne işaretçilerinden oluşan dizileri sıralamak için hızlı performans sağlayan hibrit bir sıralama algoritması.

Grafik üzerinde Hacim Profilleri oluşturmak için temel kütüphane.

MT4Orders veya Virtual aracılığıyla uygulanan MT4 tarzı ticaret komutları için fxsaber'den Rapor kütüphanesinin hızlı JavaScript sürümü. 10 kata kadar daha hızlı çalışır, NTML dosya boyutu daha küçüktür, 5,4 milyon rapor satırına kadar yükleyebilir ve görüntüleyebilir.

Bu kütüphane, metin bilgilerini grafiğe en uygun hızda kolayca çıkarmak için ekranlar oluşturmanıza olanak tanır

Tester'da çoklu çalıştırma/optimizasyon.

Rastgele EA'ların parametrelerini okuma/yazma kütüphanesi.

Takvim - geçmiş ve gerçek zamanlı temel analiz.

Test cihazının tek geçiş verileri.

Serialization and deserialization of the JSON format

Callback interface for timer

The goal is to make the function readily available for any Telegram integration task in MQL5 development. By adding this file to your CodeBase, you can simply include it in your Expert Advisors and call the function directly from the included module. This eliminates the need to redevelop the code from scratch repeatedly, ensuring reusability across multiple projects.

PrintXYZ() library to print massive information from the terminal.

This Script & EA enables coders to backtest their news based strategies which use the MQL5 Calendar.

High-performmance functions for dealing with time.

A new interface library has been developed to simplify the process of converting MT4 indicators and Expert Advisors (EAs) to MT5. This library supports most of the MetaTrader 4 functions, offering developers a unified solution for cross-platform compatibility.

A simple replacement for a comment. Works in the tester 50 times faster than the standard function.

This code provides a simple function for sending push notifications to your mobile device whenever trades are opened or closed in MetaTrader 5. It's designed for netting accounts (where only one position per symbol is allowed).

The simplest class for logging in MetaTrader 5 with support for levels, message format, include and exclude filters on substrings.

The CDebugLogger class is a flexible and comprehensive logging utility designed for use in MQL4/5 environments. It allows developers to log messages at various levels of importance (INFO, WARNING, ERROR, DEBUG) with options to include timestamps, function signatures, file names, and line numbers in the log entries. The class supports logging to both the console and files, with the ability to save logs in a common folder and in CSV format. Additionally, it offers functionality to silence logs based on specific keywords, ensuring that sensitive information is not logged. This class is ideal for developers looking to implement robust logging mechanisms in their MQL4/5 applications, with customizable features that cater to a wide range of debugging and monitoring needs.

This library simulates prop trading firm scenarios by resetting the account balance based on configurable profit and loss thresholds during backtesting, and logs reset results for analysis.

The CDebugLogger class is a flexible and comprehensive logging utility designed for use in MQL4/5 environments. It allows developers to log messages at various levels of importance (INFO, WARNING, ERROR, DEBUG) with options to include timestamps, function signatures, file names, and line numbers in the log entries. The class supports logging to both the console and files, with the ability to save logs in a common folder and in CSV format. Additionally, it offers functionality to silence logs based on specific keywords, ensuring that sensitive information is not logged. This class is ideal for developers looking to implement robust logging mechanisms in their MQL4/5 applications, with customizable features that cater to a wide range of debugging and monitoring needs.

This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.

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.

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

123456789