Well, I do come here because I am bored so by that definition I am a troll. However, while I might be ignorant of many things in the world, as an institutional PM with decades of experience, I am pretty aware of what works and what does not. Seems like the members here feel that I got a lot to contribute.
In any case, I was merely pointing out that if you have not established that your strategy actually works in live trading (most things do not work, FWIW) it's not worth worrying about protecting your IP. The only exception to that would be if you are running some sort of an arbitrage strategy and literally don't want others to know that this arb exists. However, if you are REALLY paranoid, you can take a public domain backtester like backtrader or zipline, deploy it on your own machine and test the strategy without ever "giving the code" to anyone. If you truly think you've invented something that is unique (as I said, very unlikely in my experience), this approach is more scaleable and customizable. Pretty much every quantitative tool you might need has been implemented in whatever language you decide to use (C++, Java or Python) and you will not need to reinvent the wheel. Also, you can take the machine off-line and put it in titanium-lined safe for additional IP protection at the backtesting stage. When it comes the time to deploy it, the very same codebase can be connected to your broker API without every giving away your code.