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.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)?
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.
FractalsPeriod:
Author: Alexander P.