lstm-alpha-strategy/README.md

31 lines
522 B
Markdown
Raw Permalink Normal View History

2026-06-29 05:48:13 +00:00
# LSTM Alpha Strategy
2026-06-29 05:47:36 +00:00
2026-06-29 05:48:13 +00:00
Machine learning-based quantitative trading strategy for predicting next-day stock direction.
## Features
- Historical market data ingestion (Alpaca)
- Feature engineering
- LSTM neural network
- Backtesting engine
- Risk management
- Paper trading
- Performance metrics
## Tech Stack
- Python
- pandas
- NumPy
- TensorFlow
- Matplotlib
- Alpaca API
## Roadmap
- [x] Data acquisition
2026-07-05 04:47:55 +01:00
- [ ] Feature engineering
2026-06-29 05:48:13 +00:00
- [ ] LSTM model
- [ ] Backtesting
- [ ] Paper trading
- [ ] Portfolio optimization