Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Crypto futures backtesting engine with built-in EMA, RSI, MACD, and Bollinger Band strategies. Fetches OHLCV data from any ccxt-supported exchange (Bybit, Bi...
Crypto futures backtesting engine with built-in EMA, RSI, MACD, and Bollinger Band strategies. Fetches OHLCV data from any ccxt-supported exchange (Bybit, Bi...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fast, scriptable backtesting for crypto futures strategies. Fetches data via ccxt, runs strategies, reports metrics.
pip install ccxt numpy python scripts/backtest_engine.py --symbol ETH/USDT:USDT --strategy ema --fast 12 --slow 26
Multi-exchange: Any ccxt-supported exchange (Bybit, Binance, OKX, Bitget...) Built-in strategies: EMA crossover, RSI, MACD, Bollinger Bands Parameter sweep: Test all combinations automatically Risk simulation: Configurable leverage, position size, SL/TP, fees JSON export: Machine-readable results for pipeline integration Custom strategies: Simple plug-in interface
python scripts/backtest_engine.py \ --symbol SOL/USDT:USDT \ --strategy rsi \ --period 14 --oversold 30 --overbought 70 \ --capital 1000 --leverage 5
python scripts/sweep.py \ --symbol ETH/USDT:USDT \ --strategies ema,rsi,macd,bbands \ --capital 1000 --leverage 5 \ --output results.json
See references/custom_strategy.md for the plug-in interface.
Each backtest reports: Total trades, win rate, profit factor Total PnL (absolute + percentage) Max drawdown Best/worst trade Final balance
scripts/backtest_engine.py โ Core engine with EMA, RSI, MACD, Bollinger Bands scripts/sweep.py โ Multi-strategy parameter sweep runner references/custom_strategy.md โ Guide for adding custom strategies references/strategy_notes.md โ Notes on each built-in strategy's edge cases
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.