당사 팬 페이지에 가입하십시오
The class is designed for calculation of the technical indicator Triple Exponential Moving Average (Triple Exponential Moving Average, TEMA) using the algorithm of the ring buffer.
An example of how to create a multicurrency Expert Advisor that trades using the Bollinger Bands indicator.
Normalized oscillator that uses Fisher's transformation, drawn in the form of a color histogram.
WebRequest() 함수를 사용하여 MQL5.com 웹사이트에 이미지가 포함된 메시지를 게시하는 예입니다. 로그인과 비밀번호를 이용하여 인증하고, 문자 메시지에 이미지를 삽입하는 방법에 대한 예시입니다.
Simplified version of the popular ZigZag indicator. The algorithm runs significantly faster, does not use intermediate calculation buffers, does not contain nested cycles and, therefore, does not redraw itself.
Envelopes using the Color_PEMA_Digit MA, with an indication of trend direction and display of the last values of channel borders.
엔벨로프스 지표는 두 개의 이동 평균으로 구성되며 그 중 하나는 위쪽으로 움직이고 다른 하나는 아래쪽으로 움직입니다. 밴드 마진 shifting의 최적인 상대 수의 선택은 시장 변동성에 따라 결정됩니다: 후자가 높을수록 이동이 더 강합니다.
Market Facilitation Index (MFI) 지표에 의해 확인된 "3 검은 까마귀/3 하얀 병사" 캔들 패턴에 기반한 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
CCI에 의해 확인된 검은 "구름 커버/피어싱 라인" 캔들스틱 패턴에 기반한 거래 신호를 살펴보겠습니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.
Uses the idea of the classical moving average smoothing. The class can be used when you want to smooth out any array of type double without using the standard indicator.
The script allows to set transparency level of the client terminal window using Windows API.