News
Latest announcements, releases, and updates from the PyneSys team — synced directly from our Discord announcement channel.
Databento OHLCV CSV imports — now supported in PyneCore
PyneCore v6.4.8 ships with native support for Databento OHLCV CSV exports. If you backtest CME futures (MNQ, ES, NQ, GC, CL, …) or US equities from Databento, the import is now a one-liner:
Read more →Pricing Update
We've updated our subscription prices for new members:
Read more →PyneCore v6.4.1 — Bar Magnifier & calc_on_order_fills
Strategy orders now use lower-timeframe sub-bar data to determine the chronological order of intrabar fills. When a bar hits both TP and SL, the magnifier resolves which triggered first using actual LTF candles instead…
Read more →PyneCore v6.4.0 released!
This release adds full request.security() support — multi-symbol and multi-timeframe analysis with true multicore parallelism.
Read more →PyneComp v6.0.26 — Bug Hunting Edition
This release fixes 8 issues that affected valid Pine Script v6 code.
Read more →PyneCore v6.3.7 released!
This release adds OHLCV timeframe aggregation and fixes a broad enum compatibility issue with TradingView.
Read more →PyneCore v6.3.6 released!
Extra Fields Support (#25) — Scripts can now access custom CSV columns beyond OHLCV via lib.extra_fields. Just add extra columns to your CSV and access them as Series[float] with full history indexing.
Read more →PyneCore v6.3.5 released!
This release brings a major overhaul to the strategy simulator — achieving much better TradingView compatibility.
Read more →PyneComp v6.0.22 – Small but Important Fix
Fixed a parser bug that was causing issues: array type declarations now accept any amount of whitespace between the type and brackets.
Read more →PyneComp Updates (v6.0.20)
Based on user feedback and edge cases we've encountered, we've rolled out several fixes and improvements to Pine Script compatibility:
Read more →