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.

Turtle Trade Channels Indicator TUTCIby KivancOzbilgic 19,599INDv4Verifiedbit-exact
100%12 plots
28,143
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared117,508
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotUpper

Run

  • Bars executed28,143
  • Run time2.02 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
  • Licenseunspecified

SHA-256cb2f265e82de6e32489717615f94e0c5cf6ea125196ae41648f2dae9856d18fe

View on TradingView
Profit Maximizer PMaxby KivancOzbilgic · MPL-2.0 19,305INDv4Verifiedbit-exact
100%7 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared84,803
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMoving Avg Line

Run

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

Source

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

SHA-25659e63357aae547ee2d01cb2e80d32e33cbb61d8fa83f3a4d8e3aa6c1464fc648

View on TradingView
Volume Profile, Pivot Anchored by DGTby dgtrd 18,479INDv6Runs
27,614

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed27,614
  • Run time2.33 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 06:30
  • Bars27,614

Source

  • Pine versionv6
  • Script revisionv4
  • Licenseunspecified

SHA-2566b9daaa8885acd66c31180a7db317fd54b4622a69627794a0aa8628a6a799083

View on TradingView
CM MACD Custom Indicator - Multiple Time Frame - V2by ChrisMoody 17,807INDv5Verifiedbit-exact
100%5 plots
28,172
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,172
  • Run time2.35 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 21:30
  • Bars28,172

Source

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

SHA-2561fbb06f9e43e62d664184d925b8571d39aa955e99295612ba0d0471ee7323409

View on TradingView
Smart Money Structure | GainzAlgoby GainzAlgo 17,657INDv5Verifiedbit-exact
100%4 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared4
  • Plotted values compared112,471
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCHoCH Sell

Run

  • Bars executed28,172
  • Secondary-feed bars266,358
  • Total bars processed294,530
  • Run time315.86 s CPU
  • Per-bar time11.21 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-10 21:30
  • Bars28,172
  • Security @ 1 min99,997 bars
  • Security @ 5 min99,999 bars
  • Security @ 15 min32,303 bars
  • Security @ 60 min22,870 bars
  • Security @ 240 min7,908 bars
  • Security @ D min3,281 bars

Source

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

SHA-2568fd0eb192f907e71b9823ff0f761ad958f1d48fe740d4e38ee337dbb74eb43f2

View on TradingView
Volume Delta Candles [LuxAlgo]by LuxAlgo · CC 17,004INDv5Verifiedbit-exact
100%15 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared15
  • Plotted values compared195,696
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCandles (open)

Run

  • Bars executed28,172
  • Secondary-feed bars99,982
  • Total bars processed128,154
  • Run time6.57 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-10 21:30
  • Bars28,172
  • Security @ 1 min99,982 bars

Source

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

SHA-2568130417347677d86fe6cdef61e3ca7824b34225ad82a61dc78156c0e2f9c4228

View on TradingView
PMax Explorer STRATEGY & SCREENERby KivancOzbilgic · MPL-2.0 16,819STRv4Verifiedbit-exact
100%7 plots
100%301 / 301
100.000%28,015
Plot match vs TradingView100%

Accuracy

  • Trades compared301 TV / 301 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-10,321 / -10,321
  • Plots compared7
  • Plotted values compared84,329
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotMoving Avg Line

Run

  • Bars executed28,015
  • Secondary-feed bars442,981
  • Total bars processed470,996
  • Run time363.31 s CPU
  • Per-bar time12.97 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-07 15:00
  • Bars28,015
  • Security EURUSD @ 30 min19,909 bars
  • Security XAUUSD @ 30 min18,913 bars
  • Security AMZN @ 30 min21,461 bars
  • Security TSLA @ 30 min21,461 bars
  • Security BTCUSDT @ 30 min28,015 bars
  • Security ETHBTC @ 30 min28,015 bars
  • Security XBTUSD @ 30 min20,108 bars
  • Security XRPBTC @ 30 min28,015 bars
  • Security THYAO @ 30 min20,559 bars
  • Security GARAN @ 30 min20,560 bars
  • Security USDTRY @ 30 min19,650 bars
  • Security PETKM @ 30 min20,560 bars
  • Security AAPL @ 30 min21,464 bars
  • Security TUPRS @ 30 min20,558 bars
  • Security HALKB @ 30 min20,560 bars
  • Security AVAXUSDT @ 30 min28,015 bars
  • Security ETHUSDT @ 30 min28,015 bars
  • Security UKOIL @ 30 min18,269 bars
  • Security ABNB @ 30 min18,369 bars
  • Security SISE @ 30 min20,505 bars

