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
260 published scripts open-source Pine Script corpus
353 TV-comparable outputs 224 plot + 129 trade outputs
100% TV fidelity 353/353 comparable outputs verified
99.366% 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.

260 / 260 scripts
T1

Runs

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

260 / 260 compiled
T2

Has measurable output

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

243 / 260 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.

353 / 353 outputs
224 plot + 129 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

260 scripts
  • 242Matches TradingView
  • 0Diverges from TradingView
  • 1Data-limited (unavailable feed)
  • 17Runs (no reference output)
  • 0Run failed

Indicators — plot verification

113 / 113

indicators clearing the ≥99% plot-match threshold

  • Comparable plot references113 / 130
  • Compared plots >=99%113 / 113
  • Exact plot matches113 / 113
  • Mean on compared plots100%
  • Worst per-script plot match100%

Strategies — trade timing

129 / 129

strategies clearing the ≥99% entry and exit timing threshold

  • Trade references available129 / 130
  • Entry+exit timing >=99%129 / 129
  • Fully verified strategy outputs129 / 130
  • Trades compared in total114,421
  • Exact trade-count matches129 / 129
  • Net profit within tolerance129 / 129
  • Mean entry/exit timing match100% / 100%

How closely — the numbers themselves

99.366%

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

  • Plotted values compared29,971,441
  • Identical to the bit29,781,612 (99.366%)
  • Scripts bit-exact throughout209 / 224
  • Explained by libm last bits2 / 224
  • Rest, within the published band13 / 224
  • Worst distance from TradingView726,972 representable values

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  = 8 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.

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.

SuperTrendby KivancOzbilgic 78,925INDv4Verifiedbit-exact
100%7 plots
28,016
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared57,363
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotUp Trend

Run

  • Bars executed28,016
  • 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-08-07 15:30
  • Bars28,016

Source

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

SHA-256eb300e693cc5901ac46dec5e86372e8951b03cd351abe2ebb6c393872b81346a

View on TradingView
Support and Resistance Levels with Breaks [LuxAlgo]by LuxAlgo · CC 61,212INDv4Verifiedbit-exact
100%6 plots
28,016
Plot match vs TradingView100%

Accuracy

  • Plots compared6
  • Plotted values compared167,958
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotResistance

Run

  • Bars executed28,016
  • Run time1.52 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-07 15:30
  • Bars28,016

Source

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

SHA-25629da87b72c1b7a1cc0a9e455c00068b239f1a5f45f117c333094a6af90e6f0f0

View on TradingView
Trendlines with Breaks [LuxAlgo]by LuxAlgo · CC 50,272INDv5Verifiedbit-exact
100%4 plots
28,016
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared57,072
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotUpper

Run

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

Source

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

SHA-256318eb23a9022a8fbb01cda16de48e4626d4071793cec592e5697952ce3c329a5

View on TradingView
ADX and DIby BeikabuOyaji · MPL-2.0 44,933INDv4Verifiedbit-exact
100%3 plots
28,016
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared84,035
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotDI+

Run

  • Bars executed28,016
  • Run time1.08 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-07 15:30
  • Bars28,016

Source

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

SHA-2564bff7f7d020c876fefaee2d3d173b892156af915fc6713caa8974645284d87cc

View on TradingView
Support and Resistance (High Volume Boxes) [ChartPrime]by ChartPrime · MPL-2.0 41,061INDv5Verifiedbit-exact
100%4 plots
28,016
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared111,823
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotResistance Holds

Run

  • Bars executed28,016
  • Run time1.49 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-07 15:30
  • Bars28,016

Source

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

SHA-25694c22b7f563195a9b5e214b0d63aa57c98b12162a4d20955cf771df82aeb3be1

View on TradingView
Sessions [LuxAlgo]by LuxAlgo · CC 38,393INDv6Verifiedbit-exact
100%27 plots
28,029
Plot match vs TradingView100%

Accuracy

  • Plots compared27
  • Plotted values compared420,435
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSession A Active

Run

  • Bars executed28,029
  • 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-07 22:00
  • Bars28,029

Source

  • Pine versionv6
  • Script revisionv4
  • LicenseCC

SHA-25692c18f1d5592b3f2664fad651721c8d75970e0731ff6cac707f451ea1c50ba7b

