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
Indicateurs

Tymen_STARC_Bands - indicateur pour MetaTrader 5

Vues:
6308
Note:
(11)
Publié:
2019.01.02 14:26
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Tymen STARC Bands indicator - MA+ATR bands.

It has seven input parameters:

  • ATR period - ATR calculation period
  • MA period - MA calculation period
  • Method - type of applied MA
  • Applied price - price used for calculations
  • ATR coefficient - ATR coefficient of external bands
  • ATR middle coefficient - ATR coefficient of internal bands
  • Show middle lines - display the middle MA line

The Moving Averages types which can be used for the Tymen STARC Bands:

Calculation:

Middle = MA
Highest = MA + ATR coefficient * ATR
Top = MA + ATR middle coefficient * ATR
Bottom = MA - ATR middle coefficient * ATR
Lowest = MA - ATR coefficient * ATR

where:

MA = MovingAverage(Applied price, MA period, Method)
ATR = AverageTrueRange(ATR period)

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

Tymen_STARC_Bands_MTF Tymen_STARC_Bands_MTF

The Multi timeframe Tymen STARC Bands indicator

Self Advance Decline line - with floating levels Self Advance Decline line - with floating levels

Self Advance Decline line - with floating levels

3TF_Stochastic_Average 3TF_Stochastic_Average

The Three timeframes Stochastic Average indicator

3TF_RSI_Average 3TF_RSI_Average

Three timeframes RSI Average