Build, backtest, and automate
your TradingView strategies.
Everything you need for TradingView strategy trading — a powerful browser extension for parallel multi-tab parameter optimization, distributed cloud backtesting, Python & FreqTrade strategy execution, AI Studio for Pine Script generation, FreqTrade live bots with Telegram alerts, and automated webhook execution to 30+ exchanges.
Optimize parameters from TradingView — for free.
Install the Backpulse extension for Chrome & Firefox, open any TradingView chart with your strategy loaded, and run full multi-tab parameter optimization without leaving the page. Free to use — no account required.
Seven tools. One platform. Zero compromise.
From in-browser parameter tuning to AI-generated strategies, Python backtesting, FreqTrade live bots and live trade automation — Backpulse has the full stack for serious TradingView traders.
Free Parameter Optimizer
Backtest parameter combinations directly inside TradingView — no account required. Set ranges, click Run, results appear live on your chart.
TradingView Strategy Backtest
Distributed Cloud Backtest Engine. Thousands of parameter combinations per run with tick-accurate historical data, real fees and slippage.
Python Strategy Backtest
Write a custom Python strategy, run it against years of OHLCV data. Get 15+ metrics — Sharpe, CAGR, max drawdown and a full trade log. BETA.
AI Studio + Visual Builder
Describe your trade idea and AI generates Pine Script in seconds. Or drag and drop blocks in the no-code Visual Builder.
Strategies Studio
Browse a curated library of community and built-in strategies. Fork, customize and save to My Strategies — your personal strategy workspace.
Webhook Hub → 30+ Exchanges
TradingView fires an alert → Backpulse validates, sizes and routes the order → your exchange fills in < 300ms. HMAC-secured, fully logged.
FreqTrade Live Bot
Deploy any FreqTrade IStrategy in dry-run or live mode. Monitor open trades, P&L and get Telegram alerts on every entry and exit.
Describe your strategy. AI builds it.
No Pine Script knowledge needed. Tell AI what you want to trade — it generates entry/exit conditions, risk rules and ready-to-run Pine Script code in seconds.
//@version=5
strategy("AI: EMA+RSI Filter", overlay=true)
fast = ta.ema(close, 9)
slow = ta.ema(close, 21)
rsi = ta.rsi(close, 14)
long = ta.crossover(fast, slow) and rsi > 50
if long
strategy.entry("Long", strategy.long)
strategy.exit("Exit",
stop = close * 0.98,
limit = close * 1.04)Distributed Cloud Engine. Maximum trading edge.
Backpulse distributed cloud workers test every parameter combination in parallel so nothing is missed. Using tick-accurate historical data with real slippage, fees, and funding — your backtest numbers are real, tradeable numbers.
- Tick-accurate multi-year historical replay
- Distributed parallel parameter optimization
- Walk-forward analysis & multi-tab cloud runs
- Export full results to CSV or PDF
Sharpe
Profit factor
Max drawdown
Equity
Monthly returns
Your Python strategy. Real market data.
Write a custom strategy with the quantbt Python library. Run it against years of Binance Futures OHLCV data and get 15+ performance metrics — Sharpe, CAGR, max drawdown and a full trade log.
- Custom Python strategies — full control
- 15+ metrics: Sharpe, CAGR, max drawdown
- Binance Futures OHLCV historical data
- Equity curve + full trade log
From TradingView alert to filled order in one hop
Set your webhook URL once. Every time TradingView fires an alert, Backpulse authenticates it with HMAC, applies your position-sizing rules and risk filters, then sends a signed order to your exchange — automatically, every time, with full audit logs.
Run your Python strategy. Live. On a real exchange.
Write a FreqTrade IStrategy in Python, pick dry-run (paper) or live mode, and Freqrunner manages the containers. One click to deploy, a dashboard to monitor — and Telegram alerts so you never miss a fill.
- Dry-run (paper) and live exchange modes
- Deploy any FreqTrade IStrategy in one click
- Real-time open trades & P&L dashboard
- Telegram alerts on every entry and exit
P&L Total
Win rate
Trades
Open trades
A library of strategies, ready to run.
Browse community and built-in strategy templates. Fork any strategy to customize the rules and save it to My Strategies — your personal strategy workspace.
- Community + built-in strategy library
- Fork and customize any strategy
- My Strategies — personal workspace
- One-click load to backtest or live trade
See your edge in 10 seconds
Pick a strategy and timeframe — watch the equity curve rebuild instantly. No account needed.
Pick the plan that fits
Start free — no commission on your trades. Upgrade or cancel anytime.
- Brute Force strategy optimization (Max 100 iterations)
- 1 sweep parameter / 1 symbol / 1 job
- 1 exchange connection (Binance, Bybit, OKX...)
- 1 FreqTrade dry-run bot (30-day limit)
- 30-day signal history
- Basic webhooks
- Trading Bot & Copy Trade marketplaceBeta
- AI Studio — Generate Pine Script with AIBeta
- Visual Strategy BuilderBeta
- TradingView Chrome Extension integration
- Community support
- Multiple params & unlimited combos
- Parallel job execution
- Multiple exchange connections
- Real live bot trading
- Automated Telegram alerts
✦ $10 off your first month — then $29/mo
- Brute Force strategy optimization (Max 500 iterations)
- Unlimited params / 3 symbols / 3 parallel jobs
- 5 exchange connections (All 30+ supported exchanges)
- 1 dry-run bot + 1 real live bot (FreqTrade)
- Automatic P&L tracking & 90-day signal history
- Trading Bot & Copy Trade marketplaceBeta
- AI Studio — Generate Pine Script with AIBeta
- Visual Strategy BuilderBeta
- TradingView Chrome Extension integration
- Instant Telegram signal & execution alerts
- Priority email support
- Everything in Pro
- Unlimited Brute Force iterations
- 10 symbols / 10 parallel jobs
- Unlimited exchange connections
- 3 dry-run bots + 3 live bots (FreqTrade)
- AI Studio unlimited & priority processingBeta
- Low-latency webhook executionComing soon
- 1-year signal historyComing soon
- Advanced performance & P&L reportsComing soon
- 1-on-1 setup support + 24/7 VIP Discord
Have a coupon?
From idea to live strategy — without the complexity
"I described my EMA crossover idea to the AI, it generated the Pine Script. Backtested 5 years, refined with Cloud Optimization, connected to Bybit. Three hours, zero code."
"Webhook latency is remarkable. Signals hit Binance faster than I could ever click. And HMAC verification means I trust it with real positions."
"Finally a backtester where the numbers translate to real results. The multi-tab Cloud parameter search alone saved me months of manual work."
Start optimizing — for free
Install the Backpulse browser extension and run your first multi-tab parameter optimization inside TradingView today. No account, no credit card required. Upgrade to Pro for distributed cloud power.