Skip to main contentSkip to navigation

Forex Screener

Filter and discover forex pairs based on technical indicators.

Installation

npx @hanzo/ui@latest add forex-screener

Usage

import { ForexScreener } from "@hanzo/ui/finance"

export default function Demo() {
  return <ForexScreener market="forex" colorTheme="dark" />
}