Featured Scripts — Scripts for Trading and Investing — TradingView (2024)

What are Editors' Picks?

Each new indicator or strategy published in our Community Scripts is analyzed by our PineCoders team. This section showcases the best open-source indicators recently selected by the team.

Any open-source indicator published in our Community Scripts can be featured in our Editors' Picks if it is original, provides good potential value to traders, includes a helpful description, and complies with House Rules.

Editors' Picks appear here and on our homepage, where millions of visitors see them. They are not recommendations to buy or sell anything, nor to use a specific indicator. Our picks aim to bring attention to the most interesting scripts published by the generous authors who write them for TradingViewers. Our hope is that they encourage learning and sharing in our community, and that you discover indicators that may be useful in your trading.

Pine Script™ is TradingView's programming language. It allows traders and investors to create their own indicators or strategies, sometimes with just a few simple lines of code. Many of the scripts published on TradingView are original and only available to our community, most of them for free.

Gann Box (Zeiierman)

Zeiierman

█ Overview The Gann Box (Zeiierman) is an indicator that provides visual insights using the principles of W.D. Gann's trading methods. Gann's techniques are based on geometry, astronomy, and astrology, and are used to predict important price levels and market trends. This indicator helps traders identify potential support and resistance levels, and forecast...

518

47

Daily Chess Puzzles [LuxAlgo]

LuxAlgoWizard

