당사 팬 페이지에 가입하십시오
This non-trading utility generates custom symbol information on 1M chart. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!
An updated version of the CBitPic class with the ability to control drawing transparency
CEROnArray 클래스는 적응 이동 평균(AMA)에 사용되는 효율 비율(ER)을 계산하도록 설계되었습니다. CEROnArray 클래스 사용 예시도 제공됩니다.
There are a lot of users who searched for iBarShift function like in MQL4. But this function is no more include in MQL5, mainly because MQL5 provides all necessary basic, low-level, functions to process such thing in a library.
Compute the daylight saving time changes (start/end of the summer time).
MQTTFive — MQL5용 MQTT 5.0 클라이언트의 완전한 구현체입니다. 기능: • MQTT v5.0 — 모든 패킷 유형, 속성, QoS 0/1/2 • 네이티브 MQL5 소켓 API를 통한 TCP + TLS • 속성(will_delay_interval, payload_format, message_expiry)이 포함된 Will 메시지 • 발신 PUBLISH용 Topic Alias • 흐름 제어(수신 최대값) • 구독 옵션(no_local, retain_as_published, retain_handling) • 바이너리 및 UTF-8 페이로드 • QoS 1/2에 대한 자동 재시도 • DLL 의존성 없음 — 순수 MQL5 Mosquitto 5.0에서 테스트 완료 (15회 테스트, 모두 통과). 문서: https://github.com/chekh/MQTTFive 라이선스: MIT
프랙탈을 계산하며, 현재 고가/저가(프랙탈) 전후의 바 수를 각각 따로 지정할 수 있게 해줍니다.
Slightly modified history load function from MetaQuotes.
EasyXML is a native MQL5 XML Parsing Library. It can parse XML from three different sources: URL, File and String Input. It is completely object oriented and strives to integrate neatly with MQL5, as it utilizes CObject and CArrayObj from the MQL5 standard library to store the DOM.
The class allows to easily determine from your MQL5 programs any changes in the Market Watch window (change of symbol sorting, adding, deleting a symbol or a set of symbols), as well as opening and closure of charts, and the availability of the one click trading option on the current chart, on which the program is running.
MQL5 마법사용 거래 신호 모듈. 포지션 개시 신호는 Heiken_Ashi_Smoothed 인디케이터에 의해 형성된 캔들 색상의 변화입니다.
Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation
This class was developed to exchange data between MetaTrader 5 and CSV files. It converts the strings read from the CSV file to double and integer values depending of the type of the columns. Two producers of CSV files are most important for me. The most important producer are spreadsheet programs, i.e. LibreCalc. Manually entered CSV are the other kind of CSV files I had in mind. Be aware that this class do not use the standard library FileCsv.mqh etc. Instead it works with text files. It splits text lines into fields. Maximum speed and low memory usage were no development goals. This class may not be suited for large datasets or time critical operations. I would not use CSV files if speed was my main goal.
Returns the profit of a position in points, as well as commission, swaps and profit in money based on the trading history.
CRVIOnArray 클래스는 인디케이터 버퍼에 의해 RVI(상대 활력 지수) 인디케이터의 값을 계산하도록 설계되었습니다. 이 클래스를 사용하는 예로 Test_RVIOnArray 인디케이터가 나와 있습니다.
Emulator of functions for working with objects. It gives possibility to see the objects after testing in the chart