당사 팬 페이지에 가입하십시오
- 조회수:
- 149
- 평가:
- 게시됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
MT5 EA Acceptance Harness is a small MQL5 script for checking a bounded entry-state contract with deterministic synthetic fixtures.
The script runs eight cases: valid closed-bar entry, duplicate signal bar, open-bar rejection, cooldown rejection, cooldown elapsed, no signal, daily lock and new-day reset. It reports expected versus actual decisions and a final pass/fail count.
Inputs
- InpWriteTextFile — optionally writes the report to the terminal Common\Files folder.
- InpPrintToExperts — optionally prints the report in the Experts log.
- InpFileName — report file name.
Safety boundary
The harness uses synthetic case data only. It does not read market or account data, and it never sends, modifies or closes an order. It checks only the included state-transition examples; it does not prove strategy quality, broker execution, profitability or live-account behavior.
The attached source was compiled in MetaEditor with 0 errors and 0 warnings. Runtime results should be evaluated from the report produced in the user's own terminal.

FX Dashboard
This is a FX Dashboard style terminal panel on the MT5 chart, plus lines drawn on the chart (EMA, Bollinger, Donchian).
Day Trader Dashboard
The Day Trader Dashboard is a Bloomberg-style visual panel for MetaTrader 5 that tracks an intraday price range and flags when price is inside it (fade zone) or has broken out of it. It doesn't place trades — it's a decision-support overlay that computes the range High/Low from recent bars, draws those levels directly on the chart, and shows a live status readout (scanning / within range / breakout) in a themed, auto-scaling panel. It supports multiple independent instances on the same chart, several color themes, and cleans up 100% of its objects when removed.
Accelerator Oscillator (AC)
The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.
MACD Signals
Indicator edition for new platform.