Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Accédez à la CodeBase depuis votre terminal MetaTrader 5
Vous n'avez pas trouvé le bon code ? Commandez-le dans la section Freelance
Comment rédiger un Expert Advisor ou un indicateur

Les meilleurs codes sources MQL4 et MQL5 selon les notes des utilisateurs - 4

Soumettre votre code

Le Taux de Variation du Volume (Volume Rate of Change - VROC) est un indicateur de la direction dans laquelle la tendance du volume évolue.

SuperTrend indicator.

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

Parallel use of the MetaTrader 4 and MetaTrader 5 order systems.

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

SAR ADX Signal with mobile notification, rewritten from MT4 version (source no longer found). This is a repaintable indicator, please be careful when using it.

Short description.

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

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.

Highest high & lowest low support resistance

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

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.

An indicator of custom patterns.

Calculating the best trading interval.

Draw a Rectangle on chart to plot custom grids based on points value on input

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.

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

Donchian Channels is a volatility indicator based on the calculation of the current price range with using the recent highest and lowest prices.

The multitimeframe version of Donchian channel.

QWMA - the "CA" ("Corrected Average") version

A quick way to draw an arc-shaped channel in 4 mouse clicks.

This non-trading utility generates custom symbol information on 1M chart.

ATR adaptive SMA (simple moving average)

1234567891011...183