Skip to content

santiago-cruzlopez/Quantitative-Trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantitative-Trading

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.

Installation

  1. Clone the repo: git clone https://github.com/santiago-cruzlopez/Quantitative-Trading.git
  2. Create Conda env: conda env create -f environment.yml
  3. Activate: conda activate VS-QTrading
  4. Install package: pip install -e .

Usage

Run backtest: python src/backtest.py

Structure

  • src/: Core code
  • tests/: Unit tests
  • data/: Sample datasets
  • Notebooks/: Exploratory analysis

Dependencies

See pyproject.toml and environment.yml.

License

MIT

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors