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

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

icon

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

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

코드를 제출하세요

This code can be used to find highest high and lowest low of a chart for a given period.

This indicator plots multiple signals based on MACD main and signal lines.

This code identifies highest high and lowest low in the neighbourhood.

This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.

This code can be used to create rectangles on chart.

This is a RVI crossover indicator.

This is a WPR crossover indicator based signal generating indicator.

This is a ADX crossover based Indicator.

This code can be used to take screenshot from code itself at any particular desired time.

This is a multi timeframe dashboard scanner for RSI and Stochastic.

This is an indicator based on tolerance for highs of two candles.

This is an Indicator based on MA crossover.

가속/감속(Acceleration/Deceleration Indicator (AC)) 지표는 현재의 시장을 주도하는 힘의 가속과 감속을 측정합니다.

NRMA는 Konstantin Kopyrkin의 유명한 지표입니다.

Zigzag2_R_은 하나의 막대에 두 개의 극한값을 그리는 옵션이 추가된 지그재그 지표의 변형입니다.

차이킨 오실레이터 (CHO) Eric의 저서에 기반 L. Nyman Malaya entsiklopedia treidera (트레이더의 작은 백과사전)

잘 알려진 Nick Rypock Trailing Reverse 지표의 변형입니다.

이 지표에는 삼중 지수 평활이 사용됩니다.

상대 강도 지수(Relative Strength Index (RSI) 기술적 지표

변동성은 표준 편차입니다.

시장 프로필에 기반한 주식 지표의 예

이동 평균 지표는 특정 기간 동안의 상품 가격의 평균적인 값을 보여줍니다.

프랙탈 차원 값은 EMA와 같은 이동 평균을 작성하는 데 사용됩니다.

Kaufman AMA(Adaptive Moving Average)를 구성하는 최대 최적화 알고리즘입니다.

"누적 합계" 방법을 사용한 최적화의 예.

Kaufman의 adaptive 이동 평균의 최적화되지 않은 버전입니다.

klot이 작성한 지표 DT_ZZ의 최적화된 변형.

앨리게이터 라인의 상호 위치에 따라 바가가 칠해지는 NRTR 인디케이터입니다.

예: 다른 색상으로 채워진 이동 평균

강세 및 약세 바를 서로 다른 색상으로 표시한 MACD 다이어그램.

평활화 알고리즘에는 여러 가지가 있습니다. 이 지표는 ADX 표준 지표를 평활화 하기 위한 것입니다. 코드는 Easy Language에서 번역되었습니다.

Center of Gravity는 John F. Ehlers가 개발한 오실레이터이며 Stocks & Commodities(2002년 5월) 기사에서 소개되었습니다.

This is a simple code to draw triangle on chart connecting open and close of different candles.

This Indicator will plot bullish and bearish candles in separate colors.

This ADX version is used on many other popular trading platforms. It is different to the standard one included with Metatrader.

The indicator sends a signal at the moment the price crosses a given level, using alerts and push notifications

cycle timeframes using hotkeys 'N','M' prev,next timeframe

Elegant oscillator - metatrader 4 version

스피어맨의 순위 상관은 현상 간의 관계에 대해서 통계적인 연구를 수행하기 위해 사용되는 비모수적 방법입니다. 이 경우 두 숫자의 시퀀스 간의 실제 병렬도가 감지됩니다.

Williams의 누적/분배, W_A/D 지표는 양의 "누적"된 가격의 움직임과 음의 "분배"된 가격의 움직임의 누적 합계입니다.

1234567891011...61