당사 팬 페이지에 가입하십시오
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.
TelegramToMT5 is a MetaTrader 5 Expert Advisor that bridges Telegram and MT5 by displaying messages from your Telegram channels, groups, and private chats directly on your trading charts. Simply create a Telegram bot, add it to your desired channels/groups, and let the EA show all messages as comments on your chart in real-time.
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 source codes written during the development of the library for creating multi-currency Expert Advisors that combine many instances of various trading strategies.
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.
Class to access to the local time for the specified location, as well as time zone information and the local trading session hours.
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.
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).
This EA is a demonstration of how you can implement your own Hedging strategy with the help of the include file.
This Script & EA enables coders to backtest their news based strategies which use the MQL5 Calendar.
MQL5-Like Trade Classes in Python for MetaTrader 5 Python
PrintXYZ() library to print massive information from the terminal.
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.
The simplest class for logging in MetaTrader 5 with support for levels, message format, include and exclude filters on substrings.
Constructor for creating histograms of statistical distributions of indicators, timeseries and their derivatives.
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.
목표는, 이 함수를 MQL5 개발의 모든 텔레그램 통합 작업에 쉽게 사용할 수 있도록 하는 것입니다. 이 파일을 코드베이스에 추가하면, 전문가 어드바이저에 포함시키고, 포함된 모듈에서 바로 함수를 호출할 수 있습니다. 이렇게 하면, 코드를 처음부터 다시 개발할 필요가 없으므로, 여러 프로젝트에서 재사용성을 보장할 수 있습니다.
Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.
The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs.
Static class to fix the TimeGMT() function during testing in the strategy tester.