Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
7649
Note:
(14)
Publié:
2015.05.21 15:14
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:

Ramil Minniakhmetov

The grid strategy is very popular, but has its own downsides. One of the main downsides is that using indicators you can enter the market in a wrong direction in the beginning of a strong trend and lose your deposit.

The BreakTrend indicator solves this problem. It generates signals when the strong movement has already happened, and the turnover or pullback is possible. It measures the number of points the price passed for the specified number of bars.

Settings are different for each currency pair and timeframe.

Originally this indicator has been written in MQL4 and was first published in the Code Base on 28.04.2014.

Fig.1. The BreakTrend indicator

Fig.1. The BreakTrend indicator

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

SFX_TOR_HTF SFX_TOR_HTF

The SFX_TOR indicator with the timeframe selection option available in the input parameters.

SFX_TOR SFX_TOR

Trend indicator based on Average True Range and Standard Deviation.

Begin_Trend_v01 Begin_Trend_v01

Simple trend indicator based on three Moving Averages.

Begin_Trend_v02 Begin_Trend_v02

Normalized version of the Begin_Trend_v01 indicator.