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

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

icon

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

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

코드를 제출하세요

'RSI' line, 'RSI' line smoothed with 'MA'. Fill areas between these two lines.

The indicator shows signals ('Arrow' objects) of the 'Moving Average' indicator crossings. The peculiarity of the indicator: if there was an intersection of 'MAs' (on bar #0), and then the intersection disappeared, the signal remains on the chart

This indicator displays the percentage of price movement per candle, as an average of the latest candles.

Currency Strength Meter for MetaTrader 5 with configurable timeframe parameter, It was converted from "Currency Strength Giraia 28 pairs TRO MODIFIED" MetaTrader 4 version

Trend Rider is a combination of several indicators eg super trend, rsi, and macd to assist in spotting and riding trends by showing direction inform of color candles and also showing trailing stop levels, It can be used independently or with additional filters.

Trend Direction And Force Index with Alert derived from Mladen Rakic's version https://www.mql5.com/en/code/21869

Ao changes direction Engulfing candle

Rsi oversold bought , Moving average

The Leading Indicator was created by John Ehlers (Cybernetic Analysis For Stocks And Futures pg 235)

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA and TEMA 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.

Use this simple Indicator to monitor your VPS.

I search Moving Average that can be hide and shown with button, just like in Trading View, but I cannot found it. Then I try to modify example of Moving Average code from MQL5 Metaeditor Help, and do some add for button and logic for toggleable the button to show or hide Moving Average. Just like in Trading View. For those who need this, please feel free to use or modify for your own requirement.

Calculates the average volume for EA

Shows Last Price, Daily % Change, Symbol name, Countdown or Time left on closing and Time on chat

Fast way to calculate Simple moving average.

Add High and Low lines based on number of previous bars defined in input field

Add Popup or Push Alert notification on manually placed horizontal lines, The lines are deleted and reset itself as soon as price touches these lines

The Laguerre Filter was created by John Ehlers ("Cybernetic Analysis For Stocks And Futures", pg 216)

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

DRAW_COLOR_CANDLES 스타일은 시가, 고가, 저가 및 종가를 포함하는 4개 지표의 버퍼 값을 기반으로 바를 그립니다. 또한 주어진 세트에서 각 바의 색상을 지정할 수 있습니다.

DRAW_COLOR_BARS 스타일은 시가, 고가, 저가 및 종가를 포함하는 4개 지표의 버퍼 값을 기반으로 막대를 그립니다. 이것은 DRAW_BARS 스타일의 색상 버전이며 미리 정의된 색상 세트에서 각 라인에 개별 색상을 지정할 수 있습니다.

DRAW_COLOR_ZIGZAG 스타일은 두 지표의 버퍼 값에 따라 다른 색상의 선을 그립니다. 이것은 DRAW_ZIGZAG 스타일의 색상 버전이며 미리 정의된 색상 세트에서 각 라인에 개별 색상을 지정할 수 있습니다.

DRAW_COLOR_ARROW 그리기 스타일은 컬러가 칠해진 화살표(Windings 글꼴의 기호)를 플로팅합니다.

DRAW_COLOR_HISTOGRAM2 그리기 스타일은 다른 두개 지표의 버퍼 값을 히스토그램으로 표시하는 데 사용됩니다. 색상은 색상 버퍼에 지정됩니다.

DRAW_COLOR_HISTOGRAM 그리기 스타일은 색상 히스토그램을 그리는 데 사용됩니다.

DRAW_COLOR_SECTION 그리기 스타일은 다른 색상으로 선을 그리는 데 사용되며 색은 색상 버퍼에 지정됩니다.

DRAW_COLOR_LINE 그리기 스타일은 다른 색상으로 선을 그리는 데 사용되며 색은 색상 버퍼에 지정됩니다.

DRAW_CANDLES 그리기 스타일은 시가, 고가, 저가 및 종가가 있는 4개 지표의 버퍼 값을 사용하여 막대를 그리는 데 사용됩니다.

DRAW_BARS 그리기 스타일은 시가, 고가, 저가 및 종가가 있는 4개 지표의 버퍼 값을 사용하여 막대를 그리는 데 사용됩니다.

DRAW_FILLING 그리기 스타일을 사용하면 두 지표의 버퍼 값을 사용하여 영역을 나타낼 수 있습니다. 실제로는 두 개의 선을 그리고 그 사이의 영역을 지정된 색상으로 채웁니다.

Elegant oscillator

DRAW_ZIGZAG 그리기 스타일을 사용하면 두 개 지표의 버퍼 값을 사용하여 섹션을 그릴 수 있습니다. DRAW_SECTION처럼 보이지만 하나의 바 안에 수직 섹션을 그릴 수 있습니다.

DRAW_ARROW 그리기 스타일은 화살표(chars)를 그립니다.

DRAW_HISTOGRAM2 그리기 스타일은 두개 지표의 버퍼 값을 히스토그램으로 표시하는 데 사용됩니다.

DRAW_HISTOGRAM 그리기 스타일은 지표의 버퍼 값을 히스토그램으로 표시하는 데 사용됩니다.

DRAW_SECTION 그리기 스타일은 지표의 버퍼 값을 섹션으로 표시하는 데 사용됩니다.

DRAW_LINE 스타일은 지표의 버퍼 값을 선으로 표시하는 데 사용됩니다.

DRAW_NONE 그리기 스타일은 "데이터 창"에서 지표의 값을 계산하고 표시해야 하지만 플로팅이 필요하지 않은 경우에 사용됩니다.

Slow Line of the original Didi Index

123456789101112...133