/awesome-pinescript

A Comprehensive Collection of Everything Related to Tradingview Pine Script.

awesome-pinescript

A Comprehensive Collection of Everything Related to Tradingview Pine Script.

Table of Contents

Official Resources

  • Language Reference Manual - An Index of built-in variables, functions and language operators.
  • Pine Script v4 User Manual - Official Documentation on Pine Script Version 4.
  • Pine Script Chat Room - TradingView public chat dedicated to Pine Script where active developers of the community help each other out.
  • TV Blog - Information about major releases and modifications to Pine Script (as well as other features.)
  • TV Public Scripts - TradingView’s Public Library contains all user-published scripts.
  • Editors Picks TV's curated list of best indicators

Indicators

Collections

Volume

  • Raindrops - Custom Volume profiles on user defined periods.

Screeners

Scan multiple charts with a single indicator

  • Indices Sector Sigma Spikes - This screener aims to provide Bird-Eye view across sector indices, to find which sector is having significant or 'out-of-norm' move in either direction. #stocks
  • Mean Reversion Channel - The screener works by scanning through up to 40 symbols and list down symbols that are currently within Overbought/Oversold Zone as defined by Mean Reversion Channel indicator.

Math

  • Black Scholes - The Black-Scholes model is a mathematical model used for pricing options. From this model you can derive the theoretical fair value of an options contract. Additionally, you can derive various risk parameters called Greeks. This indicator includes three types of data: Theoretical Option Price (blue), the Greeks (green), and implied volatility (red); their values are presented in that order. #options

Tools

Strategies

Automated Order Execution

Need to automate your Pine script for real order execution?

Open Source

Python

Javascript

  • Instabot Trader - Server Side bot that powers Alertatron. A simple tool to convert text messages sent over HTTP or via a Telegram bot into a set of trading orders, to a variety of exchanges (Bitfinex, Deribit and Coinbase Pro).
  • Frostybot-js - FrostyBot-JS is an API endpoint for REST and webhooks that is designed to receive API requests, such as Tradingview webhooks, and to submit them as orders to a cryptocurrency exchange.

PHP

  • Frostybot-php - FrostyBot is a minimal endpoint that is designed to be used with webhooks in Tradingview alerts. It is designed to work cryptocurrency exchanges, specifically Bitmex, Deribit, FTX and Binance Futures

Google Chrome

Closed Source

  • 3Commas - Can receive TV alerts and connect them to their bots to execute simple orders on crypto exchanges.
  • Alertatron - A service that allows you to relay TradingView alerts to Telegram, Discord, Slack, Email or webhooks, with a chart snapshot attached. The developer is well-known in the PineCoders community.
  • AutoView - Google Chrome extension that receives TV alerts and relays orders to crypto exchanges.
  • Cryptohopper - Use Cryptohopper with the TradingView webhook URL to send TV alerts to your bots, for automated order execution on one or multiple exchanges.
  • ProfitView - Google Chrome extension that receives TV alerts and relays orders to crypto exchanges. Among PineCoders, has the reputation of being better than AutoView.
  • TradingConnector - TradingView alerts to MT4/MT5 receives TV alerts and converts them into instant orders on MT4/MT5 in forex, indices and commodities markets. Latency is below 1 second.

Pine Script Conventions and Rules For Developers

Education

Other Resources