Lipi Reference Lipi

Functions

talib.dc()

Donchian channel over `length` bars. `length` is the only argument. The channel is taken from the chart's own bars rather than from a series you supply.

Syntax

                talib.dc(series int length) → [series float, series float, series float]
              

Arguments

length required series int How many bars the channel spans.

Return Type

[series float, series float, series float]