SkillAgentSearch skills...

PineScripts

A collection of PineScript strategies and indicators for TradingView. Ready-to-use scripts for algorithmic trading and technical analysis

Install / Use

/learn @Salikha003/PineScripts
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PineScript Strategies and Indicators Repository

This repository is dedicated to storing and sharing PineScript strategies and indicators for use on platforms such as TradingView.

Table of Contents

Introduction

In this repository, you will find a collection of PineScript strategies and indicators that can be used for algorithmic trading or technical analysis on TradingView. Each script is contained in its own file, with a descriptive name and proper documentation within the code.

Feel free to explore, test, and refine the scripts for your own trading systems or analysis. These scripts are provided “as is” and should be thoroughly tested and evaluated before using them in live trading.

Getting Started

  1. Clone the Repository: Download or clone the repository to your local machine.

  2. Open the PineScript Editor: Access the PineScript editor in TradingView (or another compatible platform).

  3. Copy the Code: Open the desired strategy or indicator file from this repository and copy its code.

  4. Paste and Customize: Paste the code into the PineScript editor. Adjust parameters and settings as needed.

  5. Save and Apply: Save the script with a suitable name, apply it to your chart, and review its performance.

  6. Test and Validate: Run the script on historical data and different market conditions to ensure it meets your needs before using it with real capital.

A Comprehensive Collection of Everything Related to Tradingview Pine Script.

Table of Contents

<a name="Official-Resources" />

Official Resources

<a name="Indicators" />

Indicators

Interesting

  • Fundamentals Graphing - Really cool way of graphing with Pine Script!
  • Flag Finder - Flag Finder Indicator is a technical analysis tool to identify bull and bear flags.
  • Developing Market Profile - Developing Market Profile will change bar by bar and display PRICE in relation to TIME for a user specified number of past bars.
  • Cycles Analysis - *Gives a visual representation of bull/bear markets and gives a prediction based on the previous data. *
  • ICT Killzones Pivots TFO - the purpose of this script is to identify ICT Killzones while also storing their highs and lows for future reference, until traded through.
  • Trend Correlation Heatmap - This indicator displays the correlation of different assets over several timeframes on the chart.
  • TTP VIX Spy - TTP VIX Spy is an indicator that uses data from VIX to better time entries in the market.

Collections

Volume

  • Raindrops - Custom Volume profiles on user defined periods.
  • Liquidity Sentiment Profile - The Liquidity Sentiment Profile is an advanced charting tool that measures by combining PRICE and VOLUME data over specified anchored periods and highlights within a sequence of profiles the distribution of the liquidity and the market sentiment at specific price levels.

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.
  • 120 ticker Screener - *In specific circumstances, it is possible to extract data, far above the 40 request.*() call limit for 1 single script . The following technique uses composite tickers. Changing tickers needs to be done in the code itself as will be explained further.

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

<a name="Strategies" />

Strategies

<a name="Libraries" />

Libraries

<a name="Automation" />

Automated Order Execution

Need to automate your Pine script for real order execution?

  • PSStrategyX - Backtests and Automates Indicators Automatically

Open Source

Python

  • Python Pine Bot Client - Client implementation of trading bot that uses Pine Script and Python.
  • Python TradingView TA - Unofficial TradingView technical analysis API wrapper.
  • Python Bybit Pine Bot - Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com.
  • Python Webhook Alert Provider - The TradingView Webhook Bot listens to TradingView alerts via webhooks using flask. All alerts can be instantly sent to Telegram, Discord, Twitter and/or Email.
  • OctoBot - Open-source cryptocurrency trading robot can receive alerts and turn them into order on your favorite crypto exchanges.
  • [Misc

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2mo ago
Forks4

Security Score

75/100

Audited on Jan 28, 2026

No findings