당사 팬 페이지에 가입하십시오
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 module for tracking open positions based on Delta ZigZag for MQL5 Wizard.
MqlParams container class that uses method chaining to quickly add params and reduce lines of code.
A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble objects. MQL5 and MQL4 compatible!
CCHOOnArray 클래스는 인디케이터 버퍼를 사용해 차이킨 오실레이터(CHO)를 계산하도록 설계되었습니다. 이 클래스 사용의 예로 Test_CHOOnArray 인디케이터가 제공됩니다.
CFastFile 클래스를 사용하면 디스크의 실제 파일에 데이터를 중간에서 쓸 필요가 없습니다. 따라서 데이터 작업 속도를 크게 높일 수 있습니다.
A library of classes for creating a user-friendly interface of your programs.
정규식은 빠르고 유연한 텍스트 처리를 위한 공식적인 언어를 제공합니다. 각 정규식은 정규식 엔진이 소스 텍스트에서 일치 항목을 찾으려고 하는 패턴(마스크)입니다. 패턴은 하나 이상의 character literals, operators, constructs으로 구성됩니다.
Trend indicator similar to Ichimoku Kinko Hyo, with a number of drawing options and calculation parameters.
이 라이브러리에는 범용 해시 함수의 알고리즘인 adler32, CRC-32, MaHash8v64가 포함되어 있습니다. 또한 기본 시스템에서 십진수에서 문자열 표현으로 또는 그 반대로 변환하는 함수도 포함되어 있습니다.
The class realizes generalized regression network (General Regression Neural Network - GRNN)
Class for exchanging data between programs. It allows to pass structures of arbitrary size via the global variables of the terminal from one program to another.
Many traders are interested in native work with the BTC-e exchange directly from MetaTrader. In the exchange API, it is necessary to send data with the confirmation of parameters validity through HMAC-SHA512. The algorithm of SHA512 and HMAC calculation is implemented in this class.
Handy functions for comparison, rounding, formatting and debugging of doubles (prices, lots and money).
Trading signals module based on Delta ZigZag indicator.
fuzzy 모델 개발을 위한 라이브러리인 FuzzyNet library C#으로 작성되었습니다. MQL5로 변환하는 동안 Mamdani-type 시스템을 위한 8개의 멤버십 기능과 4개의 defuzzification 방법이 라이브러리에 추가되었습니다.
Original mathematical functions taken from different places, which either do not have analogues or perform much faster than alternative implementations
A class to reconstruct closed trades (paired in/out deals) from history sorted by close time.