Backpulse hosts your Freqtrade trading bots 24/7 so you can run any IStrategy in dry-run or live mode without a VPS, Docker or config files. Connect Binance, Bybit, OKX and 30+ exchanges, launch in one click, and track live P&L in FreqUI.
| Active Pair | Side | Entry Price | Mark Price | Current P&L | Exit Condition |
|---|---|---|---|---|---|
| BTC/USDT:USDT | LONG 5x | $94,210 | $96,480 | +4.82% (+$113.50) | ROI Target (2.5%) |
| SOL/USDT:USDT | LONG 3x | $188.40 | $194.20 | +3.08% (+$70.70) | Trailing SL: $191.10 |
Why algorithmic traders are ditching fragile VPS setups and migrating to managed Freqtrade hosting.
| Feature | Backpulse CloudRECOMMENDED | Self-Hosted VPS + Docker |
|---|---|---|
| Setup Time | < 60 Seconds (1-Click) | 2 – 4 Hours (Manual) |
| Server Setup Required | Zero (No VPS or Linux) | Ubuntu VPS + Docker + SSH |
| FreqUI Web Dashboard | Instant HTTPS link included | Requires Nginx reverse proxy & SSL |
| Telegram Trade Alerts | 1-Click Telegram connect | Manual BotFather API config |
| Strategy Upload & Templates | NFI, ClucH, SMAOffset included | Manual git clone & file editing |
| Auto-Restart on Crash | ✓ | ✕ |
| Static Egress IP for Whitelisting | ✓ | Extra cost / complex static routing |
| Starting Cost | Free (Dry-run included) | $10 – $25/mo VPS rental |
Generate and preview production-ready Freqtrade configurations with dynamic pairlists, risk controls, and exchange parameters.
{
"max_open_trades": 5,
"stake_currency": "USDT",
"stake_amount": 500,
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "USD",
"dry_run": true,
"dry_run_wallet": 10000,
"trading_mode": "futures",
"margin_mode": "isolated",
"trailing_stop": true,
"trailing_stop_positive": 0.01,
"trailing_stop_positive_offset": 0.02,
"exchange": {
"name": "binance",
"key": "YOUR_ENCRYPTED_API_KEY",
"secret": "YOUR_ENCRYPTED_API_SECRET",
"ccxt_config": {
"enableRateLimit": true
}
},
"pairlists": [
{
"method": "VolumePairList",
"number_assets": 20,
"sort_key": "quoteVolume",
"refresh_period": 1800
}
],
"telegram": {
"enabled": true,
"notification_settings": {
"status": "silent",
"warning": "on",
"startup": "on",
"buy": "on",
"sell": "on"
}
}
}Control your running Freqtrade bots remotely from anywhere using official Telegram commands. Click any command to test the live preview.
🟢 Freqtrade Bot #1 [NFI-X] • Status: RUNNING (Uptime: 14d 6h) • Open Trades: 2 / 5 1. BTC/USDT (Long 5x): +4.82% (+$113.50) 2. SOL/USDT (Long 3x): +3.08% (+$70.70) • 24h Realized: +$184.20 (+4.8%) • Trailing SL: Dynamic active
View real-time bot status, current profit %, and open duration for all active pairs.
Report cumulative realized P&L, win rate, and performance over daily, weekly, and monthly windows.
Check exchange wallet balance, open position margin, and free collateral in real time.
Output a formatted 7-day profit breakdown table showing closed trades and returns.
Display current active trade count versus maximum allowed open trades.
Gracefully stop the bot: stops entering new positions while safely managing open trades to exit.
Hot-reload strategy parameters and pairlists on the fly without stopping your bot.
Tail the latest N log lines directly inside Telegram for rapid monitoring and diagnostics.
Connect the exchange you already trade on — spot or futures.
Everything you need to know about running 24/7 Freqtrade bots in the cloud without a VPS.
Yes. Backpulse hosts your Freqtrade bot in the cloud, so you don't need a VPS, Docker or server setup. Sign up, connect an exchange, pick a strategy and launch — the bot runs 24/7 on our infrastructure.
Yes — start free with dry-run (paper trading) bots to test any strategy risk-free. Live trading is available on paid plans.
Binance, Bybit, OKX, Kraken and 30+ exchanges supported by Freqtrade and CCXT, for spot or futures depending on the exchange.
Dry-run simulates trades with live market data but places no real orders, so you can validate a strategy safely. Live mode places real orders on your connected exchange.
No. You can launch existing Freqtrade strategies in a few clicks. If you write your own IStrategy in Python you can run it too — but coding isn't required to start.
Yes. Keys are encrypted at rest with AES-256-GCM and never stored in plain text. You can restrict keys to trading-only (no withdrawals) on your exchange.
Yes. Every bot comes with a built-in FreqUI dashboard showing live P&L, trades and logs from any browser.
Yes. Bots run in the cloud 24/7, independent of your browser or computer.