Machine learning-based quantitative trading strategy using TensorFlow, Alpaca, and systematic backtesting.
Find a file
2026-06-29 05:48:13 +00:00
LICENSE Initial commit 2026-06-29 05:47:36 +00:00
README.md Update README.md 2026-06-29 05:48:13 +00:00

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

  • Data acquisition
  • Feature engineering
  • LSTM model
  • Backtesting
  • Paper trading
  • Portfolio optimization