I am working on a multi-instrument strategy. In order to figure out how to allocate money to the various instruments, I need some functionality to keep track of the
* current total account value, including cash and stocks
* the fill prices for execution of entry and exit orders
Right now, I am doing this manually, by looping through my BarsArray during OnBarUpdate and by looking at the order objects during OnExecution.
Does NinjaTrader provide any more elegant method to do this?
Thank you,
best regards, Felix

Comment