Our Stock Option Chain webpage is a realtime and responsive webpage that displays the Options prices of CALL and PUT for several Strike Prices and calculates the IV and Expiration time as well for the same. The data received after execution of JAR file is received via socket programming and then processed upon further by the backend and then relayed to the frontend over realtime.
- Interactive and Clean User Interface
- Realtime updates without manual reload
- Minimal latency between data reception and relaying
- Highlighting of In the money and Out of the money options
Client: React, HTML, CSS
Server: Node, Express
Clone the project
git clone https://github.com/Edelweiss-Hackathon/Option-Chain-Tool.gitGo to the backend directory
cd backendInstall dependencies
npm installStart the server
npm run startGo to the frontend directory
cd frontendInstall dependencies
npm installStart the server
npm run startRun the JAR file
cd ../resourcesUnzip database.zip file before running the following command
java -Ddebug=true -Dspeed=2.0 -classpath feed-play-1.0.jar hackathon.player.Main dataset.csv 9011If you have any feedback, please reach out to us at aryan.parekh@somaiya.edu
Link for Demo Video [https://youtu.be/qFvGj-SQR6Y]

