⚠ Why "trust me" isn't enough in trading
The internet is full of trading bots showing cherry-picked screenshots, forward-tests that started in a bull market, and "verified" results from backtesting tools you can't access. We publish the actual Pine Script code on TradingView — a public platform anyone can use — so you can run the same test yourself and see every trade. If the numbers don't match what we claim, don't buy.
The 3 Published Scripts
Click any card to open the script on TradingView and run the strategy tester yourself.
How to Verify in 5 Minutes
Follow these steps to run the exact backtest yourself. Free TradingView account required.
Open the script on TradingView
Click any of the three "Verify on TradingView" links above. You'll land on the published script page. You'll need a TradingView account (free tier works). If you don't have one, it takes 60 seconds to create.
Add the script to a chart
On the script page, click the blue "Add to chart" button (top right). TradingView will open a new chart with the strategy applied. You'll see buy/sell triangles plotted directly on the candlestick chart — each one is a real trade signal the algorithm generated.
Make sure you're on the right instrument and timeframe
The chart needs to match the strategy's settings:
BTCUSDT.P (Bybit perpetual) on 6H timeframeETH script →
ETHUSDT.P on 7H timeframeSOL script →
SOLUSDT.P on 5H timeframe
Type the symbol directly into the chart's ticker box — make sure it says "Bybit" as the exchange source, not Binance or Coinbase. The exchange matters because we're running on Bybit data.
Open the Strategy Tester panel
At the bottom of the TradingView chart, click the "Strategy Tester" tab. You'll see four sub-tabs: Overview, Performance Summary, List of Trades, and Properties.
Click "Performance Summary" to see all the metrics in a table — net profit, profit factor, max drawdown, win rate, total trades, and more.
Set the date range to match the backtest period
In the Strategy Tester → Properties tab, check "Use Date Range" and set the start date to cover the full backtest window. For BTC, this is approximately March 2020. The default usually loads the full available history automatically.
Compare the numbers
The "Net Profit" percentage in TradingView should match what we publish. The key metrics to check:
✓ Profit Factor (should be above 2.0)
✓ Max Drawdown %
✓ Number of Trades
✓ Win Rate % (expect ~20–25% — this is correct for this strategy type)
Small variations of 1–3% from published numbers are normal — they come from minor differences in bar loading. Large discrepancies mean something is misconfigured (usually the wrong exchange or timeframe).
What the Numbers Mean
When you open the Strategy Tester, here's exactly what to look at and why it matters.
| Metric | Where to find it | What it means | v33 values |
|---|---|---|---|
| Net Profit % | Overview tab, top line | Total return over the full backtest period, after all commissions | BTC: +4,909% ETH: +3,212% SOL: +3,779% |
| Profit Factor | Performance Summary | Total winning dollars ÷ total losing dollars. Above 1.5 = genuine edge. Above 2.0 = strong edge. | BTC: 2.81 ETH: 2.97 SOL: 2.24 |
| Max Drawdown % | Performance Summary | The worst peak-to-trough equity drop during the test. Lower is better. Compare to buy & hold's 77% crash in 2022. | BTC: 32% ETH: 38% SOL: 41% |
| Win Rate % | Performance Summary | % of individual trades that are profitable. Note: 20–25% win rate is normal and correct for a trend-following strategy — the few big winners cover the many small losses. | BTC: 21.9% ETH: ~22% SOL: ~24% |
| Total Closed Trades | Performance Summary | Number of complete trade cycles (entry + exit). Higher number = more data points = more statistical confidence in the profit factor. | BTC: ~80 ETH: ~70 SOL: ~75 |
| Commission included? | Strategy Properties tab | Check that commission is set to 0.055% (Bybit taker fee). Results without fees are meaningless. | Yes — 0.055% per side included in all tests |
Common Questions
Things people ask when they go through this process.
Why is the win rate only ~22%? That seems low.
Does the backtest include 2022 — the bear market?
Couldn't the backtest be curve-fitted to look good on past data?
Why can't I see the actual Pine Script code?
The numbers I see are slightly different from what's on your site. Why?
Verified. Now what?
If the numbers check out, the next step is getting the bot deployed to your Bybit account. Setup takes 5–7 days. You provide the API keys, we handle everything else.