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.

Trend Indicator A-V2 (Smoothed Heikin Ashi Cloud)by DZIV · CC 9,765INDv5Verifiedbit-exact
100%6 plots
28,729
Plot match vs TradingView100%

Accuracy

  • Plots compared6
  • Plotted values compared172,326
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathta.alma (Gaussian weights via exp)
  • Pearson correlation (min)1.000000
  • Worst-matching plotOpen line

Run

  • Bars executed28,729
  • Run time21.21 s CPU
  • Per-bar time0.74 ms/bar CPU (per chart bar)

Data window

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

Source

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

SHA-256a33cc5970a233b5a6e74305ca75234454533cdf50cfcbd0285c4bf942344691c

View on TradingView
Volume-Supported Linear Regression Trendby LonesomeTheBlue · MPL-2.0 9,699INDv4Verifiedbit-exact
100%2 plots
28,737
Plot match vs TradingView100%

Accuracy

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

Run

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

Source

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

SHA-256fcc47d4e74412220bc8b538609934562d97d24423234bd5fdfaa0c58ab6223be

View on TradingView
Traders Reality Mainby TradersReality · MPL-2.0 9,686INDv5Verifiedbit-exact
100%14 plots
28,737
Plot match vs TradingView100%

Accuracy

  • Plots compared14
  • Plotted values compared314,842
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plot5 Ema

Run

  • Bars executed28,737
  • Secondary-feed bars3,873
  • Total bars processed32,610
  • Run time314.30 s CPU
  • Per-bar time10.94 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-22 16:00
  • Bars28,737
  • Security @ D min3,293 bars
  • Security @ W min471 bars
  • Security @ M min109 bars

Source

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

SHA-25694fd80dde8bd10c5aaad2ff5c1b413b61f41e65f38bde9dbef6b490942b07bbc

View on TradingView
Cup Finderby LonesomeTheBlue · MPL-2.0 9,651INDv4Verifiedbit-exact
100%1 plot
28,736
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,736
  • Run time1.46 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-22 15:30
  • Bars28,736

Source

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

SHA-256078ac2972d97c4f16873382c84dab7e98400520d1aff6b3da2649aa5a5817878

View on TradingView
Consolidation Zones - Liveby LonesomeTheBlue · MPL-2.0 9,603INDv4Verifiedbit-exact
100%2 plots
28,737
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,737
  • Run time1.30 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-22 16:00
  • Bars28,737

Source

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

SHA-256c896dc4f48cedeedc71d8543f557433098a8d5e17e4dac494549517183e0daa3

View on TradingView
Signal Moving Average [LuxAlgo]by LuxAlgo · CC 9,569INDv5Verifiedbit-exact
100%2 plots
28,736
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,736
  • Run time0.92 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-22 15:30
  • Bars28,736

Source

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

SHA-256f7ac7d1c26dd3eab0d6680f79b4c9741076b64e8a13de19c812a059cf626faa7

View on TradingView
Auto Fib Retracement Alertsby DevLucem · MPL-2.0 9,545INDv4Verifiedbit-exact
100%5 plots
28,744
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared143,710
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotStart

Run

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

Data window

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

Source

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

SHA-2562b8995df581d934dc0a1990339abcded125b32d411ae7f20ca1a0564a99a7e36

View on TradingView
Support & Resistance Dynamic [LuxAlgo]by LuxAlgo · CC 9,456INDv5Verifiedbit-exact
100%4 plots
28,744
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,744
  • Run time0.99 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-22 19:30
  • Bars28,744

Source

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

SHA-2565ad6b007efdff29371de97cd5be9fa5243c012dfdc1fe3f4fb8b5a5a26008faa

View on TradingView
RSI Support & Resistance by DGTby dgtrd 9,445INDv6Verifiedbit-exact
100%13 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared13
  • Plotted values compared220,028
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotRSI Overbought Crossover Level

Run

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

Source

  • Pine versionv6
  • Script revisionv6
  • Licenseunspecified

SHA-25687653c5d764803950b377c86dbac6b7e68a62dca95f7190d601283d1f6b5de31

