I have been working in Visual Studio with a local copy of the QC Algorithm project from Github. I am curious about how others are unit testing components and integration testing their algorithm for correct operation before deploying it for backtesting into QC.

Does anyone have a "test harness" running that feeds a local data stream into the OnTick or OnTradeBar handlers? If so, would you be willing to share what it looks like?

Thanks

Author