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.

ITG Scalperby Complector · MPL-2.0 8,030INDv4Verifiedbit-exact
100%3 plots
28,830
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared86,451
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotTEMA

Run

  • Bars executed28,830
  • Run time2.51 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-24 14:30
  • Bars28,830

Source

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

SHA-25606c88722802933d970916a9ba978d456019c89d25e76b63924e92a2e87017282

View on TradingView
Ultimate Opening Range Breakout [LuxAlgo]by LuxAlgo · CC 7,995INDv6Verifiedbit-exact
100%10 plots
27,615
Plot match vs TradingView100%

Accuracy

  • Plots compared10
  • Plotted values compared69,000
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotOR High

Run

  • Bars executed27,615
  • Run time3.42 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 07:00
  • Bars27,615

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-25665caa0037c6a67dfc8c6ac22cefae2e63010c4257957d40f644eab85c445d1fc

View on TradingView
Optimized Trend Tracker Oscillator OTTOby KivancOzbilgic · MPL-2.0 7,971INDv5Verifiedbit-exact
100%4 plots
28,831
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared58,013
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotHOTT

Run

  • Bars executed28,831
  • Run time1.95 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-24 15:00
  • Bars28,831

Source

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

SHA-256c769eab1c130a590e0d811d9848138930f1e574b75fc42d16553a92656b7c97f

View on TradingView
Smart Money Breakout Signals [AlgoAlpha]by AlgoAlpha · MPL-2.0 7,958INDv6Verifiedbit-exact
100%2 plots
27,615
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed27,615
  • Run time0.98 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 07:00
  • Bars27,615

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseMPL-2.0

SHA-2564b741287458c4a449e575522ac227a46459b92dc58f9dc89d2a1b0775d9f218e

View on TradingView
OBV MACD Indicatorby RafaelZioni 7,904INDv4Verified
100%6 plots
28,831
Plot match vs TradingView100%

Accuracy

  • Plots compared6
  • Plotted values compared57,604
  • Identical to the bit99.472%
  • Worst gap5.2 × 10⁻¹² relative (~11 significant figures)
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,831
  • Run time1.78 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-24 15:00
  • Bars28,831

Source

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

SHA-2563a86f94bb2affef0751e958e3ede6a0805caf9b52fc030055458ac00bfcd5073

View on TradingView
CVD - Cumulative Volume Delta (Chart)by TradingView · MPL-2.0 7,840INDv6Verifiedbit-exact
100%20 plots
27,615
Plot match vs TradingView100%

Accuracy

  • Plots compared20
  • Plotted values compared389,985
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, exp, log, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotVolume delta for the bar

Run

  • Bars executed27,615
  • Secondary-feed bars99,974
  • Total bars processed127,589
  • Run time36.71 s CPU
  • Per-bar time1.33 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 @ 1 min99,974 bars

Source

  • Pine versionv6
  • Script revisionv3
  • LicenseMPL-2.0

SHA-25698bdc5ef9c21c2bc71325a1f88ebb8a463f271c4656f814aebb94ca63d285192

View on TradingView
Volume Suite - By Leviathan (CVD, Volume Delta, Relative Volume)by LeviathanCapital · MPL-2.0 7,830INDv5Verified
100%22 plots
28,831
Plot match vs TradingView100%

Accuracy

  • Plots compared22
  • Plotted values compared28,812
  • Identical to the bit99.996%
  • Worst gap1.6 × 10⁻¹⁶ relative (~15 significant figures)
  • Pearson correlation (min)1.000000
  • Worst-matching plotRVOL

Run

  • Bars executed28,831
  • Secondary-feed bars99,972
  • Total bars processed128,803
  • Run time22.59 s CPU
  • Per-bar time0.78 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-24 15:00
  • Bars28,831
  • Security @ 1 min99,972 bars

Source

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

SHA-256b07876acacfa32f8ea3d5db7ea91cf44dbb1e9ff0cd408c163c5513e6844c958

View on TradingView
Radius Trend [ChartPrime]by ChartPrime · MPL-2.0 7,808INDv5Verifiedbit-exact
100%3 plots
28,831
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared85,516
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,831
  • Run time1.01 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-24 15:00
  • Bars28,831

Source

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

SHA-2569ce3ee748513295f88fe5af941f08265dd3a17ca01974b0e5f1b96dd5272f148

View on TradingView
Candlestick Reversal Systemby LonesomeTheBlue · MPL-2.0 7,770INDv4Verifiedbit-exact
100%3 plots
28,832
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared57,664
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotShapes

