Skip to main content

48 posts tagged with "features"

View All Tags

Pending Invitations: Track, Resend, and Cancel Team Invites

· 6 min read
VolatiCloud Team
VolatiCloud

You invite a teammate to your trading org, they never see the email — spam filter, typo, or it just expired after a week — and now you're stuck. Cancel the invite and send a new one? That's two separate operations, and if the invitee had a role other than the default, there's nothing forcing the second invite to carry it over. VolatiCloud's People & Access hub closes that gap with a dedicated Pending Invitations tab and a resend action that reissues the invite in one atomic step, role intact.

People & Access Hub: Never Lose Track of a Pending Invite Again

· 8 min read
VolatiCloud Team
VolatiCloud

Three weeks ago you invited a contractor to your VolatiCloud organization. Did they accept? Is the invite link still valid, or did it quietly expire while you were focused on live bots? Under the old Users page there was no way to know — invitations vanished into Keycloak the moment they were sent, and the only way to check status was to ask the person directly. VolatiCloud's new People & Access hub closes that gap, consolidating member management and invitation tracking into one page.

The Overfit-Risk Score: Proving a Backtest Holds Up Out-of-Sample

· 7 min read
VolatiCloud Team
VolatiCloud

A backtest that only shows in-sample performance is a strategy that hasn't been tested yet — it's been fitted. The gap between "looks great on the data I optimized against" and "still works on data it never saw" is where most algorithmic strategies quietly die. VolatiCloud's backtest detail page now scores that gap directly: a 0-100 overfit-risk score, a Low/Moderate/High band, and the specific factors that produced it, computed automatically whenever you run an out-of-sample split or a 3-window walk-forward validation.

Chart-Native Strategy Studio: See Your Trading Rules Fire Before You Backtest

· 8 min read
VolatiCloud Team
VolatiCloud

Building a rule in a no-code strategy builder has always meant working blind: you set RSI(14) < 30, save, and hope. The only way to know whether that rule does anything sensible was to run a full backtest and dig through a trade list afterward. VolatiCloud's Strategy Studio just closed that gap — every condition you build now renders live on the candlestick chart while you're still editing it.

Reinforcement Learning for Crypto Bots: Build an RL Strategy Without Python

· 9 min read
VolatiCloud Team
VolatiCloud

Most algorithmic trading strategies are rules written by humans: "buy when RSI crosses below 30, sell when it crosses above 70." The rules work until market conditions shift, and then you rewrite them. Reinforcement learning takes a different approach — instead of encoding your rules, you define what "good" looks like and let an agent discover the rules on its own through thousands of simulated trades.

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.