Update README.md
This commit is contained in:
parent
282c47dbbc
commit
73e03e9e0d
1 changed files with 30 additions and 2 deletions
32
README.md
32
README.md
|
|
@ -1,3 +1,31 @@
|
||||||
# lstm-alpha-strategy
|
# LSTM Alpha Strategy
|
||||||
|
|
||||||
Machine learning-based quantitative trading strategy using TensorFlow, Alpaca, and systematic backtesting.
|
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
|
||||||
|
- [x] Feature engineering
|
||||||
|
- [ ] LSTM model
|
||||||
|
- [ ] Backtesting
|
||||||
|
- [ ] Paper trading
|
||||||
|
- [ ] Portfolio optimization
|
||||||
Loading…
Add table
Reference in a new issue