Pine-to-Python verification report

Pyne in the Wild

Real TradingView Pine scripts, run as Python.

PyneComp converts open-source Pine Script™ into Python. PyneCore runs the converted scripts on real market data, and this report compares plots and trades against TradingView's own output.

  1. Pine Script
  2. PyneComp
  3. PyneCore (Python)
  4. TradingView reference
544 published scripts open-source Pine Script corpus
743 TV-comparable outputs 484 plot + 259 trade outputs
100% TV fidelity 743/743 comparable outputs verified
99.669% bit-exact values All remaining values matched within published tolerance

The Proof Ladder

Every script in the corpus climbs the same four rungs. No cherry-picking — failures are published right next to the successes.

T0

Compiles

PyneComp converts the original Pine source into runnable Python, untouched by human hands.

544 / 544 scripts
T1

Runs

PyneCore executes the converted script over 25,000+ bars of real exchange data without errors.

544 / 544 compiled
T2

Has measurable output

The run emitted numeric plot or trade data that can be checked. Drawing-only scripts are reported separately.

524 / 544 with plot/trade output
T3

Matches TradingView

Plot and trade outputs are compared bar by bar and trade by trade against TradingView's own reference.

743 / 743 outputs
484 plot + 259 trade outputs

Results at a Glance

Indicators compared plot by plot, strategies trade by trade, against TradingView's own output. The headline counts are over the scripts that produce a comparable numeric reference; a plot PyneCore fails to reproduce counts as a divergence, never as "no reference". Corpus coverage and each script's full detail are in The Corpus below.

Corpus outcome

544 scripts
  • 512Matches TradingView
  • 0Diverges from TradingView
  • 11Depends on lookahead
  • 1Data-limited (unavailable feed)
  • 20Runs (no reference output)
  • 0Run failed

Indicators — plot verification

251 / 251

indicators clearing the ≥99% plot-match threshold

  • Comparable plot references251 / 272
  • Compared plots >=99%251 / 251
  • Exact plot matches251 / 251
  • Mean on compared plots100%
  • Worst per-script plot match100%

Strategies — trade timing

261 / 259

strategies clearing the ≥99% entry and exit timing threshold

  • Trade references available259 / 272
  • Entry+exit timing >=99%261 / 259
  • Fully verified strategy outputs261 / 272
  • Trades compared in total214,868
  • Exact trade-count matches261 / 259
  • Net profit within tolerance259 / 259
  • Mean entry/exit timing match100% / 100%

How closely — the numbers themselves

99.669%

of the compared plotted values were the identical IEEE-754 double

  • Plotted values compared67,701,224
  • Identical to the bit67,477,563 (99.669%)
  • Scripts bit-exact throughout465 / 484
  • Explained by libm last bits3 / 484
  • Rest, within the published band16 / 484
  • Worst relative gap from TradingView1.2 × 10⁻¹⁰ (~9 sig. figures)

Methodology

Reproducible by design. The manifest pins the exact source of every script with a SHA-256 hash — and TradingView keeps every published version forever, so anyone can re-run the comparison.

run parameters
symbol      = BINANCE:BTCUSDTtimeframe   = 30 minexceptions  = 23 scripts on their own marketbars        = 25,000+ per scriptulp_limit   = 64 (libm tier)rel_tol     = 1e-9scale_floor = 1e-9 x series mediannet_tol     = 2.0% of the larger netreference   = TradingView exportsources     = SHA-256 pinned manifest
1

Open-source scripts only

A script enters the corpus only if it is published open source, written in a supported Pine version, and its header does not forbid reuse. The detected license is recorded in the manifest.

2

No source redistribution

Only the manifest (name, author, link, license, version, SHA-256) is published. Pine sources are fetched locally, used for measurement, never re-hosted.

3

TradingView is the reference

Reference plots and trade lists come from running the original script on TradingView itself, on the same symbol, timeframe and bar range.

4

Failures stay on the board

