Skip to content

ICT MCP Bot Wiki

This wiki documents a professional seed architecture for building an automated intelligent ICT trading bot using:

  • tradingview-mcp-jackson as the local TradingView Desktop bridge
  • claude-tradingview-mcp-trading as 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

  1. Read the getting started section
  2. Use the prompts in order
  3. Build the codebase with Claude incrementally
  4. Keep the wiki updated with every subsystem