MQL4 iAC Indicator
Overview
Calculates the Bill Williams' Accelerator/Decelerator oscillator and returns its value.
Function Signature
double iAC(
string symbol, // symbol
int timeframe, // timeframe
int shift // shift
);
Parameters
string): Symbol name for calculation. NULL uses the current symbol.int): Timeframe. Use ENUM_TIMEFRAMES values. 0 uses the current chart timeframe.int): Index of the value from the indicator buffer (shift relative to the current bar).Returned Value
double: Numerical value of the Bill Williams' Accelerator/Decelerator oscillator.Example
double result = iAC(NULL, 0, 1);
Related Indicators
Platform
MQL4
Resources
Previous
arrow_back
Mql4 technical indicators
Next
Iad
arrow_forward