DR_BreakoutStraddle/DR_BreakoutStraddle.mqproj
digitalrogue f4911749f1
2026-04-16 16:36:17 -05:00

69 lines
No EOL
1.8 KiB
JSON

{
"platform" :"mt5",
"program_type":"expert",
"copyright" :"Copyright 2026, Jim Gray",
"link" :"https:\/\/www.mql5.com\/en\/users\/digitalrogue",
"version" :"1.00",
"description" :"Breakout Straddle EA for MetaTrader 5\r\nPlaces Buy Stop and Sell Stop pending orders at a configurable distance from current price — a classic breakout straddle strategy for news events, session opens, and volatile markets. When one order triggers, the opposite order is automatically cancelled (OCO logic).",
"cpu_architecture" :"0",
"optimize" :"1",
"fpzerocheck" :"1",
"tester_no_cache":"0",
"tester_everytick_calculate":"0",
"unicode_character_set":"0",
"static_libraries":"0",
"files":
[
{
"path":"DR_BreakoutStraddle.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
}
]
}