View on TradingView
Elliott Wave Oscillator Signals by DGTby dgtrd 9,337INDv6Verifiedbit-exact
100%12 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared110,456
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotStrong Long

Run

  • Bars executed27,614
  • Run time2.24 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 revisionv17
  • Licenseunspecified

SHA-256278c080ec378a5af5221c4d1f81fe2cb9447759effabad95f97970414e757f61

View on TradingView
Moving Average Shift [ChartPrime]by ChartPrime · MPL-2.0 9,301INDv6Verifiedbit-exact
100%12 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared330,226
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotTitle (open)

Run

  • Bars executed27,614
  • Run time1.41 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:30
  • Bars27,614

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-256e1c4dfdbae56c9e653ce172b88bcfddfe7f78135f83c3a30600916251972adc0

View on TradingView
HIGH and LOW Optimized Trend Tracker HOTT LOTTby KivancOzbilgic · MPL-2.0 9,296INDv5Verifiedbit-exact
100%2 plots
28,744
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,744
  • Run time2.09 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-22 19:30
  • Bars28,744

Source

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

SHA-25636f53a4399acd8d6bcfe8c4ac5b5cf51edf37561842982a71ca51890eff2a090

View on TradingView
Heatmap Volume [xdecow]by xdecow 9,284INDv5Verifiedbit-exact
100%11 plots
28,744
Plot match vs TradingView100%

Accuracy

  • Plots compared11
  • Plotted values compared201,208
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPlot

Run

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

Source

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

SHA-256e7d59ec6cc5a50680bc88acea04a2912a6872f5214301a2c33c027aae3b8b990

View on TradingView
Change in State of Delivery CISD [AlgoAlpha]by AlgoAlpha · MPL-2.0 9,282INDv6Verifiedbit-exact
100%8 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared112,380
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotPrice Candles (open)

Run

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

Source

  • Pine versionv6
  • Script revisionv3
  • LicenseMPL-2.0

SHA-256400fe21f90951d04f3ed7f9731b73e3e0bbf984a3c0f6a9e92ed9213e046c418

View on TradingView
Gaussian Channel [DW]by DonovanWall · MPL-2.0 9,201INDv4Verifiedbit-exact
100%3 plots
28,749
Plot match vs TradingView100%

Accuracy

  • Plots compared3
  • Plotted values compared86,247
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, cos, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotFilter

Run

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

Source

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

SHA-256f566a353242a282168d646c11b8322f1fcdb1c18311ec3a62a433f56374d0669

View on TradingView
HTF Candles & Mini Charts by DGTby dgtrd 9,095INDv6Runs
27,615

Accuracy

  • Reference outputno comparable plots exported

Run

  • Bars executed27,615
  • Run time6.46 s CPU
  • Per-bar time0.23 ms/bar CPU (per chart bar)

Data window

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

Source

  • Pine versionv6
  • Script revisionv26
  • Licenseunspecified

SHA-256cef0879736c8ac94b09a81d58e94b5d7214e11ac0b6718bd2cfda6c8a377cf3c

View on TradingView
Support and Resistanceby ahmad_naquib · MPL-2.0 9,024INDv4Verifiedbit-exact
100%2 plots
28,770
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,770
  • Run time1.04 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-23 08:30
  • Bars28,770

Source

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

SHA-25671fc9c9b1000867843f5d8dc90cf03a4337df910e67f3c6b6c33c20f5f96aaf3

View on TradingView
Volume Order Blocks [BigBeluga]by BigBeluga · CC 8,946INDv6Verifiedbit-exact
100%2 plots
27,614
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed27,614
  • Run time2.17 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 revisionv1
  • LicenseCC

SHA-2566b77bee25441f10db5a16214af297945028a2a9875fef6f5a35d20d20038ce54

View on TradingView
72s: Adaptive Hull Moving Average+by io72signals · MPL-2.0 8,914INDv4Verifiedbit-exact
100%12 plots
28,770
Plot match vs TradingView100%

Accuracy

  • Plots compared12
  • Plotted values compared59,313
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathacos, atan
  • Pearson correlation (min)1.000000
  • Worst-matching plotDynamic HMA+

