Skip to content

Here we can place trades in real-time with exit variable quantity, add quantity, and can see real-time profit and loss. Technologies used are Python, Django, Django channels for WebSocket, Redis cache, celery for background tasks, Html, JavaScript, Css, Sqlite database.

Pushpendra9350/Option-trading-platform-with-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Option trading application to place realtime order with stock price simulation

Screenshot

Screenshot 2022-10-26 at 10 36 17 PM

Simple Architecture

Group 130

To run the project server
python manage.py runserver
To run the celery
celery -A StockPortal.celery worker -l INFO
To run the websocket
python manage.py runserver 8080
To run the redis service
brew services start redis

About

Here we can place trades in real-time with exit variable quantity, add quantity, and can see real-time profit and loss. Technologies used are Python, Django, Django channels for WebSocket, Redis cache, celery for background tasks, Html, JavaScript, Css, Sqlite database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published