Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 484 Bytes

Intraday-data-puller

puller.py

This code pulls 1-minute snapshot data for NSE-CASH stocks and saves them in their respective files .The data is pulled in d,c,h,l,o,v format and converted to date,time,o,h,l,c,v format

SupportResistance_plot.py

This code plots intraday graph along with the Pivot,R1 and S1 levels for that day.

To calculate Pivot,R1,S1 etc you need the EOD data for that stock

liveplot_dash.py

This plots the live graph using Dash/Plotly package.