For the complete documentation index, see llms.txt. This page is also available as Markdown.

Percent B

Understand the Percent B indicator in Origami Tech, which measures price relative to Bollinger Bands to signal overbought or oversold zones.

Percent B

percent_b(candles: List[[Candle]], period: int = 14, colum: str = "close") -> List[Decimal]

Last updated