stockpilot-indol-chi.vercel.app
A WebMCP-powered trading terminal where humans and AI agents research markets, analyze SEC filings, and trade together — on real data.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 16 · Act 18 · Transact 3 · Score: Not yet scored
Tool inspector
compare_chart_canvas
All-in-one comparison chart and technical canvas controller. Configures chart style ('candles', 'bars', 'line', 'area', 'compare', 'split'), active stock symbols, focused stock, timeframe range ('1M', '3M', '6M', '1Y', '5Y'), indicators (SMA, EMA, Bollinger Bands, Volume, RSI, MACD), and canvas drawings (lines, rectangles, text, measure, chart patterns). Can also execute comprehensive multi-company AI analysis with reported financials, recommendation trends, and auto-drawn pattern detection.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
chartStyle |
string | no | Chart display style: 'compare' & 'split' display multi-stocks simultaneously. 'candles', 'bars', 'line', 'area' display the focused single-stock with indicators and canvas overlays. |
symbols |
array | no | List of company symbols to benchmark (e.g. ['AAPL', 'MSFT', 'TSLA']). |
focusSymbol |
string | no | Stock symbol to focus on for single-stock styles, indicators, and canvas annotations (e.g. 'AAPL'). |
range |
string | no | Historical timeframe period: '1M', '3M', '6M', '1Y', or '5Y'. |
normalized |
boolean | no | In 'compare' mode: true = indexed return (base 100), false = actual dollar price. |
indicators |
object | no | Technical indicators to enable/disable (applies to focused single-stock style). |
drawings |
array | no | Array of drawing annotations to plot onto the chart overlay canvas. |
clearDrawings |
boolean | no | If true, clears existing drawings before applying new ones. |
runAiAnalysis |
boolean | no | If true, runs complete AI multi-company comparative analysis (growth matrix, news catalysts, recommendation trends, reported financials, and pattern detection). |
autoDrawPatterns |
boolean | no | If true, automatically detects technical patterns on the focused stock and plots them on the canvas. |
Raw JSON schema
{
"type": "object",
"properties": {
"chartStyle": {
"type": "string",
"enum": [
"candles",
"bars",
"line",
"area",
"compare",
"split"
],
"description": "Chart display style: 'compare' & 'split' display multi-stocks simultaneously. 'candles', 'bars', 'line', 'area' display the focused single-stock with indicators and canvas overlays."
},
"symbols": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of company symbols to benchmark (e.g. ['AAPL', 'MSFT', 'TSLA'])."
},
"focusSymbol": {
"type": "string",
"description": "Stock symbol to focus on for single-stock styles, indicators, and canvas annotations (e.g. 'AAPL')."
},
"range": {
"type": "string",
"enum": [
"1M",
"3M",
"6M",
"1Y",
"5Y"
],
"description": "Historical timeframe period: '1M', '3M', '6M', '1Y', or '5Y'."
},
"normalized": {
"type": "boolean",
"description": "In 'compare' mode: true = indexed return (base 100), false = actual dollar price."
},
"indicators": {
"type": "object",
"properties": {
"sma": {
"type": "boolean",
"description": "SMA (20) moving average"
},
"ema": {
"type": "boolean",
"description": "EMA (50) exponential moving average"
},
"bollinger": {
"type": "boolean",
"description": "Bollinger Bands overlay"
},
"volume": {
"type": "boolean",
"description": "Volume histogram"
},
"rsi": {
"type": "boolean",
"description": "RSI (14) momentum oscillator"
},
"macd": {
"type": "boolean",
"description": "MACD trend/momentum indicator"
}
},
"description": "Technical indicators to enable/disable (applies to focused single-stock style)."
},
"drawings": {
"type": "array",
"items": {
"type": "object",
"properties": {
"tool": {
"type": "string",
"enum": [
"trendline",
"ray",
"horizontal",
"channel",
"rectangle",
"text",
"measure",
"abcd",
"xabcd",
"cypher",
"headshoulders",
"triangle",
"threedrives"
],
"description": "Drawing shape: line (trendline, ray, horizontal, channel), rectangle, text label, measure target, or chart pattern."
},
"points": {
"type": "array",
"items": {
"type": "object",
"properties": {
"time": {
"type": "string",
"description": "Date in YYYY-MM-DD format"
},
"price": {
"type": "number",
"description": "Price coordinate in USD"
}
},
"required": [
"time",
"price"
]
},
"description": "Array of coordinate points { time, price } for this drawing."
},
"color": {
"type": "string",
"description": "Hex color code (e.g. '#38bdf8')"
},
"text": {
"type": "string",
"description": "Text label or annotation callout"
}
},
"required": [
"tool",
"points"
]
},
"description": "Array of drawing annotations to plot onto the chart overlay canvas."
},
"clearDrawings": {
"type": "boolean",
"description": "If true, clears existing drawings before applying new ones."
},
"runAiAnalysis": {
"type": "boolean",
"description": "If true, runs complete AI multi-company comparative analysis (growth matrix, news catalysts, recommendation trends, reported financials, and pattern detection)."
},
"autoDrawPatterns": {
"type": "boolean",
"description": "If true, automatically detects technical patterns on the focused stock and plots them on the canvas."
}
}
}
Similar websites
famabook.com
famabook
ultravioletadao.xyz
Join UltraVioleta DAO - Latin America at the cutting edge of web4. Building the agentic economy through x402, ERC-8004, decentralized governance, and collaborat…
qotien.fr
Simulateur impôt 2026
coinranking.com
Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart.