Functions
talib.dcw()
Donchian channel width over `length` bars, as a single figure. Where `talib.dc` gives you the channel, this gives you how wide it is.
Syntax
talib.dcw(series int length) → series float
Arguments
length required series int How many bars the channel spans. Return Type
series float