I want to generate a .dll file of my custom indicator to distribute (with protected source code). and when compiling my indicator in NinjaScript, I do not see any .DLL file generated in the bin/custom/ folder.
The .dll file is located by default within another folder or is it that Ninja does not generate the .dll file automatically and do I have to do it manually?
Thank you!!!!!!

Comment