loading…
Search for a command to run...
loading…
tv-pinescript-backtest-mcp exposes a remote MCP endpoint so agents can: run strategy backtests by symbol/timeframe/date range, pass strategy inputs programmatic
tv-pinescript-backtest-mcp 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 minute per user, ask your agent to write a strategy and backtest it. Troubleshooting The backtest-engine server has been tested on 30 strategies and tuned to match TradingView backtests 1:1 as closely as possible. Some operators may still be unsupported. If you hit this case, please create a minimal strategy that reproduces the issue and submit it in Issues. We will do our best to add support quickly. https://backtest-engine-mcp.click/ https://github.com/vtlk/tv-pinescript-backtest-engine-mcp
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"aiagentwithpinescript": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"TradingViewBacktestAssistant/AIAgentwithPineScript"
]
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.