I've been examining any feature in NT before further steps with my Algos like compiling in DLLs, full automated...etc
I see that there's a strategy tab in OPTIONS for running Algos, but I see as well, that these features can be programmed in C++ within a source code; so my question are:
- What's the difference in running an Algo under the configuration of strategy tab in NT or programming those functions within the source code?
- Why would I need to write them within my code?
- If I had a strategy that I'd like to export as a protected DLL to import it again in my NT (in order to protected that source code from copys..etc), those functions of strategy tab should be programmed within the code or it's not necessary if I use it in NT?
Thanks

Comment