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.

Linear Regression Channel / Curve / Slope by DGTby dgtrd 7,371INDv6Verifiedbit-exact
100%10 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared10
  • Plotted values compared82,802
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotLRC

Run

  • Bars executed27,617
  • Run time7.94 s CPU
  • Per-bar time0.29 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 revisionv8
  • Licenseunspecified

SHA-2565a106d463882a40c3e3247b74180638b4025e60e9dc24570e84de5c4794fb60f

View on TradingView
Multitimeframe Fair Value Gap – FVG (Zeiierman)by Zeiierman · CC 7,366INDv6Verifiedbit-exact
100%2 plots
27,616
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared55,223
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow, tan
  • Pearson correlation (min)1.000000
  • Worst-matching plotFVG Trend Filter

Run

  • Bars executed27,616
  • Run time10.27 s CPU
  • Per-bar time0.37 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-256773f381e5266d9059f9753941825554da8f8e5b973f1dd6a151b6286b60913ba

View on TradingView
SuperTrend Oscillator [LuxAlgo]by LuxAlgo · CC 7,347INDv4Verifiedbit-exact
100%5 plots
28,872
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared87,785
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathpow
  • Pearson correlation (min)1.000000
  • Worst-matching plotMain Transp

Run

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

Source

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

SHA-256f1e5a68d100d7930ed443a6fa0d4053a325e38be1836f4a8cc006bb959a21e5f

View on TradingView
Protected Highs & Lows [TFO]by tradeforopp · MPL-2.0 7,318INDv5Verifiedbit-exact
100%1 plot
28,872
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,872
  • 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 11:30
  • Bars28,872

Source

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

SHA-25668b697e77b77a666ef8e5f762c2205c09db595b0763f89e316b1e3c43e35e633

View on TradingView
Trend Meterby Lij_MC 7,318INDv4Verifiedbit-exact
100%11 plots
28,872
Plot match vs TradingView100%

Accuracy

  • Plots compared11
  • Plotted values compared176,876
  • Identical to the bit100%
  • Worst gapsame double
  • Worst-matching plotWave Trend - Positive Pressure

Run

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

Source

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

SHA-2562e7fde9b32b644414c5129e3ce253c14567bc2ae0366a0e9fefb81035c32dcc4

View on TradingView
Open Close Cross Alerts NoRepaint Version by JustUncleLby JustUncleL 7,307INDv4Verifiedbit-exact
100%13 plots
28,887
Plot match vs TradingView100%

Accuracy

  • Plots compared13
  • Plotted values compared86,521
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathcos, exp
  • Pearson correlation (min)1.000000
  • Worst-matching plotOCC Difference Factor

Run

  • Bars executed28,887
  • Run time4.22 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-25 19:00
  • Bars28,887

Source

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

SHA-256a6a847c90e09c3029931a6d467c923f43f6e17c8e17d7edc77f35fcba1a3f84c

View on TradingView
RSI Momentum Divergence Zones [ChartPrime]by ChartPrime · MPL-2.0 7,299INDv6Verifiedbit-exact
100%12 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared66,972
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotRSI

Run

  • Bars executed27,617
  • Run time1.73 s CPU
  • Per-bar time0.06 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
  • LicenseMPL-2.0

SHA-25605d977f3567a03b76ba8171fa55b4d69b38de1a488e916f8705393859422c9de

View on TradingView
Liquidation Reversal Signals [AlgoAlpha]by AlgoAlpha · MPL-2.0 7,275INDv6Verifiedbit-exact
100%11 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared11
  • Plotted values compared201,490
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, exp, log, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotCandles (open)

Run

  • Bars executed27,617
  • Secondary-feed bars40,738
  • Total bars processed68,355
  • Run time29.44 s CPU
  • Per-bar time1.07 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 @ 15 min40,738 bars

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseMPL-2.0

SHA-256eec8a2262990f1a9fdd35f174f8d0454046aae858ec21de898e80932fabbee8e

View on TradingView
Linear Regression ++by DevLucem · MPL-2.0 7,259INDv5Verifiedbit-exact
100%3 plots
28,887
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,887
  • Run time4.32 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-25 19:00
  • Bars28,887

Source

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

SHA-2565777142bbc5b2f2f9a3e3d045ca134a47b2c7baf6de57a8f65ad2424e2ac003f

View on TradingView
Optimized Trend Tracker Bandsby KivancOzbilgic · MPL-2.0 7,257INDv4Verifiedbit-exact
100%8 plots
28,887
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared144,435
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotOTT

Run

  • Bars executed28,887
  • 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-25 19:00
  • Bars28,887

Source

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

SHA-25641dc7b1eab324d717b90e1c91a82b778e9a73a69d581aafe71dd9143813d6fe7

View on TradingView
ICT Everythingby coldbrewrosh · MPL-2.0 7,245INDv5Verifiedbit-exact
100%15 plots
28,887
Plot match vs TradingView100%

Accuracy

  • Plots compared15
  • Plotted values compared433,305
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotChars

Run

  • Bars executed28,887
  • Secondary-feed bars581
  • Total bars processed29,468
  • Run time21.64 s CPU
  • Per-bar time0.75 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-25 19:00
  • Bars28,887
  • Security @ W min472 bars
  • Security @ M min109 bars

Source

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

SHA-2567617d2695c9963989936e0d5ffd77b1d08431a12009a9163b1ca111300dcda55

View on TradingView
Market Structure Trailing Stop [LuxAlgo]by LuxAlgo · CC 7,245INDv5Verifiedbit-exact
100%2 plots
28,887
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,887
  • 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-25 19:00
  • Bars28,887

Source

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

