I'd like to understand how strategies are saved within the workspace .xml file.
I like to do a lot of playback on my strategies, testing different variations. Between the strategy and chart variations, I can have over a thousand different instances loaded up. Unfortunately, NT doesn't seem to contemplate this sort of usage.
Instead of tediously and time-consuming specifying each individual strategy instance, I'm finding it easer to edit and update the workspace .xml file instead, and specify my variations in there. I pretty much got it, except specifying the strategies. When a specify a particular strategy name and it's unique parameter, I see it's saved in the workspace .xml file something like:
<Strategies>
<Strategy0 BarsIndex="0">301812915</Strategy0>
</Strategies>
I'm guessing this is hash key into some index, but where does that index live?
I understand how hand-editing the workspace .xml file isn't something you directly support. However, no exaggeration, sometimes I can spend over an hour loading up a particular environment for playback testing. Until NT supports loading up strategies in bulk, I really need to develop shortcuts.
Thanks,

Comment