Skip to content

Releases: talocode/tradia

Tradia v0.1.0 — Local Trading Intelligence TUI

13 Jun 20:41

Choose a tag to compare

Summary

Tradia v0.1.0 is the first official Talocode-scoped release of Tradia.

Tradia is a local-first terminal trading intelligence system for prop firm Forex traders. It helps traders import trade history, find risk patterns, detect repeated mistakes, review performance, and protect funded accounts.

Install

npx @talocode/tradia

or:

npm install -g @talocode/tradia
tradia

What shipped

  • Local-first CSV trade import
  • Local storage in "~/.tradia"
  • Deterministic trading analytics
  • Risk report
  • Mistake detection
  • Weekly review
  • Tomorrow trading plan
  • FTMO-like prop firm rules support
  • Simple terminal home screen
  • No hosted service required

Commands

tradia init
tradia import ./trades.csv
tradia trades list
tradia stats
tradia mistakes
tradia risk
tradia review week
tradia plan tomorrow
tradia rules set ftmo
tradia rules status
tradia doctor

Validation

  • Published package: "@talocode/tradia@0.1.0"
  • Registry check: "npm view @talocode/tradia version" returned "0.1.0"
  • Packed install verified locally
  • Tarball contained only README, dist files, and package metadata
  • No ".env", secrets, "node_modules", logs, screenshots, or local "~/.tradia" files included

Known limitations

  • CSV import first.
  • No broker connection yet.
  • No auto-trading.
  • No financial advice.
  • No cloud sync yet.
  • No paid APIs required.

Tradia TUI v0.1.1 — Bring Your Own Key

11 Jun 17:55

Choose a tag to compare

Tradia TUI v0.1.1 — Bring Your Own Key

Summary

The first proper bring-your-own-key release of Tradia TUI. Users install the CLI, run tradia init, and use it fully with their own Unusual Whales API key or the built-in mock mode. No hosted app required.

What changed

  • Added first-run setup/config wizard
  • Added local config support at ~/.tradia/config.json
  • Added tradia doctor and tradia config commands
  • Added mock mode for credential-free testing
  • Added Unusual Whales API key support with masked output
  • Fixed package version/path resolution after npm install

Install

  • npx tradia
  • npm install -g tradia
  • tradia

BYOK setup

  • tradia init
  • export UNUSUAL_WHALES_API_KEY=your_key
  • export MARKET_INTELLIGENCE_PROVIDER=unusual_whales
  • tradia brief

Security

  • No API key is bundled
  • User keys stay local
  • Secrets are masked in output
  • No hosted app required

NPM package

Upgrade

  • npm install -g tradia@latest

Known issues

  • Global install path depends on npm auth; direct local install verified via npm install -g ./tradia-0.1.1.tgz.

Tradia TUI v0.1.0 — Initial Terminal Release

11 Jun 18:07

Choose a tag to compare

Tradia TUI v0.1.0 — Initial Terminal Release

Summary

Initial release of TradiaAI as a terminal-first market intelligence assistant.

Install

  • npx tradia

What shipped

  • First TradiaAI terminal app
  • Mock market intelligence provider
  • Commands for brief, ticker, flow, dark-pool, congress, insider, confluence, and config
  • NPM binary: tradia
  • Local-first terminal workflow

Known limitations

  • Mock mode first release
  • Live provider setup improved in v0.1.1
  • No auto-trading or broker execution