Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 14530
- Note:
- Publié:
- 2010.01.26 12:56
- 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
An indicator lets you specify the number of bars separately before and after the current High / Low (fractal) can.
It uses CalcFrac Class from CalcFrac.mqh Library.
Input parameters:
Input parameter | Value | Description |
---|---|---|
CompleteBarsOnly |
true | Converts only with finished bars |
FractalsPeriodBefore |
2 | Number of bars before the current High / Low |
FractalsPeriodAfter |
5 | Number of bars after the current High / Low |
Maxbar |
100 | Number of bars in the calculation |

The Bulls Power Indicator measures the balance of the bulls strength.

This is a modified version of ZigZag indicator that draws lines with different colors depending on the price movement direction.

The script illustrates control of graphic objects using the classes from the Standard Library.

The script illustrates control of chart properties using the classes from the Standard Library (CChart).