Telegram WolfSignal V21 Precision Control Edition

ENGLISH DESCRIPTION (MQL5 Standard Optimized)

Product Name: Telegram WolfSignal V2.10 (MT5)

[Subtitle: Precision Command Center | White-Label Branding | Batched Alerts]

Introduction

Welcome to the apex of remote account management. Telegram WolfSignal V2.10 evolves beyond a simple notification tool into a complete, bi-directional Command & Control Hub for your MetaTrader 5 terminal.

Built for elite signal providers, prop-firm traders, and portfolio managers, Version 2.10 introduces surgical precision. Not only does it broadcast your trades in real-time, but it also allows you to intervene remotely, execute trades, isolate specific tickets, and fully white-label the notification aesthetics to match your personal brand.

V2.10: Precision Control & White-Labeling

This major build introduces game-changing mechanics for fund managers:

  • Surgical Remote Trading: Execute trades directly from Telegram with custom Magic Numbers. Type /buy XAUUSD 0.1 777 to open a trade and assign it to a specific EA's management logic.

  • Precision Liquidation: Need to cut a specific bad trade? Use /closeticket [ID] or /closemagic [Magic] to surgically remove positions without disturbing your overall portfolio.

  • White-Label Branding: Make the bot your own. Customize the Bot Name, inject Global Headers/Footers (e.g., your website or VIP channel link), and add custom Account Notes (e.g., "FTMO 100K") to every message.

  • Batched Alert Mode: Are you running a high-frequency grid or scalper? Switch from Instant Alerts to Batched Mode. The EA will silently collect all trade data and publish one clean, consolidated summary every X minutes, saving your channel from notification spam.

The "Ninja" Command Engine

Authorized administrators can interrogate the terminal directly from their mobile device. The bot employs a "Stealth Protocol" that instantly deletes your command text from the chat, keeping your public channels impeccably clean.

  • /status — View all active floating positions, Margin Level, and Total P/L.

  • /report [Timeframe] — Generate pair-by-pair analytics. Supports smart parsing: /report today , /report hour , /report 2026.04 .

  • /closeprofit / /closeloss / /closeall — Instant remote liquidation based on profit state.

Advanced Tracking & Risk Radar

  • Order Modification Tracker: If you or an EA adjusts a Stop Loss (SL) or Take Profit (TP), WolfSignal instantly detects the adjustment and broadcasts the exact new parameters to your channel.

  • Prop-Firm Defender: The EA actively guards your equity. It tracks your peak balance and will immediately push a Critical Drawdown Alert or a Low Margin Warning to your phone if predefined risk thresholds are breached.

  • Automated Daily Summaries: Configure a specific time (e.g., 23:55) for the bot to automatically compile and publish an end-of-day Win/Loss report.

  • On-Chart HUD: A sleek, non-intrusive dashboard displays real-time connection status, floating equity, drawdown percentages, and active alert modes directly on your MT5 chart.

Input Parameters (Highlights)

=== BRANDING & CUSTOM TEXT ===

  • InpBrandName : Replace "WolfSignal" with your proprietary system name.

  • InpGlobalHeader / Footer : Auto-attach VIP tags or website links to every message.

  • InpCustomNote : Tag specific MT5 accounts (e.g., "Phase 2 Evaluation").

=== ALERT FREQUENCY ===

  • InpAlertMode : Choose between ALERT_INSTANT or ALERT_BATCHED .

  • InpBatchIntervalMin : Time in minutes to hold messages before sending a batch summary.

=== AUTHORIZED ADMIN IDs ===

  • InpAdminID1-2 : Telegram User IDs permitted to use remote slash commands.

=== SIGNAL FILTERS ===

  • InpAllowedSymbols / InpAllowedMagics : Restrict broadcasts to specific pairs or EAs to hide sensitive recovery strategies.

Setup & Installation

  1. Bot Setup: Create a bot via @BotFather on Telegram to receive your API Token.

  2. ID Retrieval: Get your numeric Telegram Chat ID and Admin IDs (via @getidsbot).

  3. MT5 Permissions (CRITICAL):

  4. Launch: Attach the EA to a single chart. One instance manages the entire terminal.

📊 GROUP 1: DATA QUERY & REPORTING (MONITORING)

This group of commands is used to check account health and generate profit reports. The bot will return results immediately.

