Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 10036
- Note:
- Publié:
- 2017.08.10 12:50
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The indicator marks all performed trades with short horizontal lines, if such trades have corresponding arrows.
//+------------------------------------------------+ //| Indicator input parameters | //+------------------------------------------------+ //---- Indicator display settings input string Sirname="AutoTradeLevels"; // The name for the indicator labels input uint Len=3; // The length of price labels as the number of candlesticks
Fig. 1. The AutoTradeLevels indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18635

Two ZigZag indicators are used for analysis.

The indicator draws a channel using the High and Low values of a candlestick of a higher timeframe specified in the indicator input parameters.

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

Trading strategy: the breakout of a High/Low in the selected time interval.