Convert OrdersEA to proper MT5 syntax (v2.0)

Major changes for MT5 compatibility:
- Replaced MT4 OrderSelect() with MT5 PositionGet/HistorySelect
- Replaced MarketInfo() with SymbolInfoDouble/Integer
- Replaced Bid/Ask/Digits/Point globals with function calls
- Updated trade functions to use CTrade class
- Changed ticket types from int to ulong
- Replaced WindowExpertName() with MQLInfoString()
- Replaced IsOptimization() with MQLInfoInteger()
- Updated copyright to Garfield Heron / fetcherpay.com

Note: Full grid logic needs comprehensive testing
This commit is contained in:
2026-03-24 13:04:46 -04:00
parent c342966488
commit c415cd9919
3 changed files with 1725 additions and 1247 deletions

File diff suppressed because it is too large Load Diff