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
564 published scripts open-source Pine Script corpus
769 TV-comparable outputs 500 plot + 269 trade outputs
100% TV fidelity 769/769 comparable outputs verified
99.676% 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.

564 / 564 scripts
T1

Runs

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

564 / 564 compiled
T2

Has measurable output

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

543 / 564 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.

769 / 769 outputs
500 plot + 269 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

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

Indicators — plot verification

260 / 260

indicators clearing the ≥99% plot-match threshold

  • Comparable plot references260 / 282
  • Compared plots >=99%260 / 260
  • Exact plot matches260 / 260
  • Mean on compared plots100%
  • Worst per-script plot match100%

Strategies — trade timing

271 / 269

strategies clearing the ≥99% entry and exit timing threshold

  • Trade references available269 / 282
  • Entry+exit timing >=99%271 / 269
  • Fully verified strategy outputs271 / 282
  • Trades compared in total218,602
  • Exact trade-count matches271 / 269
  • Net profit within tolerance269 / 269
  • Mean entry/exit timing match100% / 100%

How closely — the numbers themselves

99.676%

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

  • Plotted values compared69,240,086
  • Identical to the bit69,016,425 (99.676%)
  • Scripts bit-exact throughout481 / 500
  • Explained by libm last bits3 / 500
  • Rest, within the published band16 / 500
  • 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  = 25 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.

ThinkTech AI Signalsby Theonealgo 667STRv6Verifiedbit-exact
100%6 plots
100%1,678 / 1,678
100.000%27,618
Plot match vs TradingView100%

Accuracy

  • Trades compared1,678 TV / 1,678 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)9,567 / 9,567
  • Plots compared6
  • Plotted values compared165,568
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,618
  • Run time2.15 s CPU
  • Per-bar time0.08 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:30
  • Bars27,618

Source

  • Pine versionv6
  • Script revisionv1
  • Licenseunspecified

SHA-2567fab41f89d43a8351862481567467b9b87af2b4111f88caa15bf914ca27ea006

View on TradingView
LANZ Strategy 4.0 [Backtest]by rau_u_lanz 665STRv6Verified
100%49 / 49
100.000%27,182

Accuracy

  • Trades compared49 TV / 49 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)1,100 / 1,100

Run

  • Bars executed27,182
  • Run time0.81 s CPU

Data window

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

Source

  • Pine versionv6
  • Script revisionv1
  • Licenseunspecified

SHA-2561436f327407c47e7860ee92e956081661b4e12dece039ca3cf5acd2c3e272d3f

View on TradingView
Trend Trader-Remastered Strategyby aybarsm · MPL-2.0 661STRv6Verifiedbit-exact
100%11 plots
100%2,015 / 2,015
100.000%27,618
Plot match vs TradingView100%

Accuracy

  • Trades compared2,015 TV / 2,015 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-253 / -253
  • Plots compared11
  • Plotted values compared248,561
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,618
  • Run time7.32 s CPU
  • Per-bar time0.26 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:30
  • Bars27,618

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseMPL-2.0

SHA-256f5cf8054014b914cac4ac1849ef0cdf8fea7eb62e5456d0969011fec80445c4f

View on TradingView
EMA Slope - RSI Oscillator Strategyby xvelox_ 658STRv6Verified
100%8 plots
100%299 / 299
100.000%27,617
Plot match vs TradingView100%

Accuracy

  • Trades compared299 TV / 299 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-3,761 / -3,761
  • Plots compared8
  • Plotted values compared220,320
  • Identical to the bit96.238%
  • Worst gap7.5 × 10⁻¹² relative (~11 significant figures)
  • Transcendentals on the pathatan
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,617
  • Run time3.79 s CPU
  • Per-bar time0.14 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:00
  • Bars27,617

Source

  • Pine versionv6
  • Script revisionv5
  • Licenseunspecified

SHA-256ef779506d305069da16f81b53cbcb85018a6bc7fb156dd9dfa00d93dafcc96ca

View on TradingView
Long-Only Opening Range Breakout (ORB) with Pivot Pointsby VolumeVigilante · MPL-2.0 652STRv6Verifiedbit-exact
100%12 plots
100%565 / 565
100.000%27,617
Plot match vs TradingView100%

Accuracy

  • Trades compared565 TV / 565 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-3,353 / -3,353
  • Plots compared12
  • Plotted values compared283,390
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,617
  • Secondary-feed bars1,308
  • Total bars processed28,925
  • Run time23.51 s CPU
  • Per-bar time0.85 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:00
  • Bars27,617
  • Security @ D min1,308 bars

Source

  • Pine versionv6
  • Script revisionv3
  • LicenseMPL-2.0

SHA-256af6e86240a7cc6cfbf5275524b3a8b7e724eaa0e05aed06a2ac6ae69fc7d5d5a

View on TradingView
Tristan's Multi-Indicator Reversal Strategyby OhRayOhRay · MPL-2.0 649STRv6Verifiedbit-exact
100%6 plots
100%474 / 474
100.000%27,617
Plot match vs TradingView100%

Accuracy

  • Trades compared474 TV / 474 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-13,113 / -13,113
  • Plots compared6
  • Plotted values compared165,702
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,617
  • Run time3.04 s CPU
  • Per-bar time0.11 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:00
  • Bars27,617

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseMPL-2.0

SHA-256626fae28e3ce0dbb999d0c051878aca80bc8699b223d9d421b1c25e6d7a7f231

View on TradingView
Bollinger Bands Mean Reversion using RSI [Krishna Peri]by thechadyogi 644STRv6Verifiedbit-exact
100%3 plots
100%680 / 680
100.000%27,617
Plot match vs TradingView100%

