당사 팬 페이지에 가입하십시오
MQL5 마법사용 거래 신호 모듈. 포지션 개시 신호는 Heiken_Ashi_Smoothed 인디케이터에 의해 형성된 캔들 색상의 변화입니다.
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
The CDir class allows getting information about files and folders outside the MQL5 sandbox similar to the MS-DOS Dir command. Call of system DLL is used, therefore you should allow their use.
This file replaces the WndContainer.mqh original file. It prevents the chart from being affected when you click and hold the mouse inside a container area.
CSAROnArray 클래스는 인디케이터 버퍼에 의해 SAR(포물선형 SAR) 인디케이터 값을 계산하도록 설계되었습니다. 이 클래스 사용 예시로 Test_SAROnArray 인디케이터가 첨부되어 있습니다.
Signal based on the indicator developed by the Brazilian analyst Odir Aguiar (Didi).
Complete and fast functions similar to Bars and iBarShift from MQL4.