I use the following code to check the account balance:
this.console.getOut().println("History Equity= " + this.history.getEquity());
this.console.getOut().println("Account Equity= " + this.account.getEquity());
The result is different. I understand the "account.getEquity()" update every 5 sec. But shouldn't be different so much, right? Is it an another bug?
Screenshot attached.