I am getting an error, "Backtest Error: Could not find the algorithm DLL in uploaded files... " To reproduce this, clone the Basic Template and add an additional file. In the additional file, declare any C# interface such as the following:

public interface IMyInterface { }

It will compile OK but produce the error when running a backtest.

Author