Skip to main content

10 posts tagged with "getting-started"

View All Tags

Workspaces: Organize Your Bots and Strategies within an Organization

· 7 min read
VolatiCloud Team
VolatiCloud

You reach over to stop last night's paper-test bot, click the one at the top of the list, and realize a beat too late that it was your live Binance bot holding 0.4 BTC. Nothing broke this time. But a single flat list of every strategy, bot, exchange, and runner you own is exactly the setup where that mistake eventually costs real money. As your portfolio grows — multiple assets, separate environments for testing and live trading, different risk profiles for different market conditions — that flat list stops being convenient and becomes a liability. Workspaces are VolatiCloud's answer to that problem.

VolatiCloud Plans Explained: How the Subscription + Credits Model Works

· 9 min read
VolatiCloud Team
VolatiCloud

Before you deploy real capital, it's worth spending five minutes understanding how platform costs work. VolatiCloud uses a two-layer billing model — a monthly subscription that unlocks features, and a credit balance that fuels compute — and the two layers work independently. Understanding them prevents surprises and helps you pick the right plan from the start.

From Manual Trading to Automated: A Practical Transition Guide

· 11 min read
VolatiCloud Team
VolatiCloud

Every discretionary trader hits the same wall: you identify a clear setup, but you're away from your desk. Or you enter five minutes late because you hesitated. Or you close a winning trade early because watching a number tick down triggers a reaction no amount of discipline fully overrides. Automating a strategy doesn't make you a better trader — it makes the bot execute your strategy exactly as written, without the hesitation, without the regret, every single candle.

Grid Trading Strategy for Crypto Bots: Build a Range-Bound Bot

· 11 min read
VolatiCloud Team
VolatiCloud

Crypto markets spend a surprising portion of their time not trending — they oscillate sideways, testing the same support and resistance levels over and over. Grid trading is the strategy class built specifically for that environment: profit systematically from the bounce rather than waiting for a directional breakout.

VolatiCloud Strategy Builder: Step-by-Step Walkthrough

· 10 min read
VolatiCloud Team
VolatiCloud

Most traders can articulate their strategy in plain English: "buy when the trend is up, momentum is building, but the market isn't yet overbought." Converting that into a running bot is where most people get stuck — not because the idea is wrong, but because turning mental rules into executable code requires a skill set that has nothing to do with trading.

This walkthrough builds a complete three-indicator confluence strategy using VolatiCloud's visual editor — from blank canvas to deployable bot — without writing a single line of code.

Exchange API Key Security: Why Your Trading Bot Can't Drain Funds

· 9 min read
VolatiCloud Team
VolatiCloud

Giving a third party access to your exchange account sounds risky. In the worst-case scenario you can imagine, the platform gets hacked, your API keys are stolen, and your funds disappear. That scenario is real — but it is also completely preventable with one setting that costs you nothing to enable: withdrawal-disabled API keys. This post explains what that restriction actually does, the additional layers VolatiCloud enforces on top of it, and how to generate keys that even a full database breach cannot turn into stolen funds.

Automated DCA Crypto Bot: Build a Dollar-Cost Averaging Strategy

· 10 min read
VolatiCloud Team
VolatiCloud

Two of the hardest problems in crypto trading are knowing when to buy and having the discipline to actually do it. Dollar-cost averaging removes both. Instead of trying to time the bottom, a DCA bot buys fixed amounts at regular intervals — and a well-configured strategy keeps buying through the crash that would have stopped you out manually. The trick is making it more than "buy every Friday and hope": signal-enhanced DCA layers oversold confirmation on top of scheduled accumulation, and a maximum-loss backstop ensures it can't run forever in the wrong direction.

Crypto Paper Trading Framework: From Backtest to Live Capital

· 10 min read
VolatiCloud Team
VolatiCloud

The first two weeks of live trading are where most automated strategies die — not because the signal logic was wrong, but because the trader skipped the validation gate between "backtest looked good" and "real capital on the line." Paper trading exists to close that gap. Done as a structured test it tells you whether your live execution will match your backtest. Done as a waiting room it tells you nothing and just delays the same blow-up.

RSI Mean Reversion Strategy: Build a Crypto Trading Bot

· 12 min read
VolatiCloud Team
VolatiCloud

"RSI below 30 is oversold — buy" sounds like a complete strategy until you actually trade it. Run that single rule on BTC/USDT through the May 2022 capitulation and you'd have entered seven losing trades while RSI(14) sat below 30 for 41 consecutive days. The signal was working exactly as designed; the problem is that "oversold" is not the same as "about to bounce." This guide walks through building a real RSI mean reversion strategy in VolatiCloud — period selection, fresh-cross filtering, stop-loss configuration, and the backtests that tell you whether the edge is real before any capital is at risk.