MQL4 Reference Account Information AccountStopoutLevel

MQL4 Help as One File:

AccountStopoutLevel

Returns the value of the Stop Out level.

int  AccountStopoutLevel();

Returned value

The value of the Stop Out level.

Example:

  Print("StopOut level = "AccountStopoutLevel());