당사 팬 페이지에 가입하십시오
The МТ45 Expert Advisor is based on the Martingale strategy. It is designed for trading in the МetaТrader 4 and МetaТrader 5 terminals.
The indicator calculates and displays a linear relationship between two or more financial symbols.
Trend Trigger Factor indicator ported to MQL5 from wrongly coded version for MetaTrader 4.
A trading system based on iMA (Moving Average, MA) with the averaging period of 55 (the averaging period is hardcoded and is not available in input parameters).
WPR_Histogram_Vol indicator with the timeframe selection option available in input parameters
The XFisher_org_v1 indicator with the timeframe selection option available in the input parameters
Two identical trading systems (for long and short deals) based on the ColorMETRO indicator signals that can be configured in different ways within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system.
The EA compares the difference between the Close price of bar #1 and the Close price of bar #Candle shift.
Adaptive Moving Average - generalized version with floating levels
The indicator determines the index of the direction of the bar prices and the Gap/breaks in them. It is a logical continuation of the ms-Candle indicator.
스토캐스틱 지표에 의해 확인된 "상승 하라미/하락 하라미" 캔들스틱 패턴에 기반한 거래 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
이 지표는 매수 및 매도 신호를 표시하고 기술 지표 스토캐스틱 오실레이터의 과매수 및 과매도 수준을 교차할 때 메시지(경고)를 표시합니다.
CAMAOnArray class is designed for calculation of AMA (Adaptive Moving Average) values on indicator buffers. The example of use of the class is provided.
CMFIOnArray class is designed for calculation of MFI (Money Flow Index) values on indicator buffer. The example of use of the class is presented.