Source

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

SHA-256fd4b617a46049d4aa160bcb77b4d3f9ea140105aa834023070846ec177561245

View on TradingView
Trend Direction Helper (ZigZag and S/R and HH/LL labels)by Daveatt 16,283INDv4Verifiedbit-exact
100%12 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared223,523
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,172
  • Run time4.80 s CPU
  • Per-bar time0.17 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-25635dd612cf33fa844d9806df303b707b0b7f1576b64c88db54a2e6152a67d51a8

View on TradingView
Reversal Signals [LuxAlgo]by LuxAlgo · CC 16,214INDv5Verifiedbit-exact
100%64 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared64
  • Plotted values compared1,496,441
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000

Run

  • Bars executed28,172
  • Run time6.61 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-10 21:30
  • Bars28,172

Source

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

SHA-256e1ba6edc2137f40f11abae1654bb07ef04008d671af33ad31758adb776ebdec9

View on TradingView
[RS]Support and Resistance V0by RicardoSantos · MPL-2.0 16,213INDv6Verifiedbit-exact
100%8 plots
27,613
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared89,686
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotSTR

Run

  • Bars executed27,613
  • 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-07-30 06:00
  • Bars27,613

Source

  • Pine versionv6
  • Script revisionv4
  • LicenseMPL-2.0

SHA-256f3662cafb61168ebf0c172c7c22f6f21d37a9ff2ae6880543924e9f157667597

View on TradingView
SSL Hybridby Mihkel00 16,037INDv6Verifiedbit-exact
100%9 plots
27,613
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared169,272
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, cos, exp, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotBaseline

Run

  • Bars executed27,613
  • Run time2.78 s CPU
  • Per-bar time0.10 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:00
  • Bars27,613

Source

  • Pine versionv6
  • Script revisionv6
  • Licenseunspecified

SHA-256471dff1bd64611661228ff6d475ac08b354299a663d5e215517b095b70292856

View on TradingView
Elliot Wave Oscillatorby koryu 15,959INDv5Verifiedbit-exact
100%1 plot
28,172
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,172
  • Run time0.86 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-10 21:30
  • Bars28,172

Source

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

SHA-25670f18428c7910b3509d2d18c799a79314b3e98a27a04da8400b7e8e154cfdae2

View on TradingView
Hash Ribbonsby capriole_charles 15,764INDv5Verifiedbit-exact
100%9 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared9
  • Plotted values compared197,204
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotHR SMA Long

Run

  • Bars executed28,172
  • Secondary-feed bars9,349
  • Total bars processed37,521
  • Run time10.82 s CPU
  • Per-bar time0.38 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-10 21:30
  • Bars28,172
  • Security @ D min3,281 bars
  • Security INTOTHEBLOCK:BTC_HASHRATE @ D min6,068 bars

Source

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

SHA-2562f1b49f4c2dbcbcec13f26b627a3a2c26491bd26ba6b72321180f6bd91a5e065

View on TradingView
Fibonacci Extension / Retracement / Pivot Points by DGTby dgtrd 15,743INDv6Verifiedbit-exact
100%31 plots
27,613
Plot match vs TradingView100%

Accuracy

  • Plots compared31
  • Plotted values compared55,226
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotExhaustion Bar

Run

  • Bars executed27,613
  • Run time24.67 s CPU
  • Per-bar time0.89 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:00
  • Bars27,613

Source

  • Pine versionv6
  • Script revisionv9
  • Licenseunspecified

SHA-256d603ff0015d6a8df279aeabc8aa3d520a2ac0d59039c13aba63cbcad511f865e

View on TradingView
Zero Lag Trend Signals (MTF) [AlgoAlpha]by AlgoAlpha · MPL-2.0 15,663INDv5Verifiedbit-exact
100%7 plots
28,172
Plot match vs TradingView100%

Accuracy

  • Plots compared7
  • Plotted values compared57,818
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotZero Lag Basis

Run

  • Bars executed28,172
  • Secondary-feed bars145,123
  • Total bars processed173,295
  • Run time22.02 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-10 21:30
  • Bars28,172
  • Security @ 5 min99,994 bars
  • Security @ 15 min41,848 bars
  • Security @ 1D min3,281 bars

Source

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

SHA-2562720c5145676c2c96f1e95e1a6af659487a2a3ab734e9f49099830ccd77a2860

View on TradingView
Market Structure CHoCH/BOS (Fractal) [LuxAlgo]by LuxAlgo · CC 15,406INDv5Runs
28,174

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,174
  • 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-10 22:30
  • Bars28,174

