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

Codes sources MQL5 des indicateurs techniques pour MetaTrader 5

icon

Les indicateurs techniques MQL5 analysent les graphiques de prix MetaTrader 5 sur le Forex, ainsi que sur les marchés boursiers et des matières premières. Les indicateurs définissent la direction et la puissance de la tendance, les états de sur-achat et de survente, les niveaux de soutien et de résistance. Les modèles mathématiques sous-jacents fournissent une évaluation objective de l'état actuel du marché, permettant aux traders d'accepter ou de rejeter les signaux du système de trading.

Vous pouvez télécharger et lancer les indicateurs proposés dans MetaTrader 5. La bibliothèque d'indicateurs est également disponible directement depuis la plateforme MetaTrader 5 et l'environnement de développement MetaEditor.

Soumettre votre code

A demonstration on how to modify objects in an indicator without having the source code

main point is changing of MA curve to horizontal line and DPO curve shall represent to distance from close price to zero level or MA curve

This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.

Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions.

This indicator is designed to draw a Fibonacci retracement, using as a basis the ZigZag indicator.

Beginner tutorial on CCI to learn to code in MQL5

Linear Regression Value indicator with an option that allows it to be applied to another indicator

Bollinger Bands with controllable outer band smoothing (post smoothing)

Bollinger Bands with controllable outer band smoothing (pre smoothing)

This code does not trace the iatr() because the iatr() or this code is a more modern version. This code uses original smoothing, a kind of SMA and not wilder smoothing. The analysis of the two smoothings can suggest opportunities elsewhere

The goal is to show a code that shows the calculation of the ATR with Wilder smoothing

Linear regression line with an option to be applied to another indicators

Linear Regression Line

Linear Regression Slope

Linear Regression Value indicator

RSI adaptive indicator based on tick calculations

How to use Metaquotes native smoothing functions in MovingAverages.mqh SimpleMAOnBuffer(), ExponentialMAOnBuffer(), SmoothedMAOnBuffer(), and 2 LinearWeightedMAOnBuffer()

Root Mean Square

This indicator shows you how to use native functions SimpleMA(), ExponentialMA(), SmoothedMA(), LinearWeightedMA which are in the MovingAverages.mqh library in the includes directory

This is a first for MetaTrader 5. Now you can click on the chart to create price alerts.

MQL5 version of geometric moving average.

Standard Bollinger Bands indicator with averaging features added

A simple indicator which may help you in manual backtest by just moving a vertical line to show hide bars.

Relative Strength Index that completely removes noise, works on all markets!

It will detect whether there's confluence between the current chart timeframe and two other timeframes.

Counter attack candlestick pattern

Dominant Candle is a a two candlestick set where the wicks intersect each other but body of the candles are either gapped up, gapped down or equal

Logarithmic Moving Average continuously calculates the logarithmic mean of highest price and lowest price within a period.

MQL5 version of harmonic moving average

The indicator draws an arbitrary second time frame on the chart.

Highlights the Forex Market Sessions (Sydney, Tokyo, London, New York).

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

Searches for Wick or Body based High low in visible bars of chart

A simple observatory of individual currencies.

it is an Indicator of Donchain chanel price action work with to all time frame.

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.

Historical Strong S/Rs Levels

Hides Alone Candlesticks

Fair Value gaps are used in ICT's smart money concept where there is an imbalanace of 1 point or more between 1st candle's high and 3rd candle 's low in bullish and 1st candle 's low and 3rd candle's high in bearish

This is an indicator to calculate ATR Weighted moving averages.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134