Balance
, Equity
, FreeMargin
and MarginLevel
. The Terminal’s Trade tab shows these values (along with open positions and margins). In MQL, account data can be queried (e.g. AccountBalance()
, AccountEquity()
in MQL4 or AccountInfoDouble(ACCOUNT_BALANCE)
in MQL5) to manage trades.