거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Ultimate_Oscillator - MetaTrader 5용 지표

조회수:
6029
평가:
(9)
게시됨:
2019.01.02 14:30
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Ultimate Oscillator indicator is based on three momentum indicators of different periods: week, two weeks and three weeks.

It has five input parameters:

  • First momentum period - first momentum calculation period
  • Second momentum period - second momentum calculation period
  • Third momentum period - third momentum calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

UltimateOsc = 100.0 * ((4.0*Avg1) + (2.0*Avg2) + Avg3) / (4+2+1)

where:

Avg1 = SumBP1 / SumTR1
Avg2 = SumBP2 / SumTR2
Avg3 = SumBP3 / SumTR3

SumBP1 - BP sum over the First momentum period
SumTR1 - TR sum over the First momentum period

SumBP2 - BP sum over the Second momentum period
SumTR2 - TR sum over the Second momentum period

SumBP3 - BP sum over the Third momentum period
SumTR3 - TR sum over the Third momentum period

BP = Close - Minimum(Low, PrevClose)
TR = Maximum(High, PrevClose) - Minimum(Low, PrevClose)




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

ROC_with_Signal_MA ROC_with_Signal_MA

The ROC indicator with signal Moving Average

OHLC_Volume_Histo OHLC_Volume_Histo

The OHLC Volume Histogram indicator

ZMA ZMA

The ZMA indicator

Intraday_Intensity_Open_Form Intraday_Intensity_Open_Form

The Intraday Intensity Open Form indicator