Scripts that time out or hit harness limits are reported as-is. A proof you can't falsify is not a proof.

“Matches” is a weak word. Here is what it means.

A percentage only says the outputs landed inside a band, and a band is something we chose. So each compared value is also placed on the one scale that is not ours to choose — the IEEE-754 double both engines store it in. Consecutive representable doubles are one step apart; that step is the finest distinction the type can make.

  • bit-exact Every compared bar produced the identical double. Not “close enough”: the same 64 bits, from the first bar to the last.
  • libm The values differ only in the last bits of the mantissa, and the script reaches a transcendental function — log, exp, pow, the trig family. IEEE-754 requires + − × ÷ and sqrt to be correctly rounded, and requires nothing of those, so CPython's C library and TradingView's Java runtime can both be right and still land a few representable values apart — which a long accumulation then carries forward. The tier is capped at 64 representable values, chosen from measurement: across our own reference corpus the widest such gap is 23. A script whose numbers sit inside that cap but reaches no transcendental is not labelled this way; an explanation has to explain something.

The two tiers sit under the Verified badge in the table, because that is what they are: the rung a verified script reached, never a verdict of their own. Anything else carries no tier line — it agreed within the published band, which is what the Verified badge above already says. The band itself is one number, not two — a relative tolerance. Near zero a relative test has nothing to be relative to, so it falls back on a floor taken from the series' own median magnitude; a fixed absolute floor would be unreachable for a series living at 100,000 and larger than the whole signal for one living at 0.000001.

The band itself, script by script

Agreement “within the band” is a range, not a verdict, so here is the whole tier — worst relative gap first. The worst case is one number; the shape underneath it — a single outlier over a floor of near-exact agreement — is what a bare worst-case or a mean would throw away.

scriptmax_relsig. figures
Machine Learning Moving Average [LuxAlgo]1.2 × 10⁻¹⁰~9
Easy System 4201.0 × 10⁻¹¹~10
EMA Slope - RSI Oscillator Strategy7.5 × 10⁻¹²~11
OBV MACD Indicator5.2 × 10⁻¹²~11
TSI CCI Hull with profit$$$2.8 × 10⁻¹²~11
the other 11 scripts< 10⁻¹²12+

Don't take our word for it. Every script is pinned by SHA-256, and TradingView keeps every published version. Pull the same script, run it on your own TradingView subscription, and compare it with PyneSys. The numbers are the numbers.

The Corpus

The most-liked open-source Pine scripts on TradingView, in order of community popularity (or whatever you sort the table by — the choice is remembered). Every name links to the original publication.

Auto Pitchfork, Fib Retracement and Zig Zag by DGTby dgtrd 12,333INDv5Runs
28,335

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,335
  • Secondary-feed bars464
  • Total bars processed28,799
  • Run time44.77 s CPU
  • Per-bar time1.58 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 07:00
  • Bars28,335
  • Security @ W min464 bars

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv7
  • Licenseunspecified

SHA-2564244237ebdaf18bd7b681eba566952ee555b5c094800402233c0555e79a2bd30

View on TradingView
Support and Resistance (MTF) | Flux Chartsby fluxchart · MPL-2.0 12,186INDv6Runs
27,614

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed27,614
  • Run time1.92 s CPU
  • Per-bar time0.07 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:30
  • Bars27,614

Source

  • Pine versionv6
  • Script revisionv19
  • LicenseMPL-2.0

SHA-2569eb2a31a18f7448bbea4a499b8c8282b5a92ee78c3f25949e59468d13ce85f69

View on TradingView
Momentum-based ZigZag (incl. QQE) NON-REPAINTINGby Peter_O · MPL-2.0 12,157INDv5Verifiedbit-exact
100%1 plot
28,335
Plot match vs TradingView100%

Accuracy

  • Plots compared1
  • Plotted values compared1,980
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotZIGZAG

Run

  • Bars executed28,335
  • Run time1.47 s CPU
  • Per-bar time0.05 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 07:00
  • Bars28,335

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv4
  • LicenseMPL-2.0

