Filter and discover forex pairs based on technical indicators.
npx @hanzo/ui@latest add forex-screener
import { ForexScreener } from "@hanzo/ui/finance" export default function Demo() { return <ForexScreener market="forex" colorTheme="dark" /> }