Skip to main content
Module

x/trading_signals/mod.ts>BollingerBandsWidth

Technical indicators to run technical analysis for Deno. 📈
Latest
class BollingerBandsWidth
import { BollingerBandsWidth } from "https://deno.land/x/trading_signals@3.6.1/mod.ts";

The Bollinger Bands Width (BBW) indicator, developed by John A. Bollinger, merges the information of Bollinger Bands into one definite number. It defines the narrowness of the underlying Bollinger Bands by representing the difference between the Upper Band and the Lower Band.

Constructors

new
BollingerBandsWidth(bollingerBands: BollingerBands)