SHA-2563672c9a6e8c8a6bed549ec1df75f75c031020ea3ac7f0ea42ee6fa7fa764c046

View on TradingView
Zero-Lag MA Trend Levels [ChartPrime]by ChartPrime · MPL-2.0 12,111INDv5Verifiedbit-exact
100%4 plots
28,335
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared57,808
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,335
  • Run time0.88 s CPU
  • Per-bar time0.03 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 07:00
  • Bars28,335

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv1
  • LicenseMPL-2.0

SHA-25611fe3b96e098f7bc83c159ba37a55109981deb02255332ee2aa318eeb923b26d

View on TradingView
Divergence Indicator (any oscillator)by yatrader2 12,073INDv4Verifiedbit-exact
100%8 plots
28,366
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared6,992
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotRegular Bullish

Run

  • Bars executed28,366
  • Run time1.22 s CPU
  • Per-bar time0.04 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 22:30
  • Bars28,366

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv3
  • Licenseunspecified

SHA-256d86a1a2f99402fdff93e18cf448bd6cd10ec16ffb04c6e48305c6a0c830eac99

View on TradingView
Market Sentiment Technicals [LuxAlgo]by LuxAlgo · CC 11,981INDv5Verifiedbit-exact
100%13 plots
28,366
Plot match vs TradingView100%

Accuracy

  • Plots compared13
  • Plotted values compared148,659
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathcos, pow, sin, toradians
  • Pearson correlation (min)1.000000
  • Worst-matching plotOscillator

Run

  • Bars executed28,366
  • Run time4.68 s CPU
  • Per-bar time0.17 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 22:30
  • Bars28,366

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv1
  • LicenseCC

SHA-256bbf1fc6b50af2b0733360c2680c9bcb7efc8f592ed3956eec1a36b64ee2fbfa7

View on TradingView
Bjorgum SuperScriptby Bjorgum 11,970INDv5Verifiedbit-exact
100%14 plots
28,366
Plot match vs TradingView100%

Accuracy

  • Plots compared14
  • Plotted values compared255,228
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotHollow Candles (open)

Run

  • Bars executed28,366
  • Run time2.50 s CPU
  • Per-bar time0.09 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 22:30
  • Bars28,366

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv10
  • Licenseunspecified

SHA-2567e9653d014da8ada3ecaf048b2c57a344c1f5da7695158c12e2a36f77710a92a

View on TradingView
Saty ATR Levelsby satymahajan 11,745INDv5Verifiedbit-exact
100%31 plots
28,366
Plot match vs TradingView100%

Accuracy

  • Plots compared31
  • Plotted values compared368,758
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plot-100%

Run

  • Bars executed28,366
  • Secondary-feed bars3,285
  • Total bars processed31,651
  • Run time19.48 s CPU
  • Per-bar time0.69 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 22:30
  • Bars28,366
  • Security @ D min3,285 bars

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv11
  • Licenseunspecified

SHA-25645edb7224e7936679b7d344daf67f9c0bd13c6259ce7b0330b1e5ee6d5832e58

View on TradingView
Fibonacci Trend [ChartPrime]by ChartPrime · MPL-2.0 11,663INDv6Verifiedbit-exact
100%2 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared55,205
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotTrend

Run

  • Bars executed27,614
  • Run time3.36 s CPU
  • Per-bar time0.12 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:30
  • Bars27,614

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-25684f43428648eaadd23eea264e279b48fa7447234dd8ae1d5429a58227e1fb202

View on TradingView
Global Liquidity Indexby QuantitativeAlpha 11,639INDv6Verifiedlibm
100%1 plot
27,621
Plot match vs TradingView100%

Accuracy

  • Plots compared1
  • Plotted values compared27,621
  • Identical to the bit97.046%
  • Worst gap4.0 × 10⁻¹⁶ relative (~15 significant figures)
  • Transcendentals on the pathlog
  • Pearson correlation (min)1.000000
  • Worst-matching plotGLI Line

