I see that you can set the "AccountSize" property to a value in the strategy initialize function. And I think it will accurately reflect the profit/losses once the strategy starts trading.
But I still have a couple questions I need clarification on:
1) What happens if I'm trading the same strategy on multiple markets (charts)? Does the AccountSize accurately span all instruments?
So for example, let's say I never want to have more than 6% of my account at risk at any given moment AND I don't want to place a new trade if my account size is down 6% for the day.
So when one of my strategies is about to place a trade, I would like to see where my account stands as far as:
1) AccountSize (spanning all charts)
2) Open positions (spanning all charts)
Is this something that NT has the ability of tracking? Or will I need to code something myself to keep track of all orders and my over-all account size?
Thanks

Comment