NUNA/Include/StdLibErr.mqh

10 lines
673 B
MQL5
Raw Permalink Normal View History

2026-01-06 05:44:21 +00:00
//+------------------------------------------------------------------+
//| StdLibErr.mqh |
//| Copyright 2000-2025, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#define ERR_USER_INVALID_HANDLE 1
#define ERR_USER_INVALID_BUFF_NUM 2
#define ERR_USER_ITEM_NOT_FOUND 3
#define ERR_USER_ARRAY_IS_EMPTY 1000
//+------------------------------------------------------------------+