Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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

Bibliothèque de code source MQL5 pour MetaTrader 5 - 70

icon

Il s'agit de la plus grande bibliothèque de code source gratuite pour les programmes de la plateforme MetaTrader 5. Vous y trouverez des Expert Advisors, des indicateurs techniques, des scripts et des bibliothèques prêts à l'emploi. Utilisez la bibliothèque de codes lors de l'apprentissage du langage MQL5 et développez vos propres applications de trading automatisé basées sur les codes fournis.

Vous pouvez librement télécharger et tester les codes publiés, ainsi que les lancer dans MetaTrader 5. La bibliothèque est également disponible directement depuis la plateforme MetaTrader 5 et l'environnement de développement MetaEditor.

Soumettre votre code

The indicator of candlestick direction ratio

DMA

Dynamic Moving Average

The ratio of bullish to bearish candlesticks over the selected period

An oscillator indicator of probable reversals

BO

The Blast Off oscillator indicator

WVF

Williams' Vix Fix indicator

VA

The Velocity/Acceleration indicator.

The unsmoothed RSI indicator.

Trend_Percentage - the ratio of bulls and bears.

TDI

The Trend Detection Index.

POB

Point of Balance (POB).

DSP

Detrended Synthetic Price (DSP) Oscillator

The Awesome Oscillator (AO) indicator with configurable parameters.

APR

Average Period Range - an indicator of the average daily range.

An indicator of daily levels.

The Expert Advisor places a grid of pending Buy Stop and Sell Stop orders.

The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars having Low below the Low of bars on the left and on the right. Uses the DRAW_ARROW style.

A trend oscillator.

UI

Ulcer Index (UI) - the volatility decrease index.

John Carter TTM Squeeze - an indicator of trend zones.

A Trend Oscillator.

RTL

Trend indicator Recursive Trendline (RTL).

PVT

Price Volume Trend (PVT) is an indicator of price trend and volume, similar to the standard On Balance Volume (OBV) indicator.

The indicator shows the open price of a period.

An oscillator indicator showing a difference between MA and the price.

A volume indicator with different types of data representation.

A trend indicator: Smoothed High/Low Linear regression band.

A trend indicator: High/Low Linear regression band.

MACD based on the Linear regression MA.

The script draws horizontal lines representing BUY (blue) and SELL (red) orders.

The MESA Adaptive Moving Average (MAMA) and the Following Adaptive Moving Average (FAMA) combination made to be multi timeframe.

Combination of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) made as an oscillator.

This indicator uses the combined values of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) to assess the trend of the market.

Instead of using Simple Moving Average it uses EMA (Exponential Moving Average), and instead of using mean deviation it uses EMA deviation (originally published here EMA Deviation).

This is a Stochastic of CCI. When Stochastic is applied to CCI and the bounds are in the fixed 0 to 100 range, the trend assessment can be done using that fact too.

End Point MA indicator uses the original formula described in the "The End Point Moving Average" article with one deviation: it is made to be "faster" (i.e., to react to market changes in a faster mode than the original version).

EMA Deviation is similar to Standard Deviation, but on a first glance you shall notice that it is "faster" than the Standard Deviation and that makes it useful when the speed of reaction to volatility is expected from any code or trading system.

Synthetic VIX indicates the increase or decrease of volatility and it should be used as that.

This version of BB Stops changes uses EMA deviation for calculation.

This version of Bollinger Bands does not use standard deviation for Upper and Lower Bands, but uses the EMA deviation.

1...636465666768697071727374757677...183