mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-24 16:18:27 +00:00
Add gitignore
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//+------------------------------------------------------------------+
|
||||
//| StdLibErr.mqh |
|
||||
//| Copyright 2009-2017, MetaQuotes Software Corp. |
|
||||
//| http://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
|
||||
//+------------------------------------------------------------------+
|
||||
Reference in New Issue
Block a user