Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
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
Ö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
Open_Oscillator - MetaTrader 5 için gösterge
- Görüntülemeler:
- 3505
- Derecelendirme:
- 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
The trading system based on CandleStop_System indicator signals with the possibility to set a fixed position holding time.
Exp_AbsolutelyNoLagLwma_Range_Channel_Tm_PlusThe trading system based on AbsolutelyNoLagLwma_Range_Channel indicator signals with the possibility to set a fixed position holding time.
Projection_Bands
Projection Bands indicator.
Projection_OscillatorProjection Bands indicator in the form of oscillators.