Then inside the new document immediately save, I'm often confused as to why the strategy doesn't work. But it seems like NT sometimes(not always) deletes part of the tag names from draw.text etc...
for example:
RemoveDrawObject("V7 LongHL" + (SymbolCtr - SymbolMax)); //NEW
in the new file becomes
RemoveDrawObject("V7ALT" + (SymbolCtr - SymbolMax)); //NEW
Everything after the space is removed and every drawing in the strategy has the same tag name.

Comment