Category
Indicator Functions
Description
Bollinger band top
Syntax
BBTOP(len, stddevs)
Parameters
len - lookback period
stddevs - number of standard deviations
Notes
This is equivalent to Avg(C, len) + (stddevs * StdDev(C, len)).
This function supports ultra-fast one-pass calculation when used in the Data Section with a non-variable count.
|