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

Open_Oscillator - indicatore per MetaTrader 5

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

Open_Oscillator calculates Open price change dynamics for a specified period of time. It draws two lines - minimum and maximum Open prices for the range relative to the current values, as well as two signal lines.

It has two configurable parameters:

  • Period - calculation period;
  • Signal period - signal lines smoothing period.

Calculation:

Low = MinPos - Open
High = Open - MaxPos
SignalLow = EMA(Low, Signal period)
SignalHigh = EMA(High, Signal period)

where:

  • MinPos - lowest price within the Period range;
  • MaxPos - highest price within the Period range.
The location of the signal lines relative to each other indicates a trend, the crossings of the signal and the oscillator lines indicate the entry direction.

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

Exp_CandleStop_System_Tm_Plus Exp_CandleStop_System_Tm_Plus

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

Exp_AbsolutelyNoLagLwma_Range_Channel_Tm_Plus Exp_AbsolutelyNoLagLwma_Range_Channel_Tm_Plus

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

Projection_Bands Projection_Bands

Projection Bands indicator.

Projection_Oscillator Projection_Oscillator

Projection Bands indicator in the form of oscillators.