Skip to main content

5 posts tagged with "automation"

View All Tags

TradingView Alerts to Live Trades: Wiring Webhooks to Your Crypto Bot

· 7 min read
VolatiCloud Team
VolatiCloud

You've built the perfect TradingView indicator. The alert fires exactly when you want to trade. Then you spend the next two minutes manually opening a position on your exchange — and the candle you timed perfectly has already closed. VolatiCloud's new webhook integration changes that: a TradingView alert can now directly force-enter or force-exit a pair on your live bot, with no intermediary step.

AI Chat Assistant for Crypto Trading Bots — VolatiCloud

· 9 min read
VolatiCloud Team
VolatiCloud

Comparing four backtest results across three strategies usually means six tabs, a spreadsheet, and a fresh cup of coffee. Asking the VolatiCloud AI Chat Assistant "rank my last 10 backtests by Sharpe and tell me which strategy has the best risk-adjusted return" returns the answer in under a minute — drawn from your real account data, not generic trading advice. The assistant lives in a slide-out panel on every dashboard page, authenticates with your existing session, and can both answer questions and take actions.

AI Crypto Trading with Claude: 5 MCP Workflows That Save Hours

· 8 min read
VolatiCloud Team
VolatiCloud

Connecting Claude to your trading account is the easy half. The hard half is knowing what to ask it — because most "AI for crypto" demos collapse the moment you want to do something real. This post is the practical half: five concrete workflows where the VolatiCloud MCP server turns multi-screen dashboard work into one conversation, plus copy-pasteable prompts and the trade-offs nobody warns you about.

Haven't connected MCP yet? Start with the MCP server setup guide — it covers configuration for Claude Code, Claude Desktop, and Cursor, and how the tool architecture works. Come back here once you're connected.

MCP Server: Connect Claude to Your Crypto Trading Bots

· 7 min read
VolatiCloud Team
VolatiCloud

VolatiCloud's MCP server is live. Drop a four-line config into Claude Code, Claude Desktop, or Cursor and your AI assistant gets typed access to every operation in the VolatiCloud GraphQL API — list bots, run a backtest, fork a strategy, fetch live trades — directly from chat. No manual API calls, no copy-pasted tokens, no glue code, and no leaked credentials in .env files.

This post covers what MCP is, how the VolatiCloud server is built, and how to install and configure it in your editor. Once connected, see the companion post on practical AI trading workflows and example prompts.

Trading Bot API: Programmatic Control with OAuth 2.0

· 7 min read
VolatiCloud Team
VolatiCloud

Manually clicking through a dashboard to start 12 bots before the New York open is not algorithmic trading — it's manual trading with extra steps. VolatiCloud's API client system gives you OAuth 2.0 client_credentials authentication for the entire GraphQL surface, so any script, CI pipeline, or external dashboard can manage bots, trigger backtests, and pull live performance data without a browser in the loop.