Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

FractalsPeriod - indicator for MetaTrader 5

Views:
13755
Rating:
(38)
Published:
2010.01.26 12:56
Updated:
2016.11.22 07:32
\MQL5\Include\
calcfrac.mqh (1.6 KB) view
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

FractalsPeriod

Bulls Power Bulls Power

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

ZigZagColor ZigZagColor

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

SphereSample SphereSample

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

ObjChartSample ObjChartSample

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