Skip to content

usePositionFeed

stable

Live FX position tick hook — returns { positions, lastUpdate, delta, running, pause, resume }. Configurable volatility and tick interval.

Orchestration/Storybook ↗
import { usePositionFeed } from "@nodus/design-system/patterns"
Loading demo…

Props

interval
Type numberDefault

Tick frequency in ms (default: 1500).

volatility
Type number (0–1)Default

Rate movement magnitude (default: 0.3).

Metadatasemantictypefin
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?