Skip to main content

8 posts tagged with "trading"

View All Tags

Crypto Bot Trades Tab: Open Positions Now Visible Alongside Closed Trades

· 7 min read
VolatiCloud Team
VolatiCloud

Your bot's Overview tab says "1 open position." You click over to the Trades tab to examine it — and the table says "No trades found." The position is right there, live, consuming capital, and the Trades tab acts like it doesn't exist.

That gap is now closed. The Trades tab on every bot detail page shows live open positions in a dedicated table above your closed-trade history, refreshes automatically on every trade event, and all three filter states — All, Open, Closed — now work correctly.

Multi-Bot Crypto Portfolio: Orchestrate Uncorrelated Strategies

· 10 min read
VolatiCloud Team
VolatiCloud

A single bot is always exposed to the one market condition it was not built to handle. A trending market crushes mean-reversion bots; a range-bound market bleeds trend-followers dry. The way serious algorithmic traders smooth equity curves and avoid catastrophic drawdowns isn't to find one perfect strategy — it's to run several uncorrelated ones in parallel, so that when one is in drawdown another is in profit.

Crypto Market Data Lake: Faster Backtests, No More Re-Downloads

· 9 min read
VolatiCloud Team
VolatiCloud

You configure a backtest, click run, and then watch a progress bar crawl while the engine re-downloads the same BTC/USDT 1h candles you've fetched a dozen times before. Multiply that wait by 200 hyperopt epochs and the I/O alone burns half your afternoon. VolatiCloud's centralized market data lake removes that step entirely — historical OHLCV is fetched once, stored centrally, and made available instantly to every backtest, hyperopt run, and bot warm-up in your organization.

Real-Time Crypto Bot Monitoring with WebSocket Trade Events

· 9 min read
VolatiCloud Team
VolatiCloud

A 30-second polling dashboard is fine until the moment your bot fills a trade at an unexpected price and you spend three poll cycles wondering whether the previous tick is real or just stale. VolatiCloud streams trade opens, closes, PnL changes, and runner status over a persistent WebSocket — every event arrives in under a second, and the equity curve redraws as soon as a position closes. No refresh, no polling, no waiting.

Bot Runners: Cloud vs Self-Hosted Crypto Trading Bots

· 9 min read
VolatiCloud Team
VolatiCloud

A bot that misses a stop-loss because its container restarted is not just an inconvenience — it can convert a -3% planned exit into a -12% surprise. The hosting model under your bot is the second-most consequential decision in algorithmic trading after the strategy itself, and most traders pick it by accident on day one. This guide walks through the trade-offs between cloud-managed runners and self-hosted infrastructure so you can pick the right model deliberately.

One Bot, 14 Crypto Exchanges: Multi-Exchange Trading

· 8 min read
VolatiCloud Team
VolatiCloud

Not every strategy works on every exchange. A perpetual-futures momentum strategy needs a venue with deep futures liquidity — Bybit, OKX, or Binance Futures, not Coinbase Advanced. A US-based trader with KYC obligations is fenced into Coinbase or BinanceUS, regardless of how good the spreads on Bybit are. An altcoin scalper running 50 small-cap pairs needs KuCoin's breadth, not Kraken's curated short list. VolatiCloud connects to 14 major exchanges so each strategy can run on the venue where it actually fits — and you can run strategies across multiple venues simultaneously from one dashboard.