MQL4参考 账户信息 AccountLeverage

AccountLeverage

Returns leverage of the current account.

int  AccountLeverage();

Returned value

Leverage of the current account.

Example:

  Print("Account #",AccountNumber(), " leverage is "AccountLeverage());