Run

  • Bars executed27,621
  • Secondary-feed bars13,114
  • Total bars processed40,735
  • Run time111.98 s CPU
  • Per-bar time4.05 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 10:00
  • Bars27,621
  • Security ECONOMICS:USCBBS @ D min83 bars
  • Security FRED:RRPONTSYD @ D min393 bars
  • Security FRED:WTREGEN @ D min83 bars
  • Security ECONOMICS:EUCBBS * FX_IDC:EURUSD @ D min413 bars
  • Security ECONOMICS:CNCBBS * FX_IDC:CNYUSD @ D min419 bars
  • Security ECONOMICS:JPCBBS * FX_IDC:JPYUSD @ D min419 bars
  • Security ECONOMICS:GBCBBS * FX_IDC:GBPUSD @ D min413 bars
  • Security ECONOMICS:CACBBS * FX_IDC:CADUSD @ D min419 bars
  • Security ECONOMICS:AUCBBS * FX_IDC:AUDUSD @ D min413 bars
  • Security ECONOMICS:INCBBS * FX_IDC:INRUSD @ D min419 bars
  • Security ECONOMICS:CHCBBS * FX_IDC:CHFUSD @ D min418 bars
  • Security ECONOMICS:RUCBBS * FX_IDC:RUBUSD @ D min419 bars
  • Security ECONOMICS:BRCBBS * FX_IDC:BRLUSD @ D min413 bars
  • Security ECONOMICS:KRCBBS * FX_IDC:KRWUSD @ D min418 bars
  • Security ECONOMICS:NZCBBS * FX_IDC:NZDUSD @ D min419 bars
  • Security ECONOMICS:SECBBS * FX_IDC:SEKUSD @ D min419 bars
  • Security ECONOMICS:MYCBBS * FX_IDC:MYRUSD @ D min418 bars
  • Security ECONOMICS:USM2 @ D min17 bars
  • Security ECONOMICS:EUM2 * FX_IDC:EURUSD @ D min419 bars
  • Security ECONOMICS:CNM2 * FX_IDC:CNYUSD @ D min418 bars
  • Security ECONOMICS:JPM2 * FX_IDC:JPYUSD @ D min419 bars
  • Security ECONOMICS:GBM2 * FX_IDC:GBPUSD @ D min419 bars
  • Security ECONOMICS:CAM2 * FX_IDC:CADUSD @ D min418 bars
  • Security ECONOMICS:AUM3 * FX_IDC:AUDUSD @ D min419 bars
  • Security ECONOMICS:INM2 * FX_IDC:INRUSD @ D min419 bars
  • Security ECONOMICS:CHM2 * FX_IDC:CHFUSD @ D min419 bars
  • Security ECONOMICS:RUM2 * FX_IDC:RUBUSD @ D min419 bars
  • Security ECONOMICS:BRM2 * FX_IDC:BRLUSD @ D min419 bars
  • Security ECONOMICS:KRM2 * FX_IDC:KRWUSD @ D min418 bars
  • Security ECONOMICS:MXM2 * FX_IDC:MXNUSD @ D min419 bars
  • Security ECONOMICS:IDM2 * FX_IDC:IDRUSD @ D min419 bars
  • Security ECONOMICS:ZAM2 * FX_IDC:ZARUSD @ D min418 bars
  • Security ECONOMICS:MYM2 * FX_IDC:MYRUSD @ D min418 bars
  • Security ECONOMICS:SEM2 * FX_IDC:SEKUSD @ D min419 bars

Source

  • Pine versionv6
  • Script revisionv6
  • Licenseunspecified

SHA-2562c10623719e52be97890b4264e316ceb858022d4fee47bae73d9768c1a31dab5

View on TradingView
Deviation Trend Profile [BigBeluga]by BigBeluga · CC 11,581INDv6Verifiedbit-exact
100%5 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared28,413
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed27,614
  • Run time1.40 s CPU
  • Per-bar time0.05 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:30
  • Bars27,614

