Hi, I am trying to create a program in MQL4 where I want compiler to identify a Fractal in the last say Four bars and if it is an UP fractal it should not Buy and if its DOWN fractal it should not Sell.
I want to know how does this mql function iFractal works. Does it return 0,1,2? And does MODE_UPPER mean it is an UP Fractal and MODE_DOWN means it is a DOWN fractal which means better to look for Buy.
Regards.