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:
- 5453
- Note:
- Publié:
- 2018.07.13 15:58
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Indicator Bears Bulls Impuls displays in a separate window a pulse graph showing the market switches from bullish to bearish, and vice versa.
It has two configurable parameters:
- Period - calculation period
- Applied price - calculation price
Calculations:
- If (BullIndex + BearIndex) > 0
Bulls = 1 Bears = -1
- If (BullIndex + BearIndex) < 0
Bulls = -1 Bears = 1
BullIndex = High - EMA(Applied price, Period) BearIndex = Low - EMA(Applied price, Period)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21315

Two moving averages on the range of one-direction candlesticks

Difference of two moving averages within the range of one-direction candlesticks