Trader Cloud Backtest
Skill Verified ActiveRun a heavy neural-trader job (long walk-forward, big Monte-Carlo, parameter sweep, model training) on the Anthropic Managed Agent cloud runtime instead of locally
Enables users to efficiently execute resource-intensive financial modeling tasks by leveraging scalable cloud infrastructure, saving local resources and time.
Features
- Run heavy neural-trader jobs in the cloud
- Managed agent orchestration for backtesting, training, and parameter sweeps
- Cost estimation and optimization guidelines
- Detailed workflow with pre-flight checks and artifact handling
Use Cases
- Performing multi-year walk-forward analysis for trading strategies
- Running large-scale Monte-Carlo simulations with thousands of paths
- Sweeping parameters across a grid for model optimization
- Training complex neural network models for financial forecasting
Non-Goals
- Running quick, short backtests locally
- Replacing local development environments for simple tasks
- Providing a GUI for neural-trader configuration
Workflow
- Estimate job cost and resource needs
- Provision or reuse a managed agent container with neural-trader installed
- Perform a cheap pre-flight check for argument validity
- Run the main trading job (backtest, train, sweep) with detailed metrics reporting
- Pull necessary artifacts (equity curve, trade logs)
- Ingest results locally (store metrics, pattern store)
- Terminate the managed agent environment immediately
Practices
- Cloud Execution
- Financial Modeling
- Cost Management
Prerequisites
- ANTHROPIC_API_KEY or CLAUDE_API_KEY
- Managed Agents beta access
Scope
- info:Dry-run previewWhile a dry-run is not explicitly mentioned, the skill emphasizes estimating costs and pre-flight checks before running the full job, which serves a similar purpose.
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-neural-trader@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Trader Regime
100Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy
Trading Memory
100Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on "record trade", "remember trade", "recall", "similar trades", "performance", "behavioral", "disposition", "affective state", "confidence".
Risk Management
100Risk management domain knowledge for trading agents — affective state monitoring, position sizing, drawdown management, tilt detection, and behavioral guardrails. Use when checking risk before trades, managing drawdowns, detecting behavioral drift, or enforcing discipline. Triggers on "risk", "drawdown", "tilt", "position size", "lot size", "confidence", "revenge trading", "overtrading", "discipline".
Trader Signal
99Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
Tradememory Bridge
99Bridge between Binance trading events and TradeMemory Protocol. Automatically journals trades, recalls similar past setups, detects behavioral biases, and provides outcome-weighted recall for AI trading agents. Use this skill after executing Binance spot trades to build persistent memory.
Tradememory
99AI trading memory with outcome-weighted recall and autonomous strategy evolution. 17 MCP tools, 1,233 tests, works with any trading platform.