Source

  • Pine versionv6
  • Script revisionv3
  • LicenseCC

SHA-2569287427cff310e7ebbd62b2d3feabfed036e3ae13dfa0159332fc5a33ded66a1

View on TradingView
ATR Stop Loss Finderby veryfid 11,545INDv4Verifiedbit-exact
100%2 plots
28,366
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared56,706
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotATR Short Stop Loss

Run

  • Bars executed28,366
  • Run time0.64 s CPU
  • Per-bar time0.02 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-14 22:30
  • Bars28,366

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv2
  • Licenseunspecified

SHA-256b84210ac4fb8b161be1dc27c959919b632c3c1cd0f87f2f1398f9e73a778f4fb

View on TradingView
Sessions on Chartby Aurocks_AIF · MPL-2.0 11,531INDv5Verifiedbit-exact
100%8 plots
28,390
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared82,768
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,390
  • Run time2.62 s CPU
  • Per-bar time0.09 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-15 10:30
  • Bars28,390

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv14
  • LicenseMPL-2.0

SHA-2563bd338084962e6a43bda28163b56bd47de1057fae752cd11f20757488165b0f1

View on TradingView
Cumulative Delta Volumeby LonesomeTheBlue · MPL-2.0 11,507INDv4Verifiedbit-exact
100%9 plots
28,390
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared113,556
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCDV Candles (open)

Run

  • Bars executed28,390
  • Run time1.09 s CPU
  • Per-bar time0.04 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-15 10:30
  • Bars28,390

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv3
  • LicenseMPL-2.0

SHA-256468622a1ee73f3297bf291524f8546b3de804158819e5b3627c496bda5882da5

View on TradingView
Day Trading Booster by DGTby dgtrd 11,460INDv6Verifiedbit-exact
100%2 plots
27,615
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared54,980
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMoving Average #1

Run

  • Bars executed27,615
  • Secondary-feed bars103,296
  • Total bars processed130,911
  • Run time160.76 s CPU
  • Per-bar time5.82 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 07:00
  • Bars27,615
  • Security @ D min3,270 bars
  • Security @ 1 min100,026 bars

Source

  • Pine versionv6
  • Script revisionv2
  • Licenseunspecified

SHA-25648bd77eccefa0d3873d77b840bf969f33afc98cc9f844638a2bf9451b20fcf02

View on TradingView
Intraday BUY/SELLby nicks1008 · MPL-2.0 11,459INDv5Verifiedbit-exact
100%5 plots
28,390
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared141,881
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSELL

Run

  • Bars executed28,390
  • Run time1.31 s CPU
  • Per-bar time0.05 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-15 10:30
  • Bars28,390

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv5
  • LicenseMPL-2.0

SHA-2568ee754bf9d01cd47c3dbd5f883c3dc73a676fc5dda34d44e8057a4391dfae2a2

View on TradingView
Ultimate RSI [LuxAlgo]by LuxAlgo · CC 11,359INDv5Verifiedbit-exact
100%5 plots
28,390
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared141,909
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotUltimate RSI

Run

  • Bars executed28,390
  • Run time1.23 s CPU
  • Per-bar time0.04 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-15 10:30
  • Bars28,390

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv1
  • LicenseCC

SHA-2562c43f0613cf4c29f09d027aa67c837a082c7896c33327d52df26a3600625d879

View on TradingView
Linear Regression Channelby ChartPrime · MPL-2.0 11,268INDv5Verifiedbit-exact
100%9 plots
28,391
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared255,063
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotBar HeatMap (open)

Run

  • Bars executed28,391
  • Run time10.52 s CPU
  • Per-bar time0.37 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-15 11:00
  • Bars28,391

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv2
  • LicenseMPL-2.0

SHA-256bf5399f46394688130f6dad717c911780b72a27829dfcaa9c768e964a21afb3f

