pkjmesra / PKScreener

A Python-based stock screener for NSE, India. PKScreener is an advanced free stock screener to find potential breakout stocks from NSE and show its possible breakout values. It also helps to find the stocks which are consolidating and may breakout, or the particular chart patterns that you're looking specifically to make your decisions.
https://github.com/pkjmesra/PKScreener
MIT License
142 stars 59 forks source link

Cache data creating issue in real market timing #118

Closed raviyellani closed 2 months ago

raviyellani commented 3 months ago

Due to the cache data timings or any other bug, the data is not properly updated in the real market timing some the screener are showing yesterday data only during market hours also

Recommended to remove the cache data and any time we can the live market data as fetching data is quick only, not taking much time for it

github-actions[bot] commented 3 months ago

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

pkjmesra commented 3 months ago

@raviyellani - Can you capture an example and post here ? Also, you can always disable cache in the pkscreener.ini file by turning

cachestockdata = y

to

cachestockdata = n