Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 810 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 810 Bytes

Project Overview

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

Setup

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

Usage

After setting up the virtual environment and installing dependencies, you can start running the research scripts and notebooks available in the repository.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.