Hi, Jared.

I would like to post here some questions about QuantConnect:

1) Without debugging it's difficult to find bugs. Is it possible to create offline testing engine? Users can import their own market data via custom data implementation and debug it in Visual Studio or SharpDevelop. This engine can be done simply as a console application. Users can set this application as an external program while debugging and pass compiled library full path and target type full name of QCAlgorithm to test it. Is it possible?

2) After QCStudioAddin installation Visual Studio raise an exception: exception has thrown by the target of an invocation. Is there any idea how to solve it?

3) Could you update your QCRestAPI project? QCStudioAddin refers to updated compiled version of QCRestAPI and I would like to have a source code