Accuracy

  • Trades compared680 TV / 680 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-21,084 / -21,084
  • Plots compared3
  • Plotted values compared82,794
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,617
  • Run time1.17 s CPU
  • Per-bar time0.04 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:00
  • Bars27,617

Source

  • Pine versionv6
  • Script revisionv1
  • Licenseunspecified

SHA-256ebd8429d17661f49e43f0091c1b2866e5bbd447c582ea80b243aee33fe4c4cb0

View on TradingView
KALKI TFXBOTby KalkiTrader007 639STRv6Verifiedbit-exact
100%2 plots
100%373 / 373
100.000%27,617
Plot match vs TradingView100%

Accuracy

  • Trades compared373 TV / 373 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)15,313 / 15,313
  • Plots compared2
  • Plotted values compared55,179
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,617
  • Run time1.39 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 08:00
  • Bars27,617

Source

  • Pine versionv6
  • Script revisionv1
  • Licenseunspecified

SHA-2568e896dbbb755ece71a0bb60d7744c4409019cc43cb6454b7eefe32b4d09ec576

View on TradingView
Two-Bar Fib Retrace Strategy [Futures]by UkesTrades 632STRv6Verifiedbit-exact
100%1 plot
100%166 / 166
100.000%27,617
Plot match vs TradingView100%

Accuracy

  • Trades compared166 TV / 166 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)10,110 / 10,110
  • Plots compared1
  • Plotted values compared27,617
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,617
  • Secondary-feed bars2,973
  • Total bars processed30,590
  • Run time8.16 s CPU
  • Per-bar time0.30 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:00
  • Bars27,617
  • Security @ W min397 bars
  • Security @ D min2,576 bars

Source

  • Pine versionv6
  • Script revisionv1
  • Licenseunspecified

SHA-25612ac406ba8492ad776abf933400a258902d7d0d75b4f22ec95362d678074f3f6

View on TradingView
RSI + MACD Multi-Timeframe Strategyby RWCS_LTD · MPL-2.0 626STRv6Verifiedbit-exact
100%3 plots
100%1 / 1
100.000%27,618
Plot match vs TradingView100%

Accuracy

  • Trades compared1 TV / 1 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)140,588 / 140,588
  • Plots compared3
  • Plotted values compared27,618
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,618
  • Secondary-feed bars1,308
  • Total bars processed28,926
  • Run time5.38 s CPU
  • Per-bar time0.19 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:30
  • Bars27,618
  • Security @ 1D min1,308 bars

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-2566d489331a334f274e783d32edfcb7c0fcb8ca101cf9b97d0d07640cf33dba304

View on TradingView
RSI Divergence Strategyby Pro_Trader_HTBB 618STRv6Verifiedbit-exact
100%3 plots
100%10 / 10
100.000%27,618
Plot match vs TradingView100%

Accuracy

  • Trades compared10 TV / 10 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)1,055 / 1,055
  • Plots compared3
  • Plotted values compared27,977
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,618
  • Run time2.56 s CPU
  • Per-bar time0.09 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:30
  • Bars27,618

Source

  • Pine versionv6
  • Script revisionv1
  • Licenseunspecified

SHA-256c08ac6dfb38492df26eb652379a4b813b48c478a167c92db72bd69f90c2c867d

View on TradingView
Precision Confluence Trading Strategy [JOAT]by officialjackofalltrades · MPL-2.0 602STRv6Verifiedbit-exact
100%14 plots
100%358 / 358
100.000%27,618
Plot match vs TradingView100%

Accuracy

  • Trades compared358 TV / 358 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-869 / -869
  • Plots compared14
  • Plotted values compared330,998
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,618
  • Secondary-feed bars43,071
  • Total bars processed70,689
  • Run time250.00 s CPU
  • Per-bar time9.05 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:30
  • Bars27,618
  • Security @ D min2,038 bars
  • Security @ W min293 bars
  • Security @ 15 min40,740 bars

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-256a4780b85c234865b316a010f3c57398283f786517d52f32c60dacf21ef5be41f

View on TradingView
Elite Strategy by denismwabu1 · MPL-2.0 601STRv6Verifiedbit-exact
100%2 plots
100%518 / 518
100.000%28,307
Plot match vs TradingView100%

Accuracy

  • Trades compared518 TV / 518 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)182 / 182
  • Plots compared2
  • Plotted values compared56,614
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed28,307
  • Secondary-feed bars245,334
  • Total bars processed273,641
  • Run time55.81 s CPU
  • Per-bar time1.97 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-13 17:00
  • Bars28,307
  • Security @ 1 min99,944 bars
  • Security @ 5 min99,988 bars
  • Security @ 15 min42,118 bars
  • Security @ D min3,284 bars

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-2568d87209fc624ad1b27398e5143ffd64818224c30611e6fe39dec890fb0d41b3b

View on TradingView
Fabio Valentini Pro Scalper [PickMyTrade]by PickMyTrade_Official 600STRv6Verifiedbit-exact
100%16 plots
100%1,183 / 1,183
100.000%27,619
Plot match vs TradingView100%

Accuracy

  • Trades compared1,183 TV / 1,183 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)63,393 / 63,393
  • Plots compared16
  • Plotted values compared440,543
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed27,619
  • Run time4.62 s CPU
  • Per-bar time0.17 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 09:00
  • Bars27,619

Source

  • Pine versionv6
  • Script revisionv2
  • Licenseunspecified

SHA-25651c4a19753f419803e74604b4b9bbb877e733839d1cb5346fc12a41a8845758c

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