Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 14520
- Rating:
- Published:
- 2010.01.26 12:56
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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).