Skip to content

Files

Latest commit

d043bba · Aug 31, 2024

History

History
10 lines (6 loc) · 252 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 252 Bytes

stock_data

Stock Data is simple web application for option trading. It will give signals for option buyer by analyzing change in open interest. .

python -m venv env

venv\Scripts\activate

pip install -r requirements.txt

python manage.py runserver