Currently the only way to protect your code from other peoples’ eyes is to translate part of the formula (such as few functions) or entire formula to C\/C++ language and compile as AFL plugin DLL. Doing so requires some C\/C++ programming knowledge, a C\/C++ compiler (free Visual Studio Express or GNU tools can be used) and AmiBroker Development Kit (ADK).<\/p>
ADK contains instructions how to write your own AFL plugin along with code samples that are ready-to-compile. Some C\/C++ knowledge is required though.<\/p>
ADK is freely downloadable from
http:\/\/www.amibroker.com\/bin\/ADK.exe<\/a> (self-extracing exe)
or
http:\/\/www.amibroker.com\/bin\/ADK.zip<\/a> (zip archive)<\/p>