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

MQL5 MetaTrader 5의 소스 코드 라이브러리 - 14

icon

이것은 MetaTrader 5 플랫폼 프로그램을 위한 최대 규모의 무료 소스 코드 라이브러리입니다. 여기서는 미리 만들어진 Expert Advisor, 기술 지표, 스크립트 및 라이브러리를 찾을 수 있습니다. MQL5 언어를 배울 때 코드 라이브러리를 사용하고 제공된 코드를 기반으로 자신만의 자동화된 거래 응용 프로그램을 개발하십시오.

게시된 코드를 자유롭게 다운로드 및 테스트할 수 있으며, MetaTrader 5에서 코드를 실행할 수 있습니다. 이 라이브러리는 또한 MetaTrader 5 플랫폼과 MetaEditor 개발 환경에서 직접 사용할 수 있습니다.

코드를 제출하세요

차이킨 변동성 지표는 최고 가격과 최저 가격 사이의 스프레드를 계산합니다. 최대값과 최소값 사이의 진폭을 기준으로 변동성 값을 판단합니다. Average True Range와는 달리, 차이킨의 지표는 갭을 고려하지 않습니다.

차이킨 오실레이터(CHO)는 축적/해체의 이동 평균의 차이입니다.

상품 채널 지수(CCI)는 평균 통계 가격에서 상품 가격의 편차를 측정합니다.

지표는 Bill Williams가 제안한 대로 대에 따라 트레이드 존에 따라 바를 그립니다.

불스 파워 지표는 상승세의 균형을 측정합니다.

베어 파워 지표는 하락세의 균형을 측정합니다.

볼린저 밴드 ® 지표(BB)는 엔벨로프스(Envelopes)와 비슷합니다. 유일한 차이점은 엔벨로프 밴드는 이동 평균에서 고정된 거리(%)로 떨어져서 표시되는 반면 볼린저 밴드는 이동 평균에서 일정한 수의 표준 편차로 떨어져서 표시된다는 것입니다.

Bill Williams의 Awesome Oscillator Indicator(AO)는 중심 지점을 가로질러 작성된 5기간 단순 이동 평균에서 얻어진 바(H+L)/2의 중간 지점을 이은 34기간 단순 이동 평균입니다. 이 지표는 현재 시장을 끌고 가는 주체에게 무슨 일이 일어나고 있는지를 잘 보여줍니다.

Average True Range Technical Indicator(ATR)은 시장의 변동성을 나타내는 보조 지표입니다.

ASI는 Wales Wilder가 가격의 이전 최대값과 이전 최소값으로부터 시그널을 받아 일반적인 변동 지표로 만들었습니다.

Adaptive Moving Average는 가격 변화의 노이즈에 대한 민감도가 낮은 이동 평균을 생성하는데 사용되며 추세 감지를 빠르게 하는 특징이 있습니다.

This indicator provides handles for 2 properties, MA Speed (scaled) & Price-to-MA Distance (%)

Open Pending order After Position Get StopLoss

SymbolInfo example script lacks margin and leverage data wich are nowhere to be found explicitely in Metatrader, the trader must search thoroughly into the broker site in order to find them. The aim of this script is to provide a remedy to it from a standard tool.

This code use close all profit at end of week for currency pair

This code use detect economic calendar and put pending order before released news time

CloseAll script complying FIFO rules.

This is MQL5 version of Shved Supply and Demand indicator written by Shved and upgraded by eevviill7 from this link. Subsequently Mr. Behzad Movaghar added other functionalities to this link. This version of the Indicator contains the Code with an option to select the time frame of the Indicator other than that of the chart. For example if the chart is in 5M and the user want to see the support and Resistance levels of a particular chart pair at 15 M, is possible with this.

Check exists pending order prevent duplicate create pending order

Use protect profit after open position

You can identify buy trend and sell trend with this indicator

This EA demonstrates creating and saving a graphic chart using data from the MT5 Strategy Tester.

MACD zero line cross color candles with alerts for Metatrader 5

The HighPass - LowPass Roofing Filter was created by John Ehlers (Cycle Analytics For Traders pg.78)

Use the intersection of two moving average lines to draw a vertical line.Then You can simply read the current market pattern

After the three average lines are arranged completely according to high and low, it can be regarded as a trend formation. After the pattern is destroyed, the hatching is no longer drawn Under the condition of no hatching, it is regarded as an indeterminate period

Building good trading habits by seeing things in terms of percentage not in terms of money.

Script to download EVZ data for Euro FX Vix indicator

Fibonacci Channel with Quartile Trendline Levels

The Fisher Transform Indicator was created John Ehlers "Cybernetic Analysis For Stocks And Futures".

Building good trading habits by seeing things in terms of percentage not in terms of money.

This is a simple script that Closes all Orders and Positions available

Shows Last Price, Daily percentage change and Time based on Input selection to the Price Line

"The Fisher Stochastic Center Of Gravity" was created by John Ehlers (УCybernetic Analysis For Stocks And FuturesФ , pg.95)

Simple class for getting the number of microseconds (µs) elapsed since January 1, 1970

& moving average , two rsi filters.

awesome oscillator, stochastic filter. expert

Volume Colored Candlestick with Bollinger Bands as the Standard Deviation

Expert

3 fibo levels.

1...789101112131415161718192021...183