一键导入
analyzing-backtests
Analyze TradingView strategy backtest results to identify edge quality, overfitting risks, and improvement opportunities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze TradingView strategy backtest results to identify edge quality, overfitting risks, and improvement opportunities.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 12 templates for various tech stacks.
Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools. Specializes in design tokens, component libraries, and inclusive design. Use PROACTIVELY for design systems, user flows, or interface optimization.
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
Acts as a brainstorming partner and story director to create a TED-style presentation blueprint. Use when the user asks to brainstorm a presentation, outline a talk, or structure ideas for a slide deck.
Generates a flawless Marp Markdown presentation or custom HTML deck from a presentation blueprint. Use when the user wants to convert an outline or blueprint into actual presentation slides (Marp, HTML, PDF, PPTX).
| name | analyzing-backtests |
| description | Analyze TradingView strategy backtest results to identify edge quality, overfitting risks, and improvement opportunities. |
coding-pinescriptUsers may provide backtest data as:
Do NOT rely on exact formatting. Look for these concepts flexibly:
| Metric | Variations to Recognize |
|---|---|
| Net Profit | "Net P&L", "Net P/L", "Total Profit", "Net profit" |
| Total Trades | "Total trades", "# Trades", "Trade count" |
| Win Rate | "Percent profitable", "% Profitable", "Win %", "Winning %" |
| Profit Factor | "PF", "Profit factor" |
| Max Drawdown | "Max DD", "Maximum drawdown", "Max equity drawdown" |
| Avg Win | "Avg winning trade", "Average win" |
| Avg Loss | "Avg losing trade", "Average loss" |
| Sharpe Ratio | "Sharpe", "Sharpe ratio" |
| Sortino Ratio | "Sortino", "Sortino ratio" |
After finding a metric name, extract:
$ or USD → Dollar value% → PercentageIf parsing fails, ask user to confirm key metrics directly.
Must Have (required for analysis):
Nice to Have:
Flag if any of these are true:
| Trades | Assessment |
|---|---|
| < 30 | ❌ Insufficient - results meaningless |
| 30-100 | ⚠️ Marginal - proceed with caution |
| 100-500 | ✅ Acceptable - reasonable confidence |
| > 500 | ✅ Strong - high confidence |
| PF | Assessment |
|---|---|
| < 1.0 | ❌ Losing strategy |
| 1.0 - 1.2 | ⚠️ Weak edge - transaction costs may kill it |
| 1.2 - 1.5 | ✅ Decent edge - tradeable with discipline |
| 1.5 - 2.0 | ✅ Good edge |
| > 2.0 | ⚠️ Excellent OR overfitted - verify out-of-sample |
| Max DD vs Net Profit | Assessment |
|---|---|
| DD < 50% of Profit | ✅ Healthy risk/reward |
| DD = 50-100% of Profit | ⚠️ Moderate risk |
| DD > Net Profit | ❌ Risk exceeds reward |
Expectancy = (Win% × Avg Win) - (Loss% × Avg Loss)
Must be positive. Calculate per-trade expected value.
Overfitting Indicators:
Survivorship Bias:
Curve Fitting:
Always ask:
📊 BACKTEST ANALYSIS: [Strategy Name]
Edge Quality: [STRONG/MODERATE/WEAK/NONE]
Trade Count: [N] trades → [Significance assessment]
Profit Factor: [X] → [Interpretation]
Max Drawdown: [X%] → [Risk assessment]
Expectancy: $[X] per trade
⚠️ WARNINGS:
- [List any red flags]
✅ STRENGTHS:
- [List positive aspects]
📋 RECOMMENDATIONS:
1. [Actionable next steps]
| Verdict | Meaning |
|---|---|
| ✅ TRADEABLE | Passes all checks, reasonable edge |
| ⚠️ NEEDS WORK | Has potential but issues to fix |
| ❌ NOT READY | Fundamental problems, don't trade |
| 🔍 MORE DATA NEEDED | Can't assess without additional info |
coding-pinescriptplanning-trading-systemsiterating-strategies