거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

MQL5 MetaTrader 5용 기술 지표 소스 코드 - 103

icon

MQL5 기술 지표는 주식 및 원자재 시장뿐만 아니라 MetaTrader 5 외환 가격 차트를 분석합니다. 지표는 추세 방향과 전력, 과다 구매 및 과매도 상태, 지원 및 저항 수준을 정의합니다. 기초적인 수학적 모델은 거래자들이 거래 시스템의 시그널을 받아들이거나 거부할 수 있도록 현재의 시장 상태에 대한 객관적인 평가를 제공합니다.

MetaTrader 5에서 제공되는 지표를 다운로드하여 시작할 수 있습니다. 지표 라이브러리는 또한 MetaTrader 5 플랫폼과 MetaEditor 개발 환경에서 직접 사용할 수 있습니다.

코드를 제출하세요

The indicator shows information on the current trend using the values of the DynamicRS_C indicator with a fixed timeframe.

An indicator of the series of simple indicators without averaging.

An indicator of the series of simple indicators without averaging. It is implemented as a channel with a fixed width.

The indicator is drawn as a colored cloud between the lines of Kaufman's AMA (Adaptive Moving Average) indicator and the price.

Indicator displays different candlestick patterns on chart. It is possible to change colors and disable alerts.

The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the colors of the clouds of the DigitMacd indicator.

The Exp_DigitMacd EA is based on the signals generated by the DigitMacd oscillator.

This indicator is an oscillator based on the averaged difference between the SATL digital filter and the Close price.

The indicator is drawn as a colored cloud between the lines of a slow digital filter and the price.

An oscillator from an averaged difference between the FATL digital filter and the Close price.

A colored cloud formed by the lines of the FATL and SATL digital filters.

The indicator is drawn as a colored cloud between the lines of a fast digital filter and the price.

The indicator draws candlesticks of a larger timeframe as color filled rectangles in accordance with the values of the StepMA_Stoch_KV1 indicator.

The MultiHighsLowsSignal indicator shows information on active trends using the values of seven HighsLowsSignal indicators from different timeframes.

A trend indicator of the series of indicators without averaging.

The indicator implements a breakthrough system using a channel drawn on extrema for a period.

A candlestick chart, all the Open prices of which are shifted to zero.

The indicator shows inverted chart for better short trading.

This is Bollinger Bands %b indicator for MetaTrader 5.

The indicator is designed to show how the seven major currencies have moved against the US dollar.

The indicator counts Bull and Bear candles in Bar_Period bars and calculates percent.

Fast FrAMA, in contrast to the version from MQL5 suite, has more wide applied price constant choose and, what's the main difference, calculation speed is increased by a factor of 30 to 100.

This technical indicator detects constant price zones and draws resistance and support lines.

Advanced ADX indicator.

Example code on how to draw an horizontal line for maximum and minimum prices of the last 2 years.

The purpose of the present code is to demonstrate how easy it is to create color scales, color gradients and heatmaps with the MQL5 language and functions.

The HighsLowsSignal indicator with the timeframe selection option available in input parameters.

The StochasticCGOscillator indicator with the timeframe selection option available in input parameters.

The MinusDi indicator processed through the Laguerre filter.

The PlusDi indicator processed through the Laguerre filter.

A semaphore signal indicator determining the moments of a directional price change on several bars, the number of bars is specified in the indicator input parameters.

The StepMA_Stoch_KV1_Signal indicator shows information on the current trend using the values of the StepMA_Stoch_KV1 indicator with a fixed timeframe.

The StepMA_Stoch_KV1 indicator with the timeframe selection option available in input parameters.

A non-normalized oscillator implemented in the form of a seven-color histogram.

The indicator shows fractals of different time periods on one chart.

The AsymmetricStochNR indicator with the timeframe selection option available in input parameters.

The indicator shows the minimum price for the period specified in the input parameters of the indicator, taking into account the timeframe, in which the price was searched for.

The indicator shows the maximum price for the period specified in the input parameters of the indicator, taking into account the timeframe, in which the price was searched for.

The indicator shows the minimum price for the period fixed in the input parameters of the indicator.

1...96979899100101102103104105106107108109110...133