From ruflo-neural-trader
Run a historical backtest using npx neural-trader with Rust/NAPI engine (8-19x faster) and walk-forward validation
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-neural-trader:trader-backtest <strategy-name> --symbol <TICKER> [--period 2020-2024]<strategy-name> --symbol <TICKER> [--period 2020-2024]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a historical backtest using the `neural-trader` Rust/NAPI engine.
Run a historical backtest using the neural-trader Rust/NAPI engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install neural-tradermcp__claude-flow__memory_retrieve({ key: "strategy-STRATEGY_NAME", namespace: "trading-strategies" })
If not found, list available: mcp__claude-flow__memory_search({ query: "strategy", namespace: "trading-strategies", limit: 10 })npx neural-trader --backtest --strategy <name> --symbol <TICKER> --period <range> --walk-forward
For multi-indicator strategies:
npx neural-trader --backtest --strategy multi-indicator --position-sizing kelly --symbol SPY --period 2020-2024
mcp__claude-flow__memory_store({ key: "backtest-STRATEGY-TIMESTAMP", value: "RESULTS_JSON", namespace: "trading-backtests" })mcp__claude-flow__agentdb_pattern-store({ pattern: "profitable-STRATEGY_TYPE", data: "PARAMS_AND_RESULTS" })mcp__claude-flow__neural_train({ patternType: "trading-strategy", epochs: 10 })Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
9plugins reuse this skill
First indexed Jun 23, 2026
Showing the 6 earliest of 9 plugins
npx claudepluginhub walterp/ruflo --plugin ruflo-neural-trader