2025-09-24 15:10:34 -04:00
|
|
|
//+------------------------------------------------------------------+
|
2026-02-05 23:31:20 -05:00
|
|
|
//| GateManager.mqh - Stub for backward compatibility |
|
|
|
|
|
//| This file provides backward compatibility with old includes |
|
|
|
|
|
//| New code should use EnhancedEfficientGateSystem.mqh |
|
2025-09-24 15:10:34 -04:00
|
|
|
//+------------------------------------------------------------------+
|
2026-02-05 23:31:20 -05:00
|
|
|
#ifndef GATEMANAGER_MQH
|
|
|
|
|
#define GATEMANAGER_MQH
|
2025-09-24 15:10:34 -04:00
|
|
|
|
2026-02-05 23:31:20 -05:00
|
|
|
#include "EnhancedEfficientGateSystem.mqh"
|
2025-09-24 15:10:34 -04:00
|
|
|
|
2026-02-05 23:31:20 -05:00
|
|
|
// Backward compatibility: CGateManager is an alias for CEfficientGateManagerEnhanced
|
|
|
|
|
#define CGateManager CEfficientGateManagerEnhanced
|
2026-02-04 14:28:59 -05:00
|
|
|
|
2026-02-05 23:31:20 -05:00
|
|
|
#endif // GATEMANAGER_MQH
|