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

MQL5 코드베이스에서 MetaTrader 5용 라이브러리를 무료로 다운로드하십시오. - 4

코드를 제출하세요
YMA

Moving average for prices (O+C+H+L)/4.

A variation on the T3 theme that was made as a sort of envelopes using T3 for basic value.

The Aroon indicator in the new visualization.

The library and iCanvas class simplify writing programs using Canvas.

This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.

VROC(Volume Rate of Change)는 거래량 추세가 이동하는 방향을 나타내는 지표입니다.

SuperTrend indicator.

This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.

The indicator colors the candlesticks according to B. Williams.

MACD with possibility to choose between tick volume and real volume.

The MetaTrader 5 version of RSI of MACD double

Double stochastic of RSI.

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.

Slow Stochastic.

Recursive Median Oscillator - with floating levels

This is MQL5 version of Shved Supply and Demand written by Shved and upgraded by eevviill7 with history mode.

"This advisor uses the RSI indicator to determine optimal entry and exit points in the market. A unique feature of the advisor is its martingale strategy, which allows for position reversal with an increased lot size during market reversals. The advisor offers flexible trading time settings: you can set a working time range and disable trading during specific hours to filter out news events."

This is the exact conversion of linreg function from pine script v4 as an mql5 indicator.

A simple yet effective donchian channel breakout strategy. This strategy is timeless!

Fisher RVI is an oscillator that modifies RVI (Relative Vigor Index) custom indicator values using Inverse Fisher Transform.

Serialization and deserialization of JSON protocol. The code is ported from a high-speed С++ library.

Super trend indicator that uses hull average for calculation.

Laguerre RSI with Laguerre filter

The EasyAndFastGUI library allows creating graphical interfaces for custom MQL programs.

Class for displaying multi-line comments.

The indicator is an example of smoothing a time series of the OsMA indicator by filtering harmonics of higher order.

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

Pivot Point indicator with an addition of 4 ways of calculating pivot points.

This version is using double smoothed ema, not some regular moving average.

RSI experiment with a simple addition of filled areas when floating levels are crossed.

The newest version of ALMA.

This version can use one of the 4 basic averages types for smoothing.

Adaptive Laguerre filter trend.

An indicator of custom patterns.

Calculating the best trading interval.

The script obtains information about the number, types and sizes of input and output tensors in an ONNX model

This is the exact conversion of pivotshigh and pivotslow functions from pine script v4 as an mql5 indicator.

This function performs the main logic of opening a trade. Calculates the opening price, take profit levels and stop loss based on symbol information and parameters provided by the user. Prepare a trade request (MqlTradeRequest) with the necessary information, such as symbol, volume, order type, deviation, comment, magic number, etc. Call the OrderSend function to send the operation request and get the result. SetTypeFillingBySymbol function: Determines the order fill type (Fill or Kill, Immediate or Cancel, or Return) based on the symbol's filling policy. GetMinTradeLevel function: Calculates the minimum operating level based on the freeze level and the symbol stops level. Adjusts the minimum level to make sure it is within certain limits and returns the result.

Indicator based on basic slope moving average and cloud around. Indicator shows two types of signals: prepearing - dot and entry - arrow.

This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application.

1234567891011...184