1.1 /status
Function: Returns the Account Statistics Table (Balance, Equity, Margin, Free Margin, Margin Level) and a detailed list of outstanding orders with Order IDs (Tickets).

1.2 /report (or /report day)

Function: Summarizes the net profit of orders closed today (from 00:00:00 exchange time to the present).

1.3 /report hour

Function: Summarizes the profit for the last 60 minutes.

1.4 /report [Year]

Example: /report 2026

Function: Summarizes the profit for the entire year.

1.5 /report [Year.Month]

Example: /report 2026.05
Function: Summarizes the profit for a specific month (Bot automatically calculates the number of days in the month).

1.6 /report [Year.Month.Day]

Example: /report 2026.05.18
Function: Summarizes the exact profit for a specific day in the past.

🛑 GROUP 2: SMART LIQUIDATION

The "Emergency Button" group of orders is used to remotely clean up the account. The bot will automatically find and close orders that match the filter.

2.1 /closeall
Function: Closes all open orders on the account (regardless of profit or loss, bot orders or manual orders).

2.2 /closeprofit
Function: Closes only profitable (positive) orders, keeping losing (negative) orders open.

2.3 /closeloss
Function: Closes only losing (negative) orders to cut losses, keeping profitable orders open.

2.4 /closepair [Currency Pair Name]
Example: /closepair XAUUSDm
Function: Closes all orders for that specific currency pair. Other pairs remain open as usual.

2.5 /closemagic [Magic Code]
Example: /closemagic 8888
Function: Closes all orders for a single EA (Robot) with the corresponding Magic Code.

2.6 /closeticket [Ticket Code]

Example: /closeticket 1339918997
Function: Closes only the single order with the matching Ticket ID. Absolutely secure, does not affect any other orders.

🛒 GROUP 3: REMOTE TRADING

Turn Telegram into a direct order placement device. Orders can be customized and assigned to other EAs for management.

3.1 /buy [Currency Pair Name] [Volume]

Example: /buy XAUUSDm 0.1
Function: Immediately executes a BUY order at the current price. Automatically assigns the default Magic code: 999999 (Telegram Remote).

3.2 /sell [Currency Pair Name] [Volume]

Example: /sell EURUSDm 1.0

Function: Immediately executes a SELL order at the current price. Automatically assigns the default Magic code: 999999 (Telegram Remote).

3.3 /buy [Currency Pair] [Volume] [Magic Code] (Advanced Feature V2.1)
Example: /buy GBPUSDm 0.5 1111
Function: Executes a BUY order of 0.5 Lot and tags Magic Code 1111 to automatically manage this order for EA number 1111 on the computer.

3.4 /sell [Currency Pair] [Volume] [Magic Code] (Advanced Feature V2.1)

Example: /sell BTCUSD 0.2 5555
Function: Executes a SELL order of 0.2 Lot and tags Magic Code 5555 to automatically manage this order for EA number 5555 on the computer.

💡 3 MANDATORY ORDER TYPING RULES:
There must be a space between each component (Order, Currency Pair, Lot Number).
The currency pair name must be 100% the same as on MT5 (e.g., if it ends in m, c, or z, you must type it in full).
Decimal quantities must use a period (.), never a comma.

🛡️ AUTHOR & COPYRIGHT ✍️ Astracodewolf – Algorithmic Trading Systems Developer © 2026. All algorithms and designs are the proprietary intellectual property of Astracodewolf & Wingflame Intelligence Lab.


