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

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

icon

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

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

코드를 제출하세요

The EA waits for a TP or SL to trigger, and then opens a position in the opposite direction. It checks if there is enough money before sending a trade request. OnTradeTransaction.

Stripped Laguerre of double smoothed stochastic.

Laguerre stripped of RSI "experiment".

A variation of the Laguerre filter indicator.

RSO is an Oscillator version of RSI.

A simple trend indicator based on the RSI changes.

Another ZigZag trend indicator based on extremum points of SMA indicator.

MqlParams container class that uses method chaining to quickly add params and reduce lines of code.

An simple Indicator displaying daily opening line.

This indicator helps to move charts one by one to the the front, just like slide show, and make your hands free.

The size of a candlestick. The size is calculated by the following formula: "minuend" minus "deduction".

All information about the current symbol (information from the CSymbolInfo class object is used) represented as a dialog panel.

A trading strategy based on RSI and Bollinger Bands.

An Expert Advisor for 4 currency pairs, including EURUSD, GBPUSD, USDCHF and USDJPY. It is based on four-hour moving averages.

The oscillator is drawn as a colored histogram based on the difference between the Close price and the iSAR indicator, expressed in points.

The RBVI indicator (Relative Broker Vigor Index) implemented as a colored histogram.

The RBVI indicator with the timeframe selection option available in its input parameters.

The channel is based on a percentage price deviation. It is implemented with a color background filling. The channel width is controlled by the percentage deviation.

Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values ​​of two channels on one bar of any timeframe of the GRFLeadingEdge indicator.

The indicator implements a breakthrough system using the PercentageCrossoverChannel channel.

A Moving indicator that does not use averaging in its code.

The indicator draws a color filled channel at a distance from the current price, which is equal to the current spread multiplied by ten.

The script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.

Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values ​​of two Keltner channels on one bar of any timeframe of the XMA_KLx5_Cloud indicator.

Two Keltner channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.

Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values ​​of two Bollinger channels on one bar of any timeframe of the XMA_BBx5_Cloud indicator.

Analyzes bars whose opening time (hour and minute) is equal to the current bar opening time.

This is a trend trading system based on the signals of two Kolier_SuperTrend indicators.

Many traders are interested in native work with the BTC-e exchange directly from MetaTrader. In the exchange API, it is necessary to send data with the confirmation of parameters validity through HMAC-SHA512. The algorithm of SHA512 and HMAC calculation is implemented in this class.

Total Power Indicator in the semaphore-arrow form, generating alerts and sending emails and push notifications.

Total Power Indicator, in which values are fixed in the range from zero to one hundred.

Shows an appropriate value for the last three bars on each timeframe: "1" if the bar is bullish, and "0" if the bar is bearish.

The indicator sets the "Fixed scale" property to a chart window and holds the first bar in the middle of the window.

The WmiVol indicator with the timeframe selection option available in input parameters.

Two colored filled rectangles drawn between the values ​​of two GRFLeadingEdger indicator channels on one bar.

Two colored filled rectangles drawn between the values ​​of two Keltner channels on one bar.

Two colored filled rectangles drawn between the values ​​of two Bollinger channels on one bar.

The library makes indicators' Init/Deinit synchronized

The indicator shows the current spread using a color line.

The Exp_XFatlXSatlCloud trading system is based on change of the trend direction displayed by the XFatlXSatlCloud indicator

1...798081828384858687888990919293...183