당사 팬 페이지에 가입하십시오
Decouple an abstraction from its implementation so that the two can vary independently
Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.
Given a language, define a represention for its grammar along with an interpreter that uses the representation to interpret sentences in the language
Define an object that encapsulates how a set of objects interact mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently
The library allows to automatically assign 'magic' to an Expert Advisor on any symbol and any timeframe. It allows having up to 65535 magic numbers in one Expert Advisor.
MT4Orders 또는 Virtual을 통해 구현된 MT4 스타일 거래 명령을 위한 fxsaber의 빠른 JavaScript 버전의 보고서 라이브러리입니다. 최대 10배 빠르게 작동하고, NTML 파일 크기가 더 작으며, 최대 540만 개의 보고서 줄을 업로드하고 표시할 수 있습니다.
Library of functions for working with strings: StringToArray, StringToPeriod and PeriodToString
An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.
This is the trading signal of Bollinger Bands. The expert code for this strategy is automatically generated by the MQL 5 wizard.
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
CMOOnArray 클래스는 인디케이터 버퍼에 의해 CMO(Chande Momentum Oscillator) 인디케이터 값을 계산하도록 설계되었습니다. 이 클래스 사용 예시로 Test_CMOOnArray 인디케이터가 첨부되어 있습니다.
Library for calculation of a margin required for opening a position in MetaТrader 5.
This is the trading signal of PullBack and Candle. The expert code for this strategy is automatically generated by the MQL 5 wizard.
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
a highly efficient sorting algorithm, based on partitioning of array of data into smaller arrays
The library allows receiving a magic number bound to three elements: symbol name, timeframe and prefix index.
Compose objects into tree structures to represent part-whole hierarchies.
an efficient, general-purpose sorting algorithm
Instance of the class returns such values as Bid, Ask, High, Low, Close and Open prices of the current candle or any other specified in the parameters, as well as the candle opening time.
A library of averaging algorithms, the algorithms were described in details in the article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers"
Bug fixed versions of CRect and CCanvas which are part of the standard library.
Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations