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.

Average Sentiment Oscillatorby KivancOzbilgic · MPL-2.0 6,744INDv4Verifiedbit-exact
100%2 plots
28,967
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,967
  • 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-27 11:00
  • Bars28,967

Source

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

SHA-256b909024ab9d0d8eaafb711b85a51df3367264681e9f067a5bd9fc471ea5b8d36

View on TradingView
SSL HYBRID Advancedby traderharikrishna 6,740INDv6Verifiedbit-exact
100%28 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared28
  • Plotted values compared316,148
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, cos, exp, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotExit Arrows

Run

  • Bars executed27,617
  • Run time12.36 s CPU
  • Per-bar time0.45 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 revisionv45
  • Licenseunspecified

SHA-256cab649337b2505421fa3c61ce46226711cbb7927b59b09193965b96812eb8c35

View on TradingView
UT Bot + LinReg Candles (Dual Sensitivity)by PDK1977 6,735INDv6Verifiedbit-exact
100%35 plots
28,968
Plot match vs TradingView100%

Accuracy

  • Plots compared35
  • Plotted values compared602,966
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotLinReg Long (regime) (open)

Run

  • Bars executed28,968
  • Secondary-feed bars244,407
  • Total bars processed273,375
  • Run time310.04 s CPU
  • Per-bar time10.70 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-27 11:30
  • Bars28,968
  • Security @ D min3,298 bars
  • Security @ 1 min99,974 bars
  • Security @ 5 min99,994 bars
  • Security @ 15 min40,560 bars
  • Security @ W min472 bars
  • Security @ M min109 bars

Source

  • Pine versionv6
  • Script revisionv5
  • Licenseunspecified

SHA-256bc3e164263eec6a435554ec5cfbf58ccb1411b11de9289534bed125621a273d4

View on TradingView
MACD ReLoadedby KivancOzbilgic · MPL-2.0 6,713INDv4Verifiedbit-exact
100%3 plots
28,968
Plot match vs TradingView100%

Accuracy

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

Run

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

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-27 11:30
  • Bars28,968

Source

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

SHA-25625425d479acf2b516b6152009dbcedf964770de19c371d0305ca306b9d693c1a

View on TradingView
Smart Money Volume Index [AlgoAlpha]by AlgoAlpha · MPL-2.0 6,708INDv6Verifiedbit-exact
100%24 plots
28,968
Plot match vs TradingView100%

Accuracy

  • Plots compared24
  • Plotted values compared460,494
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSmart Money Candles (open)

Run

  • Bars executed28,968
  • Run time1.97 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-27 11:30
  • Bars28,968

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-256ba3627f412d25e8b11026fb1b107ea5ef6ec09cc09b047dda958dc4f7aa9a632

View on TradingView
CCI Stochastic and a quick lesson on Scalping & Trading Systemsby Daveatt 6,667INDv4Verifiedbit-exact
100%7 plots
28,969
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared32,165
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMoving Average

Run

  • Bars executed28,969
  • Run time1.35 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-27 12:00
  • Bars28,969

Source

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

SHA-25648bc5853d4721cbb13357f60fa7bb0fd93452e460e825549c40a436ea15bb0dc

View on TradingView
Dynamic Supply and Demand Zones [AlgoAlpha]by AlgoAlpha · MPL-2.0 6,667INDv5Verifiedbit-exact
100%2 plots
28,968
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,968
  • Run time90.00 s CPU
  • Per-bar time3.11 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-27 11:30
  • Bars28,968

Source

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

SHA-256a6bf22b67d46a74c0ccd9e2eabfad00d1791e4fb985ff8bdbe55b2106c13a944

View on TradingView
%R Trend Exhaustion [upslidedown]by upslidedown 6,643INDv6Verifiedbit-exact
100%18 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared18
  • Plotted values compared143,464
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathlog10, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotFast Period %R

Run

  • Bars executed27,617
  • Run time8.82 s CPU
  • Per-bar time0.32 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 revisionv6
  • Licenseunspecified

SHA-256a366e41800ec933437ce47677cb244f4a7b6ba4f09f4ed42b485d4bdb51895a5

View on TradingView
Liquidity Location Detector [BigBeluga]by BigBeluga · CC 6,638INDv6Runs
28,978

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,978
  • Run time3.20 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-27 16:30
  • Bars28,978

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-25633d890561d5228dbc23dc627bf3b7949b329f20bf506063a092a3069ff8d726f

