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

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

icon

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

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

코드를 제출하세요

Four different CCIs combined into a "candles" display of CCI.

Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles with additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination.

This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window.

Trend Envelopes variation of RSI indicator.

Trend Envelopes indicator is using only % deviation for calculation and that is the only parameter needed for calculation. It is internally using Close, High and Low price and in this version that can not be changed. Also, due to the nature of the indicator, it can be easily be used as a sort of support/resistance indicator.

This version of ADX instead uses different display in order to make that as easy as it can be. The ADX values are easily comparable to the significant level, the the color of the ADX value and histogram clearly shows the trend. That way it is easier to follow the ADX trend(s) and values.

EMA_WMA - Expert Advisor for MetaTrader 5. Intersection of two iMA (MA). Position trailing.

The Expert Advisor waits when the lines of MA(10), MA(20), MA(50), MA(100) and MA(200) get arranged one above the other (or one below the other).

An Expert Advisor based on a random number generator. Trend is determined using the iMA (Moving Average, MA) indicator.

A script calculating the distance between a point and a line.

The Expert Advisor trades using levels. It can have a maximum of two positions of each type (Buy and Sell) in the market.

A weighted CCI.

A portfolio EA for the MOEX FORTS market.

An indicator of trend strength.

A smoothed RSI.

Divergences of the Repulse oscillator.

An indicator of possible price "rebounds".

The Overbought/Oversold Index

The Performance Index indicator.

A Moving Average with the smoothing type by Mark Jurik.

An indicator of important extremums.

A trading system based on the Donchian Channel indicator.

Integral of Linear Regression Slope (ILRS MA).

An indicator of the dominant direction of closing of bars.

Triangular Moving Average.

An indicator of StopLoss levels.

An indicator of current support/resistance levels.

RMO

The tend indicator: Rahul Mohindar Oscillator

Regularized EMA by Cris Satchwell.

Smoothed Positive Volume Index

Universal trailing of positions and pending orders.

An indicator of StopLoss levels.

Least Square Moving Average - a moving average calculated by the least squares method.

Instantaneous Trendline by J. Ehlers.

HMA

Alan Hull's Moving Average is a non-lagging moving average.

Polynomial interpolation.

Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.

Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.

The Volatility Band 2 indicator is similar to the standard Bollinger Bands, and is a modification of Volatility_Band with the following difference: instead of a separate 'Low band adjustment', this parameter affects both the lower and the upper bands of the indicator.

Volatility Bands

1...616263646566676869707172737475...183