Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Kütüphaneler

EA Duplicate Detector - MetaTrader 5 için kütüphane

Görüntülemeler:
93
Derecelendirme:
(1)
Yayınlandı:
\MQL5\Include\fxsaber\Expert\
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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

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

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



Project Template Generator Project Template Generator

This script serves as a practical example of how developers can programmatically work with files using MQL5. One of its key objectives is to demonstrate effective project file organization, which is essential for developers working on large-scale systems or aiming to create portable, self-contained projects. The concept can be expanded further and refined with additional ideas to support more advanced development workflows.

Sideways Martingale Sideways Martingale

Martingale trend detector use onnx AI

Accelerator Oscillator (AC) Accelerator Oscillator (AC)

The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.

MACD Signals MACD Signals

Indicator edition for new platform.