당사 팬 페이지에 가입하십시오
Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations
Trading signals module for MQL5 Wizard. LeManSignal indicator's color dot serves as a market entry signal.
a simple sorting algorithm that people use to manually sort cards in a bridge hand
The function returns the number of positions opened by an Expert Advisor for the day.
a highly efficient sorting algorithm, based on partitioning of array of data into smaller arrays
The function is used to determine weekends on a server. It will be especially useful to those who use OnTimer() function in their Expert Advisors for events handling.
A module of trading signals based on the signal module of the iCCI (Commodity Channel Index, CCI) indicator.
Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it
allow an object to alter its behavior when its internal state changes. the object will appear to change its class
define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically
without violating encapsulation, capture and externalize an object's internal state so that the object can be restored to this state later
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
Provide a unified interface to a set of interfaces in a subsystem; facade defines a higher-level interface that makes the subsystem easier to use
define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically
hybrid sorting algorithm that provides both fast average performance and (asymptotically) optimal worst-case performance
define a family of algorithms, encapsulate each one, and make them interchangeable. strategy lets the algorithm vary independently from clients that use it
Use sharing to support large numbers of fine-grained objects efficiently
Provide a surrogate or placeholder for another object to control access to it
Sorts the values in the first dimension of a multidimensional numeric array in the ascending order.
This library shows useful informations and do a lot of functions to a symbol.
gnome sort is based on the technique used by the dutch garden gnome
Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970
A native implementation of neural networks in pure MQL, bundled with an easy to use interface, with easy support of saving and loading of the network configurations after training.
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.
This a library for a quick and easy encryption and decryption using base64. The usage is very simple and can be done in a few lines of code. <<< The return value of a method is the required output. <<< Feel free to use this library at your convenience.If it is helpful, please reward me by rating this item on mql5 site. >>From a developer, for developers.<<
An (optional) include file to enhance error code handling experience.
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.
Allows you to determine the occurrence of a new bar event in a multicurrency Expert Advisor
This Function will retrieve the Assets next Opening Time and Closing Times, either following the current time or following a given time.
Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.