Category

Indicator Functions

Description

Bollinger band bottom

Syntax

BBBOT(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 BBBOT for something other than Close use BBBotF.

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