I have 4 issues with the Strategy Analyzer Templates:
1. Bug: Template not loading when public Order or public Position is declared in strategy
When I have a public Order as variable in my strategy, the saved template in the strategy analyzer for that strategy doesn't load (both for default and other custom templates). The same applies to a public Position variable. I guess this applies to all Ninjascript objects. Are you able to reproduce?
2. Bug: The chosen instrument is sometimes saved in the template and sometimes not.
I didn't figure out what the reason is for the different behavior. However, I want the instrument to be saved in the template every time. Is it possible to do that?
3. After rolling over futures contracts in NT the saved instrument in the strategy parameter template should also be updated automatically.
Its so annoying having to do that manually every time an instrument rollover occurs. Can you please implement this in NT's rollover function? It makes no sense to offer a rollover function but not update the instrument in the templates.
4. The Bar Width in the Chart after running the backtest in the Strategy Analyzer is always extremely wide as default even though I saved the template with a much lower bar width. I always have to manually make reduce the width after running the backtest. I don't know what causes this. If you have any suggestion what I can do while keeping all my data I would be very grateful!
Thanks in advance!

Comment