What is the preferred/suggested method to manage NinjaScript libraries?
because it seems that when a new version of an indicator is put onto a production machine, say perhaps by a file system overwrite into the Ninja Folder
or otherwise in the production system one must delete the ninjascript and then save the new version (which has a different name) to the name of the one deleted....
but both of these apparently deletes all reference to the ninjascript thruout the Ninja system, in all workspaces, templates.
then one has to restore the workspace setups and the templates.
so....am I doing something incorrect?
I am in constant development/improvement and need to do this often.
How can I put new code into production (i.e. on the trading computer), replacing/updating ninjacripts with a new version without Ninja deleting the internal references? (i.e. in the charts, templates, workspaces, et cetera)
For example,
I have xxxxxx.cs in production
and a new version called xxxxxxx01.cs tested and ready to replace xxxxxx.cs
How do I do that?
Thanks

Comment