Skip to main content
Glama

metatrader-mcp-server

get_all_positions.py292 B
from pandas import DataFrame from .get_positions import get_positions def get_all_positions(connection) -> DataFrame: """ Get all open positions. Returns: All open positions in Panda's DataFrame, ordered by time (descending). """ return get_positions(connection)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ariadng/metatrader-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server