Technical Indicators for Claude, Cursor, ChatGPT & agents
Technical Indicators — precomputed TA suite for any ticker across timeframes
curl -fsSL https://tradeloop.top/install.sh | shmacOS / Linux. Windows + manual install.
What it does
Technical Indicators — precomputed TA suite for any ticker across timeframes. analyze(symbol) fetches OHLCV via Polygon and returns RSI, MACD, SMA/EMA (20/50/200), Bollinger Bands, ATR, Stochastic, OBV, VWAP plus advanced trend tools — ADX/DMI, Ichimoku, SuperTrend, Parabolic SAR, Donchian, Keltner and TTM Squeeze — each with plain-English signal reads and an overall bias. Pick timespan minute/hour for day-trading, day/week for swing/position. compute() runs the same math on raw OHLCV you pass in (key-free).
The Technical Indicators skill is one of 25+ pre-wired TradeLoop integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the TradeLoop daemon discovers the skill at startup and exposes its tools to whichever AI client is running.
Sample prompts
Once TradeLoop is installed and Technical Indicators is connected, ask your agent something like:
- “Analyze from Technical Indicators.”
- “Compute from Technical Indicators.”
- “Use the Technical Indicators skill from TradeLoop to analyze.”
Tools available (2)
indicators__analyzeFetch recent OHLCV bars for a ticker and return the full mainstream indicator suite + signal reads + overall bias. Choose timespan for the trading style: minute/hour = intraday/day-trading, day/week = swing/position. Ticker formats: stocks AAPL, crypto X:BTCUSD, forex C:EURUSD.
indicators__computeRun the indicator suite on raw OHLCV arrays you provide (no data fetch, no key) — e.g. bars you already pulled from CoinGecko or another source. closes is required; highs/lows/volumes unlock ATR, Stochastic, OBV and VWAP. Arrays must be oldest→newest.
How to connect
Technical Indicators needs a provider API key to talk to polygon. Connect it from the TradeLoop dashboard:
- Run
curl -fsSL https://tradeloop.top/install.sh | shon macOS / Linux (or the PowerShell command on Windows). - Run
tradeloop loginto create your account and a device-bound encryption key. - Visit tradeloop.top/connect and authorize Technical Indicators.
- Run
tradeloop updateto sync the skill + credentials to every installed AI client.
Pricing
Free at every TradeLoop tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the TradeLoop vault.
See the full TradeLoop pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.
Related
Looking at Technical Indicators? You may also want:
- CoinGecko — live crypto prices, market caps, 24h moves, historical charts, trending coins, and coin search across thousands of tokens
- CFTC COT (Futures Positioning) — weekly futures positioning, free public data
- SEC EDGAR — U.S
- Finnhub — real-time stock quotes plus fundamentals, company news, analyst recommendations, earnings calendar and market news
- FRED (Macro Data) — U.S
Or browse all 25 skills in the TradeLoop catalog.