💰 Get Account Balance¶
Helper method: retrieves current account balance.
API Information:
- Sugar method:
MT5Sugar.getBalance() - Returns:
double- Account balance - Underlying:
MT5Service.getBalance()
⬆️ Output¶
Returns: double - Balance in account currency
Throws: ApiExceptionMT5 if request fails
🔗 Usage Example¶
See also¶
- Other account info:
getEquity(),getMargin(),getFreeMargin() - Full snapshot:
getAccountSnapshot()