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

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

icon

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

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

코드를 제출하세요

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

Volatility/volume indicator based on price deviations anomaly.

On chart stochastic (like)

Sma (Simple Moving Average) with NET (Noise Elimination Technology)

ZigZag NK Sound Alerts notifies you with Sound alert, Push Notification or Popup Notification on terminal when Zigzag changes its bar.

cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list

hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn

Rsi with Hann windowing

ZigZag Color Indicator for Line Charts which works on Close prices rather than High low This indicator has only one input parameter which is ExtDepth and its optimized for performance

Momentum deviation bands

Momentum deviation

Select Timeframe to draw Bobokus Fibonacci and add any custom fibonacci levels you want

Draws an equidistant channel to detect rectangular consolidation pattern on chart

표시기는 지정된 기간의 평균 가격을 계산합니다.

The indicator calculates the average price for the specified period.

iExposure will show the opening of trading positions in tabular form in the sub-window below the main window. This allows the trader to see at a glance the positions in the market including the profit value and the amount of risk for each position. The iExposure indicator is a technical tool that is easy to use and very helpful, especially if a trader opens several trades at once with several different instruments. Traders can add the iExposure indicator to any price chart if they wish to use it. By adding the iExposure indicator, traders can also still see tabs of other trading positions for other currencies. Also note that iExposure can also monitor all trading positions, besides being able to make details by displaying one position for one window.

Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.

Dynamic pivots - any time frame

12345678910111213...133