Skip to content

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

License

Notifications You must be signed in to change notification settings

stockalgo/OItool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages