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

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

icon

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

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

코드를 제출하세요

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.

The indicator shows the maximum price for the period specified in the input parameters of the indicator.

Three MFI (Money Flow Index) oscillators with three different timeframes on one chart.

The iMirror indicator shows a prices mirrored upside down. When the mouse is on the indicator, its color changes to the chart color, while the chart is dimmed. When you click on the indicator, it remains in the foreground till another click.

Four semaphore signal indicators based on MFI oscillators with different periods on one price chart.

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

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

The indicator draws the slow and fast ССI and colors bars for determining patterns and trends.

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

The trend indicator made as NRTR (Nick Rypock Trailing Reverse).

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

Like period Separator each new day will gets its vertical line at starting. With several options how to display

The XD-RangeSwitch indicator with the timeframe selection option available in input parameters.

A set of support and resistance levels built on the last tops of GannZIGZAG_HTF with an option of fixing the timeframe, on which the zigzag is calculated.

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

The RSI oscillator with two signal lines.

Another interpretation of the ZigZag indicator.

A set of support and resistance levels built on the last tops of ZigZagOnParabolic_HTF with an option of fixing the timeframe, on which the zigzag is calculated.

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

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

1...979899100101102103104105106107108109110111...133