pranjal-joshi / Screeni-py

A Python-based stock screener to find stocks with potential breakout probability from NSE India.
MIT License
557 stars 197 forks source link

Found 0 Stocks, Not getting data in tabuler form #112

Closed dixitsutariyaa closed 2 years ago

dixitsutariyaa commented 2 years ago

Describe the bug Found 0 Stocks, there is something wrong with result = results_queue.get() in screenipy.py file, it always returns "None", so variable "listStockCodes" have data but not getting data in tabular format. I am mobile developer by profession so i tried debugging the code , i found that there is something wrong with "results_queue = multiprocessing.Queue()"

Expected behavior it should display all fetched records to tabular format and push data to excel file

Screenshots image

Desktop (please complete the following information):

pranjal-joshi commented 2 years ago

Please update to the latest version if not already. Also, let me know whether it works during market hours / post-market hours because the data source varies as per the current time.

Also, I recommend using the pre-built released version available here for screening stocks for regular use. But feel free to tinker with source if you want to modify or contribute for new features. :smile:

github-actions[bot] commented 2 years ago

This Issue is marked as Stale due to Inactivity. This Issue will be Closed soon.