Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
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

Projection_Oscillator - indicatore per MetaTrader 5

Visualizzazioni:
3611
Valutazioni:
(11)
Pubblicato:
2018.08.23 13:41
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Projection_Oscillator is based on Projection_Bands. Unlike the original indicator, it displays the line in a separate window with overbought/oversold levels.

The indicator has three input parameters:

  • Period - calculation period;
  • Overbought - overbought level;
  • Oversold - oversold level.

Calculation:

PO = 100 * (Close-DnBand) / (UpBand-DnBand)
UpBand = Max(High, PrevHigh*SlopeHigh)
DnBand = Min(Low, PrevLow*SlopeLow)

where:

  • SlopeHigh - regression line slope of High prices in the Period range;
  • SlopeLow - regression line slope of Low prices in the Period range.

Fig. 1. Projection Oscillator

Fig. 1. Projection Oscillator

Fig. 2. Projection Oscillator + Projection Bands

Fig. 2. Projection Oscillator + Projection Bands

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21546

Projection_Bands Projection_Bands

Projection Bands indicator.

Open_Oscillator Open_Oscillator

Market status indicator with signal lines.

RSICandleKeltner_HTF RSICandleKeltner_HTF

The RSICandleKeltner indicator with the timeframe selection option available in the input parameters.

Exp_Rj_SlidingRangeRj_Digit_System_Tm_Plus Exp_Rj_SlidingRangeRj_Digit_System_Tm_Plus

The trading system based on Rj_SlidingRangeRj_Digit_System indicator signals with the possibility to set a fixed position holding time.