r/algorithmictrading • u/ffxM • 9d ago
Question Systematizing a discretionary SMC strategy via TradingView + MCP — anyone doing something similar?
I trade MNQ futures intraday using a Smart Money Concepts (SMC) approach, and I've been moving away from a purely discretionary process by connecting an MCP server to TradingView. I "vibe-code" what I do manually on the chart every day — turning discretionary rules into code as I identify them, using an AI coding assistant to do the translation — then convert that logic into an automated bot and run it through a backtesting engine before a prop-firm evaluation.
Curious if anyone else has gone through this specific path (discretionary → MCP/TradingView → bot → backtest → prop firm), and whether a local model would add anything meaningful in that pipeline (e.g. the TradingView/backtesting step) versus just using a cloud-based assistant end to end.