trade-copier-signal-broadcaster

Broadcast trading signals to MT5 copiers, Telegram, Discord, and webhooks.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill trade-copier-signal-broadcaster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trade-copier-signal-broadcaster
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/trade-copier-signal-broadcaster
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill trade-copier-signal-broadcaster

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Distributes and formats trading signals for multiple destinations (MT5 copiers, Telegram, Discord, and webhooks), reducing manual routing and integration work.

Core Features & Use Cases

  • Multichannel signal broadcasting: MT5 copier protocol, Telegram messages, Discord embeds, and webhook payloads.
  • Structured formatting: consistent, machine-readable signal representations for automated workflows.
  • Real-world use: a trader or developer pushes a single signal to all connected channels for immediate action.

Quick Start

Provide a sample TradeSignal payload and invoke the broadcaster to distribute it to all configured channels.

Frequently Asked Questions about trade-copier-signal-broadcaster

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

FAQPage Schema
How do I broadcast trading signals to MT5, Telegram, and Discord simultaneously?

You broadcast trading signals to MT5, Telegram, and Discord simultaneously by invoking a central broadcaster with a sample TradeSignal payload. The Skill formats the signal for each channel and distributes it across MT5 copiers, Telegram, Discord, and webhooks.

What is the best way to format trading signals for automated webhook workflows?

The best way to format trading signals for automated webhook workflows is using structured, machine-readable signal representations. The broadcaster applies consistent formatting to generate standardized webhook payloads for automated processing.

Can I use a single class-based architecture to route trade alerts to multiple platforms?

Yes, you can use a single class-based architecture to route trade alerts. The broadcaster implements a reusable class-based architecture that handles MT5 copier protocols, MQL5 code, and webhook payload generation for signal distribution.

Does the signal broadcaster support the MT5 copier protocol and MQL5 code generation?

Yes, the signal broadcaster supports the MT5 copier protocol and MQL5 code generation. It implements the MT5 copier protocol alongside formatting logic to distribute trading signals directly to connected MT5 terminals.

How do I send real-time trading alerts to Discord embeds and Telegram messages?

You send real-time trading alerts to Discord embeds and Telegram messages by pushing a single signal to the broadcaster. It automatically applies the specific formatting required for Discord embeds and Telegram messages for immediate action.