Strategy Backtest Review
Plain-English interpretation of a backtest summary, contextualized against current market conditions.
// The Problem
What this recipe solves
Backtest numbers are meaningless without context. This recipe fetches the backtest and today's market summary, then writes a 3-paragraph review that connects historical performance to current conditions.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
Fetch get-backtest-summary for BTC with the aggressive strategy (years=2). Then fetch get-market-summary for today. Write a 3-paragraph review: 1) How the strategy performed historically (return, win rate, trade count). 2) What the current market summary implies for its near-term fit. 3) One caveat and one thing to monitor going forward.
// Guavy Tools in Play
2 tools, one prompt
This recipe wires together 2 endpoints from the Guavy MCP server. Your agent picks the right ones and composes the result. Every number is cited back to the tool it came from.
// Keep Exploring
Related recipes
Same API key, different job-to-be-done.
// Get started
Run this recipe in under 2 minutes
Connect Guavy to Claude, ChatGPT, Cursor, or any MCP-compatible agent and paste the prompt. Free sandbox forever.