creating closed source proprietary indicators and bots
Created at 23 Apr 2016, 02:38
CT
creating closed source proprietary indicators and bots
23 Apr 2016, 02:38
hi there,
I am new to cAlgo and cTrader.
Does the platform support distribution of closed source / license locked indicators and bots?
If there are any docs on that, can you kindly point me in the right direction?
thanks,
Onn
ClickAlgo
23 Apr 2016, 06:46
Hi Onn,
Create an external assembly which you call from your Robot class and use the software below for obfuscation and code protection, you can then build the entire algo file without source for the cBot project and any referenced assemblies will be added to the file. You will notice a larger file than normal and finally you will have just a single file with the .algo extension.
http://www.secureteam.net/.NET-Obfuscator.aspx
Regard,
Paul.
@ClickAlgo