Skip to content
Skillv1.0.0

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

by David-Li0406(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from David-Li0406/meta-skill-evloving (AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/metatrader-5-buy-sell-indicator-with-alerts/SKILL.md). Install upstream with npx skills add David-Li0406/meta-skill-evloving --skill metatrader-5-buy-sell-indicator-with-alerts. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/david-li0406-meta-skill-evloving-metatrader-5-buy-sell-i-23b5b9/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

david-li0406-meta-skill-evloving-metatrader-5-buy-sell-i-23b5b9.ocm.jsonjson
{
  "ocm": "1",
  "id": "david-li0406-meta-skill-evloving-metatrader-5-buy-sell-i-23b5b9",
  "kind": "skill",
  "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.",
  "publisher": "David-Li0406",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "math"
    ],
    "tags": [
      "skill-md",
      "metatrader5",
      "mql5",
      "trading-indicator",
      "buy-sell-signals",
      "technical-analysis",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/David-Li0406/meta-skill-evloving",
      "path": "AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/metatrader-5-buy-sell-indicator-with-alerts/SKILL.md",
      "ref": "ca3a335628981df10c36e00cb9850df2c247ab9a",
      "url": "https://github.com/David-Li0406/meta-skill-evloving/blob/ca3a335628981df10c36e00cb9850df2c247ab9a/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/metatrader-5-buy-sell-indicator-with-alerts/SKILL.md",
      "key": "David-Li0406/meta-skill-evloving/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/metatrader-5-buy-sell-indicator-with-alerts/SKILL.md"
    }
  },
  "instructions": "# MetaTrader 5 Buy/Sell Indicator with Alerts\n\nGenerates 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.\n\n## Prompt\n\n# Role & Objective\nYou are an MQL5 coding assistant. Generate code for a MetaTrader 5 trading indicator based on the user's specified technical components and alert preferences.\n\n# Operational Rules & Constraints\n1. **Technical Components**: The indicator must combine the following specific elements:\n   - 200-day Moving Average\n   - 20-d",
  "cost": {
    "context_tokens": 381
  }
}

Fetch it by URL: GET /api/v1/registry/david-li0406-meta-skill-evloving-metatrader-5-buy-sell-i-23b5b9/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.