Skip to main content
Glama

TradeStation MCP Server

by maven81g

barChart

Retrieve historical price bars and candlestick data for trading symbols with customizable time intervals to analyze market trends and price movements.

Instructions

Get historical price bars/candles

Input Schema

NameRequiredDescriptionDefault
symbolYesTrading symbol
intervalYesBar interval value (e.g., 1, 5, 15)
unitYesBar interval unit
beginTimeNoBegin time in ISO format (optional)
endTimeNoEnd time in ISO format (optional)
barsBackNoNumber of bars to return (optional)

Input Schema (JSON Schema)

{ "properties": { "barsBack": { "description": "Number of bars to return (optional)", "type": "number" }, "beginTime": { "description": "Begin time in ISO format (optional)", "type": "string" }, "endTime": { "description": "End time in ISO format (optional)", "type": "string" }, "interval": { "description": "Bar interval value (e.g., 1, 5, 15)", "type": "number" }, "symbol": { "description": "Trading symbol", "type": "string" }, "unit": { "description": "Bar interval unit", "enum": [ "Minute", "Daily", "Weekly", "Monthly" ], "type": "string" } }, "required": [ "symbol", "interval", "unit" ], "type": "object" }

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/maven81g/tradestation_mcp'

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