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
554 published scripts open-source Pine Script corpus
754 TV-comparable outputs 490 plot + 264 trade outputs
100% TV fidelity 754/754 comparable outputs verified
99.672% 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.

554 / 554 scripts
T1

Runs

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

554 / 554 compiled
T2

Has measurable output

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

533 / 554 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.

754 / 754 outputs
490 plot + 264 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

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

Indicators — plot verification

255 / 255

indicators clearing the ≥99% plot-match threshold

  • Comparable plot references255 / 277
  • Compared plots >=99%255 / 255
  • Exact plot matches255 / 255
  • Mean on compared plots100%
  • Worst per-script plot match100%

Strategies — trade timing

266 / 264

strategies clearing the ≥99% entry and exit timing threshold

  • Trade references available264 / 277
  • Entry+exit timing >=99%266 / 264
  • Fully verified strategy outputs266 / 277
  • Trades compared in total215,718
  • Exact trade-count matches266 / 264
  • Net profit within tolerance264 / 264
  • Mean entry/exit timing match100% / 100%

How closely — the numbers themselves

99.672%

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

  • Plotted values compared68,337,728
  • Identical to the bit68,114,067 (99.672%)
  • Scripts bit-exact throughout471 / 490
  • Explained by libm last bits3 / 490
  • Rest, within the published band16 / 490
  • 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  = 24 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.

Weis Wave Volumeby modhelius 6,510INDv5Verifiedbit-exact
100%1 plot
29,019
Plot match vs TradingView100%

Accuracy

  • Plots compared1
  • Plotted values compared29,006
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotWave Volume

Run

  • Bars executed29,019
  • 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-28 13:00
  • Bars29,019

Source

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

SHA-256bc6cad2fc6f9da2df834ea4a93f42486bafcf502e960d93a385390f98a39047e

View on TradingView
MOST on RSIby KivancOzbilgic 6,455INDv5Verifiedbit-exact
100%12 plots
29,019
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared178,386
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMOST

Run

  • Bars executed29,019
  • Run time2.76 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-28 13:00
  • Bars29,019

Source

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

SHA-25646ac12693a76aa31640abefe012f200f7bbf62f6472a1d299c625d5a2588d21f

View on TradingView
WaveTrend Oscillator + Divergence + Direction Detection +Alertsby Dreadblitz 6,454INDv4Verifiedbit-exact
100%30 plots
29,019
Plot match vs TradingView100%

Accuracy

  • Plots compared30
  • Plotted values compared556,053
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathcos, exp
  • Pearson correlation (min)1.000000
  • Worst-matching plotMedia WT

Run

  • Bars executed29,019
  • Run time4.46 s CPU
  • Per-bar time0.15 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 13:00
  • Bars29,019

Source

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

SHA-2560e14b4a5ded96851fb56f43af5c490f5c9b242308e73e7f9f64bf65f3741fae1

View on TradingView
Inverse Fisher Transform COMBO STO+RSI+CCIv2 by KIVANÇ fr3762by KivancOzbilgic 6,374INDv5Verifiedbit-exact
100%5 plots
29,019
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared29,007
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathexp
  • Pearson correlation (min)1.000000
  • Worst-matching plotCCIv2

Run

  • Bars executed29,019
  • Run time1.57 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-28 13:00
  • Bars29,019

Source

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

SHA-25640674e7784c23e9ffb8ade7548c1475246faef5a54144cf251d0f77b5b76c0df

View on TradingView
Supertrend - Ladder ATRby Trendoscope · CC 6,346INDv6Verifiedbit-exact
100%2 plots
29,019
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared58,020
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSupertrend Stop

Run

  • Bars executed29,019
  • Run time2.89 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-28 13:00
  • Bars29,019

Source

  • Pine versionv6
  • Script revisionv5
  • LicenseCC

SHA-2566e51cda4d6fbcd9909c515efa4e0ecb0c4d0ee399320dbf1cd2b726fc58b5f25

View on TradingView
Cumulative Volume Delta Strategy | Flux Chartsby fluxchart · MPL-2.0 6,310INDv5Verifiedbit-exact
100%5 plots
29,031
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared119,411
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, exp, log, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotCVDS Line

Run

  • Bars executed29,031
  • Secondary-feed bars100,001
  • Total bars processed129,032
  • Run time266.60 s CPU
  • Per-bar time9.18 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 19:00
  • Bars29,031
  • Security @ 1 min100,001 bars

Source

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

SHA-256d77ca8288b7c570e1d27e41133ff62b3eac19166fbb0537997a74b59d9f7a34d

View on TradingView
Logistic RSI, STOCH, ROC, AO, ... by DGTby dgtrd 6,307INDv6Verifiedbit-exact
100%28 plots
29,030
Plot match vs TradingView100%

Accuracy

  • Plots compared28
  • Plotted values compared783,129
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotLast Iteration

Run

  • Bars executed29,030
  • Run time2.65 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-28 18:30
  • Bars29,030

Source

  • Pine versionv6
  • Script revisionv14
  • Licenseunspecified

