lstm-alpha-strategy/README.md
2026-07-05 04:47:55 +01:00

31 lines
No EOL
522 B
Markdown

# LSTM Alpha Strategy
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
- [ ] Feature engineering
- [ ] LSTM model
- [ ] Backtesting
- [ ] Paper trading
- [ ] Portfolio optimization