제작자의 제품 더 보기
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether GannFlow – TriConfirm Scalper v1 (MT4) [Subtitle: CCI Pullback | EMA Trend | Margin Guard Protection] Introduction Aether GannFlow is a lightweight, market-compliant scalping system built on the robust "TriConfirm" stack. It eliminates guesswork by requiring three distinct market layers to align before executing a trade: Trend, Momentum, and Trigger. Designed for MT4 stability, it features an advanced "Margin-Guard" engine to dy
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether GannFlow – Scalper Market v2 (MT4) [Subtitle: Gann Fan Logic | Trend Pullback | Margin Guard Protection] Introduction Aether GannFlow is a lightweight M5/M15 scalping system that bridges the gap between classical momentum trading and geometric market analysis. It combines a robust EMA Trend + RSI Pullback engine with the unique directional filter of the Gann Fan . Designed for stability on MT4, it features a "Margin-Guard" proce
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether Elliott Wave Zigzag Pro (MT4) [Subtitle: Wave 3 Hunter | Fib 0.618 Retracement | Margin Guard] Introduction Aether Elliott Wave Zigzag Pro is a lightweight, market-compliant scalping system designed to automate the classic Elliott Wave theory. Instead of complex wave counting, it uses a precision ZigZag algorithm to identify the high-probability 1-2-3 Structure and targets the Wave 3 impulse. Engineered for MT4 stability, it feat
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Dorothy Web Spider V292 (MT4) [Subtitle: Smart Adaptive Scalper | USD Grid Jitter | Aether Engine] Introduction Dorothy Web Spider V292 represents the next generation of grid scalping, powered by the lightweight Aether-Engine . Unlike static grid systems that fail when market conditions change, Dorothy utilizes "Adaptive Tuning" to dynamically adjust RSI thresholds and Grid spacing based on real-time ADX strength and ATR volatility. A s
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: TempestLightning – Elliott Wave Pro (MT4) [Subtitle: ZigZag Wave 3 Hunter | Market Health Monitor | USD Risk Logic] Introduction TempestLightning is a professional trading system designed to automate the complex Elliott Wave theory. Instead of guessing wave counts, this EA uses a precision ZigZag algorithm to identify the classic 1-2-3 structure and targets the highly profitable Wave 3 impulse. Stacked with a multi-factor filter engine
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Inferno Storm v1. 7 Final (MT4) [Subtitle: M15 Scalper | Supertrend & Donchian | Market-Safe Execution] Introduction Inferno Storm v1.7 is a specialized M15 Scalping System developed specifically for MetaTrader 4 (MT4). It combines trend-following discipline with breakout and pullback mechanics. Unlike standard MT4 bots that often fail on ECN brokers due to execution errors, Inferno Storm features a Market-Safe Architecture . It execute
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Permafrost Sentinel (MT4) [Subtitle: Multi-Mode M15 Scalper | Cryostasis Logic | Smart Pyramiding] Introduction Permafrost Sentinel is an M15 multi-mode scalper built with an "ice-core mindset. " It freezes market noise, maintains cold discipline, and executes trades only when market conditions hit the perfect "Freeze Point. " Unlike static strategies, this EA auto-shifts between three dynamic engines: Trend , Squeeze , and Mean-Reversi
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Emerald Jungle BandMaster (MT4) [Subtitle: Multi-Strategy Bollinger | TP/SL Sealing Protocol | Prop Firm Safe] Introduction The financial market is a jungle. To survive, you need adaptability and strict discipline. Emerald Jungle BandMaster (EJBM) is a specialized M15 Expert Advisor that brings order to chaos. It dynamically switches between three core strategies: Trend Pullback , Squeeze Breakout , and Mean-Reversion . Its unique sell
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Dorothy Web Spider (MT4) [Subtitle: HydraFlow Autopilot | Volatility Trap Grid | FireShield Safety] Introduction Dorothy Web Spider (DWS) is not a rigid traditional Expert Advisor. It is an automated trading assistant operating on the "Spider Web" mechanism combined with "HydraFlow" logic . Instead of chasing price with market orders, Dorothy automatically scans market volatility and places smart Pending Orders ("Price Traps") at strate
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Crimson Volcanic Overlord AI [Subtitle: Volatility Breakout | Keltner Channels | Prop Firm Safe] Introduction Crimson Volcanic Overlord is an algorithmic trading solution engineered on the principles of Volatility Breakout logic. Unlike strategies that attempt to predict reversals in ranging markets, this Expert Advisor (EA) identifies periods of price consolidation (The Volcano) and executes trades only when a high-momentum trend is c
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Nebula Drifter Eclipse (MT5) [Subtitle: Trend Pullback | Dual EMA Cloud | Prop Firm Safe] Introduction Nebula Drifter Eclipse is an algorithmic trading solution engineered to capitalize on "Mean Reversion" opportunities within established market trends. Designed for professional application, this Expert Advisor (EA) avoids chasing breakouts. Instead, it mathematically identifies temporary price deviations (pullbacks) to execute entries
ENGLISH DESCRIPTION (Standard MQL5 Optimized) Product Name: Quantum Howl Seraph [Subtitle: Donchian Breakout | MFI Volume Filter | Time-Decay Exit] Introduction Price is the vehicle, but Volume is the fuel. Most breakout strategies fail because they trade on "empty tanks"—price moves without volume support. Quantum Howl Seraph is an advanced algorithmic trading system designed to capture high-probability volatility explosions by combining Price Compression (Donchian) with Money Flow analysis (MF
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Silent Oracle Reverb [Subtitle: Mean Reversion Sniper | Keltner Channel | Prop Firm Safe] Introduction In a noisy market, Silent Oracle Reverb does not overtrade. It observes. Built on the "Rubber Band Theory, " this Expert Advisor exploits the inevitable snap-back of price action. When the market is overextended beyond the Keltner Channels and the Oracle indicator (RSI 2) signals exhaustion, the system executes a sniper entry to captur
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Ashen Mirage Protocol [Subtitle: False Breakout Sniper | Bollinger Reversion | Prop Firm Ready] Introduction Ashen Mirage Protocol is a specialized algorithmic trading system developed to capitalize on "False Breakouts" and "Liquidity Grabs" in the market. Unlike trend-following systems that often enter late, Ashen Mirage adopts a Contrarian approach. It waits for the market to overextend into extreme zones (The Mirage), identifies mome
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Digital Web Sovereign (MT5) [Subtitle: Ichimoku Trend Grid | ATR Dynamic Web | Basket Profit] Introduction Most Grid systems fail for one reason: They fight the trend until the account blows up. Digital Web Sovereign is engineered to fix this flaw. It is not a blind grid machine. It acts as a "Sovereign" ruler, only engaging the market when backed by the powerful Ichimoku Cloud . It deploys "The Web" (Dynamic Grid) to catch price correc
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Vortex Nomad Aegis [Subtitle: KAMA Trend | Vortex Energy | Aegis Elasticity Shield] Introduction Vortex Nomad Aegis is a scientific trend-following system designed with a built-in safety mechanism: Price Elasticity Check . Most trend bots fail because they buy at the top (FOMO) just before a pullback. This EA solves that problem using the "Aegis Shield"—a dynamic filter that blocks entries when the price is mathematically "overextended"
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: The Momentum Cluster Neural [Subtitle: 5-Indicator Voting Consensus | Chandelier Exit | Trend Following] Introduction Why rely on a single indicator when you can harness the wisdom of the crowd? The Momentum Cluster Neural is a scientific trend-following system based on Consensus Logic . It acts as a central neural hub, aggregating signals from the 5 most powerful momentum indicators in technical analysis ( The Big 5 ). Trades are execu
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Golden Bitcoin Nexus (MT5) [Subtitle: Elastic Grid System | Crypto-Gold Recovery | Volume Limit Fix] Introduction High-volatility assets like Gold (XAUUSD) and Bitcoin (BTCUSD) are graveyard for traditional static grid EAs. Golden Bitcoin Nexus acts differently. It employs an "Elastic Grid" architecture derived from ATR volatility. This allows the system to breathe during massive market spikes and strike with precision during consolidat
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Ironwind Echoes (MT5) [Subtitle: Lag-Free TEMA | RVI Resonance | Kinetic ATR Exit] Introduction In trend trading, Lag is the enemy. Traditional Moving Averages are often too slow to react. Ironwind Echoes utilizes the power of TEMA (Triple Exponential Moving Average) to eliminate lag. Combined with the RVI (Relative Vigor Index) , it forms a "Kinetic Resonance" system that enters trades only when price velocity and trend direction align
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name:   Phantom Circuit Overlord v700 (MT5) [Subtitle: KAMA Trend Filter | Phantom Fractal Zones | Smart Margin Fix] Introduction   The market is driven by hidden levels that most traders ignore.   Phantom Circuit Overlord   is a specialized Trend-Following system designed to hunt these "Phantom Zones." Instead of static support/resistance, it identifies historical Fractals and expands them using ATR volatility to create a dynamic "Ghost Zone
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Wildbone Crimson Choir (MT5) [Subtitle: Structural Breakout | Harmonic RVI-MFI | Fortress Guard Logic] Introduction The market is a chaotic choir. To profit, you must identify the moments when all voices sing in harmony. Wildbone Crimson Choir is a scientific Structural Breakout System. It defines the market's "Wildbone" using Envelopes and executes trades only when confirmed by the "Crimson Choir" (Harmonic synchronization of RVI, MFI,
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Hexstorm Velvet Crown AI (MT5) [Subtitle: Hexagonal Mean-Reversion | Bollinger Touch | The Great Wall Safety] Introduction Hexstorm Velvet Crown AI is a precision-engineered Mean Reversion system designed to capture high-probability reversals at market extremes. Unlike trend-following bots that get chopped up in ranging markets, Hexstorm thrives on volatility. It utilizes a "Hexagonal Touch" logic—waiting for price to pierce the Bolling
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Cyber Druid Hollowgate AI (MT5) [Subtitle: Donchian Breakout | Ichimoku Cloud | Silent Fortress Safety] Introduction Cyber Druid Hollowgate AI is an advanced Trend-Following system designed to capture massive market expansions. It combines the ancient wisdom of the Druid (Ichimoku Cloud Trend Filter) with the precision of the Hollowgate (Donchian Channel Breakout). The result is a strategy that ignores market noise and only engages when
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Solar Abyss Twinforge AI (MT5) [Subtitle: Hybrid Volatility System | Mean-Reversion & Trend | Silent Fortress Core] Introduction Solar Abyss Twinforge AI is a dual-engine trading system that adapts to market states instantly. It is built to solve the oldest problem in trading: "Trend bots fail in ranging markets, and Range bots fail in trending markets." The Twinforge Sensor monitors volatility in real-time. If the market is quiet, it a
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Obsidian Lantern Syndicate (MT5) [Subtitle: Alligator Trend | Fractal Breakout | Money Flow MFI] Introduction Obsidian Lantern Syndicate is an elite trading system that integrates Chaos Theory (Bill Williams) with modern Volume Flow analysis. It illuminates the market using "The Lantern" (Alligator Indicator) to define the trend structure, identifies precision entry points via "The Obsidian" (Fractals), and filters everything through "T
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether Fang Nightbloom (MT5) [Subtitle: Keltner Compression | Force Impulse | Silent Fortress Safety] Introduction Aether Fang Nightbloom is a specialized volatility breakout system designed to hunt the most explosive market moves: Volatility Expansions . Unlike standard breakout bots that buy every high, this EA waits for the market to enter a state of deep "Compression" (The Nightbloom) before striking. It combines Keltner Channels (T
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Chaos Manuscript Oracle (MT5) [Subtitle: Fractal Prediction | Ichimoku Cloud | Cryo-Stasis Safety] Introduction Chaos Manuscript Oracle is a visionary trading system that attempts to decode the market's hidden structure using Fractal Geometry. It acts as an Oracle , peering into the future using the Ichimoku Cloud , while deciphering the past using a deep Fractal Manuscript . By combining these two timelines with the raw energy of the A
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Marble Tempest Runemaker (MT5) [Subtitle: Rolling Momentum | Volatility Filter | Cryo-Stasis Safety] Introduction Marble Tempest Runemaker is a unique "Cyclic Decoding" trading system that treats market price as a rolling object influenced by gravity (Trends) and storms (Volatility). It combines the structural precision of "The Marble" (Parabolic SAR) with the momentum-decoding power of "The Rune" (CCI), all filtered through "The Tempes
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Ghostforge Bloom Requiem AI (MT5) [Subtitle: TEMA Velocity | Volatility Bloom | Cryo-Stasis Safety] Introduction Ghostforge Bloom Requiem AI is an elite trend-following system designed to capture high-velocity market moves while filtering out the noise of indecision. It operates on a sophisticated "Life Cycle" logic: It waits for the trend to be forged ( The Ghostforge ), confirms the market is expanding ( The Bloom ), and enters precis
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Moonlit Bastion Nomicon (MT5) [Subtitle: Bollinger Reversion | RSI/ADX Filter | Cryo-Stasis Safety] Introduction Moonlit Bastion Nomicon is a precision Mean Reversion system built for extreme market conditions. It visualizes the market as a fortress ( The Bastion ) surrounded by volatility. It uses a high-deviation Bollinger Band (3.0) to define the "Walls," consults a strict rulebook ( The Nomicon ) of RSI/ADX to confirm exhaustion, an
필터:
리뷰 없음
리뷰 답변