View on TradingView
Consolidation Range with Signals (Zeiierman)by Zeiierman · CC 6,636INDv6Verifiedbit-exact
100%5 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared128,265
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathlog
  • Pearson correlation (min)1.000000
  • Worst-matching plotTrend

Run

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

Data window

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

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseCC

SHA-256398608b87ad459059481537d169309066995a7343eabab16f43a7bb9e4e2bba5

View on TradingView
MACD Support and Resistance [ChartPrime]by ChartPrime · MPL-2.0 6,633INDv6Verifiedbit-exact
100%6 plots
28,978
Plot match vs TradingView100%

Accuracy

  • Plots compared6
  • Plotted values compared117,888
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMACD

Run

  • Bars executed28,978
  • Run time6.82 s CPU
  • Per-bar time0.24 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-27 16:30
  • Bars28,978

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-2567b97ded19309f99d7c47e9715a0dbbe2d02492f48281a98c6830e8ff275d2213

View on TradingView
Volumatic Support/Resistance Levels [BigBeluga]by BigBeluga · CC 6,631INDv6Verifiedbit-exact
100%10 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared10
  • Plotted values compared164,105
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotResistance

Run

  • Bars executed27,617
  • Run time1.70 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
  • LicenseCC

SHA-25633f55c1e79db9132739a0d1fe4da438908ceefeef53eb1a1b784c77ab8ba57d9

View on TradingView
Periodic Linear Regressions [LuxAlgo]by LuxAlgo · CC 6,612INDv5Verifiedbit-exact
100%3 plots
28,979
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,979
  • Run time4.48 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-27 17:00
  • Bars28,979

Source

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

SHA-256cc9e2a2276dfb008a1573230c2a65d2fa4638d16a8714304cd8ba7bcf54e4431

View on TradingView
Order Blocks Finder [TradingFinder] Major OB | Supply and Demandby TradingFinder · MPL-2.0 6,610INDv5Verifiedbit-exact
100%2 plots
28,978
Plot match vs TradingView100%

Accuracy

  • Plots compared2
  • Plotted values compared57,942
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMajor High Levels

Run

  • Bars executed28,978
  • Run time2.81 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-27 16:30
  • Bars28,978

Source

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

SHA-256625535aab50df6ed1e24080080263490ccee0b4afa72d7b71dad4e7d633f956d

View on TradingView
Parabolic RSI [ChartPrime]by ChartPrime · MPL-2.0 6,603INDv6Verifiedbit-exact
100%11 plots
28,978
Plot match vs TradingView100%

Accuracy

  • Plots compared11
  • Plotted values compared202,816
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotRSI

Run

  • Bars executed28,978
  • 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-27 16:30
  • Bars28,978

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-256ca5785ff28a10a51c9d08ec60af14491e62ca50bb56ed3bbc39698aadde51098

View on TradingView
MOST + Moving Average Screenerby KivancOzbilgic 6,585INDv5Verifiedbit-exact
100%4 plots
28,983
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,983
  • Secondary-feed bars464,481
  • Total bars processed493,464
  • Run time508.06 s CPU
  • Per-bar time17.53 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-27 19:00
  • Bars28,983
  • Security BINANCE:ETHUSDT @ 30 min28,983 bars
  • Security BINANCE:BNBUSDT @ 30 min28,983 bars
  • Security BINANCE:ADAUSDT @ 30 min28,983 bars
  • Security BINANCE:AVAXUSDT @ 30 min28,983 bars
  • Security BINANCE:CHZUSDT @ 30 min28,983 bars
  • Security BINANCE:DOGEUSDT @ 30 min28,983 bars
  • Security BINANCE:SOLUSDT @ 30 min28,983 bars
  • Security BINANCE:TRXUSDT @ 30 min28,983 bars
  • Security BINANCE:XRPUSDT @ 30 min28,983 bars
  • Security NASDAQ:AAPL @ 30 min15,160 bars
  • Security NASDAQ:TSLA @ 30 min21,651 bars
  • Security NASDAQ:AMZN @ 30 min21,651 bars
  • Security NASDAQ:GOOGL @ 30 min21,617 bars
  • Security NASDAQ:NVDA @ 30 min21,652 bars
  • Security NASDAQ:META @ 30 min21,653 bars
  • Security NYSE:C @ 30 min21,650 bars
  • Security NASDAQ:NFLX @ 30 min18,386 bars
  • Security NYSE:BABA @ 30 min21,655 bars
  • Security NASDAQ:ABNB @ 30 min18,559 bars

