iAD Indicator
Overview
Calculates the Accumulation/Distribution indicator and returns its value.Function Signature
double iAD(
string symbol, // symbol
int timeframe, // timeframe
int shift // shift
);
Parameters
NULL uses the current symbol.ENUM_TIMEFRAMES value. 0 uses the current chart timeframe.Returned Value
Numerical value of the Accumulation/Distribution indicator.Example
double result = iAD(NULL, 0, 1);
Related Indicators
Previous
arrow_back
Iac indicator
Next
Iadx
arrow_forward