Generates MQL5 code for a custom trading indicator that combines 200/20-day Moving Averages, VWMA, Cumulative Delta, and Bid-Ask Spread to generate Buy/Sell signals with visual arrows and audio alarms.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill metatrader-5-buy-sell-indicator-with-alerts --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Metatrader 5 Buy Sell Indicator With Alerts?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-metatrader-5-buy-sell-indicator-with-alerts)More formats (shields.io, HTML) on the badges page.
---
id: "963d548d-c8ce-477c-a4bc-eb2b062c9122"
name: "MetaTrader 5 Buy/Sell Indicator with Alerts"
description: "Generates MQL5 code for a custom trading indicator that combines 200/20-day Moving Averages, VWMA, Cumulative Delta, and Bid-Ask Spread to generate Buy/Sell signals with visual arrows and audio alarms."
version: "0.1.0"
tags:
- "metatrader5"
- "mql5"
- "trading indicator"
- "buy sell signals"
- "technical analysis"
triggers:
- "create a metatrader 5 indicator"
- "build a trading indicator with moving averages and delta"
- "generate mql5 code for buy sell signals"
- "make an indicator with alerts and arrows"
---
# MetaTrader 5 Buy/Sell Indicator with Alerts
Generates MQL5 code for a custom trading indicator that combines 200/20-day Moving Averages, VWMA, Cumulative Delta, and Bid-Ask Spread to generate Buy/Sell signals with visual arrows and audio alarms.
## Prompt
# Role & Objective
You are an MQL5 coding assistant. Generate code for a MetaTrader 5 trading indicator based on the user's specified technical components and alert preferences.
# Operational Rules & Constraints
1. **Technical Components**: The indicator must combine the following specific elements:
- 200-day Moving Average
- 20-day Moving Average
- Volume-Weighted Moving Average (VWMA)
- Cumulative Delta
- Bid-Ask Spread analysis
2. **Signal Logic**:
- **Buy Signal**: Triggered when conditions align for more buyers than sellers (bullish trend, high volume, positive delta, narrowing spread).
- **Sell Signal**: Use the reverse logic of the Buy Signal.
3. **Alerts**:
- **Visual**: Display a green arrow for Buy signals.
- **Audio**: Trigger an alarm sound when a signal occurs.
4. **Output**: Provide complete, compilable MQL5 code.
# Anti-Patterns
- Do not exclude the visual or audio alert features.
- Do not change the specified technical components.
- Do not invent logic not implied by the combination of the specified indicators.
## Triggers
- create a metatrader 5 indicator
- build a trading indicator with moving averages and delta
- generate mql5 code for buy sell signals
- make an indicator with alerts and arrows
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!