거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
15739
평가:
(25)
게시됨:
2019.01.02 14:42
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

'Three ATR Bands with multiple selection' indicator is a set of three ATR Bands indicators each having adjustable parameters.

It has nineteen input parameters:

  • Show middle lines - show the middle ATR Band (Yes/No)
  • Show first ATR Bands - show the first ATR Bands indicator (Yes/No)
  • First ATR period - ATR calculation period for the first ATR Bands
  • First MA period - MA calculation period for the first ATR Bands (middle line)
  • First MA type - MA type for the first ATR Bands
  • First applied price - MA calculation price for the first ATR Bands
  • First bands multiplier - ATR multiplier for the first ATR Bands
  • Show second ATR Bands - show the second ATR Bands indicator (Yes/No)
  • Second ATR period - ATR calculation period for the second ATR Bands
  • Second MA period - MA calculation period for the second ATR Bands (middle line)
  • Second MA type - MA type for the second ATR Bands
  • Second applied price - MA calculation price for the second ATR Bands
  • Second bands multiplier - ATR multiplier for the second ATR Bands
  • Show third ATR Bands - show the third ATR Bands indicator (Yes/No)
  • Third ATR period - ATR calculation period for the third ATR Bands
  • Third MA period - MA calculation period for the third ATR Bands (middle line)
  • Third MA type - MA type for the third ATR Bands
  • Third applied price - MA calculation price for the third ATR Bands
  • Third bands multiplier - ATR multiplier for the third ATR Bands

The types of Moving Averages, which can be used for each of the three ATR Bands:

Calculation:

Top = Middle + ATR * Multiplier

Bottom = Middle - ATR * Multiplier

Middle = MA(Applied price, MA period, MA type)

Since the indicator provides wide options for adjusting the indicator lines, it is convenient for trading at rollbacks from extreme values.

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/23304

Donchian_Oscillator Donchian_Oscillator

The Donchian Oscillator indicator

MTF_MA MTF_MA

The Multi-timeframe Moving Average indicator

BTF_ATR BTF_ATR

The Three Bigger Time Frame ATR indicator

BTF_BB BTF_BB

The Bigger Time Frame Bollinger Bands indicator