MQL4 iFractals Indicator
Overview
Calculates the Fractals indicator and returns its value.Function Signature
double iFractals(string symbol, int timeframe, int mode, int shift);
Parameters
symbol (string): Symbol name for calculation. NULL uses the current symbol.timeframe (int): Timeframe. Use ENUM_TIMEFRAMES values. 0 uses the current chart timeframe.mode (int): Indicator line index. Use Indicators line identifiers enumeration.shift (int): Index of the value from the indicator buffer (shift relative to the current bar).Returned Value
double: Numerical value of the Fractals indicator.Example
double val = iFractals(NULL, 0, MODE_UPPER, 3);
Related Functions
iForceiGatorPlatform Support
Related Resources
Previous
arrow_back
Iforce
Next
Igator
arrow_forward