billray0259 / stockbot_2020

A previous attempt at profitable algorithmic trading
0 stars 0 forks source link

re-write options data collection 'collection' method #15

Open CharlieRay668 opened 4 years ago

CharlieRay668 commented 4 years ago

I re-wrote the options_data_collector.py 'collection' run condition to now use multithreaded pools to gather data for all the symbols that it is fed. It also gathers this data every minute instead of every 10. We may change this in the future to run less often but for now, it has the capability to run at minutely frequency.