Skip to main content
Glama

CG Alpha MCP

by JCF0

ta_bollinger

Calculate Bollinger Bands for market analysis using SMA and population standard deviation. Input data arrays and customize period or multiplier for precise technical insights on token performance.

Instructions

Compute Bollinger Bands (SMA + population stdev). Inputs: values (oldest→newest), period?(20), mult?(2).

Input Schema

NameRequiredDescriptionDefault
multNo
periodNo
valuesYes

Input Schema (JSON Schema)

{ "properties": { "mult": { "type": "number" }, "period": { "type": "number" }, "values": { "items": { "type": "number" }, "type": "array" } }, "required": [ "values" ], "type": "object" }
Install Server

Other Tools from CG Alpha MCP

Related Tools

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/JCF0/cg-alpha-mcp'

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