src = market_data_source(timeframe="15min")
lower, middle, upper = bbands(period=20)(src.c)
width = bband_width()(lower, middle, upper)


