The Quantitative Trading Repository is a collection of Python-based tools and strategies for quantitative trading, focusing on data acquisition, algorithm development, backtesting, and visualization.
- Clone the repo:
git clone https://github.com/santiago-cruzlopez/Quantitative-Trading.git - Create Conda env:
conda env create -f environment.yml - Activate:
conda activate VS-QTrading - Install package:
pip install -e .
Run backtest: python src/backtest.py
src/: Core codetests/: Unit testsdata/: Sample datasetsNotebooks/: Exploratory analysis
See pyproject.toml and environment.yml.
MIT