PyneCore v6.3.7 released!
This release adds OHLCV timeframe aggregation and fixes a broad enum compatibility issue with TradingView.
Highlights include:
• New pyne data aggregate command — aggregate OHLCV data to higher timeframes (1min→1H, 1H→1D, etc.) with timezone-aware alignment
• Migrated 14 enum types from integer to string constants, matching TradingView’s actual type system — all values verified against TV runtime
• Scripts using input.string() for enum parameters (e.g. label size, style) now work correctly
• Overload dispatcher now accepts plain strings where TradingView string constants are expected
👉 Full release notes:
https://github.com/PyneSys/pynecore/releases/tag/v6.3.7