Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Tymen_STARC_Bands - indicator for MetaTrader 5

Views:
6239
Rating:
(11)
Published:
2019.01.02 14:26
Need a robot or indicator based on this code? Order it on Freelance Go to 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)

Translated from Russian by MetaQuotes Ltd.
Original code: 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