110 lines
No EOL
2.8 KiB
JSON
110 lines
No EOL
2.8 KiB
JSON
{
|
|
"platform" :"mt5",
|
|
"program_type":"expert",
|
|
"copyright" :"Centaur Quant Project",
|
|
"link" :"https:\/\/forge.mql5.io\/chiki2bum2\/Centaur_Quant_Architecture",
|
|
"version" :"2.0.0",
|
|
"description" :"Hybrid quantitative trading system for MetaTrader 5 — a deterministic Smart Money Concepts (SMC) executor paired with a probabilistic LLM analyst. The AI advises; it never vetoes execution.",
|
|
"icon" :"\\Files\\photo.ico",
|
|
"cpu_architecture" :"3",
|
|
"optimize" :"1",
|
|
"fpzerocheck" :"1",
|
|
"tester_no_cache":"0",
|
|
"tester_everytick_calculate":"0",
|
|
"unicode_character_set":"0",
|
|
"static_libraries":"0",
|
|
|
|
"files":
|
|
[
|
|
{
|
|
"path":"CentaurQuant.mq5",
|
|
"compile":true,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Core\\CSymbolNormalizer.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Network\\CSDPEncoder.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Network\\CSocketClient.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Data\\DataHarvester.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Data\\ContextPackager.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Execution\\COrderBlockScanner.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Execution\\COrderExecutor.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":"..\\Include\\Execution\\CHistoryTracker.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Models\\CLLMClient.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
},
|
|
{
|
|
"path":"..\\Include\\Models\\CFuzzyFusion.mqh",
|
|
"compile":false,
|
|
"relative_to_project":true
|
|
}
|
|
]
|
|
} |