This repository contains various trading research projects, including:
- Machine learning models applied to Indian markets
- Analysis and research on cryptocurrency markets
- Other related trading research and experiments
To get started, clone the repository create a virtual environment and then install required dependencies:
git clone https://github.com/inder782/trading_research.git
cd trading_research
python3 -m venv <env_name>
source <env_name>/bin/activate
pip install -r requirements.txt
After setting up the virtual environment and installing dependencies, you can start running the research scripts and notebooks available in the repository.
Contributions are welcome! Please fork the repository and submit a pull request.