SHA-2562f7cd9ca0cf60c57b42548355954ffe02d0ce7da6f960599644d7909cd6a561e

View on TradingView
LOWESS (Locally Weighted Scatterplot Smoothing) [ChartPrime]by ChartPrime · MPL-2.0 6,293INDv5Verifiedbit-exact
100%4 plots
29,030
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared115,977
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathexp, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotGaussian Moving Average

Run

  • Bars executed29,030
  • Run time5.16 s CPU
  • Per-bar time0.18 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 18:30
  • Bars29,030

Source

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

SHA-2566b896baa0d3d215ebde0d07c4b40dd8d699aac5787ff626994449b74bdb0011c

View on TradingView
HTF Reversal Divergences [LuxAlgo]by LuxAlgo · CC 6,292INDv6Verifiedbit-exact
100%2 plots
29,031
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared58,046
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotRSI

Run

  • Bars executed29,031
  • Secondary-feed bars40,686
  • Total bars processed69,717
  • Run time9.39 s CPU
  • Per-bar time0.32 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 19:00
  • Bars29,031
  • Security @ 15 min40,686 bars

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-2564c9e74320ae47d9547657dd25f34697736957eb56d7596cd89ca567a26328e52

View on TradingView
Universal Signal Backtester [LuxAlgo]by LuxAlgo · CC 6,267INDv6Verifiedbit-exact
100%15 plots
29,033
Plot match vs TradingView100%

Accuracy

  • Plots compared15
  • Plotted values compared435,341
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotFast Source

Run

  • Bars executed29,033
  • Run time3.61 s CPU
  • Per-bar time0.12 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 20:00
  • Bars29,033

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-256602d09990447c89c8db49d95628c7af2389d4090c04779a275391ed19afae498

View on TradingView
Multpile strategies [LUPOWN]by Lupown · MPL-2.0 6,265INDv4Verifiedbit-exact
100%33 plots
29,030
Plot match vs TradingView100%

Accuracy

  • Plots compared33
  • Plotted values compared257,352
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSqueeze Momentum

Run

  • Bars executed29,030
  • Run time10.34 s CPU
  • Per-bar time0.36 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 18:30
  • Bars29,030

Source

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

SHA-256c9cc1c141cb3d1c68aa072c1ca53c1d6b5bbae2929e1a77f9e94e3c2fed1b144

View on TradingView
Trend Impulse Channels (Zeiierman)by Zeiierman · CC 6,252INDv6Verifiedbit-exact
100%9 plots
29,033
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared88,032
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotTrend Line

Run

  • Bars executed29,033
  • Run time1.00 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-28 20:00
  • Bars29,033

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-2560c47ade7557ac23e25869b6a017d09a9773b525534a4fa35f5a0f6c06c1b07a5

View on TradingView
VWAP Volume Profile [BigBeluga]by BigBeluga · CC 6,223INDv6Verifiedbit-exact
100%5 plots
29,034
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared116,381
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCandles Color (open)

Run

  • Bars executed29,034
  • Run time0.98 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-28 20:30
  • Bars29,034

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-256f8d258328552227a8c7840f35dac503b70d0695b7195b88e5fcd69b134bf85cf

View on TradingView
Stop loss and Take Profit in $$ exampleby adolgov · MPL-2.0 6,221STRv4Verifiedbit-exact
100%3 plots
100%1,174 / 1,174
100.000%28,212
Plot match vs TradingView100%

Accuracy

  • Trades compared1,174 TV / 1,174 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-8,273 / -8,273
  • Plots compared3
  • Plotted values compared4,992
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,212
  • Run time1.26 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-11 17:30
  • Bars28,212

Source

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

SHA-2561cc308a163521a7d2b56e88d7419ed9ac2f5f0c1cbe88eb46e79f4bd7631a366

View on TradingView
Open Interest Stochastic Money Flow Indexby Noldo 6,216INDv6Verifiedbit-exact
100%4 plots
29,033
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared63,544
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotK-line

Run

  • Bars executed29,033
  • Secondary-feed bars438
  • Total bars processed29,471
  • Run time4.31 s CPU
  • Per-bar time0.15 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-28 20:00
  • Bars29,033
  • Security COT:133741_F_OI @ 1D min438 bars

Source

  • Pine versionv6
  • Script revisionv2
  • Licenseunspecified

SHA-25676cb35122c478d92810bc6da4791b709daf1681beedffdb700024d133a4fa7d2

View on TradingView
Buying Selling Volumeby ceyhun · MPL-2.0 6,166INDv4Verified
100%5 plots
29,033
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared145,146
  • Identical to the bit99.998%
  • Worst gap1.8 × 10⁻¹⁶ relative (~15 significant figures)
  • Pearson correlation (min)1.000000
  • Worst-matching plotBuyVolume

Run

  • Bars executed29,033
  • Run time0.93 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-28 20:00
  • Bars29,033

Source

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

SHA-25615009d9ca7c46b9d98c448581e086ad1c26e4425d7a42518f0ade1c32511099f

