Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Ultimate_Oscillator - indicatore per MetaTrader 5

Visualizzazioni:
5990
Valutazioni:
(9)
Pubblicato:
2019.01.02 14:30
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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)




Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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