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

Volume Adjusted Moving Average

Explore how the Volume Adjusted Moving Average in Origami Tech smooths trends by weighting prices with traded volume for accurate signal detection.

Volume Adjusted Moving Average

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

Last updated