neural-trader
Installation
SKILL.md
Neural Trader
High-performance neural trading system with native HNSW vector search, SIMD-accelerated operations, and a complete NAPI API (178 functions). Provides CLI for strategy management, backtesting, model training, and real-time market analysis.
Quick Command Reference
| Task | Command |
|---|---|
| Show help | npx neural-trader@latest --help |
| Initialize | npx neural-trader@latest init |
| Train model | npx neural-trader@latest train |
| Backtest | npx neural-trader@latest backtest |
| Run strategy | npx neural-trader@latest run |
| Market data | npx neural-trader@latest data |
| HNSW search | npx neural-trader@latest search |
| Status | npx neural-trader@latest status |
| Benchmark | npx neural-trader@latest benchmark |