OpTrade is a framework designed for high-frequency forecasting of alpha term structures in American options markets. The framework leverages state-of-the-art deep learning architectures specialized for time series forecasting. This project has two objectives:
For more details on the project, see the DATA.md file.
- Python
$\geq$ 3.11 - Additional dependencies listed in
requirements.txt
# Create and activate conda environment
conda create -n venv python=3.11
conda activate venv
# Install requirements
cd <project_root_directory> # Go to project root directory
pip install -r requirements.txt
pip install -e .
# Create and activate virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install requirements
cd <project_root_directory> # Go to project root directory
pip install -r requirements.txt
pip install -e .
For queries, please contact: xmootoo at gmail dot com
.