당사 팬 페이지에 가입하십시오
CERDOnArray 클래스는 적응 이동 평균(AMA)에 사용되는 효율 비율(ER)을 계산하도록 설계되었지만 가격 이동 방향을 고려합니다. 가격이 상승하면 지표는 양수 값을 가지며, 가격이 하락하면 음수 값을 갖습니다.
CMomentumOnArray 클래스는 인디케이터 버퍼로 모멘텀 인디케이터 값을 계산하도록 설계되었습니다. 이 클래스를 사용하는 예로 Test_MomentumOnArray 인디케이터가 첨부되어 있습니다.
CTimeControl class for include to your EA for easy setting and checking your own trading time.
MQL5 마법사용 트레이딩 신호 모듈. 포지션 개설 신호는 PriceChannel_Stop 인디케이터의 색상 변화입니다.
For a complex object separate its construction from representation. Same construction process can create different representations
Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality
Simple MA crossover Signaling for Expert Advisor Wizard
A module of trading signals based on the Moving Average indicator signal module.
Custom Price Chart using a simple Artificial Neural Network that tries to project price movements into the future. Not very useful for trading, but fun to watch and learn ;)
Checking a date for belonging to winter or summer time. The code was developed for news debugging.
Version of the iBarShift function for the MetaTrader 5, takes a parameter of type datetime — opening time of the bar, the index of which must be found.
Module of trading signals of the "Candels High Open" custom indicator for analyzing High and Open of the last three bars.
An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.
Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together
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.