AITelegramSignalCopier/AITelegramSignalCopier.mqproj
CHACHAIAN 76e88afa14 Implemented complete AI-powered trade execution workflow
* Added automatic market and pending order execution
* Implemented broker symbol resolution for canonical AI symbols
* Added dynamic order type resolution (Market, Limit and Stop)
* Integrated execution status reporting back to the Flask API
* Added MT5 trade execution notifications using Print(), Alert() and SendNotification()
* Refactored the timer workflow into ProcessPendingSignal() for improved readability and maintainability
* Improved execution diagnostics and logging
* Successfully completed end-to-end integration from AI-parsed signal to live MT5 trade execution
2026-06-27 12:29:12 -07:00

68 lines
No EOL
1.4 KiB
JSON

{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2026, MetaQuotes Ltd.",
"link" :"https:\/\/www.mql5.com",
"version" :"1.00",
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"files":
[
{
"path":"AITelegramSignalCopier.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
}
],
"resources":
[
{
"type":"0",
"path":"readme.md",
"name":"",
"relative_to_project":true
}
]
}