Skip to main content
Glama
LiveOrders.cs499 B
#region imports using QuantConnect; using QuantConnect.Algorithm; using QuantConnect.Data; using QuantConnect.Securities.Crypto; #endregion public class JumpingFluorescentYellowBaboon : QCAlgorithm { private Crypto _btc; public override void Initialize() { _btc = AddCrypto("BTCUSD", Resolution.Second); } public override void OnData(Slice data) { if (!Portfolio.Invested) { SetHoldings(_btc.Symbol, 1); } } }

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/i-dream-of-ai/quantconnect-mcp-jwt'

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