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

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

icon

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

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

코드를 제출하세요

The indicator consists of support and resistance levels based on a trading range for a certain period of time.

New comments added to a chart without deleting existing ones.

The simple indicator which displays minimums and maximums of the eldest, middle and short periods using semaphore dots.

The indicator generates buy and sell signals using colored dots on a chart and displays messages.

Yaanna is the simplest indicator of the overbought/oversold states.

Symmetrical normalized CCI (Commodity Channel Index) with alternative (ultralinear and JMA) smoothing algorithms.

The indicator is a combination of the FATL digital filter and analogue JMA adaptive smoothing.

Range Bound Channel Index (RBCI) digital filter removes low frequency trend, generated by low frequency spectrum components, and high frequency noise, generated by high frequency spectrum components.

Moving average with the double adaptive JMA smoothing of a price range.

Slow Adaptive Trend Line is used for suppressing market noises and market cycles with longer oscillation periods.

The indicator generates buy and sell signals and issues alerts in case of the Stochastic Oscillator indicator overbought or oversold levels crossing.

Using JMA adaptive moving average is the best way to smooth price ranges with a minimum time lag.

Go

The simplest trend indicator.

Extrapolator is a result of a long-term research in the field of Timeseries Forecasting. This indicator forecasts future price behavior.

Slow adaptive trend line with ultralinear and JMA smoothings.

2pbIdeal1MA.mq5 and 2pbIdeal3MA.mq5 indicators are the moving averages with the smoothing algorithm developed by Neutron.

The indicator generates market entry signals and draws the line of Stop Loss orders positioning.

Reference Slow Trend Line (RSTL).

KRI

While creating Kairi (KRI) oscillator, deviation of a price from its simple moving average is calculated. The result is shown in percentage of the average.

Moving average indicator with the linear regression smoothing algorithm.

RSI oscillator with ultralinear and JMA smoothing algorithms.

Reference Fast Trend Line (RFTL).

The fan based on the five T3 moving averages for trend indication.

Moving average indicator based on parabolic approximation of price.

In this MACD histogram the JMA smoothing is used instead of the standard smoothing.

RSI indicator applied to MACD clearly shows the current price divergence.

PCCI (Perfect Commodity Channel Index) is a high frequency part of the price fluctuations normalized using the standard deviation.

This oscillator generates market entry and exit signals based on RSI and CCI indicators.

This indicator solves an issue of the use of digital filters in the client terminal.

The indicator shows the channel based on fractals.

Fast Adaptive Trend Line (FATL) is based on the low frequency digital filter.

The indicator shows the current trend, support and resistance levels.

Histograma MACD colorido com a linha de sinal que muda de cor de acordo com a direção da tendência.

Center of gravity is the oscillator developed by John Ehlers and presented in the "Stocks & Commodities" magazine (May, 2002).

The indicator generates market entry signals based on the ADX indicator.

Trend strength indicator based on the Laguerre adaptive filter.

A non-invasive candle time that can be positioned next to price or near a corner.

This trend indicator shows the current trend direction and moments for closing of the opened position.

The indicator plots the Fibonacci retracement levels for a user-defined number of bars.

The downward crossover of T3 moving average is a signal to open a long position, the upward crossover of T3 moving average is a signal to open short position.

1...179180181182183184185186187188189