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

Trade Transaction Trace Logger MT5 - MetaTrader 5용 expert

Usamah
Usamah
I develop MetaTrader 5 Expert Advisors and trading utilities with a focus on reliable execution, risk controls, and broker compatibility.
조회수:
298
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Trade Transaction Trace Logger MT5

Trade transaction lifecycle diagnostics

Trade Transaction Trace Logger is a read-only Expert Advisor for diagnosing the lifecycle of MT5 orders, deals, and positions. It records OnTradeTransaction events in their arrival order to a local CSV file and can mirror a compact line to the Experts Journal.

What it records

  • Monotonic event sequence and server time.
  • Transaction type, symbol, and resolved magic number.
  • Order, deal, and position tickets.
  • Order type, state, deal type, price, trigger, Stop Loss, Take Profit, and volume.
  • Trade request action and server result retcode/comment.

When an event does not carry full context, the included core resolves the symbol and magic number from the request, live order, order history, deal history, or position when available.

Inputs

  • InpSymbolScope: trace the current chart symbol or all symbols.
  • InpMagicFilter: use -1 for every magic number, or specify one exact magic number.
  • InpCSVFileName: name of the local CSV report.
  • InpUseCommonFolder: save in the terminal Common Files folder when true.
  • InpPrintJournal: mirror compact event lines to the Experts Journal.

Usage

  1. Attach the EA to any chart. No specific symbol or timeframe is required.
  2. Choose the symbol and magic-number scope.
  3. Reproduce the placement, modification, fill, cancellation, or history transition you want to diagnose.
  4. Remove the EA and inspect the CSV in the terminal Files or Common Files folder.

Safety and privacy

The public logger sends no trade requests and contains no DLL or WebRequest call. It does not place, modify, close, or delete orders. Review comments and ticket identifiers before sharing a trace file. Use a demo account first when diagnosing an unfamiliar trading workflow.

The attached TradeTransactionTraceCore.mqh include file contains the reusable context-resolution, filtering, and CSV-writing functions used by the EA.

Multi-Timeframe FVG Depth Meter Multi-Timeframe FVG Depth Meter

Scans multiple timeframes for unfilled Fair Value Gaps, plots them as zones directly on your chart, and tracks local bull/bear imbalance depth with a histogram and live dashboard.

Session Sweep Reversal Detector Session Sweep Reversal Detector

arks the prior session's high/low and flags liquidity sweeps that reverse back inside the range within a set number of bars." — category Other, or Trend if you'd rather group it that way.

Stop Geometry Visualizer MT5 Stop Geometry Visualizer MT5

Read-only MT5 indicator that visualizes broker Stops Level and Freeze Level references on the chart.

Round Trip Cost Reconciler MT5 Round Trip Cost Reconciler MT5

Read-only MT5 history utility that groups partial fills by position identifier and separates gross result from commission, swap, fee, and net result.