Source

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

SHA-25685b762d87844f56a8075754ab5b0031cd5e8a28d3c280eec6c080dd499015b96

View on TradingView
VuManChu Swing Freeby Jazal · MPL-2.0 15,388INDv4Verifiedbit-exact
100%5 plots
28,219
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared140,979
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotFilter

Run

  • Bars executed28,219
  • Run time1.02 s CPU
  • Per-bar time0.04 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-11 21:00
  • Bars28,219

Source

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

SHA-256d961f644fed2df2e0ec7ecb428fdf55ff2db444831eff712096e854f7b8887a9

View on TradingView
FX Market Sessionsby boitoki · MPL-2.0 15,266INDv6Verifiedbit-exact
100%20 plots
27,613
Plot match vs TradingView100%

Accuracy

  • Plots compared20
  • Plotted values compared110,444
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCandles (open)

Run

  • Bars executed27,613
  • Run time8.32 s CPU
  • Per-bar time0.30 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:00
  • Bars27,613

Source

  • Pine versionv6
  • Script revisionv54
  • LicenseMPL-2.0

SHA-25600375130e502fc77f5b16621299858731de42513c8d598245146673466ac3792

View on TradingView
FXN - Asian Session Rangeby RobMinty 15,148INDv4Verifiedbit-exact
100%6 plots
28,219
Plot match vs TradingView100%

Accuracy

  • Plots compared6
  • Plotted values compared26,016
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

  • Bars executed28,219
  • Secondary-feed bars3,752
  • Total bars processed31,971
  • Run time218.23 s CPU
  • Per-bar time7.73 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-11 21:00
  • Bars28,219
  • Security @ D min3,282 bars
  • Security @ 1W min470 bars

Source

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

SHA-256eee3d86441408ad2c6737e38f000d39b033123ec64a1cc96e9dd16d1f7795e8c

View on TradingView
RSI cyclic smoothed v2by StockMarketCycles · CC 15,116INDv4Verifiedbit-exact
100%3 plots
28,219
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared84,643
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotLowBand

Run

  • Bars executed28,219
  • Run time4.29 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-11 21:00
  • Bars28,219

Source

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

SHA-2567b2d9436a16c22969cdfb8816d5e84091c0bacb98a9a317498e3bb054143d2bd

View on TradingView
ICT Unicorn Model [LuxAlgo]by LuxAlgo · CC 15,111INDv5Runs
28,219

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed28,219
  • Run time2.16 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-11 21:00
  • Bars28,219

Source

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

SHA-2562ca5bd3b3b8bf39f88a9e24a74eeaa3d483ee4f0e99c42bd0e1894f4305ea6d8

View on TradingView
Self-Aware Trend System [WillyAlgoTrader]by WillyAlgoTrader 14,702INDv6Verifiedbit-exact
100%1 plot
27,613
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed27,613
  • Run time6.11 s CPU
  • Per-bar time0.22 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-07-30 06:00
  • Bars27,613

Source

  • Pine versionv6
  • Script revisionv3
  • Licenseunspecified

SHA-256a5960a191657eeeaab94cc56cd6d041e65d19dc5845614ff6e9529944cb3a634

View on TradingView
3Commas Botby Bjorgum 14,597STRv5Verifiedbit-exact
100%6 plots
100%294 / 294
100.000%28,016
Plot match vs TradingView100%

Accuracy

  • Trades compared294 TV / 294 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)-2,669 / -2,669
  • Plots compared6
  • Plotted values compared80,657
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotStop Price

Run

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

Source

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

SHA-2560f824a40f850ddbf73a16421fca1bfb59a99f0cd6b912bbbfedb211a903164eb

View on TradingView
Range Detector [LuxAlgo]by LuxAlgo · CC 14,571INDv5Verifiedbit-exact
100%2 plots
28,219
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,219
  • Run time0.87 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-11 21:00
  • Bars28,219

Source

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

SHA-2566ae4b181ae52398e83c15acadb55bc5bba25da4b710914ca3b715eb80357411a

View on TradingView
ICT Silver Bullet [LuxAlgo]by LuxAlgo · CC 14,427INDv5Verifiedbit-exact
100%5 plots
28,249
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared84,800
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plot3-4 AM

Run

  • Bars executed28,249
  • Run time10.50 s CPU
  • Per-bar time0.37 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-2563dab061bc8e13f9e6fbba5a6d2aa6502ea05b234b5f25335dd58d2814b683a44

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