Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Open_Oscillator - MetaTrader 5 için gösterge

Görüntülemeler:
3319
Derecelendirme:
(11)
Yayınlandı:
2018.08.23 13:38
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: 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.