Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
4802
Note:
(13)
Publié:
2018.10.25 18:35
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Aroon Horn oscillator is based on Aroon indicator. The indicator displays a trend direction filtering minor fluctuations.

It features two adjustable parameters

  • Period - Aroon calculation period
  • Filter - filter size

Calculation:

AH = 10.0 * (Up-Dn) / Period

where:

Up = 100.0 * (Period-MaxBar+index) / Period Dn = 100.0 * (Period-MinBar+index) / Period MaxBar, MinBar - High and Low prices index in the Period range index - current bar index

A bullish trend is displayed in green
A bearish trend is displayed in red
Sorted out values are displayed in gray

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22182

Aroon_Filter Aroon_Filter

Aroon Filter indicator

Auto_Envelope Auto_Envelope

Auto Envelope indicator

JFatlCandle__HTF JFatlCandle__HTF

JFatlCandle_HTF indicator with the timeframe selection option available in input parameters

XCCI_Candle_Vol_Zer_Alerts XCCI_Candle_Vol_Zer_Alerts

XCCI_Candle_Vol_Zer indicator provides alerts, sends email and push notifications at the incoming trading signals