View on TradingView
Order Block Finder (Experimental)by wugamlo · MPL-2.0 38,080INDv4Verifiedbit-exact
100%14 plots
28,029
Plot match vs TradingView100%

Accuracy

  • Plots compared14
  • Plotted values compared226,344
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotBullish OB

Run

  • Bars executed28,029
  • Run time2.38 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-07 22:00
  • Bars28,029

Source

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

SHA-256f9dacd0aad29c6a28cb24d90d6e6e718b9ab7df6404f8d5b408e7d5e45402470

View on TradingView
Order Block Detector [LuxAlgo]by LuxAlgo · CC 37,270INDv5Verifiedbit-exact
100%2 plots
28,029
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared2,252
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotBull OB

Run

  • Bars executed28,029
  • 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-07 22:00
  • Bars28,029

Source

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

SHA-2565944612de739bfe9a6cc341eaa86cac28142f4f550ee7dee9014fbfa448b84a2

View on TradingView
TMA Overlayby ArtyFXC 36,988INDv4Verifiedbit-exact
100%9 plots
28,029
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared251,893
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plot21 SMMA

Run

  • Bars executed28,029
  • Run time2.08 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 22:00
  • Bars28,029

Source

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

SHA-256316c19c23790ff77b4794a6c28cb114e823e8a89de2f1d4d6b365add9a177757

View on TradingView
Nadaraya-Watson Envelope [LuxAlgo]by LuxAlgo · CC 33,631INDv5Runs
28,029

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,029
  • 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-07 22:00
  • Bars28,029

Source

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

SHA-2569508bb0811026c46de3be792be3a5562a79dfd4b468f0a02d4c4acd6043a1c8c

View on TradingView
Machine Learning Adaptive SuperTrend [AlgoAlpha]by AlgoAlpha · MPL-2.0 30,012INDv5Verifiedlibm
100%5 plots
28,124
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared56,834
  • Identical to the bit99.74%
  • Worst distance1 representable value (1.45e-11 absolute)
  • Transcendentals on the pathasin, exp, log, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,124
  • Run time18.17 s CPU
  • Per-bar time0.65 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-2565ebc97585f9754d3702b66f847b12f90c84232e9c998ae282878dd7b337ed054

View on TradingView
Divergence for Many Indicators v4by LonesomeTheBlue · MPL-2.0 29,675INDv4Verifiedbit-exact
100%4 plots
28,124
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared56,248
  • Identical to the bit100%
  • Worst distancesame double
  • Worst-matching plotShapes

Run

  • Bars executed28,124
  • Run time6.44 s CPU
  • Per-bar time0.23 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-2566f4c60d954c856c4ec88f95169829df434c9b78e8492651ef1e79f5eb37ff372

View on TradingView
SuperTrend AI (Clustering) [LuxAlgo]by LuxAlgo · CC 28,771INDv5Verified
100%2 plots
28,126
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared20,000
  • Identical to the bit99.975%
  • Worst distance1 representable value (7.28e-12 absolute)
  • Pearson correlation (min)1.000000
  • Worst-matching plotTrailing Stop

Run

  • Bars executed28,126
  • Run time5.71 s CPU
  • Per-bar time0.20 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-256b3866b39eb543601f6be8715f1b962a1db5496e3fcdb0da2dc7b8fda292f2c18

View on TradingView
Pivot Point Supertrendby LonesomeTheBlue · MPL-2.0 28,710INDv4Verifiedbit-exact
100%8 plots
28,124
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared84,851
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotShapes

Run

  • Bars executed28,124
  • Run time1.59 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-09 21:30
  • Bars28,124

Source

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

SHA-2561487cc75e94c1335106fb620073ae83622103594279ecc36b8948c653b630256

View on TradingView
AlphaTrendby KivancOzbilgic · MPL-2.0 28,179INDv5Verifiedbit-exact
100%4 plots
28,124
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared56,867
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,124
  • 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-09 21:30
  • Bars28,124

Source

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

SHA-256c68d17f23ea609725a3792ccd0407bb9b2bf79f7a1214dbc29ac3881cf619e13

View on TradingView
Madrid Moving Average Ribbonby Madrid 28,161INDv4Verifiedbit-exact
100%18 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared18
  • Plotted values compared505,737
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMMA05

Run

  • Bars executed28,143
  • Run time2.37 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-10 07:00
  • Bars28,143

Source

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

