h_v3-mcp-backtest

Automate backtesting, parameter optimization, and performance analysis of trading strategies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/okx-wallet-H/h-wallet-skills --skill h-v3-mcp-backtest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: h_v3-mcp-backtest
Source: https://github.com/okx-wallet-H/h-wallet-skills/tree/main/skills/h-v3-mcp-backtest
Command: npx skills add https://github.com/okx-wallet-H/h-wallet-skills --skill h-v3-mcp-backtest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, vectorbtpro, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of validating and optimizing trading strategies through automated backtesting, performance analysis, and parameter tuning.

Core Features & Use Cases

  • Strategy Validation: Run comprehensive backtests on trading strategies using historical market data, enabling traders and developers to evaluate effectiveness.
  • Parameter Optimization: Perform grid searches to identify the best parameter combinations for improved trading performance.
  • Performance Comparison: Compare multiple assets or strategies to determine the most promising trading signals.
  • Use Case: A quant analyst can optimize a multi-factor trading model by testing different RSI and Hurst thresholds and selecting the setup with the highest Sharpe ratio.

Quick Start

Provide the run_backtest tool with the target symbol and desired period to immediately evaluate a trading strategy's historical performance.

Frequently Asked Questions about h_v3-mcp-backtest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run automated backtesting for algorithmic trading strategies?

Run automated backtesting by providing the `run_backtest` tool with a target symbol and desired period to immediately evaluate your trading strategy's historical performance.

What is parameter optimization in trading strategy backtesting?

Parameter optimization performs grid searches on historical data to identify the best parameter combinations for trading strategies, maximizing performance metrics like the Sharpe ratio.

Can I use vectorbtpro with MCP protocol for strategy performance analysis?

Yes, strategy performance analysis supports integration with Python backtesting libraries like vectorbtpro and the MCP protocol to enable rapid evaluation and refinement of algorithmic models.

Does this backtesting tool support comparing multiple trading strategies?

Yes, performance comparison allows you to compare multiple assets or trading strategies simultaneously to determine the most promising trading signals for your portfolio.

How do I optimize a multi-factor trading model using historical market data?

Optimize a multi-factor trading model by testing different RSI and Hurst thresholds via grid search, then selecting the parameter setup that yields the highest Sharpe ratio.

Do I need Python and pandas to perform grid searches for trading parameters?

Yes, performing grid searches for trading parameter optimization requires a Python environment with numpy and pandas dependencies to process historical market data.