MACDTrader/MACDTrader.mqproj
super.admin 14fccbd458 convert
2025-05-30 15:04:35 +02:00

128 lines
No EOL
5.9 KiB
JSON

{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2009-2017, MetaQuotes Software Corp.",
"link" :"http:\/\/www.mql5.com",
"version" :"5.50",
"description" :"It is important to make sure that the expert works with a normal\nchart and the user did not make any mistakes setting input\nvariables (Lots, TakeProfit, TrailingStop) in our case,\nwe check TakeProfit on a chart of more than 2*trend_period bars",
"optimize" :"1",
"fpzerocheck" :"1",
"files":
[
{
"path":"MQL5\\Include\\Trade\\Trade.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"
},
{
"path":"MQL5\\Include\\Trade\\AccountInfo.mqh",
"compile":"false",
"relative_to_project":"false"
},
{
"path":"MQL5\\Include\\Object.mqh",
"compile":"false",
"relative_to_project":"false"
},
{
"path":".\\MACDTrader.mq5",
"compile":"true",
"relative_to_project":"true"
}
],
"resources":
[
{
"type":"image",
"path":".\\Res\\euro.bmp",
"name":"",
"relative_to_project":"true"
},
{
"type":"indicator",
"path":".\\Res\\ADXW.ex5",
"name":"",
"relative_to_project":"true"
},
{
"type":"sound",
"path":".\\Res\\alert2.wav",
"name":"",
"relative_to_project":"true"
},
{
"type":"image",
"path":"MQL5\\Files\\Resources\\1.bmp",
"name":"",
"relative_to_project":"false"
},
{
"type":"sound",
"path":"MQL5\\Files\\Resources\\1.wav",
"name":"",
"relative_to_project":"false"
},
{
"type":"string",
"path":"MQL5\\Files\\Resources\\1.txt",
"name":"",
"relative_to_project":"false"
}
],
"tester":
[
{
"type":"indicator",
"path":".\\Res\\ADX.ex5",
"relative_to_project":"true"
},
{
"type":"library",
"path":".\\Res\\LastTick.ex5",
"relative_to_project":"true"
},
{
"type":"set",
"path":".\\Set\\MACD_Sample_2.set",
"relative_to_project":"true"
},
{
"type":"set",
"path":".\\Set\\MACD_Sample_3.set",
"relative_to_project":"true"
}
]
}