ICT MCP Bot Wiki¶
This wiki documents a professional seed architecture for building an automated intelligent ICT trading bot using:
tradingview-mcp-jacksonas the local TradingView Desktop bridgeclaude-tradingview-mcp-tradingas the strategy runner scaffold- your ICT hunt methodology
- your journal, MFE/MAE, grades, personality, and session-liquidity learning model
Product shape¶
- Main app: one-page control center
- Wiki: separate MkDocs Material site
- Bot style: deterministic rules + Claude reasoning + documented learning loop
Core decision chain¶
Session mode
-> target session range
-> pre-window re-extension
-> hunt confirmation
-> killzone / entry window
-> M5 OB/FVG structure
-> entry ladder
-> stop model
-> TP model
-> R:R
-> stage-aware gates
-> risk controls
-> journaling
What to do first¶
- Read the getting started section
- Use the prompts in order
- Build the codebase with Claude incrementally
- Keep the wiki updated with every subsystem