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

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

icon

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

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

코드를 제출하세요

카운트다운은 다음 캔들 또는 다음 장이 열릴 때까지 남은 시간을 명확하고 효율적으로 추적하려는 트레이더를 위해 설계된 고급 인디케이터입니다. 이 인디케이터는 세 가지 유연한 표시 모드(해설, 차트 테두리 또는 가격 옆)를 통해 트레이딩 요구에 맞게 사용자 지정할 수 있는 솔루션을 제공합니다.

MACD 다이버전스 인디케이터

두 개의 심볼 스프레드 표시기

오픈 포지션의 평균 가격을 계산하는 지표로, 하나의 로봇의 포지션만 분리하려는 경우 매직넘버를 사용할 수 있지만 0은 수동 조작을 위한 숫자입니다.

거래량 개선은 가격 차트에서 거래량의 움직임을 분석하기 위해 고안된 고급 지표입니다. 거래량 정보를 캔들 범위 및 이동평균과 같은 지표와 결합하여 매수/매도 고점, 이탈 및 약세 캔들과 같은 시장의 중요한 패턴을 식별합니다. 동적 시각적 인터페이스와 거래량 분류를 통해 거래량 흐름에 따라 정보에 입각한 결정을 내리고자 하는 트레이더에게 유용한 인사이트를 제공합니다.

쿠스쿠스 스타라이트는 피셔 가격 변형을 이용해 추세와 잠재적 반전을 식별하는 오실레이터입니다. 스크립터의 원본 MT4 코드는 https://www.mql5.com/en/code/8365 에서 확인할 수 있습니다.

변동성 스톱 - 변동성별 스톱 레벨 표시기

에르고딕 오실레이터 스토캐스틱 모멘텀 지수(SMI)

"순 거래량" 지표는 판매자와 구매자의 압력을 고려한 거래량을 보여줍니다.

가격 변동률(ROC)에 기반한 확실한 것(KST) 오실레이터 지표 알기

상관관계 계수" 지표

체이킨 머니 플로우(CMF)" 표시기

거래량 오실레이터는 가격 추세의 강약을 예측하는 유용한 기술적 분석 지표입니다.

찬데 크롤 스톱 인디케이터 - 숏 및 롱 포지션의 스톱 레벨입니다.

간격으로 캐릭터 가격 변경

인디케이터는 차트에 임의의 두 번째 시간대를 그립니다.

표시기는 가격 변화의 각도 또는 평균 속도를 보여줍니다.

4도의 다항식으로 움직이는 선을 만듭니다. 정현파와 그 축을 추정합니다. 구성된 선은 각 막대에서 하나의 값을 제거하고 다시 그려지지 않는 외삽된 값의 슬라이딩 선이 만들어집니다.

Six bulls or six bear continuous candles

Checks if either upper or lower Wick range of a candlestick is greater than Body range of a candlestick and plot a wingding

This indicator calculates the range difference between the 'MACD and Signal lines' and also the range distance between 'the last two MACD bar'.

The Heiken Ashi indicator with no repaint or repaint mode input option.

This indicator helps user estimate the potential price movement for the current day, based on 20 days historical data and market trends.

This indicator uses two moving averages to calculate the market trend and changes color depending on the trend direction.

This is an indicator with a rainbow-like display, both for trend or pullback prediction.

Hidden Engulfing Candlestick Pattern

Anlayse swing highs and lows

Donchian Channel for traders or young developers by William210

Keltner Channel for traders or young developers by William210

The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.

Let follow previous EA by this link https://www.mql5.com/en/code/46630

This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix.

ATR - Average True Range - beginner tutorial to learn how to code in MQL5

AO - Awesome Oscillator - without iAO() beginner tutorial to learn how to code in MQL5

A Marubozo is a long-bodied candlestick with no shadow, from the Japanese word meaning "close-cropped". Candlestick charts look at the opening and closing price on a single day and are used by technical traders.

AMA - Adaptive Moving Average - beginner tutorial to learn how to code in MQL5

Alligator beginner tutorial to learn how to code in MQL5

Rsi without Irsi() beginner tutorial to learn how to code in MQL5

Fractals - adjustable period and prices for MT5

Here is my implementation of a colored Hull Moving Average.

1...192021222324252627282930313233...144