From atum-trading
Algorithmic trading and MetaTrader 5 knowledge base — three reference guides covering the complete MQL5 language (types, event handlers, Trade/Position/Symbol classes, OnTick/OnInit lifecycle, custom indicators, backtesting), proven trading strategies (trend following, mean reversion, breakout, scalping, grid, martingale, money management), and a high-level trading brain architecture (signal generation → risk filter → position sizing → execution → journaling). Use when writing, reviewing, or debugging MQL5 code, designing an algorithmic strategy, or architecting a multi-module trading system.
npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-tradingThis skill uses the workspace's default tool permissions.
This skill aggregates the ATUM reference material for algorithmic trading on MetaTrader 5. Read the relevant guide in `references/` **before** writing or modifying MQL5 code — trading logic has many non-obvious pitfalls (bar closing vs tick, spread during backtest, broker-side execution latency, symbol lot step rounding) that are documented here.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
This skill aggregates the ATUM reference material for algorithmic trading on MetaTrader 5. Read the relevant guide in references/ before writing or modifying MQL5 code — trading logic has many non-obvious pitfalls (bar closing vs tick, spread during backtest, broker-side execution latency, symbol lot step rounding) that are documented here.
references/ (all guides live next to this SKILL.md).mql5-expert agent or the /mql5 command in this plugin.| Topic | File | When to read |
|---|---|---|
| MQL5 complete guide | references/mql5-complete-guide.md | Entry point — language, types, event handlers, classes, common APIs |
| Trading strategies | references/trading-strategies.md | Strategy patterns: trend following, mean reversion, breakout, scalping, grid, money management |
| Trading brain architecture | references/trading-brain-architecture.md | High-level multi-module architecture: signal → risk → sizing → execution → journal |
┌─ User idea ──────────────────────┐
│ "I want a trend-following EA" │
└───────────────┬──────────────────┘
▼
read trading-strategies.md (pick the pattern)
▼
read trading-brain-architecture.md (structure the code)
▼
read mql5-complete-guide.md (syntax reference)
▼
delegate to @mql5-expert (write the EA)
▼
backtest in MetaTrader 5 Strategy Tester
▼
review with @mql5-expert (optimize, fix)
mql5-expert (in this plugin)/mql5 (in this plugin) — scaffolds EAs, indicators, scripts, servicesatum-ai-ml — for ML-driven signal generation (PyTorch, feature engineering)atum-stack-backend — if you build a Python companion service for data ingestion or model servingatum-compliance — relevant if your strategy is deployed for regulated clients