-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsymgroups.raw.h
12 lines (12 loc) · 1.01 KB
/
symgroups.raw.h
1
2
3
4
5
6
7
8
9
10
11
12
/**
* MT4 structure SYMBOL_GROUP (file format "symgroups.raw")
*
* The file contains always 32 groups and has a fixed size: 32 x sizeof(SYMBOL_GROUP) = 2560 bytes.
* Empty groups are undefined and can appear anywhere in the file.
*/
struct SYMBOL_GROUP { // -- offset ---- size --- description ----------------------------------------------------------------------------
char name [16]; // 0 16 group name (szchar)
char description[60]; // 16 60 group description (szchar); not visible in MetaTrader
UINT backgroundColor; /*custom*/ // 76 4 group color in "Market Watch" window, may be overwritten by SYMBOL.color
}; // ----------------------------------------------------------------------------------------------------------------
// = 80