View on TradingView
Supertrend Channels [LuxAlgo]by LuxAlgo · CC 6,165INDv5Verifiedbit-exact
100%3 plots
29,050
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared87,078
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotUpper Channel

Run

  • Bars executed29,050
  • Run time0.89 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-29 04:30
  • Bars29,050

Source

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

SHA-256c57d9718814fb6be33fb581b97bfdf1e59d39969928088ddcc8604cc19eebce4

View on TradingView
Mix1 : Ema Cross + Trend Channel [Gu5]by gu5tavo71 · CC 6,146INDv5Verifiedbit-exact
100%11 plots
29,050
Plot match vs TradingView100%

Accuracy

  • Plots compared11
  • Plotted values compared87,488
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotEMA Fast 1

Run

  • Bars executed29,050
  • Run time2.16 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-29 04:30
  • Bars29,050

Source

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

SHA-256a75588eebd5fd30b165b3925d7fc6619e17c36182d16d8247bf509308ac6c746

View on TradingView
Range Filter [DW]by DonovanWall · MPL-2.0 6,137INDv4Verifiedbit-exact
100%4 plots
29,050
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared116,198
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotFilter

Run

  • Bars executed29,050
  • Run time1.21 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-29 04:30
  • Bars29,050

Source

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

SHA-256c2c487ca1d6ca1cc66f1d6f909070c2265caf1ae470071a488711abd68728886

View on TradingView
Support Resistance Classification (VR) [LuxAlgo]by LuxAlgo · CC 6,137INDv5Runs
29,051

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed29,051
  • Secondary-feed bars3,772
  • Total bars processed32,823
  • Run time235.61 s CPU
  • Per-bar time8.11 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-29 05:00
  • Bars29,051
  • Security @ D min3,300 bars
  • Security @ W min472 bars

Source

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

SHA-256509c753a4da7b09203f51f0eaada20488d45b4a4b609944f96fa1c361e5eb324

View on TradingView
Normalized Quantitative Qualitative Estimation nQQEby KivancOzbilgic · MPL-2.0 6,117INDv4Verifiedbit-exact
100%5 plots
29,050
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared87,114
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotFAST

Run

  • Bars executed29,050
  • Run time1.05 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-29 04:30
  • Bars29,050

Source

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

SHA-2566a77256fb2431b90a46df887938c8a23b83bb56d05a2fe349a54a138151cf91a

View on TradingView
UT Bot Strategy with Backtesting Range [QuantNomad]by QuantNomad 6,071STRv4Verifiedbit-exact
100%2 plots
100%3,534 / 3,534
100.000%28,253
Plot match vs TradingView100%

Accuracy

  • Trades compared3,534 TV / 3,534 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-69,479 / -69,479
  • Plots compared2
  • Plotted values compared56,506
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotBuy

Run

  • Bars executed28,253
  • Run time5.31 s CPU
  • Per-bar time0.19 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-12 14:00
  • Bars28,253

Source

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

SHA-25659236f12499cfa71b6a16ad905bcd886b9dbc294b479532f4d90b79f401684fb

View on TradingView
Open Close Cross Strategy NoRepaint Version by JustUncleLby JustUncleL 5,972STRv4Verifiedbit-exact
100%2 plots
100%3,092 / 3,092
100.000%28,253
Plot match vs TradingView100%

Accuracy

  • Trades compared3,092 TV / 3,092 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)2,591 / 2,591
  • Plots compared2
  • Plotted values compared56,366
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathcos, exp
  • Pearson correlation (min)1.000000
  • Worst-matching plotClose Series

Run

  • Bars executed28,253
  • Run time4.93 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-12 14:00
  • Bars28,253

Source

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

SHA-256214388a170fa3a80b61efa4ff81d82fb0c748b33682f5e9c078d24a9d39b82f3

View on TradingView
Pivot Point SuperTrend [Backtest]by LonesomeTheBlue · MPL-2.0 5,364STRv4Verifiedbit-exact
100%4 plots
100%494 / 494
100.000%28,255
Plot match vs TradingView100%

Accuracy

  • Trades compared494 TV / 494 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-53,114 / -53,114
  • Plots compared4
  • Plotted values compared84,753
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotShapes

Run

  • Bars executed28,255
  • Run time1.64 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-12 15:00
  • Bars28,255

Source

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

SHA-256c354c9c544fbebb93b5294f99ca7f4e886d4dec2838181d618a78f4fcf34d475

View on TradingView
BEST Trend Direction Helper (Strategy Edition)by Daveatt 5,290STRv4Verifiedbit-exact
100%16 plots
100%5,322 / 5,322
100.000%28,254
Plot match vs TradingView100%

Accuracy

  • Trades compared5,322 TV / 5,322 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-19,829,494 / -19,829,494
  • Plots compared16
  • Plotted values compared337,132
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,254
  • Run time4.53 s CPU
  • Per-bar time0.16 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-256c1938f1efa419a4e7cb01c29f1b3d9167271874bc287d0e21c6b64867cdbee34

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