Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Yayınlayan:
- Mladen Rakic
- Görüntülemeler:
- 11383
- Derecelendirme:
- Yayınlandı:
- 2016.10.04 12:39
- Güncellendi:
- 2016.11.22 07:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
This is a version of Bollinger bands made as a filled area. But
to avoid just making the usual Bollinger bands with some more colors,
this version has a choice of calculating the standard deviation as a
sample or as an uncorrected deviation. The explanation for that would be
the following.
The difference is usually not big, but it exists. So now we have the
Bollinger bands with a choice of these two deviation types too (with the
usual set of 22 price types addition).
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/16489

The indicator is finding out the minimum and maximum for the desired period and draws fibo zones in those bounds.

This is one more possible way of making MACD — as a candles, without the price and signal line.

This indicator is constructing "bands" using 3 quantile values.

Indicator sends the alert when new bar is formed.