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:
- 5256
- Derecelendirme:
- Yayınlandı:
- 2018.08.23 11:33
- Güncellendi:
- 2018.08.23 11:33
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
OHLC Volume displays two volume graphs considering Open, High, Low and Close and applying two calculation methods: High-Open and Close-Low.
Since it is calculated only by OHLCV bar values, the indicator has no configurable parameters.
Calculation:
Vol UP = Volume * CoeffUP/(CoeffUP+CoeffDN) Vol DN = Volume* CoeffDN/(CoeffUP+CoeffDN)
where:
CoeffUP = High-Open CoeffDN = Close-Low
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21402

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

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).