Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Fibonacci retracement - indicateur pour MetaTrader 5

Vues:
26901
Note:
(27)
Publié:
2011.08.12 12:47
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

ggekko

The indicator plots the Fibonacci retracement levels on the chart for a user-defined number of bars without having to draw the Fibonacci retracement object.

The user specifies how many bars they want to use for the retracement and then the indicator keeps track of the highest highs and lowest lows and plots the levels accordingly.

If a new high is more recent than a new low, then the indicator assumes it to be an uptrend and the levels show were the price might encounter support if it retraces. If a low is more recent than a high, then the indicator assumes it to be a downtrend and the lines show were the price might encounter resistance if it retraces.

The original idea and code were published in the Code Base on mql4.com 2011.04.11.

Fibonacci retracement

Module of Trade Signals, Based on T3 Indicator Module of Trade Signals, Based on T3 Indicator

The downward crossover of T3 moving average is a signal to open a long position, the upward crossover of T3 moving average is a signal to open short position.

T3 T3

T3 Moving Average is based on multiple exponential smoothing of price.

Variation Variation

This trend indicator shows the current trend direction and moments for closing of the opened position.

Simple timer next candle Simple timer next candle

A non-invasive candle time that can be positioned next to price or near a corner.