Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Vues:
4542
Note:
(17)
Publié:
2016.10.10 15:10
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

The dTrend indicator with the timeframe selection option available in input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4// Indicator chart period (timeframe)

The indicator requires dTrend.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.

Fig.1. The dTrend_HTF indicator

Fig.1. The dTrend_HTF indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/15978

AutoFibAutoTrend AutoFibAutoTrend

The indicator plots price channel and Fibonacci levels based on the latest ZigZag peaks.

Simple ZigZag Simple ZigZag

Simplified version of the popular ZigZag indicator. The algorithm runs significantly faster, does not use intermediate calculation buffers, does not contain nested cycles and, therefore, does not redraw itself.

Exp_i-CAi Exp_i-CAi

The Exp_i-CAi Expert Advisor is based on change of direction of the i-CAi indicator.

i-CAi_HTF i-CAi_HTF

The i-CAi indicator with the timeframe selection option available in input parameters.