CloseAtProfit/CloseAtProfit.mqproj
super.admin ad171724b9 convert
2025-05-30 14:46:25 +02:00

66 lines
No EOL
3 KiB
JSON

{
"platform" :"mt5",
"program_type":"script",
"copyright" :"Copyright 2019, Ricardo de Jong.",
"link" :"https:\/\/www.mql5.com",
"version" :"1.00",
"description" :"This script closes positions that are in a defined profit. ",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"script":
{
"flags":"0"
},
"files":
[
{
"path":".\\CloseAtProfit.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\\SymbolInfo.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"
}
]
}