SHA-256e0e543622b7ea3dc2651c0b00d2375543612c1307e6d9bc7f68561728ed51948

View on TradingView
Volume-Trend Order Block Engine [BigBeluga]by BigBeluga · CC 7,239INDv6Verifiedbit-exact
100%4 plots
28,915
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,915
  • Run time1.77 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-26 09:00
  • Bars28,915

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseCC

SHA-25641de413560061a2508ed04d9600c60e1ab18914fc19c81c9a7cfa1bf6fb4caad

View on TradingView
Adaptive Trend Flow [QuantAlgo]by QuantAlgo · MPL-2.0 7,232INDv6Verifiedbit-exact
100%3 plots
27,617
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed27,617
  • Run time0.99 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
  • LicenseMPL-2.0

SHA-2561ea54098575274f28045d2d70e8169513a1d15b6bad7bcf8771093c8fe2b9b44

View on TradingView
RSI Multi Length [LuxAlgo]by LuxAlgo · CC 7,214INDv5Verifiedbit-exact
100%7 plots
28,915
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared202,402
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotAverage Multi Length RSI

Run

  • Bars executed28,915
  • Run time1.15 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-26 09:00
  • Bars28,915

Source

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

SHA-256bd5909bd82e455186bcf2af263d15ea4ee9600cd7a0b5771d5e29ba830e53f15

View on TradingView
SwingArm ATR Trend Indicatorby vsnfnd · MPL-2.0 7,214INDv4Verifiedbit-exact
100%12 plots
28,915
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared176,358
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotTrailingstop

Run

  • Bars executed28,915
  • Run time6.04 s CPU
  • Per-bar time0.21 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-26 09:00
  • Bars28,915

Source

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

SHA-256d0d363ee2b067bd5c6224106386b71c314e27fae9d3591f6f7a63ed19fecb48e

View on TradingView
N Bar Reversal Detector [LuxAlgo]by LuxAlgo · CC 7,160INDv5Runs
28,915

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,915
  • Run time2.13 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-26 09:00
  • Bars28,915

Source

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

SHA-256778bbb6ef2bed3809b664ebb4d04682a38364d3a515eb33aab2ee02c36084bd2

View on TradingView
Machine Learning: kNN-based Strategyby capissimo · MPL-2.0 7,139INDv5Verifiedbit-exact
100%3 plots
28,915
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,915
  • Run time139.05 s CPU
  • Per-bar time4.81 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-26 09:00
  • Bars28,915

Source

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

SHA-2560266aea9412cad1edec32fafa193308f0f791212dfc7c57e2b9c0615abe600b6

View on TradingView
Signal Forge [LuxAlgo]by LuxAlgo · CC 7,136INDv6Verifiedbit-exact
100%12 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared59,908
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotLong Glow 1

Run

  • Bars executed27,617
  • Run time3.84 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 revisionv1
  • LicenseCC

SHA-256f414423bf277ba5fb3f2858bc45dca9f3dfb73ce6ac8b34af1337e583ee0ffbf

View on TradingView
SWING TRADE SIGNALSby nicks1008 · MPL-2.0 7,132INDv4Verifiedbit-exact
100%5 plots
28,924
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared144,543
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotLong SMA

Run

  • Bars executed28,924
  • Run time0.82 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-26 13:30
  • Bars28,924

Source

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

SHA-256f2309f982825fad80ef5a71830297f16487da4e7be352314bae2ab810d6e00e7

View on TradingView
Volume Sentiment Breakout Channels [AlgoAlpha]by AlgoAlpha · MPL-2.0 7,132INDv6Verified
100%5 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared34,094
  • Identical to the bit83.017%
  • Worst gap1.9 × 10⁻¹³ relative (~12 significant figures)
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed27,617
  • Run time9.78 s CPU
  • Per-bar time0.35 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
  • LicenseMPL-2.0

SHA-256da9f35b529df5cfc49bdf01daaf5db06b94ec5285931c667cb3347d5c48eb6f5

View on TradingView
Bollinger Bands Stochastic RSI Extreme Signalby norok 7,125INDv4Verifiedbit-exact
100%5 plots
28,924
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared144,563
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotBB Basis

Run

  • Bars executed28,924
  • 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-26 13:30
  • Bars28,924

Source

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

SHA-25637dcfdde17f01f68a478f38de6a9c03e801e77603c18896584361e8049702155

View on TradingView
[@btc_charlie] Trader XO Macro Trend Scannerby btc_charlie · MPL-2.0 7,102INDv5Verifiedbit-exact
100%5 plots
28,924
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared115,661
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotFast EMA

Run

  • Bars executed28,924
  • 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-26 13:30
  • Bars28,924

Source

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

SHA-2561da5b935b215b7149af9cf8119f34e3773434c8dfd60244a514e6831ddb3a410

View on TradingView
Zigzag Trend/Divergence Detectorby Trendoscope · MPL-2.0 7,100INDv5Verifiedbit-exact
100%1 plot
28,924
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,924
  • Run time2.14 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-26 13:30
  • Bars28,924

Source

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

SHA-256132ce2d00bd2e6713478d0952f4c6d0b0195d59162ab21357bdb6a24e42d1221

View on TradingView
Liquidity Sweep Filter [AlgoAlpha]by AlgoAlpha · MPL-2.0 7,099INDv6Verifiedbit-exact
100%8 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared32,017
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathsin
  • Pearson correlation (min)1.000000
  • Worst-matching plotDowntrend Line

Run

  • Bars executed27,617
  • Run time36.09 s CPU
  • Per-bar time1.31 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 revisionv3
  • LicenseMPL-2.0

SHA-2561067111437eed3de990ee51c13fd47bf6552e05b90e0a3cda028407699b5fe84

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