OItool icon indicating copy to clipboard operation
OItool copied to clipboard

OItool helps you to analyze future and option data. It uses Grafana for visualization and Influxfb for the database to store data.

OItool Open Interest Analysis Tool



Installation

1) Install Oitool using python pip package manager

Use the package manager pip to install bandl.

pip install oitool

2) Install influxdb database and Grafana tool.

3) Connect grafana to influxdb Check Here



Usage

1) Start Influxdb database and Grafana.

2) To start fetching option open interest data and push it to influxDB

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



Contributing

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.


License

MIT