Source

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

SHA-2563b72b91f9f5562876550fbb306be3fee552fb1a6c5e1016d223b8147ae434a56

View on TradingView
Next Candle Predictorby PredictaFutures 6,582INDv6Verifiedbit-exact
100%8 plots
27,617
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared220,927
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPredicta Trend

Run

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

Data window

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

Source

  • Pine versionv6
  • Script revisionv3
  • Licenseunspecified

SHA-2562e32baaba74bc070b310374bdc70ce4c8a14e6ade7b98a5d766288aab59e9f53

View on TradingView
Range Breakout [BigBeluga]by BigBeluga · CC 6,580INDv6Verifiedbit-exact
100%5 plots
28,985
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared127,202
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,985
  • 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-27 20:00
  • Bars28,985

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseCC

SHA-256a103ceb6a5ebd6a38a02eb12e1353371c181082497998b3c710411bd4a162e1e

View on TradingView
DeltaFlow Volume Profile [BigBeluga]by BigBeluga · CC 6,553INDv6Runs
27,618

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed27,618
  • Run time0.64 s CPU
  • Per-bar time0.02 ms/bar CPU (per chart bar)

Data window

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

Source

  • Pine versionv6
  • Script revisionv2
  • LicenseCC

SHA-256d894f37087879de3dbf0c86748b24ccb55cfa86cd610749e0c76e73b0cdd637c

View on TradingView
HyperTrend [LuxAlgo]by LuxAlgo · CC 6,547INDv5Verifiedbit-exact
100%3 plots
29,005
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed29,005
  • Run time0.85 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 06:00
  • Bars29,005

Source

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

SHA-256f5479c96b57f05205fb11d952e82c0daac9d4392fd506de8a5a0c5cb7a438656

View on TradingView
Volume Flow v3by oh92 6,546INDv4Verifiedbit-exact
100%5 plots
29,005
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared90,800
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotBull MA

Run

  • Bars executed29,005
  • Run time0.88 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 06:00
  • Bars29,005

Source

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

SHA-25642497415ab747ab7f40886361ba8efc71aa05fe35073e5fa4cc469087a5418d7

View on TradingView
TKP T3 Trend With Psar Barcolorby Bjorgum 6,540INDv4Verifiedbit-exact
100%7 plots
29,005
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared202,967
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCurl Up

Run

  • Bars executed29,005
  • Run time1.44 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 06:00
  • Bars29,005

Source

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

SHA-2567150c7d2563f03d4e63d0e827648f3f362994c1ab47b7c8c68ac13638c5883c3

View on TradingView
Candlestick Structure [LuxAlgo]by LuxAlgo · CC 6,537INDv5Verifiedbit-exact
100%2 plots
29,005
Plot match vs TradingView100%

Accuracy

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

Run

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

Source

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

SHA-256e50d5db2671e941b8ffa8e6eb99ba4c5b4d2bb623fbbec5203e25bddc8637a2a

View on TradingView
Swing Data - ADR% / RVol / PVol / Float % / Avg $ Volby jfsrev · MPL-2.0 6,527INDv6Runs
27,618

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed27,618
  • Secondary-feed bars5,209
  • Total bars processed32,827
  • Run time23.26 s CPU

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 08:30
  • Bars27,618
  • Security @ W min468 bars
  • Security SP:SPX @ D min394 bars
  • Security @ D min2,576 bars
  • Security SPY @ D min1,771 bars

Source

  • Pine versionv6
  • Script revisionv18
  • LicenseMPL-2.0

SHA-256b44136ce3ca1f6e2646079eb2c2d8c2d0b427f2fa508b2bb459103e25de291dd

View on TradingView
Accurate Swing Trading Systemby ceyhun · MPL-2.0 6,522INDv4Verifiedbit-exact
100%3 plots
29,005
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed29,005
  • Run time0.81 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 06:00
  • Bars29,005

Source

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

SHA-256fa4ab132a15c6c33dd7053eccb7631f864fde37187a02897701121b872ba0d46

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