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:
- 7685
- Note:
- Publié:
- 2019.02.07 09:00
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Indicator Wide/Narrow Spread bar displays the largest and the smallest bar over the selected period as colored candles.
It has three adjustable parameters:
- Range - search range
- Show wide spread bar - show the largest bar (Yes/No)
- Show narrow spread bar - show the smallest bar (Yes/No)
Calculations:
- If Max = HL,
WS = Max/Point and the candle color is blue
- If Min = HL,
NS = Min/Point and the candle color is red
where:
HL = High - Low
Max, Min - the maximum and minimum HL within the Range
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/23535