Indicators: FractalsPeriod

 

FractalsPeriod:

An indicator lets you specify the number of bars separately before and after the current High / Low (fractal) can.

Author: Alexander P.

FractalsPeriod

 
Automated-Trading :

FractalsPeriod:

Author: Alexander P.

A bit unclear about the number before/after bars with extreme High/Low values. I.e. for example after an extreme Low. which is calculated from 3 bars? looking for any fractal (up or down)?

through FractalsPeriodBefore-1 bar (at 0 does not work?)? I would like to know the logical meaning of all this.
 
zfs :

The number before/after bars with extreme High/Low values is a bit unclear. I.e. for example after extreme Low... which is calculated from 3 bars? looking for any fractal (up or down)?

through FractalsPeriodBefore-1 bar (at 0 does not work?)? I would like to know the logical meaning of all this.


You're looking for the meaning, I'm looking for how to put it, what is the class where to put it?
 
Alexstlt :

You're okay looking for meaning I'm looking for how to put it what is the class where to put it?


https://www.mql5.com/en/docs/basis/preprosessor/include

The derivative #include <CalcFrac.mqh>
indicates that the class file is in the mql5\include\ directory.

If you write #include "CalcFrac.mqh".

then the file must be in the same directory as the program that uses it.

Guys, read the HELP.