Draft copy — pending review

trading terminal · terminal-one

Terminal One

A single-user desktop trading cockpit — NYSE-floor terminal crossed with a late-night slot machine — that monitors positions and runs a deterministic options-trade recommendation engine.

The story

  1. problem

    Opinionated, and auditable

    Most trading UIs are either a spreadsheet or a slot-machine skin. Neither gives a self-directed options trader a second opinion they can audit line by line — or a record of how those calls actually play out.

  2. build

    Rules engine, neon thin client

    A Spring Boot service owns the deterministic recommendation engine, JWT auth, and Postgres. The Electron desktop is a neon thin client: Portfolio Console, Slot Machine, Paper/Taken Ledger. Market data is delayed; greeks and IV are computed in-house. It never routes a live order.

  3. result

    Pull the lever, keep the ledger

    EOD batch plus on-demand lever pulls emit ranked, explainable trades. Paper settlement and a mark-as-taken path build a real track record. Advisory only — not financial advice.

Plates

  • Draft plate of the Terminal One portfolio console with phosphor tickers.
    Draft plate — console still. Replace with a live capture.
  • Draft plate of the Terminal One paper and taken trade ledger.
    Draft plate — the auditable paper and taken ledger. Replace with a live capture.

Live from GitHub

Commits
3
Last active
  • Java
  • TypeScript
  • CSS
  • JavaScript

Read from the GitHub API at build time.

Stack

  • Spring Boot
  • Java 21
  • Postgres
  • Electron
  • React
  • TypeScript