96 lines
No EOL
4.6 KiB
JSON
96 lines
No EOL
4.6 KiB
JSON
{
|
|
"platform" :"mt5",
|
|
"program_type":"expert",
|
|
"copyright" :"Copyright 2022, MetaQuotes Ltd.",
|
|
"version" :"1.0",
|
|
"description" :"WebSocket-client for chat-service.\r\nType and send text messages for all connected users.\r\nShow alerts with messages from others.",
|
|
"optimize" :"1",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
"unicode_character_set":"0",
|
|
"static_libraries":"0",
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":"wschat.mq5",
|
|
"compile":true,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wsclient.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\URL.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wsframe.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wstools.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wsinterfaces.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wsmessage.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wstransport.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\MQL5Book\\ws\\wsprotocol.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\VirtualKeys.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
}
|
|
],
|
|
|
|
"tester":
|
|
[
|
|
{
|
|
"type":"file",
|
|
"path":"..\\Web\\MQL5Book.crt",
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"type":"file",
|
|
"path":"..\\Web\\MQL5Book.key",
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"type":"file",
|
|
"path":"..\\Web\\wschat.htm",
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"type":"file",
|
|
"path":"..\\Web\\wschat.js",
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"type":"file",
|
|
"path":"..\\Web\\wschat_client.js",
|
|
"relative_to_project":true
|
|
}
|
|
]
|
|
} |