Run

  • Bars executed28,832
  • Run time1.42 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-24 15:30
  • Bars28,832

Source

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

SHA-2560560a548b5d550d49cd257a3b6afedb4eb3a552f70c8d8bb454c4a57a5c26d84

View on TradingView
HEMA Trend Levels [AlgoAlpha]by AlgoAlpha · MPL-2.0 7,698INDv6Verifiedbit-exact
100%8 plots
27,615
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared113,703
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotTop HEMA

Run

  • Bars executed27,615
  • Run time1.29 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 07:00
  • Bars27,615

Source

  • Pine versionv6
  • Script revisionv3
  • LicenseMPL-2.0

SHA-256a57fe9e16b6f1e310ac82ae24e19901288e2b2c69767fc225df3bd4e07fb861c

View on TradingView
ST0Pby KivancOzbilgic · MPL-2.0 7,670INDv4Verifiedbit-exact
100%6 plots
28,860
Plot match vs TradingView100%

Accuracy

  • Plots compared6
  • Plotted values compared115,663
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed28,860
  • Run time0.94 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-25 05:30
  • Bars28,860

Source

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

SHA-256d7d8cbfa7c114cf2c19d43ceef6c14224b85f124a763b32d55d223d3236c6c72

View on TradingView
Parabolic SAR + EMA 200 + MACD Signalsby Saleh_Toodarvari · MPL-2.0 7,664INDv5Verifiedbit-exact
100%4 plots
28,860
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared115,240
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotParabolicSAR

Run

  • Bars executed28,860
  • Run time0.76 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-25 05:30
  • Bars28,860

Source

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

SHA-256de2ad108c8a77eeb4e8e6520e622f4d0b94addcee11187fe7069b0cc276e8cee

View on TradingView
MACD ReLoaded STRATEGYby KivancOzbilgic · MPL-2.0 7,609STRv5Verified
100%1,076 / 1,076
100.000%28,123

Accuracy

  • Trades compared1,076 TV / 1,076 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-11,713 / -11,713

Run

  • Bars executed28,123
  • Run time3.68 s CPU
  • Per-bar time0.13 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-09 21:00
  • Bars28,123

Source

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

SHA-256f6d953b8f3551bd56e14e55408b558dee338dd8af2eacc88fae130ebe680158f

View on TradingView
TradingView Alerts to MT4 MT5 + dynamic variables NON-REPAINTINGby Peter_O · MPL-2.0 7,565STRv5Verified
100%2 plots
100%8,038 / 8,038
100.000%32,401
Plot match vs TradingView100%

Accuracy

  • Trades compared8,038 TV / 8,038 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)4,516 / 4,516
  • Plots compared2
  • Plotted values compared64,770
  • Identical to the bit99.918%
  • Worst gap5.8 × 10⁻¹⁵ relative (~14 significant figures)
  • Pearson correlation (min)1.000000
  • Worst-matching plot%K

Run

  • Bars executed32,401
  • Run time4.97 s CPU
  • Per-bar time0.15 ms/bar CPU (per chart bar)

Data window

  • SymbolCAPITALCOM:EURUSD
  • Timeframe30 min
  • From2024-01-01 22:00
  • To2026-08-09 21:30
  • Bars32,401

Source

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

SHA-2564f1ac464ded97b27314c10eb036e211646ff68674fce9ee24536bb06ed8730a7

View on TradingView
Follow Lineby KivancOzbilgic 7,548INDv5Verifiedbit-exact
100%3 plots
28,860
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,860
  • Run time1.65 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-25 05:30
  • Bars28,860

Source

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

SHA-256dc0f8ffdcc70a663879423be0f96acae240efc34b8554422f0062f9b0c01e456

View on TradingView
Trend Levels [ChartPrime]by ChartPrime · MPL-2.0 7,534INDv5Verifiedbit-exact
100%7 plots
28,860
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared199,989
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCandles (open)

Run

  • Bars executed28,860
  • Run time2.40 s CPU
  • Per-bar time0.08 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-25 05:30
  • Bars28,860

Source

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

SHA-256ec72a7052015bbc5697efe59dcb7c7af03fe12e9dbca69228c82ad53efb1aad8

View on TradingView
Ichimoku Theories [LuxAlgo]by LuxAlgo · CC 7,531INDv5Verifiedbit-exact
100%7 plots
28,862
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared201,916
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSwing High

Run

  • Bars executed28,862
  • Run time3.66 s CPU
  • Per-bar time0.13 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-25 06:30
  • Bars28,862

Source

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

SHA-25648826df2df4a37298bbeb4d38c1542d86ce811b37417b2f97570facd2f3598a3

