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:
- 19240
- Note:
- Publié:
- 2015.12.10 14:36
- 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 channel indicator.
- The upper line of the channel — the maximum value of a bar in a specified amount of bars.
- The lower line of the channel — the minimum value of a bar in a specified amount of bars.
- The middle line of the channel — the average value of the upper and the lower lines.
The indicator also displays the current channel levels as price labels and the type of the signal for making trading decisions.
The indicator settings:
- Bars_Count — the amount of bars on which the maximum and the minimum bar values lookup is performed.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/13801

The indicator displays the series of waves, breakthrough points and targets for Take Profit.

The indicator performs the calculation of the derivative of the price.

A trend strategy based on moving averages with colors as in a traffic light. The purpose of writing the EA — to test the strategy on history and pick working parameters.

Simple Expert Advisor based on the RSI indicator.