59 lines
No EOL
1.6 KiB
JSON
59 lines
No EOL
1.6 KiB
JSON
{
|
|
"platform" :"mt5",
|
|
"program_type":"expert",
|
|
"copyright" :"Copyright 2026, MetaQuotes Ltd. Developer is Chacha Ian",
|
|
"link" :"https:\/\/www.mql5.com\/en\/users\/chachaian",
|
|
"version" :"1.00",
|
|
"description" :"A recovery-oriented MetaTrader 5 Expert Advisor demonstrating persistent trade-state storage, restart-safe virtual protection, dynamic breakeven and trailing recovery, trade-state reconciliation, and Safe Mode operation using SQLite.",
|
|
"cpu_architecture" :"0",
|
|
"optimize" :"1",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
"unicode_character_set":"0",
|
|
"static_libraries":"0",
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":"SelfHealingExpert.mq5",
|
|
"compile":true,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Trade\\Trade.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Object.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\StdLibErr.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Trade\\OrderInfo.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Trade\\HistoryOrderInfo.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Trade\\PositionInfo.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
},
|
|
{
|
|
"path":"MQL5\\Include\\Trade\\DealInfo.mqh",
|
|
"compile":false,
|
|
"relative_to_project":false
|
|
}
|
|
]
|
|
} |