I want to run my strategy for live trading, while at the same time continuing to enhance the strategy and the indicators that it uses, without affecting the production version.
When working as a programmer, I would just have two different environments, which was easily created by creating a "development" folder and a "production" folder.
In NT, has there been any discussion or ideas on how to do something like this, or is there a suggested practice?
The best I've come up with so far is to copy and rename every script with a Dev or Prod tag, but this seems suboptimal. Does anyone have any better ideas?

Comment