I am trying to live trade an algorithm that uses the tiingonews data feed. I started tracking number of articles it received, and it received significantly less articles in the live test than a back test of the same time period. I already accounted for the fact that only 4 hours of articles are received when asked for in live by getting articles throughout the day with timespans of less than 4 hours. I already made sure that I filter articles by both crawl date and published date in both the back test and live test to make sure it isn't an issue with when tiingonews receives the articles .

Any idea why I am receiving less articles when I run the algorithm live relative to when I backtest the same period?