Back to Projects
https://frontend-kappa-three-44.vercel.app
Loading preview…

WingWong Finance

AI/ML
PythonReactViteTailwind CSSyfinanceCCXTOllamaClaude API

About This Project

WingWong Finance is a desktop trading app with a Python backend and a React frontend. The signal engine scores equities and crypto by blending technical indicators, news sentiment, and macro factors, and a language model (a local Ollama model or the Claude API) writes the sentiment read and a plain-English explanation for each signal. Market data comes from yfinance and CCXT, and a backtesting module replays strategies against history. The React dashboard is deployed on Vercel for the demo below and runs alongside the Python API on the desktop.

Key Features

  • Signal engine blending technical, news, and macro inputs
  • LLM-generated sentiment scores and explanations
  • Equity data via yfinance and crypto via CCXT
  • Strategy backtesting against historical data
  • React dashboard packaged with the Python API as a desktop app