Build, backtest, and automate
your TradingView strategies.
Everything you need for TradingView strategy trading — a free Chrome extension for parameter optimization, server-side Bayesian + Brute Force backtesting, Python strategy backtesting, AI Studio that writes Pine Script from your idea, a no-code Visual Builder, FreqTrade Bot with Telegram alerts, and live webhook automation to 30+ exchanges.
Net return
Win rate
Recent signals
Optimize parameters from TradingView — for free.
Install the Backpulse extension, open any TradingView chart with your strategy loaded, and run a full 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
Bayesian optimization + Brute Force engines. Up to 20,000+ backtests per run with tick-accurate 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)Two engines. Double the edge.
Bayesian optimization learns from each run to zero in on the best parameters faster. Brute Force exhaustively tests every combination so nothing is missed. Both use tick-accurate historical data with real slippage, fees and funding — so your backtest numbers are tradeable numbers.
- Tick-accurate multi-year historical replay
- Bayesian optimization + Brute Force parameter search
- Walk-forward & Monte-Carlo analysis
- 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.
- Unlimited Bayesian & Brute Force
- Max 1 sweep parameter / run
- Max 100 iterations per run
- 1 symbol per job
- 1 job at a time
- 1 exchange connection
- 1 FreqTrade dry-run bot (30-day limit)
- 30-day signal history
- Basic webhooks
- Trading Bot strategy libraryBeta
- Community support
- Multiple params & unlimited combos
- Parallel job execution
- Multiple exchange connections
- Live bot trading
- Telegram alerts
✦ $10 off your first month — then $29/mo
- Unlimited Bayesian & Brute Force
- Max 500 iterations per run
- Unlimited params per run
- 3 symbols per job
- 3 parallel jobs
- 5 exchange connections
- All 30+ exchanges (Binance, Bybit, OKX…)
- 1 dry-run bot + 1 live bot (FreqTrade)
- Automatic P&L tracking
- 90-day signal history
- Trading Bot strategy libraryBeta
- AI Builder — generate Pine Script with AIBeta
- Telegram alerts
- Priority email support
- Everything in Pro
- Unlimited Brute Force iterations
- 10 symbols per job
- 10 parallel jobs
- Unlimited exchange connections
- 3 dry-run bots + 3 live bots (FreqTrade)
- AI Builder unlimited & priority accessBeta
- Low-latency webhook executionComing soon
- 1-year signal historyComing soon
- Advanced performance reportsComing soon
- Personalized 24/7 support + private 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 Bayesian, 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 Brute Force parameter search alone saved me months of manual work."
Start optimizing — for free
Install the Chrome extension and run your first parameter optimization inside TradingView today. No account, no credit card required. Upgrade to Pro for server-side power.