ForexTheFirst/ForexTheFirst.mqproj

74 lines
3.3 KiB
Text
Raw Permalink Normal View History

2025-05-30 14:55:54 +02:00
<EFBFBD><EFBFBD>{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Marino Bantli",
"link" :"maban.ch",
"version" :"1.0.0",
"description" :"The first attempt of the blyats to build a functioning FX-bot.",
"cpu_architecture" :"1",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"files":
[
{
"path":"ForexTheFirst.mq5",
"compile":true,
"relative_to_project":true
},
{
"path":"..\\HighLow\\HighLowFinder.mqh",
"compile":false,
"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
},
{
"path":"TradeEngine.mqh",
"compile":false,
"relative_to_project":true
},
{
"path":"CandleTools.mqh",
"compile":false,
"relative_to_project":true
}
]
}