MT 5 EA Validation error never saw before please help and guide, thank you in advance

 

test on EURUSD,H1 (netting) JI 0 11:13:40.378 Core 1 2021.02.01 00:00:00 🔄 Initializing EA... strategy tester report 108 total trades

Hello,  I have never encountered such error before kindly guide . My Ea on MT 5 is working perfectly but when I validate  this comes up. 
I will appreciate the help.
Regards

 
Since your test is running in netting mode, the system is verifying that your EA does not rely on hedging (multiple positions in different directions).
If your EA attempts to hedge, the validation might fail. 
 
Wilna Barnard #:
Since your test is running in netting mode, the system is verifying that your EA does not rely on hedging (multiple positions in different directions).
If your EA attempts to hedge, the validation might fail. 

Hey thank you for the reply,

My Expert Advisor (EA) is designed to place two pending orders at predefined high and low levels. Once one of these orders is executed, the EA is programmed to automatically cancel the other. This ensures that only a single active position is maintained at any given time, thereby aligning with the requirements of netting mode and not constituting a hedging strategy.