with one click
trader-signal
// Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
// Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction
| name | trader-signal |
| description | Generate trading signals using npx neural-trader anomaly detection engine with Z-score scoring and neural prediction |
| allowed-tools | Bash Read mcp__claude-flow__memory_store mcp__claude-flow__memory_retrieve mcp__claude-flow__memory_search mcp__claude-flow__memory_delete mcp__claude-flow__neural_predict mcp__claude-flow__agentdb_pattern-search |
| argument-hint | [--strategy NAME] [--symbols AAPL,MSFT] |
Generate trading signals using neural-trader's anomaly detection engine.
Steps:
npm ls neural-trader 2>/dev/null || npm install --ignore-scripts neural-tradernpx neural-trader --signal scan --symbols <TICKERS>
With a specific strategy:
npx neural-trader --signal scan --strategy <name> --symbols <TICKERS>
mcp__claude-flow__memory_retrieve({ key: "strategy-NAME", namespace: "trading-strategies" })mcp__claude-flow__neural_predict({ input: "anomaly types: [DETECTED], scores: [SCORES]" })mcp__claude-flow__agentdb_pattern-search({ query: "ANOMALY_TYPE score RANGE", namespace: "trading-signals" })MemoryConsolidator.sweepExpired() pass introduced in ADR-125 Phase 4 — shipped in @claude-flow/memory@3.0.0-alpha.18 — sweeps them out after they expire):
mcp__claude-flow__memory_store({ key: "signal-TIMESTAMP", value: "SIGNALS_JSON", namespace: "trading-signals", expiresAt: Date.now() + 24 * 60 * 60 * 1000 })Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Comprehensive GitHub code review with AI-powered swarm coordination
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.