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

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

icon

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

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

코드를 제출하세요

Deviation scaled MA MACD

Average penetration

Average of median price

ATR adaptive double smoothed EMA

Average penetration histogram

Average Penetration indicator displayed as bars.

Trend direction and force

Trend direction and force - smoothed

Trend direction and force - JMA smoothed

Extended version of Pivot Oscillator.

Very well known iTrend indicator but that uses ADXVMA for calculation.

Very well known iTrend indicator but that uses JMA (Jurik Moving Average) for calculation.

Trend Envelopes indicator that uses ATR for the price change calculation and is adding prices smoothing prior to be used in calculations.

Trend Envelopes indicator that uses Standard Deviation for the price change calculation and is adding prices smoothing prior to be used in calculations.

This version of Trend Envelopes RSI indicator differs in one significant point: instead of using fixed value (5) for envelopes calculation, standard deviation (adjusted by multiplier) of the calculated RSI is used for envelopes calculation.

Trend Envelopes indicator that uses Standard Deviation for the price change calculation.

Trend Envelopes indicator that uses ATR for the price change calculation.

This version of QQE is using Parabolic Weighted Velocity to determine trend.

This version of QQE is using Velocity indicator to determine trend.

QQE (Quantitative Qualitative Estimation) using CCI (Commodity Channel Index) instead of RSI (Relative Strength Index) as a "basic" indicator.

Schaff Trend Cycle CD is usually calculated using Signal line of the MACD, meaning EMA (Exponential Moving Average) of the difference of two EMAs (Exponential Moving Averages).

Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag TEMA for trend calculations.

Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag DEMA for trend calculations.

Ultra Trend indicator that uses a "fast" (fast in response to market changes) Zero Lag MA for trend calculations.

Mikko Breakout indicator is based on a break of previous highest high or lowest low.

This indicator is actually a combination of two values: it shows the crosses of fast and slow Zero Lag TEMA, and that cross determines the current market trend.

This version of Schaff Trend Cycle uses a much "faster" moving average than EMA (NonLag MA) for that calculation which makes the resulting MACD "faster" and thus the resulting Schaff Trend Cycle "faster" to to market changes.

Bollinger Bands Stops indicator that uses JMA (Jurik Moving Average) for calculation.

Variation of the Linear Weighted Moving Average where the weights can be changed to form a parabolic curve.

This version of Jurik Velocity extends the original by allowing you to change the "power" of the calculated averages used for velocity calculation.

TRIX indicator using a logarithm of a price and JMA (Jurik Moving Average) instead of Exponential Moving Average for smoothing.

TRIX indicator using a logarithm of a price and T3 instead of Exponential Moving Average for smoothing.

TRIX indicator using a logarithm of a price.

Multi timeframe version of the Trend Trigger Factor JMA indicator.

Multi timeframe version of the Trend Trigger Factor indicator.

Trend Trigger Factor indicator ported to MQL5 from wrongly coded version for MetaTrader 4.

Trend Trigger Factor indicator with JMA (Jurik Moving Average) smoothing to lessen false signals and some extras in order to make the trend triggering state easier.

Trend Trigger Factor indicator with T3 smoothing (to lessen false signals) and some extras in order to make the trend triggering state easier.

Keltner Channel calculated as Perry Kaufman's Adaptive Moving Average (KAMA) +- ATR distance for the bands.

Keltner Channel calculated as JMA (Jurik Moving Average) +- ATR distance for the bands.

1...313233343536373839404142434445...133