pine_script_docs icon indicating copy to clipboard operation
pine_script_docs copied to clipboard

Pine Script™ v5 User Manual

This repo contains the source for the Pine Script™ v5 User Manual of TradingView's Pine programming language, which deprecates the Pine Script™ v4 User Manual. The source uses reStructuredText markup and we use Sphinx to build the final HTML content.

How to build html docs

Follow these steps:

  • Execute sudo make install_tools
  • Execute make syncpackages (this will download the theme)
  • Execute make html

Your docs will be in the build/html folder.

Writing guidelines for contributors

See our English language and RST writing guidelines for this Manual.