Use the package manager pip to install bandl.
pip install oitool
3) Connect grafana to influxdb Check Here
from oitool.fetchoi import FetchOI
oi = FetchOI()
oi.subscribe(symbol="NIFTY") #to set stock ticker
oi.start()
3) Open Grafana, Add dashbord and charts Refer this
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Kindly follow PEP 8 Coding Style guidelines. Refer: https://www.python.org/dev/peps/pep-0008/
Please make sure to update tests as appropriate.