Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 22743
- Note:
- Publié:
- 2018.06.06 12:59
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The indicator is drawn as two lines and a histogram:
- TD Index - the trend index;
- Direction - trend direction line;
- Signal - trade direction histogram.
It has two parameters:
- Period - calculation period;
- Applied price - price used for calculations.
Possible interpretation of the indicator
- If the histogram points upwards, buying is preferred; if downwards — selling is preferred.
- The intersection of the TD Index and Direction lines, intersection of Direction and zero, as well as a change in direction can also be a signal to open a position in the direction indicated by the histogram.
- If trading implies opening of counter-trend positions (trading on rollbacks), then a change in the line direction counter to the histogram direction can serve as a signal to open a counter-trend position.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20323

Trend_Percentage - the ratio of bulls and bears.

The unsmoothed RSI indicator.