Hello Community,

 

I am developing a system in Visual Studio on my own computer based on a clone of the lean repository in c#.

In the directory CommunityLEan\Algorithm.Csharp I added some classes and in Launcher/config..json configured the "algorithm type name" to point to my 'main' class. Also unit tests are added in Lean/QuantConnect.Algorithm.CSharp.Tests.

 

How can I 'migrate'  my local developed classes to the lab on the quantconnect site ? Is there an otherway than copy-paste ? Or does a workflow exist that defiines how to handle local development with deployment on quant connect  ?

 

Best regards,

Jan.

Author