Rejoignez notre page de fans
- Publié par:
- Mladen Rakic
- Vues:
- 11185
- Note:
- Publié:
- 2016.10.04 12:39
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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).
Traduit du russe par MetaQuotes Ltd.
Code original : 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.