MQL4参考 账户信息 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());