Obsidian_vault/30 - Projects/Position Tracker.md
2026-06-07 14:00:01 +00:00

24 lines
793 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
type: project
status: active
domain: [finance, software]
commits: 49
period: 2026-05-08 → 2026-06-06
tags: [project, investing, trading]
---
# 🎯 Position Tracker
> Live trading **position-tracking** service. 49 commits (MayJun 2026). Dockerised; binds port 3457 to 127.0.0.1 (deployed behind reverse proxy).
## Purpose
Track open trading positions and P&L in real time. Many `fix_pnl*`, `fix_market_ui`, `fix_closed_card` commits → an actively-used, iterated tool.
## Notes
- Self-hosted via [[Self-Hosting|Dokploy]] (same convention as [[Tia]] / [[obsidian-stack]]).
- Likely the runtime companion to [[TradeBuddy]].
## Open questions
- [ ] Data source / broker API?
- [ ] Relationship to [[TradeBuddy]]?
## Related
[[TradeBuddy]] · [[MOC - Investing]] · [[Self-Hosting]]