agentsclimarketplace

Mt5api

Skill Choi-Jungwoo/agent-skills/mt5api

Complete API reference for the mt5api.dll (.NET wrapper for MetaTrader 5). This skill MUST be referenced automatically whenever the user invokes `/mt5api`, works with MT5 API types, trading operations, order execution, symbol data, account management, or any code that touches the mtapi.mt5 namespace. Also use it when the user asks about available MT5 methods, enums, events, or data structures — even if they don't explicitly say "mt5api".From its SKILL.md

Install
npx -y skills add Choi-Jungwoo/agent-skills --skill mt5api

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 356 tokens by cl100k_base, as published. Nobody here has run it

mt5api.dll API Reference

Read the relevant reference file based on the user's question:

TopicFileWhen to read
MT5API classreferences/client.mdConnection, account properties, server timing, cluster, configuration, proxy, events
Order executionreferences/orders.mdOrderSend/Close/Modify, OrderClientSafe(Async), Order/OrderInternal/DealInternal types
Order enumsreferences/order-enums.mdOrderType, OrderState, DealType, FillPolicy, PlacedType, TradeType, TradeMode, etc.
Events & payloadsreferences/events.mdEvent delegates, OrderProgress, OrderUpdate, TransactionInfo, TradeRequest/Result, ConnectProgress
Quotes & market datareferences/quotes.mdQuote, MarketWatch, Bar, TickBar, BookBar, SymbolBook, order book
Symbol informationreferences/symbols.mdSymbols registry, SymbolInfo, SymGroup, sessions, CalculationMode, MarginMode
Account & serverreferences/account-server.mdAccountRec, ServerRec, ServerInfo, ClusterDetails, Access, AddressRec, MailMessage
History & analyticsreferences/history.mdEquityPoint, BalancePoint, EquityTimeframe, Expiration, history download methods
Commission & swapreferences/commission.mdComissionInfo, Comission, commission/swap enums
Server response codesreferences/msg-codes.mdMsg enum — all ~150 server response/error codes
Exceptionsreferences/exceptions.mdServerException, ConnectException, InvalidSymbolException, etc.

What ships with it: 11 files

41.9 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.