Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

EA Duplicate Detector - MetaTrader 5 Library | MT5 EA Download - MetaTrader 5 Resources

author EAcpu | 3 reads | 0 comments |

EA Duplicate Detector - library for MetaTrader 5

Let the EA determine based on conditions whether there are duplicate EAs on the chart.

Expert.mqh comes from the library written by fxsaber and is located at https://www.mql5.com/ru/code/19003 .

 enum ENUM_DUPLICATE_POLICY {
  POLICY_ALLOW_ALL, // Allow all (not detect) POLICY_ONE_PER_TERMINAL, // Only one instance is allowed globally in the terminal POLICY_ONE_PER_SYMBOL, // Only one instance is allowed per symbol (regardless of period) POLICY_ONE_PER_SYMBOL_PERIOD, // Only one instance is allowed per symbol and period POLICY_UNIQUE_PARAMS_ONLY // Allow running only if parameters are different (regardless of symbol/period) }; 


EA Duplicate Detector - library for MetaTrader 5


Attachment download

📎Expert.mqh (29.38 KB)

📎EADetector.mqh (14.54 KB)

📎EADetector.mq5 (5.94 KB)

Source: MQL5 #68657

Verification code Refresh