exposes a remote MCP endpoint so agents can:
run strategy backtests by symbol/timeframe/date range,
pass strategy inputs programmatically,
receive structured backtest results (trades, win rate, profit, drawdown),
keep long-running runs observable via progress notifications,
support Binance Futures tickers only,
enforce a maximum of 1440 candles per backtest,
apply a rate limit of 3 backtests per
A type-safe MCP server that enables AI agents to control TradingView Desktop via Chrome DevTools Protocol, allowing chart state reading, symbol/timeframe changes, and OHLCV data fetching.
AI-powered trading toolkit with backtesting, live sentiment, Yahoo Finance data, and 30+ technical analysis tools, integrated as an MCP server for Claude and other AI clients.
Local-first backtesting engine with built-in overfitting detection (PBO, deflated Sharpe, bootstrap CI, walk-forward) and a native MCP server for AI agents to validate trading strategies.
Connects AI assistants to your local TradingView Desktop app via Chrome DevTools Protocol for chart analysis, Pine Script development, and workflow automation while keeping all data local.
Connects AI assistants to your local TradingView Desktop via Chrome DevTools Protocol for chart analysis, Pine Script development, and workflow automation, with all data staying on your machine.
Provides comprehensive Pine Script v6 documentation and tools to help AI assistants look up functions, validate syntax, and generate accurate code. It enables linting, version conversion from v5 to v6, and deep conceptual analysis to prevent code hallucinations.