A fast, scriptable crypto futures backtesting engine supporting multiple exchanges and technical indicators.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crypto-backtest
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install crypto-backtest using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Crypto Backtest Engine is a robust tool designed for quantitative traders and developers looking to validate trading strategies across various cryptocurrency exchanges. By leveraging the ccxt library, this skill allows users to fetch historical OHLCV data and simulate trades using built-in indicators like EMA, RSI, MACD, and Bollinger Bands. It is an essential addition to any developer workflow focused on Openclaw Skills, providing a structured way to evaluate market edges and risk management parameters before deploying capital.
Built with performance in mind, the engine supports futures trading simulations with configurable leverage and position sizing. Whether you are building an automated trading bot or conducting academic research, this skill provides the necessary framework to turn raw market data into actionable intelligence.
Install the necessary dependencies using pip:
pip install ccxt numpy
Run a basic EMA crossover backtest with specific parameters:
python scripts/backtest_engine.py --symbol ETH/USDT:USDT --strategy ema --fast 12 --slow 26
To perform a multi-strategy sweep across multiple indicators, use the sweep utility:
python scripts/sweep.py --symbol ETH/USDT:USDT --strategies ema,rsi,macd,bbands --capital 1000 --leverage 5 --output results.json
The skill organizes its data and outputs through a series of structured files and metadata:
| Component | Description |
|---|---|
| Market Data | Historical OHLCV data fetched from ccxt-supported exchanges. |
| Performance Metrics | Includes Total trades, win rate, profit factor, max drawdown, and final balance. |
| JSON Export | Machine-readable results containing trade logs and summary statistics for integration. |
| Strategy Definitions | Python scripts located in the scripts/ directory that define entry and exit logic. |
| Reference Docs | Markdown files documenting custom strategy implementation and edge cases. |
Loading
A professional-grade trading infrastructure for Bybit USDT perpetual futures featuring built-in risk management, paper trading, and real-time WebSocket execution.

A digital biographer skill that transforms natural conversations into a structured, chapter-based personal history and life book.

A comprehensive tool for AI agents to programmatically create and manage Feishu Knowledge Spaces and hierarchical Wiki nodes.

A comprehensive Feishu IM automation skill for sending interactive messages, managing group lifecycles, and building functional workspaces within chat interfaces.

A real-time cryptocurrency signal generator that connects exchange WebSocket price feeds to technical strategies and Telegram alerts.

A high-performance Windows screen capture utility designed for AI vision integration and desktop automation.








































