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:
- 5613
- Note:
- Publié:
- 2018.07.13 16:01
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Oscillator Power displays the power of bulls and bears, as well as their ratio.
It has two configurable parameters:
- Period - calculation period
- Range - calculation range
Calculations:
Power = 100 * (BullPower - BearPower)
where:
BullPower = SMA(Bulls, Range) BearPower = SMA(Bears, Range)
- If High > EMA
Bulls = 1
- Otherwise
Bulls = 0
- If Low < EMA
Bears = 1
- Otherwise
Bears = 0
EMA = EMA(Close, Period)
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21324

Indicator Intraday Intensity Index 2

Indicator AbsolutelyNoLagLwma_Range_Channel with the timeframe selection option available in the input parameters.