Skip to main content
Glama
emerzon

MetaTrader5 MCP Server

by emerzon
constants.py508 B
"""Shared constants that don't depend on external packages. This module contains constants used by utils modules to avoid circular import issues with core.constants. """ # Precision/formatting constants PRECISION_REL_TOL = 1e-6 # relative tolerance for rounding optimization PRECISION_ABS_TOL = 1e-12 # absolute tolerance for rounding optimization PRECISION_MAX_DECIMALS = 10 # upper bound on decimal places # Normalized datetime display format (UTC/local) TIME_DISPLAY_FORMAT = "%Y-%m-%d %H:%M"

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/emerzon/mt-data-mcp'

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