ea-ops-monitor

Monitor MetaTrader 5 Expert Advisor performance and detect anomalies.

1|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/anhnguyen123312/skill-trader --skill ea-ops-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ea-ops-monitor
Source: https://github.com/anhnguyen123312/skill-trader/tree/main/.agents/skills/ea-ops-monitor
Command: npx skills add https://github.com/anhnguyen123312/skill-trader --skill ea-ops-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides real-time monitoring, anomaly detection, and automated runbook decisions for live Expert Advisors (EAs) running on MetaTrader 5 VPS environments, helping users detect issues and respond promptly.

Core Features & Use Cases

  • Live EA Monitoring: Continuously monitor EA performance, including equity, margin levels, and open positions.
  • Anomaly Detection: Detect anomalies such as high slippage, latency issues, and consecutive losses.
  • Alerting & Runbook: Issue alerts via Telegram or Discord and execute predefined runbook decisions for various scenarios.
  • Use Case: For a user with multiple EAs running on a VPS, this Skill can automatically detect when an EA stops or starts losing money, trigger alerts, and take predefined actions like reducing lot size or stopping the EA.

Quick Start

Start monitoring the EA by running the command: ./.skill-trader/backtest/scripts/login.sh

Frequently Asked Questions about ea-ops-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate MT5 EA monitoring and alerting on a VPS?

To automate MT5 EA monitoring on a VPS, you need a solution that continuously tracks live performance metrics like equity and margin, detects anomalies such as high slippage, and triggers alerts via Telegram or Discord to execute runbook decisions.

What is runbook automation for MetaTrader 5 Expert Advisors?

Runbook automation for MetaTrader 5 Expert Advisors is the process of executing predefined operational decisions, such as reducing lot size or stopping an EA, automatically when specific live performance anomalies or consecutive losses are detected.

Can I use Python for real-time anomaly detection in MT5 trading?

Yes, you can use Python for real-time anomaly detection in MT5 trading by leveraging Python libraries to perform continuous log analysis and data collection on live EA performance metrics within your VPS environment.

What's the best way to detect high slippage and latency issues in live EAs?

The best way to detect high slippage and latency issues in live EAs is to implement continuous performance monitoring that analyzes trading logs and data streams to identify anomalies and issue alerts for prompt response.

Do I need MetaTrader 5 installed to run automated EA performance alerts?

Yes, you need MetaTrader 5 installed on your VPS environment to run automated EA performance alerts, as the monitoring system relies on the MT5 platform to collect live data and execute runbook actions.

How does automated runbook execution respond to consecutive EA losses?

Automated runbook execution responds to consecutive EA losses by triggering predefined actions, such as automatically reducing the trading lot size or completely stopping the EA, to prevent further financial loss on the MT5 VPS.