jmorgancusick / currencyhft

SD&D project for high frequency trading
MIT License
4 stars 0 forks source link

Forex Scrape Previous Days and Start Cron Job #78

Open jmorgancusick opened 7 years ago

jmorgancusick commented 7 years ago

Catch up on Forex Market data and continue to scrape each morning

jmorgancusick commented 7 years ago

Current fix is to keep incrementing api.h's subDays in selectHistoricalTickerData() and dayObj in GetCurrentForexDayRates().

forexDataScrapeUpdate.py is the ideal solution but has NOT BEEN FINISHED OR TESTED.

jmorgancusick commented 7 years ago

Using last available day is also a fix, probably a much easier and necessary thing anyway, since we don't have data for weekends. Broke this out into its own issue #105.