New: PyneCore Reference Documentation
PyneCore now has its own script reference — no more jumping to the TradingView docs.
What’s included:
- 25 library namespaces fully documented (
ta,math,strategy,request,array,matrix,map,str,color,label,line,box,table, and more) - Language reference — operators, keywords, input functions
- Type system overview — how PyneCore simplifies Pine Script’s
series/simple/constqualifiers into plain Python types - Quick examples on every page showing real PyneCore scripts with proper imports and type annotations
- Compatibility status for each entry — know exactly what’s supported, what’s partial, and what’s missing
Why not just use the TradingView docs?
PyneCore is compatible with Pine Script v6, but it’s its own framework. The reference is written for PyneCore specifically — Python syntax, PyneCore imports, no Pine Script type qualifiers, and notes on PyneCore-specific behavior.
The reference is available in the docs under Reference (bottom of the sidebar).
Feedback welcome — if something is missing or incorrect, open an issue or drop a message here.