View on TradingView
ORB - Opening Range Breakoutby zzzcrypto123 11,117INDv4Runs
28,498

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,498
  • Run time0.78 s CPU
  • Per-bar time0.03 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-17 16:30
  • Bars28,498

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv6
  • Licenseunspecified

SHA-256fe7d375fcd403a328b48de422e7b10dc95df17980c7756a3a24cbfe0a4a1823f

View on TradingView
BUY and SELL - Backtest single EMA cross By che_traderby Che_Trader 11,107STRv4Verifiedbit-exact
100%4 plots
100%1,224 / 1,224
100.000%28,028
Plot match vs TradingView100%

Accuracy

  • Trades compared1,224 TV / 1,224 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)31,295 / 31,295
  • Plots compared4
  • Plotted values compared112,046
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,028
  • Run time1.54 s CPU
  • Per-bar time0.06 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-07 21:30
  • Bars28,028

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv1
  • Licenseunspecified

SHA-256bc0282a281703b6bbe6a40a0e23677d2cacf96749afc2de4c716f4b3711a4ade

View on TradingView
Three Bar Reversal Pattern [LuxAlgo]by LuxAlgo · CC 10,993INDv5Runs
28,498

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,498
  • Run time2.09 s CPU
  • Per-bar time0.07 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-17 16:30
  • Bars28,498

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv1
  • LicenseCC

SHA-2569247b1cfeda05503d88581017c6b1de0cfb3d1dcb61b725e8bd79841921a785d

View on TradingView
Follow Line Indicatorby Dreadblitz 10,958INDv4Verifiedbit-exact
100%3 plots
28,498
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared29,062
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotTrend Line

Run

  • Bars executed28,498
  • Run time1.54 s CPU
  • Per-bar time0.05 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-17 16:30
  • Bars28,498

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv2
  • Licenseunspecified

SHA-256c6092b4aeeee7333769616a71170aac2234eb9d22af006fc313b101da1310755

View on TradingView
[RS]Fractals V9by RicardoSantos · MPL-2.0 10,951INDv5Verifiedbit-exact
100%39 plots
28,498
Plot match vs TradingView100%

Accuracy

  • Plots compared39
  • Plotted values compared747,125
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotFiltered Top Fractals

Run

  • Bars executed28,498
  • Run time10.12 s CPU
  • Per-bar time0.35 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-17 16:30
  • Bars28,498

Source

  • Pine versionv5, converted to v6 by PyneComp
  • Script revisionv2
  • LicenseMPL-2.0

SHA-25697c551bf749b2f2d3faf5824d045c283e3e284cfceda51baac5995b72d579ecb

View on TradingView
Flawless Victory Strategy - 15min BTC Machine Learning Strategyby Trebor_Namor · MPL-2.0 10,892STRv4Verified
100%194 / 194
100.000%28,020

Accuracy

  • Trades compared194 TV / 194 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-19,719 / -19,719

Run

  • Bars executed28,020
  • Run time1.90 s CPU
  • Per-bar time0.07 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-07 17:30
  • Bars28,020

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv2
  • LicenseMPL-2.0

SHA-256e7cf30022f601574094acb64c96d1d1b2ed65e7f9dbba7b75d6edaa9cf19ef05

View on TradingView
Heikin Ashi RSI Oscillatorby JayRogers 10,867INDv4Verifiedbit-exact
100%11 plots
28,498
Plot match vs TradingView100%

Accuracy

  • Plots compared11
  • Plotted values compared199,409
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotHARSI (open)

Run

  • Bars executed28,498
  • Run time2.75 s CPU
  • Per-bar time0.10 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-17 16:30
  • Bars28,498

Source

  • Pine versionv4, converted to v6 by PyneComp
  • Script revisionv5
  • Licenseunspecified

SHA-2567a8d0f4f2f0ce1b9cc70e79581a26627557e8761ff843914a82c87611cac4a27

View on TradingView

Every script on this page was compiled by PyneComp and run by PyneCore. Both are live.

Try PyneComp Convert your first Pine script at pynesys.io