Skills Plugins MCP Prompt Model 博客 我的中心

backtest

Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=marketcalls-vectorbt-backtesting-skills-claude-skills-backtest-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name backtest description Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots. argument-hint [strategy] [symbol] [exchange] [interval] allowed-tools Read, Write, Edit, Bash, Glob, Grep Create a complete VectorBT backtest script for the user. Arguments Parse $ARGUMENTS as: strategy symbol exchange interval $0 = strategy name (e.g., ema-crossover, rsi, donchian, supertrend, macd, sda2, momentum) $1 = symbol (e.g., SBIN, RELIANCE, NIFTY). Default: SBIN $2 = exchange (e.g., NSE, NFO). Default: NSE $3 = interval (e.g., D, 1h, 5m). Default: D If no arguments, ask the user which strategy they want. Instructions Read the vectorbt-expert skill rules for reference patterns Create backtesting/{strategy_name}/ directory if it doesn't exist (on-demand) Create a .py file in backtesting/{strategy_name}/ named {symbol}_{strategy}_backtest.py Use the matching template from rules/assets/{strategy}/backtest.py as the starting point The script must: Load .env from the project root using find_dotenv() (walks up from script dir automatically) Fetch data via client.history() from OpenAlgo If user provides a DuckDB path, load data directly via duckdb.connect(path, read_only=True) instead of OpenAlgo API. Auto-detect format: Historify ( market_data table, epoch timestamps) vs custom ( ohlcv table, date+time). See vectorbt-expert rules/duckdb-data.md . If openalgo.ta is not importable (standalone DuckDB), use inline exrem() fallback. Use OpenAlgo ta for ALL indicators by default (EMA, SMA, RSI, MACD, BBands, ATR, ADX, STDDEV, MOM, and 90+ more) - from openalgo import ta Only use TA-Lib if the user explicitly says "talib"/"TA-Lib" in their request; specialty indicators (Supertrend, Donchian, Ichimoku, HMA, KAMA, ALMA, ZLEMA, VWMA) always come from OpenAlgo ta regardless, since TA-Lib has no equivalent Use ta.exrem() to clean duplicate signals (always .fillna(False) before exrem) Run vbt.Portfolio.from_signals() with min_size=1, size_granularity=1 Indian delivery fees : fees=0.00111, fixed_fees=20 for delivery equity Fetch NIFTY benchmark via OpenAlgo ( symbol="NIFTY", exchange="NSE_INDEX" ) Print full pf.stats() Print Strategy vs Benchmark comparison table (Total Return, Sharpe, Sortino, Max DD, Win Rate, Trades, Profit Factor) Explain the backtest report in plain language for normal traders Generate the OpenStatz interactive dashboard tearsheet via ostz.dashboard(...) if openstatz is available - a self-contained offline HTML file, no server needed (always use OpenStatz, never QuantStats; never the legacy ostz.reports.html static report). Set strategy_returns.name (e.g. "EMA 20/50 Crossover - SBIN" ) and benchmark.name before calling dashboard() - that name, not the title= argument, is what the tearsheet shows as the strategy header/column/legend (see the openstatz-tearsheet rule) Plot equity curve + drawdown using Plotly ( template="plotly_dark" ) Export trades to CSV Never use icons/emojis in code or logger output For futures symbols (NIFTY, BANKNIFTY), use lot-size-aware sizing: NIFTY: min_size=65, size_granularity=65 (effective 31 Dec 2025) BANKNIFTY: min_size=30, size_granularity=30 Use fees=0.00018, fixed_fees=20 for F&O futures Available Strategies Strategy Keyword Template EMA Crossover ema-crossover assets/ema_crossover/backtest.py RSI rsi assets/rsi/backtest.py Donchian Channel donchian assets/donchian/backtest.py Supertrend supertrend assets/supertrend/backtest.py MACD Breakout macd assets/macd/backtest.py SDA2 sda2 assets/sda2/backtest.py Momentum momentum assets/momentum/backtest.py Dual Momentum dual-momentum assets/dual_momentum/backtest.py Buy & Hold buy-hold assets/buy_hold/backtest.py RSI Accumulation rsi-accumulation assets/rsi_accumulation/backtest.py Benchmark Rules Default: NIFTY 50 via OpenAlgo ( symbol="NIFTY", exchange="NSE_INDEX" ) If user specifies a different benchmark, use that instead For yfinance: use ^NSEI for India, ^GSPC (S&P 500) for US markets Always compare: Total Return, Sharpe, Sortino, Max Drawdown Example Usage /backtest ema-crossover RELIANCE NSE D /backtest rsi SBIN /backtest supertrend NIFTY NFO 5m
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。