ruvector/examples/neural-trader/tests
Claude 763e190dee feat(neural-trader): add CLI, visualization, tests, and strategies
- Add CLI tool with run, backtest, paper trading, analyze, and benchmark
- Add visualization module with ASCII charts (line, bar, sparkline, table)
- Create Jest test suite covering all production modules
- Implement example strategies: Hybrid Momentum, Mean Reversion, Sentiment

Performance benchmarks show all modules production-ready:
- Kelly Engine: 0.014ms (71,294/s)
- LSTM-Transformer: 0.681ms (1,468/s)
- DRL Portfolio: 0.059ms (17,043/s)
- Sentiment Alpha: 0.266ms (3,764/s)
2025-12-31 17:51:23 +00:00
..
neural-trader.test.js feat(neural-trader): add CLI, visualization, tests, and strategies 2025-12-31 17:51:23 +00:00
production-benchmark.js feat(neural-trader): add production modules with benchmarks 2025-12-31 14:12:41 +00:00