Repo Strategy¶
Use the two repositories in different roles.
Repo A: TradingView MCP bridge¶
Use tradingview-mcp-jackson as the local chart/indicator access layer.
Its job: - connect Claude to TradingView Desktop - expose chart state through MCP - let Claude inspect study values, labels, lines, boxes, tables, replay, and Pine state
Repo B: Trading bot scaffold¶
Use claude-tradingview-mcp-trading as the strategy-runner scaffold.
Its job: - read rules/config - run decision logic - handle safety checks - move toward paper or guarded execution - log decisions
Your repo¶
Your repo should become the actual product: - doctrine - configs - state machine - decision logic - journal - analytics - control center - wiki