TradingDesk — Documentation¶
All project documentation, organized by system. See SYSTEM.md for the canonical 12-layer architecture.
Current focus: Documentation phase — building the indicator layer first.
Contents¶
System-Wide¶
| Doc | What It Covers |
|---|---|
| SYSTEM.md | Canonical 12-layer architecture reference |
| layers.md | Layer-by-layer breakdown with status |
| data-flow.md | How data moves through the system |
| tech-stack.md | Dependencies, runtime, infrastructure |
| codebase-audit.md | Full audit report with findings and recommendations |
TradingView MCP — tradingview-mcp/¶
78 tools bridging Claude to TradingView via Chrome DevTools Protocol.
| Doc | What It Covers |
|---|---|
| tradingview-mcp.md | Server architecture and module overview |
| tool-reference.md | All tools by category with descriptions |
| catalog.md | Quick-reference tool list |
| design-principles.md | Compact output, Zod validation, context management |
| pine-graphics.md | How Pine labels/lines/boxes/tables are extracted |
| internals.md | Known API paths, internal data structures |
| broker-tools.md | Planned broker API tools (Tradovate, IBKR) |
| cli.md | CLI interface and commands |
| setup.md | Installation and configuration |
| chrome-cdp.md | Chrome CDP workaround (TradingView MSIX broken) |
| testing.md | Test suites and coverage |
| security.md | Security model and threat analysis |
FATBot Dashboard — fatbot/¶
Web UI control center and indicator layer.
| Doc | What It Covers |
|---|---|
| fatbot-dashboard.md | Dashboard UI layout, panels, theme |
| indicators.md | Current 7-indicator set (all being built from scratch) |
| indicator-contracts.md | How indicators communicate with MCP via Pine graphics |
| indicator-build-guide.md | Spec template, build process, delivery format |
| payload-format.md | Structured payload encoding for MCP-friendly indicators |
Accounting — accounting/¶
Standalone business accounting system at accounting.fatbot.ai.
| Doc | What It Covers |
|---|---|
| README.md | Project overview and tech stack |
| system.md | Balance sheet, P&L, subscriptions, depreciation |
| data-model.md | Database schema and chart of accounts |
| views.md | 7 UI pages with wireframes |
| docker.md | fatbot-accounting container config |