Run

  • Bars executed28,770
  • Run time3.05 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-23 08:30
  • Bars28,770

Source

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

SHA-256f28be1eaffa3cb6bc27006f81304b014fbd39d660643076c75c3a84bb6b15de8

View on TradingView
Machine Learning RSI ║ BullVisionby BullVisionCapital · MPL-2.0 8,901INDv5Verifiedbit-exact
100%8 plots
28,770
Plot match vs TradingView100%

Accuracy

  • Plots compared8
  • Plotted values compared230,144
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, exp, log, pow
  • Pearson correlation (min)1.000000
  • Worst-matching plotRSI KNN

Run

  • Bars executed28,770
  • Run time98.40 s CPU
  • Per-bar time3.42 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-23 08:30
  • Bars28,770

Source

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

SHA-256fbccf15035f67b2582f0e1dc5c126699a4412edbb77c880944a172f9cd02f3fa

View on TradingView
Mean Reversion Channel - (fareid's MRI Variant)by fareidzulkifli · MPL-2.0 8,887INDv4Verifiedbit-exact
100%23 plots
28,770
Plot match vs TradingView100%

Accuracy

  • Plots compared23
  • Plotted values compared661,642
  • Identical to the bit100%
  • Worst gapsame double
  • Transcendentals on the pathasin, cos, exp, pow, sin
  • Pearson correlation (min)1.000000
  • Worst-matching plot Mean

Run

  • Bars executed28,770
  • Run time12.38 s CPU
  • Per-bar time0.43 ms/bar CPU (per chart bar)

Data window

  • SymbolBINANCE:BTCUSDT
  • Timeframe30 min
  • From2025-01-01 00:00
  • To2026-08-23 08:30
  • Bars28,770

Source

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

SHA-256c7628f339f27519aa75126181ab603dec16f0ce8a2d7dbc764b2889f60a1e914

View on TradingView
Trend Duration Forecast [ChartPrime]by ChartPrime · MPL-2.0 8,789INDv6Verifiedbit-exact
100%1 plot
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared1
  • Plotted values compared27,559
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotHMA

Run

  • Bars executed27,614
  • Run time1.37 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:30
  • Bars27,614

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-256e2e50c664a557dd03fd0de93ed627e6d69a73d0f758730c52ebe357d736098fb

View on TradingView
Market Shift Levels [ChartPrime]by ChartPrime · MPL-2.0 8,744INDv6Verifiedbit-exact
100%5 plots
27,614
Plot match vs TradingView100%

Accuracy

  • Plots compared5
  • Plotted values compared136,799
  • Identical to the bit100%
  • Worst gapsame double
  • Pearson correlation (min)1.000000
  • Worst-matching plotCandles Color (open)

Run

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

Source

  • Pine versionv6
  • Script revisionv1
  • LicenseMPL-2.0

SHA-2562d1571387dca11a1c44d911c2b94ab751feeddf22921b23ced1a2adf434f2d6f

View on TradingView
Bjorgum Double Tapby Bjorgum · MPL-2.0 8,715STRv5Verified
100%16 / 16
100.000%28,010

Accuracy

  • Trades compared16 TV / 16 Pyne
  • Whole-trade match100%
  • Entry timing match100%
  • Exit timing match100%
  • Net profit (TV / Pyne)40 / 40

Run

  • Bars executed28,010
  • Run time2.65 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 12:30
  • Bars28,010

Source

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

SHA-25698402d106e78c8a4e5a0a23e6a9e9d981edd093f9cee32ef64612ce3c1bb812b

View on TradingView
Laguerre RSIby KivancOzbilgic · MPL-2.0 8,704INDv5Verifiedbit-exact
100%3 plots
28,770
Plot match vs TradingView100%

Accuracy

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

Run

  • Bars executed28,770
  • Run time0.99 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-23 08:30
  • Bars28,770

Source

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

SHA-2563ce66c386b4fc4dccc0a26aea0b0b450c369184ee4a6faa72efa2b84b7567e2c

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