거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

EA Duplicate Detector - MetaTrader 5용 라이브러리

조회수:
238
평가:
(1)
게시됨:
\MQL5\Include\fxsaber\Expert\
Expert.mqh (29.38 KB) 조회
EADetector.mqh (14.54 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

VR Locker Lite - Trading strategy based on a positive lock VR Locker Lite - Trading strategy based on a positive lock

Works using a positive lock; the trading robot creates one positive lock, and the trader decides what to do with it.

Binary tradng based on candle colors Binary tradng based on candle colors

A simple binary trading strategy that counts candle colors.