foreach (Account acct in Cbi.Globals.Accounts)
{
... retrieve value of each account
}
To be clear - this is not about the local account for a particular chart/strategy. I am trading a block account and its position sizing depends on all the other accounts visible by NinjaTrader.
How do I do this in NT8?

Comment