MQL4 Reference Account Information 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());