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

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

icon

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

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

코드를 제출하세요

The indicator changes color of bars in a separate window. It is changed to the color of the current trend calculated based on the RSI technical indicator.

The indicator draws averaged candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.

The indicator draws Heiken Ashi candlesticks of a higher timeframe as color filled rectangles using DRAW_FILLING buffers.

The indicator changes the bar color to the color of the current trend calculated based on the RSI technical indicator.

The indicator uses analysis of values of Heiken Ashi Open and Heiken Ashi Close.

The indicator uses analysis of values of Heiken Ashi Open and Heiken Ashi Close for a selected period.

A semaphore indicator with a ZigZag.

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

The indicator draws candlesticks of a larger timeframe as color filled rectangles.

The MACD histogram drawn on the difference of two digital filters.

A one period momentum averaged by the SMA algorithm.

The ROC indicator smoothed by Laguerre filter drawn as a color histogram.

A channel build on the values of two moving averages of High and Low, drawn as a cloud.

The indicator changes the bar color to the color of the current trend calculated based on the TDI-2 custom indicator.

A system of three Moving Averages.

The indicator is drawn as a colored cloud between a price and its double averaging.

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

An indicator of trading sessions displaying bodies and shadows of resulting session candlesticks.

The indicator implements a breakthrough system using the DarvasBoxes channel.

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

A semaphore arrow indicator that shows trend change time based on the ADX indicator.

The indicator implements a breakthrough system using Donchian_Channels.

The trade sessions indicator.

The indicator implements a breakthrough system using the Renko channel.

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

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

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

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

An indicator based on the crossover of two momentums with different periods, drawn in the form of a colored cloud.

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

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

A semaphore signal indicator forming signals at the breakthrough of the dynamic price channel.

A non-normalized oscillator implemented in the form of colored icons.

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

Indicator of price change range.

The BlauErgodic indicator (William Blau's Ergodic Oscillator) with the timeframe selection option available in input parameters.

Flat determining indicator.

The indicator changes the color of the bar to the color corresponding to the current trend, which is determined using the RVI indicator.

The indicator changes the bar color to the color of the current trend calculated based on the ADX technical indicator.

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

1...100101102103104105106107108109110111112113114...134