Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 6198
- Derecelendirme:
- Yayınlandı:
- 2018.08.23 11:29
- Güncellendi:
- 2018.08.23 11:34
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Wildhog oscillator displays asset's overbought/oversold states, as well as searches for divergences. It works on any timeframe.
The system is based on the last High, Low and Close eight bars.
The indicator has three input parameters:
- Period - calculation period
- Overbought - overbought level
- Oversold - oversold level
Calculation:
Wildhog = 100 * (Close-Min) / (3 * (Max-Min)) + PrevWildhog
where:
Max, Min are the highest and lowest prices within the Period interval
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21393

DEMA_Range_Channel indicator with the timeframe selection option available in input parameters

DirectCandlesCounter indicator in the form of candles.

The EA uses the following indicators: iADX (Average Directional Movement Index, ADX), two iMAs (Moving Average,MA) - one indicator at CLOSE prices and another one at OPEN prices, iOsMA (Moving Average of Oscillator, OsMA).

The histogram displays the difference of a Close price and iAMA (Adaptive Moving Average, AMA) indicator value.