Adaptive Price Zone (APZ)
Description
Interpretation
Further information
Usage
APZ(double barPct, int period)
APZ(IDataSeries inSeries, double barPct, int period)
//Upper Band
APZ(double barPct, int period).Upper[int barsAgo]
APZ(IDataSeries inSeries, double barPct, int period).Upper[int barsAgo]
//Lower Band
APZ(double barPct, int period).Lower[int barsAgo]
APZ(IDataSeries inSeries, double barPct, int period).Lower[int barsAgo]Return value
Parameters
Visualization

Example
Last updated