Play Chess Puzzles right on your Chart!Daily Chess Puzzles brings you a new 1-Move chess puzzle straight to your chart every day.🔶 USAGE Submit your answer to see if your solution is correct! For quick access to the settings, Double-Click on the Chess board to open the settings interface.The current active color (Who's move it is) is represented by...

186

7

Ichimoku Oscillator

LonesomeTheBlueWizard

Hello All, This is Ichimoku Oscillator that creates different oscillator layers, calculates the trend and possible entry/exit levels by using Ichimoku Cloud features. There are four layer: First layer is the distance between closing price and cloud (min or max, depending on the main trend) Second layer is the distance between Lagging and Cloud X bars ago...

1311

72

Volume Footprint Voids [StratifyTrade]

StratifyTrade

Volume Footprint Voids is a unique tool that uses lower timeframe calculation to plot different styles of single candle POC.This indicator is very powerful for scalping and finding very precise entry and exits, spotting potential trapped traders, and more.Unlike many other volume profiles, this aims to plot single candle profiles as well as their own...

Auto Chart Patterns [Trendoscope®]

TrendoscopeWizardUpdated

🎲 Introducing our most comprehensive automatic chart pattern recognition indicator. Last week, we published an idea on how to algorithmically identify and classify chart patterns. This indicator is nothing but the initial implementation of the idea. Whatever we explained in that publication that users can do manually to identify and classify the pattern, this...

4030

58

Modern Portfolio Theory

VanHe1singUpdated

Modern Portfolio Theory The indicator is designed to apply the principles of Modern Portfolio Theory, a financial theory developed by Harry Markowitz. MPT aims to maximize portfolio returns for a given level of risk by diversifying investments. User Inputs: Users can customize various parameters, including the bar scale, risk-free rate, and the start year for...

503

17

[MAD] Acceleration based dampened SMA projections

djmad

This indicator utilizes concepts of arrays inside arrays to calculate and display projections of multiple Smoothed Moving Average (SMA) lines via polylines.This is partly an experiment as an educational post, on how to work with multidimensional arrays by using User-Defined Types ------------------ Input Controls for User Interaction: The indicator...

129

10

Live Economic Calendar by toodegrees

toodegreesUpdated

⚠️ PLEASE READ ⚠️ Although this indicator is accurate in showcasing live and upcoming News Events, checking the original sources is always suggested. This indicator aims to save Time, but due to limitations it may not be 100% correct 100% of the Time. Description: The Live Economic Calendar indicator seamlessly integrates with external news sources to provide...

3661

81

Volume Speed [By MUQWISHI]

▋ INTRODUCTION : The “Volume Dynamic Scale Bar” is a method for determining the dominance of volume flow over a selected length and timeframe, indicating whether buyers or sellers are in control. In addition, it detects the average speed of volume flow over a specified period. This indicator is almost equivalent to Time & Sales (Tape) ...

799

27

Adaptive Trend Finder (log)

Julien_EcheUpdated

In the dynamic landscape of financial markets, the Adaptive Trend Finder (log) stands out as an example of precision and professionalism. This advanced tool, equipped with a unique feature, offers traders a sophisticated approach to market trend analysis: the choice between automatic detection of the long-term or short-term trend channel.Key Features:1. Choice...

2570

83

Christmas Toolkit [LuxAlgo]

LuxAlgoWizard

It's that time of the year... and what would be more appropriate than displaying Christmas-themed elements on your chart?The Christmas Toolkit displays a tree containing elements affected by various technical indicators. If you're lucky, you just might also find a precious reindeer trotting toward the tree, how fancy!🔶 USAGE Each of the 7 X-mas balls is...

839

30

Dividend Calendar (Zeiierman)

Zeiierman

█ Overview The Dividend Calendar is a financial tool designed for investors and analysts in the stock market. Its primary function is to provide a schedule of expected dividend payouts from various companies. Dividends, which are portions of a company's earnings distributed to shareholders, represent a return on their investment. This calendar is...

401

23

Liquidity Price Depth Chart [LuxAlgo]

LuxAlgoWizard

The Liquidity Price Depth Chart is a unique indicator inspired by the visual representation of order book depth charts, highlighting sorted prices from bullish and bearish candles located on the chart's visible range, as well as their degree of liquidity.Note that changing the chart's visible range will recalculate the indicator.🔶 USAGE The indicator can be...

3063

12

Intersection Value Functions

alexgroverWizard

Winning entry for the first Pinefest contest. The challenge required providing three functions returning the intersection value between two series source1 and source2 in the event of a cross, crossunder, and crossover.Feel free to use the code however you like.🔶 CHALLENGE FUNCTIONS 🔹 crossValue() //@function Finds intersection value of 2...

691

17

AR Forecast Scatterplot [SS]

SteverstevesUpdated

This is a showcase indicator of my recently released SPTS library (the partner of the SPTS indicator). This is just to show some of the practical applications of the boring statistical functions contained within the library/SPTS indicator :-). This is an autoregressive (AR), scatter plot forecaster. What this means is it tags a lag of 1, performs an...

1378

68

Volume Profile with a few polylines

fikiraWizardUpdated

The base of "Volume Profile with a few polylines" is another script of mine, Volume Profile (Maps) .The structure of maps is used to gather the data. However, the drawings is done with polylines.This enables coders to draw an entire volume profile with just a few polylines, while the range is broader. This results in the benefit to draw more "lines" than...

389

19

MA Sabres [LuxAlgo]

LuxAlgoWizard

The "MA Sabres" indicator highlights potential trend reversals based on a moving average direction. Detected reversals are accompanied by an extrapolated "Sabre" looking shape that can be used as support/resistance and as a source of breakouts.🔶 USAGE If a selected moving average (MA) continues in the same direction for a certain time, a change in that...

3989

55

Zig-Zag Volume Profile (Bull vs. Bear) [Kioseff Trading]

KioseffTradingWizardUpdated

Hello!Thank you @Pinecoders and @TradingView for putting polylines in production and making this viable!! This script "Zig Zag Volume Profile" implements the polyline feature for Pine Script! Features Volume Profile anchored to zig zag trends Bull vs Bear profiles! Delta x price level Standard POC and value area lines, in addition to separated...

983

39

Featured Scripts — Scripts for Trading and Investing — TradingView (2024)
Top Articles
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 6734

Rating: 4.7 / 5 (57 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.