Category

Indicator Functions

Description

Bollinger band top

Syntax

BBTOP(len, mult)

Parameters

len - lookback period

mult - number of standard deviations

Notes

This is equivalent to Avg(C, len) + (mult * StdDev(C, len)).

To calculate BBTOP for something other than Close use BBTopF.

This function supports ultra-fast one-pass calculation when used in the Data Section with a non-variable count.

 

 

 

 

Copyright © 2020-2024 Systematic Solutions, LLC