stockalgo / OItool

OItool helps you to analyze future and option data. It uses Grafana for visualization and Influxfb for the database to store data.
MIT License
19 stars 9 forks source link

Oi Tools not working #2

Open sunakshi708 opened 3 years ago

sunakshi708 commented 3 years ago

I have pip installed the OI tool on Jupyter nootbook. Then copy the code shown and Run as per the below snap shot. It gave me error. Please assist how to use the code so i can use OItool. How to fix this and use. Any document to run the code and use.

"Exception: ('Error occurred in OItool initialization: ', "HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /query?q=CREATE+DATABASE+%22oitool%22&db=oitool (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x03D776A0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it'))")"

image

chiranjeevg commented 3 years ago

Hi,

Please make sure to start influxdb before running this script. You can run influxdb by running influxd.exe. (Screenshot attached.)

Screenshot (46)