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.
Ubuntu Linux - Command List:
- conda create -n VS-QTrading python=3.10
- conda activate VS-QTrading
- sudo apt install python3-pip
- conda install yfinance
- conda install scikit-learn
- conda install -c conda-forge tensorflow=2.18.0
- conda install matplotlib
- pip install torch torchvision torchaudio