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

MQL4 MetaTrader 4용 기술 지표 소스 코드 - 4

icon

MQL4에서 개발된 MetaTrader 4의 기술 지표 라이브러리. 시장(예: 외환, 증권 또는 원자재 시장)에 관계없이 지표는 쉽게 인식할 수 있도록 접근 가능한 형태로 가격을 표시하는 데 도움이 됩니다.

이 섹션에는 서로 다른 알고리즘을 사용하여 금융시장을 분석하는 수천 개의 애플리케이션이 포함되어 있습니다. 전통적으로, 이들은 추세 지표, 진동자, 거래량 지표 등 몇 가지 범주로 나눌 수 있습니다. 또한, 유명한 금융업자들의 알고리즘을 기반으로 한 일련의 지표들이 있습니다. 예를 들어, 빌 윌리엄스의 지표와 그와 비슷한 것들입니다. 이들 모두는 신뢰성, 효율성, 지연 등 다양한 매개 변수가 특징이다. 기술 분석에는 추세 지표, 역전 지표, 수준 지표, 예측 변수, 스케일링 지표 등 2000개 이상의 지표가 있습니다.

코드를 제출하세요

Converted LazyBear Squeeze Momentum Indicator from TradingView to MQL4

This indicator gives the Speed and Acceleration of the price for a given period. In order to make a smooth graph, can be used a procedure using the Hull Moving Average method

a procedure that calculate most stats in one call: R-Squared and Linear Regression

Arrow Up and Down on each bar and other informations.

ScalpX is an indicator that uses Kalman filters to identify buy and sell opportunities whenever is indicated by the graph.

This indicator shows market highs and lows for any timeframe with period separators. You can see daily/weekly/monthly highs/lows on lower timeframes like H1/M30/M40. This is good for trading breakouts.

Kalman Speed oscillator... Just an experiment

a bit more EA frliendly version

CCI of Moving Average with Dynamic Signal Lines

A simple indicator plotting a channel with a constant range

Colors bars when their volume has exceeded more than a standard deviation, or a multiple of it. Volume is commonly used as confirmation for a break of a significant level.

SmoothStep (generalized) - metatrader 4 version

SmoothStep (metatrader 4 version)

ADXm experiment (metatrader 4 versions)

Chaikin Oscillator with smoothing option.

Simple Slope Oscillator Normalized with symbol overlay for MT4

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

Adaptive momentum oscillator idea from David Varadi.

A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776.

DailyPivot_Shift 지표를 사용하여 주요 수준을 쉬프트된 하루의 개장을 기반으로 계산할 수 있습니다.

DailyPivot Points 지표는 일반적으로 시장 후행적인 다른 도구들과 달리 미래 시장의 움직임에 대한 예측을 얻는 데 도움이 됩니다.

지표는 다른 시간대의 현재 시간을 차트에 표시합니다.

DailyPivot Points 지표는 일반적으로 후행성의 다른 도구와 달리 미래 시장의 움직임에 대한 아이디어를 얻는 데 도움이 됩니다.

상대 활력 지수 지표(RVI)의 요점은 강세장에서 종가가 일반적으로 시가보다 높다는 것입니다.

자금 흐름 지수(Money Flow Index)(MFI)는 주식에 돈을 투자하고 인출하는 비율을 나타내는 지표입니다.

표준편차(StdDev)는 시장의 변동성을 측정합니다.

이 지수는 지수가 증가할 때마다 Bulls Power를 측정하고 감소할 때마다 Bulls Power를 측정합니다.

Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse transform is then applied to these values.

This is an MT4 indicator which generates signals based on Bollinger bands crossover with price.

표를 표시하기 위해 그래픽 객체 OBJ_LABEL을 사용하는 예입니다.

Williams의 퍼센트 레인지 지표(%R)는 시장이 과매수/과매도 되었는지 여부를 결정하는 동적 기술 지표입니다.

OBV(On Balance Volume Indicator)는 거래량을 가격의 변화와 연관시키는 모멘텀 기술 지표입니다.

Volumes 지표는 볼륨을 별도의 창에 히스토그램으로 표시하고 두 가지 색상으로 칠합니다.

시장 촉진 지수(BW MFI)는 하나의 틱에 대해 변화하는 가격을 보여주는 지표입니다

게이토 오실레이터는 앨리게이터를 기반으로 합니다.

상향 프랙탈은 중간에 가장 높은 HIGH가 있고 양쪽에 2개의 낮은 HIGH가 있는 최소한 일련의 5개의 연속적인 막대입니다.

엔벨로프스 지표는 두 개의 이동 평균으로 구성되며 그 중 하나는 위쪽으로 움직이고 다른 하나는 아래쪽으로 움직입니다.

디마커 지표는 기간 최대값과 이전 기간 최대값의 비교를 기반으로 합니다.

1234567891011...63