SHA-2568b620851d2d79abedfc5b21b6fb81289194c10f2d94444dbdf56a56f595e9c64

View on TradingView
Super OrderBlock / FVG / BoS Tools by makuchaku & eFeby makuchaku · MPL-2.0 27,442INDv5Verifiedbit-exact
100%8 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared225,138
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPivot Top

Run

  • Bars executed28,143
  • 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-10 07:00
  • Bars28,143

Source

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

SHA-256c8c38a0d0367ac94412c9428c43c4395e05707e026494ebfc338e006eff115de

View on TradingView
SuperTrend STRATEGYby KivancOzbilgic · MPL-2.0 24,666STRv4Verifiedbit-exact
100%7 plots
100%669 / 669
100.000%28,015
Plot match vs TradingView100%

Accuracy

  • Trades compared669 TV / 669 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)6,327 / 6,327
  • Plots compared7
  • Plotted values compared56,691
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotUp Trend

Run

  • Bars executed28,015
  • Run time2.60 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-07 15:00
  • Bars28,015

Source

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

SHA-256add736ca47d26f72c947c10994d2271640d139b82a62052ef46277b8aff85356

View on TradingView
Fair Value Gap [LuxAlgo]by LuxAlgo · CC 24,363INDv5Runs
28,143

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,143
  • Run time1.91 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-10 07:00
  • Bars28,143

Source

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

SHA-2560c844884dca450281e79c4a2ac8adedc423b6024cb7f2476c3332169f7688875

View on TradingView
VuManChu Cipher B + Divergencesby vumanchu 24,179INDv4Verified
100%34 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared34
  • Plotted values compared383,026
  • Identical to the bit99.783%
  • Worst distance11,175 representable values (2.23e-11 absolute)
  • Transcendentals on the pathlog
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,143
  • Run time63.91 s CPU
  • Per-bar time2.27 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-10 07:00
  • Bars28,143

Source

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

SHA-2566d372e03a0856e3fa757e60aeb22d276cf63922b6160c1526b77616664eaf767

View on TradingView
Price Action Smart Money Concepts [BigBeluga]by BigBeluga · MPL-2.0 23,846INDv5Runs
28,144

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,144
  • Run time2.21 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-10 07:30
  • Bars28,144

Source

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

SHA-2564f77a2fff49c5e9e498cfd87b793f80a067e85ef5a21aa962e4141d0d0feab53

View on TradingView
Hull Suiteby InSilico 21,794INDv4Verifiedbit-exact
100%2 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared56,164
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMHULL

Run

  • Bars executed28,143
  • Run time2.55 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-10 07:00
  • Bars28,143

Source

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

SHA-25637bd210b34f3672c9c263336844d2658b17b8c180785d8fa63e65ef102fbbe77

View on TradingView
Optimized Trend Trackerby KivancOzbilgic · MPL-2.0 21,463INDv4Verifiedbit-exact
100%9 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared85,270
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSupport Line

Run

  • Bars executed28,143
  • Run time2.05 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-10 07:00
  • Bars28,143

Source

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

SHA-256cbaebc770fe94387e3fa30579ae0035fdffbb9fe83b0b9de7ca9bbe99096b889

View on TradingView
Scalping PullBack Tool R1 by JustUncleLby JustUncleL 21,356INDv4Verifiedbit-exact
100%13 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared13
  • Plotted values compared197,002
  • Identical to the bit100%
  • Worst distancesame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotHigh PAC EMA

Run

  • Bars executed28,143
  • Run time19.82 s CPU
  • Per-bar time0.70 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-10 07:00
  • Bars28,143

Source

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

SHA-256cf47502f977e5b5e6c9998f7d1bf70c1588c3d2021666b08a1fd7be37a7dea9e

View on TradingView
Volume Profile Free Ultra SLI (100 Levels Value Area VWAP) - RRBby RagingRocketBull 20,379INDv4Verifiedbit-exact
100%59 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared59
  • Plotted values compared1,463,436
  • Identical to the bit100%
  • Worst distancesame double
  • Transcendentals on the pathlog10
  • Worst-matching plotVolume 1

Run

  • Bars executed28,143
  • Run time10.26 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-10 07:00
  • Bars28,143

Source

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

SHA-256973d9fce785e05aa7ff3f4685d6f26c185b7711791d54873baf37ac8c375f8cd

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