Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
5734
Note:
(18)
Publié:
2018.12.18 19:08
GHLA.mq5 (9.54 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Gann HiLo Activator indicator is a simple trend indicator with a colored line.

It has one configurable parameter:

  • Period - calculation period

Calculation:

  • If Direction < 0
    GHLA = AvgH
    Line color - red
  • otherwise
    GHLA = AvgL
    Lien color - green

where:

  • If SW = 0
    Direction = PrevDirection
  • otherwise
    Direction = SW
  • If Close > AvgH
    SW = 1
  • If Close < AvgL
    SW =-1
  • otherwise
    SW = 0

AvgH = SMA(High, Period)

AvgL = SMA(Low, Period)

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

GHLA_ST_Bar GHLA_ST_Bar

Gann HiLo Activator/SuperTrend Bar indicator

Linear_Regression_Slope Linear_Regression_Slope

Linear regression slope indicator

Elder_Impulse_System Elder_Impulse_System

Elder Impulse System indicator

Double_Top Double_Top

Double Top indicator