View on TradingView
Momentum Shift [Bigbeluga]by BigBeluga · CC 7,523INDv6Verifiedbit-exact
100%2 plots
27,616
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed27,616
  • Run time2.61 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 07:30
  • Bars27,616

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-256462f46b3c58faf7b696c841f2b823d52655638f3e5fd38a4080f9d162f587b16

View on TradingView
Angle Attack Follow Line Indicator by Dreadblitz 7,500INDv4Verifiedlibm
100%16 plots
28,867
Plot match vs TradingView100%

Accuracy

  • Plots compared16
  • Plotted values compared61,189
  • Identical to the bit96.233%
  • Worst gap4.4 × 10⁻¹⁶ relative (~15 significant figures)
  • Transcendentals on the pathatan, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotAngle Follow Line

Run

  • Bars executed28,867
  • Run time11.37 s CPU
  • Per-bar time0.39 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-25 09:00
  • Bars28,867

Source

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

SHA-2563cbdc1eab07786e6aeca1492ed3e984cddda0ee557012443f7405bf207baeb76

View on TradingView
Trailing Stop Loss Indicator by KıvanÇ fr3762by KivancOzbilgic 7,453INDv4Verifiedbit-exact
100%1 plot
28,867
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,867
  • Secondary-feed bars3,296
  • Total bars processed32,163
  • Run time1.81 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-25 09:00
  • Bars28,867
  • Security @ D min3,296 bars

Source

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

SHA-256f7ab0b1a099717838769e44d4bf30232c75af24e6007d07ce8d460e241bafb19

View on TradingView
AI Trend Navigator [K-Neighbor]by Zeiierman · CC 7,440INDv5Verifiedbit-exact
100%2 plots
28,867
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared57,681
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotKnn Classifier Line

Run

  • Bars executed28,867
  • Run time1.56 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-25 09:00
  • Bars28,867

Source

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

SHA-2567495f8d4919ddbcf489efa6b069a10b8bc5147aef672d9839eeb1fcc0ce541e2

View on TradingView
STC Indicator - A Better MACD [SHK]by shayankm 7,434INDv5Verifiedbit-exact
100%3 plots
28,867
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared86,601
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSTC

Run

  • Bars executed28,867
  • Run time0.96 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-25 09:00
  • Bars28,867

Source

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

SHA-256a008a49ab4fa7ee6cf5489176379964e0124313ca0582be7a42b68d9f7e7adec

View on TradingView
Cumulative Volume Delta Divergence [TradingFinder] Periodic EMAby TradingFinder · MPL-2.0 7,432INDv5Verified
100%1 plot
28,867
Plot match vs TradingView100%

Accuracy

  • Plots compared1
  • Plotted values compared28,847
  • Identical to the bit99.969%
  • Worst gap3.8 × 10⁻¹⁵ relative (~14 significant figures)
  • Pearson correlation (min)1.000000
  • Worst-matching plotShow Cumulative Vol Delta

Run

  • Bars executed28,867
  • 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-08-25 09:00
  • Bars28,867

Source

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

SHA-256b669d224137ca4dd2689d40faf0c0df2c414f567c7dc89ef9f54402335fb343e

View on TradingView
Open Interest Suite [Aggregated] - By Leviathanby LeviathanCapital · MPL-2.0 7,411INDv5Verifiedbit-exact
100%9 plots
28,874
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared115,495
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotOpen Interest Candles (open)

Run

  • Bars executed28,874
  • Secondary-feed bars86,579
  • Total bars processed115,453
  • Run time199.15 s CPU
  • Per-bar time6.90 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-25 12:30
  • Bars28,874
  • Security BINANCE:BTCUSDT.P_OI @ 30 min28,872 bars
  • Security BINANCE:BTCUSD.P_OI @ 30 min28,860 bars
  • Security KRAKEN:BTCUSD.P_OI @ 30 min28,847 bars

Source

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

SHA-256dda89a6503f7d42a5a7bd7c07e617fa93739c97ad3c42f271de2c438fd7f46e4

View on TradingView
Trend Regularity Adaptive Moving Average [LuxAlgo]by LuxAlgo · CC 7,386INDv4Verifiedbit-exact
100%1 plot
28,872
Plot match vs TradingView100%

Accuracy

  • Plots compared1
  • Plotted values compared28,872
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,872
  • Run time1.13 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-25 11:30
  • Bars28,872

Source

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

SHA-256c97078adc0a34dec65ae26c358db26686e34f25b0fbf2ceb4e7bd47cb9b286bf

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