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

Ultimate_Oscillator - MetaTrader 5용 지표

게시자:
Nikolay Kositsin
조회수:
8272
평가:
(22)
게시됨:
2012.02.06 14:01
업데이트됨:
2023.03.29 13:44
\MQL5\Include\
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Real author:

Rosh

The Ultimate Oscillator (Ultimate Oscillator), proposed by Larry Williams is calculated as weighted value of three Stochastic indicators, calculated for fast, middle and short periods. The periods ratio is selected as follows 1:2:4 (doubling) or 1:2:3. The periods depend on market. The recommeneded values are: 7-14-28 or 7-14-21.

Larry Williams recommend to open position after formation of divergence.

Buy signals:

  • The bullish divergence has appeared: the price at new minimum, the indicator is not at new minimum;
  • During the bullish divergence formation the oscillator < 30;
  • The oscillator grow higher than maximum level, achieved during formation of bullish divergence. It's the best time to buy.

Close long positions:

  • The Oscillator value achieved 50 and fall lower than 45;
  • The oscillator value > 70 (in some cases it's recommened to wait the fall to 70;
  • Sell signal has appeared.

Sell signals:

  • The bearish divergence has appeared: the price at new maximum, the indicator is not at new maximum;
  • During the bearish divergence formation the oscillator > 50;
  • The oscillator fall lower the minimum level, achieved during formation of the bearish divergence.

Close short positions:

  • Oscillator > 65;
  • Oscillator < 30;
  • Buy signal has appeared.

This indicator was first implemented in MQL4 and publised in Code Base 09.02.2007.

The indicator uses the classes from SmoothAlgorithms.mqh library, described in article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Ultimate Oscillator indicator

Ultimate Oscillator indicator

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

IBS IBS

Internal Bar Strength Indicator measures the "inner strength" of each bar by subtracting the close price from the low and dividing the resulting number by the difference between high and low bars.

X2MA_KLx3_Cloud X2MA_KLx3_Cloud

Keltner Channel displayed as colored background.

TrendManager TrendManager

Visual trend indicator that shows the direction and power of the current price movement.

Sidus Sidus

This indicator is based on the first version of Sidus trading method. It shows market entry points.