name
stringlengths
1
64
url
stringlengths
44
135
author
stringlengths
3
30
author_url
stringlengths
34
61
likes_count
int64
0
33.2k
kind
stringclasses
3 values
pine_version
int64
1
5
license
stringclasses
3 values
source
stringlengths
177
279k
SAT_LIB
https://www.tradingview.com/script/eawfpdbD-SAT-LIB/
sosso_bott
https://www.tradingview.com/u/sosso_bott/
15
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sosso_bott //@version=5 // @description TODO: This library regroups indicator's functions i use a lot library("SAT_LIB") no_rep(_symbol, _res, _src) => request.security(_symbol, _res, _src[barstate.is...
VonnyPublicLibrary
https://www.tradingview.com/script/eRLKPy7C-VonnyPublicLibrary/
VonnyFX
https://www.tradingview.com/u/VonnyFX/
13
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @VonnyFX // Last Updated August 21, 2022 // @version=5 // @description A collection functions commonly used within my scripts library("VonnyPublicLibrary") // --- BEGIN UTILITY FUNCTIONS { // @f...
MYX_ACE_DB
https://www.tradingview.com/script/gRkTYcEy-MYX-ACE-DB/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
1
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: Library for Malaysia ACE Market library('MYX_ACE_DB') // ————————————————————————————————————————————————————————————————————————————— db { // ...
loxxdynamiczone
https://www.tradingview.com/script/rezad7KS-loxxdynamiczone/
loxx
https://www.tradingview.com/u/loxx/
25
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description Dynamic Zones // Derives Leo Zamansky and David Stendahl's Dynamic Zone, // see "Stocks & Commodities V15:7 (306-310): Dynamic Zones by Leo Zamansky, Ph .D., a...
calc
https://www.tradingview.com/script/PjwF9sqT-calc/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
5
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 // @description Library for math functions. will expand over time. library("calc") // ============================================================================= // ...
HSV and HSL gradient Tools ( Built-in Drop-in replacement )
https://www.tradingview.com/script/7poJ0BTX-HSV-and-HSL-gradient-Tools-Built-in-Drop-in-replacement/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
59
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 // @description HSV and HSL Color Tools library("hsvColor") import kaigouthro/calc/5 //@funcction Limiter for out of range values //@param _h _hueValue input to limit signals b...
SumOfCandles
https://www.tradingview.com/script/BKeRoxmi-SumOfCandles/
boitoki
https://www.tradingview.com/u/boitoki/
36
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © boitoki //@version=5 // @description This function returns sum of candlestick's body. library("SumOfCandles", overlay=false) f_madev (v, m) => ((v - m) / m) * 100 // @function This function r...
Hex
https://www.tradingview.com/script/hWjJ7FSZ-Hex/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 //@description Hex String Utility library('Hex') // @function helper Binary half octet to hex character // @param _n Digits to convert export intToHex(int _n) =>...
PointofControl
https://www.tradingview.com/script/QQ6WwrQO-PointofControl/
JohnBaron
https://www.tradingview.com/u/JohnBaron/
95
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © JohnBaron //@version=5 // This library provides a single funciton which outputs an array as a result // The purpose of the function is to provide a volume profile POC to a script author library(titl...
catchChecks
https://www.tradingview.com/script/N6ouqu0s-catchChecks/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
6
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 // @description Type Check for Function Builders to allow Single item to be // passed in, and determine what to do with the item, ie: need an x value? // function that allows...
loxxvarietyrsi
https://www.tradingview.com/script/iKTE0aCF-loxxvarietyrsi/
loxx
https://www.tradingview.com/u/loxx/
16
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description RSI Variety // 7 varieties of RSI used in Loxx's indicators and strategies. // "rsi_rsi" is regular ta.rsi() // "rsi_slo" is slowed down version of regular RS...
FunctionDynamicTimeWarping
https://www.tradingview.com/script/kcFoMVxO-FunctionDynamicTimeWarping/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
39
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description // "In time series analysis, dynamic time warping (DTW) is an algorithm for // measuring similarity between two temporal sequences, which may vary i...
loxxjuriktools
https://www.tradingview.com/script/Ax6wmKSL-loxxjuriktools/
loxx
https://www.tradingview.com/u/loxx/
16
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description loxxjuriktools: Jurik tools used in Loxx's idicators and strategies library("loxxjuriktools", overlay = true) // @function jcfbaux // @param src float // @par...
DateNow
https://www.tradingview.com/script/1rke9MRw-DateNow/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
8
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: Provide today's date based on UNIX time library('DateNow', overlay = true) // ——————————————————————————————————————————————————————————————————...
CyclicRsiLib
https://www.tradingview.com/script/zsbC61Hf-CyclicRsiLib/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
10
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: add library description here library('CyclicRsiLib') // 0. AlertFrequency // 1. CyclicRSI // 2. AddToZigzag // 3. UpdateZigzag // 4. Bo...
TR_HighLow
https://www.tradingview.com/script/5ZhhkaPw/
Tommy_Rich
https://www.tradingview.com/u/Tommy_Rich/
3
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Tommy_Rich //@version=5 // @description TODO: add library description here library(title ="TR_HighLow",overlay =true) ////// // //// local function group //// **********...
UtilityFunctions
https://www.tradingview.com/script/UU4SBVcv-UtilityFunctions/
lyubo94
https://www.tradingview.com/u/lyubo94/
1
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © lyubo94 //@version=5 // @description Utility functions written by me library("UtilityFunctions") export empty() => 1 //
TR_HighLow_Lib
https://www.tradingview.com/script/9ZOwQn0C/
Tommy_Rich
https://www.tradingview.com/u/Tommy_Rich/
21
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Tommy_Rich //@version=5 // @description TODO: add library description here library(title ="TR_HighLow_Lib",overlay =true) ////// // //// local function group //// ****...
loxxmas - moving averages used in Loxx's indis & strats
https://www.tradingview.com/script/Qc1LnCik-loxxmas-moving-averages-used-in-Loxx-s-indis-strats/
loxx
https://www.tradingview.com/u/loxx/
29
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description TODO:loxx moving averages used in indicators library("loxxmas", overlay = true) // @function KAMA Kaufman adaptive moving average // @param src float // @para...
loxxexpandedsourcetypes
https://www.tradingview.com/script/yTwtoFhz-loxxexpandedsourcetypes/
loxx
https://www.tradingview.com/u/loxx/
27
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 library("loxxexpandedsourcetypes", overlay = true) _ama(src, len, fl, sl)=> flout = 2/(fl + 1) slout = 2/(sl + 1) hh = ta.highest(len + 1) ll = ta.lowest(len +...
loxxpaaspecial
https://www.tradingview.com/script/eLk4ghlC-loxxpaaspecial/
loxx
https://www.tradingview.com/u/loxx/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description loxxpaaspecial: Ehles Phase Accumulation Dominant Cycle Period with Multipler and Fitler library("loxxpaaspecial", overlay = false) calcComp(src, period)=> ...
functionStringToMatrix
https://www.tradingview.com/script/48OB7p0o-functionStringToMatrix/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
31
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Provides unbound methods (no error checking) to parse a string into a float or int matrix. library(title='functionStringToMatrix') import RicardoSantos...
loxxfsrrdspfilts
https://www.tradingview.com/script/8T2g9amR-loxxfsrrdspfilts/
loxx
https://www.tradingview.com/u/loxx/
13
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description loxxfsrrdspfilts : FATL, SATL, RFTL, & RSTL Digital Signal Filters library("loxxfsrrdspfilts", overlay = true) // @function fatl // @param src float // @retur...
VisibleChart
https://www.tradingview.com/script/j7vCseM2-VisibleChart/
PineCoders
https://www.tradingview.com/u/PineCoders/
340
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © PineCoders //@version=5 // @description This library is a Pine programmer’s tool containing functions that return values from visible chart bars. library("VisibleChart", true) // VisibleChart Libr...
threengine_global_automation_library
https://www.tradingview.com/script/BJk6hZD6-threengine-global-automation-library/
jordanfray
https://www.tradingview.com/u/jordanfray/
20
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jordanfray //@version=5 // @description A collection of functions used for trade automation library("threengine_global_automation_library") // @function Gets the base currency for the chart's ti...
loxxrsx
https://www.tradingview.com/script/us2myKcI-loxxrsx/
loxx
https://www.tradingview.com/u/loxx/
6
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 // @description TODO: add library description here library("loxxrsx", overlay = false) // @function rsx // @param src float // @param len int // @returns result float e...
McNichollBands
https://www.tradingview.com/script/gpZTk9RM/
EduardoMattje
https://www.tradingview.com/u/EduardoMattje/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © EduardoMattje //@version=5 // @description This is a library which only functions to make the McNicholl's Bollinger Bands modifications. It's also my first library, so I'll probably screw some thing...
FunctionArrayUnique
https://www.tradingview.com/script/PN1mL4cK-FunctionArrayUnique/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
27
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Method for retrieving the unique elements in a array. // for example [1, 2, 1, 1, 2] would retrieve a array with [1, 2], // the elements retrieved will...
DeleteArrayObject
https://www.tradingview.com/script/dhx2QoYA-DeleteArrayObject/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
3
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: Delete array object according to array size library('DeleteArrayObject') // 0. Delete array label[] // 1. Delete array line[] // 2. Delete arr...
Heikin Ashi Candles
https://www.tradingview.com/script/jnUA4DB8-Heikin-Ashi-Candles/
layth7ussein
https://www.tradingview.com/u/layth7ussein/
19
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © layth7ussein //@version=5 library("heikin_ashi_candles") export _close() => 1.01*(open+close+high+low)/4.01 export _open() => (open[1]+close[1])/2 export _high() => math....
HarmonicDB
https://www.tradingview.com/script/pyxi0Oes-HarmonicDB/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
7
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: Database of Harmonic Pattern Specifications library('HarmonicDB', overlay = true) // 0. animal_db // 1. example // —————————————————————————...
HarmonicCalculation
https://www.tradingview.com/script/j8t5IkYF-HarmonicCalculation/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
11
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: library for HarmonicCalculation library('HarmonicCalculation') // 0. PriceDiff // 1. TimeDiff // 2. ReturnIndexOf3Arrays // 3. AbsoluteR...
srcCalc
https://www.tradingview.com/script/8XUiFDY1-srcCalc/
LamboLimbo
https://www.tradingview.com/u/LamboLimbo/
20
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LamboLimbo //@version=5 // @description Provides functions for converting input strings 'open','high','low','close','hl2','hlc3','ohlc4','hlcc4' to corresponding source values. library("srcCalc") ...
xor logical operator
https://www.tradingview.com/script/76H016CG/
TheSocialCryptoClub
https://www.tradingview.com/u/TheSocialCryptoClub/
10
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TheSocialCryptoClub //@version=5 // @description: this library provides xor logical operator to Pine Script library("xor") // @function xor: Exclusive or, or exclusive disjunction is a logical o...
CommonMarkup
https://www.tradingview.com/script/X3r6W8fY-CommonMarkup/
foosmoo
https://www.tradingview.com/u/foosmoo/
1
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © foosmoo //@version=5 // @description Provides functions for chart markup, such as indicating recession bands. library("CommonMarkup") markRecessionBands(string title, int start, int end, float y...
Object: object oriented programming made possible!
https://www.tradingview.com/script/uQNIj9rc-Object-object-oriented-programming-made-possible/
NeoDaNomad
https://www.tradingview.com/u/NeoDaNomad/
22
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © NeoDaNomad //@version=5 library("Object",overlay=true) //flags //collision flag comes before type flags string f_collision = "C!" string f_string = "S." string f_float = "F." string f_bool...
HarmonicSwitches
https://www.tradingview.com/script/fV92LLeb-HarmonicSwitches/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
8
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 // @description TODO: library for HarmonicSwitches library('HarmonicSwitches') // 0. TupleSwitchHL // 1. TupleSwitchStyleColor // 2. TupleSwitchString // 3. Tuple...
Price Displacement - Candlestick (OHLC) Calculations
https://www.tradingview.com/script/8O6HnTVL-Price-Displacement-Candlestick-OHLC-Calculations/
kurtsmock
https://www.tradingview.com/u/kurtsmock/
18
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kurtsmock //@version=5 // @description Price Displacement library("PD", overlay = false) // -- Expression Helper List { // All ...
curve
https://www.tradingview.com/script/U0ErLfVJ-curve/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
15
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro import wlhm/UnicodeReplacementFunction/1 as uni //@version=5 // @description Regression array Creator and Visualizer library("curve",true) // @function Curve Regression Values Tool //...
fontilab
https://www.tradingview.com/script/jsr2Yo7O-fontilab/
Fontiramisu
https://www.tradingview.com/u/Fontiramisu/
33
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Author : @Fontiramisu // Pivot Calculation is from ©ZenAndTheArtOfTrading // Trend interpretation is from @Fontiramisu //@version=5 // @description Provides function's indicators for pivot - trend - r...
WpProbabilisticLib
https://www.tradingview.com/script/zbPyIFwl/
Wpkenpachi
https://www.tradingview.com/u/Wpkenpachi/
14
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Wpkenpachi //@version=5 // @description Library that contains functions to calculate probabilistic based on historical candle analysis library("WpProbabilisticLib") int g = 1 int r = -1 int d ...
SizeAndPlace
https://www.tradingview.com/script/jFvpGj5i-SizeAndPlace/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 // @description size and location shortcuts library("SizeAndPlace") // for copy/paste _size = input.string('Tiny', 'Size', options = ['Tiny','Small','Normal','Large','Huge','Auto...
CarlLib
https://www.tradingview.com/script/mZMr2zK6-CarlLib/
carlpwilliams2
https://www.tradingview.com/u/carlpwilliams2/
24
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © carlpwilliams2 //@version=5 // @description library("CarlLib", overlay=true) // @function returns values to plot/use volatility oscillator // @param open the source of the close value to us...
HighTimeframeSampling
https://www.tradingview.com/script/tRv6GGg7-HighTimeframeSampling/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
26
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SimpleCryptoLife //@version=5 // @description Library for sampling high timeframe (HTF) data. Returns a matrix of historical values, an array of historical values, an arbitrary historical value, or ...
drawcandles
https://www.tradingview.com/script/Mu97K0Xr-drawcandles/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
274
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
PlurexSignalIntegration
https://www.tradingview.com/script/T1aznIds-PlurexSignalIntegration/
FlintMonk
https://www.tradingview.com/u/FlintMonk/
4
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Plurex //@version=5 library("PlurexSignalIntegration") LONG = "LONG" SHORT = "SHORT" CLOSE_LONGS = "CLOSE_LONGS" CLOSE_SHORTS = "CLOSE_SHORTS" CLOSE_ALL = "CLOSE_ALL" // @function Build a Pl...
StapleIndicators
https://www.tradingview.com/script/tUArxEvY-StapleIndicators/
gliderfund
https://www.tradingview.com/u/gliderfund/
14
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © gliderfund //@version=5 // import gliderfund/StapleIndicators/1 as ind // @description This Library provides some common indicators commonly referenced from other studies in Pine Script library(...
FunctionIntrabarCrossValue
https://www.tradingview.com/script/mzWx1JPM-FunctionIntrabarCrossValue/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
74
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 library(title='FunctionIntrabarCrossValue') import RicardoSantos/FunctionForecastLinear/1 as lin // @function Find the minimum difference of a intrabar cross and retur...
CandleStore
https://www.tradingview.com/script/EZBnQDow-CandleStore/
livingdraculaog
https://www.tradingview.com/u/livingdraculaog/
8
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © livingdraculaog //@version=5 // @description This library provides to provide simple, semantic, reusable utility functions for analyzing candlesticks, wicks, patterns, trends, volume, and more... ...
MonthlyReturnsVsMarket
https://www.tradingview.com/script/gSlPZC7s-MonthlyReturnsVsMarket/
levieux
https://www.tradingview.com/u/levieux/
13
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © levieux //@version=5 // @description Display a table showing monthly returns vs market // Only one function is exported : displayMonthlyPnL(int precision) // When precision is 0 value will be roun...
matrixautotable
https://www.tradingview.com/script/fyt5iGYQ-matrixautotable/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
10
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 import kaigouthro/hsvColor/15 as h import kaigouthro/font/4 import kaigouthro/into/2 // @description Automatic Table from Matrixes with pseudo correction for na values and default ...
my_choppyness
https://www.tradingview.com/script/Y49s1M2F-my-choppyness/
danielsaadia0907
https://www.tradingview.com/u/danielsaadia0907/
7
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © danielsaadia0907 //@version=5 library("my_choppyness") // firstPriority = input.float(1, "First priority", minval=1) length = input.int(56, "length", minval=1) Hline = input.float(55, "HLine", mi...
honest personal library
https://www.tradingview.com/script/Qqb6zsYd-honest-personal-library/
Honestcowboy
https://www.tradingview.com/u/Honestcowboy/
11
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Honestcowboy //@version=5 // @description <library_description> library("honestpersonallibrary", true) // @function this will return the number 1,2 or 3 using the logic from Rob Smiths #thes...
FunctionMatrixSolve
https://www.tradingview.com/script/srzgu6h6-FunctionMatrixSolve/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
34
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Matrix Equation solution for Ax = B, finds the value of x. library(title='FunctionMatrixSolve') //reference: // https://introcs.cs.princeton.edu/...
FunctionPolynomialFit
https://www.tradingview.com/script/hDV6pCFy-FunctionPolynomialFit/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
138
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Performs Polynomial Regression fit to data. // In statistics, polynomial regression is a form of regression analysis in which // the relationship betwee...
ATRStopLossFinder
https://www.tradingview.com/script/V4Hn2MIo-ATRStopLossFinder/
robbatt
https://www.tradingview.com/u/robbatt/
5
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © robbatt //@version=5 //@description Average True Range Stop Loss Finder // credits to https://www.tradingview.com/u/shayankm/ for the initial version library (title="ATRStopLossFinder", overlay=true...
CommonFilters
https://www.tradingview.com/script/kI6YjrIH-CommonFilters/
lastguru
https://www.tradingview.com/u/lastguru/
15
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © lastguru //@version=5 // @description Collection of some common Filters and Moving Averages. This collection is not encyclopaedic, but to declutter my other scripts. Suggestions are welcome, though. M...
DateLibrary
https://www.tradingview.com/script/OVwcXIeS-DateLibrary/
jeanpaulfd
https://www.tradingview.com/u/jeanpaulfd/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaka900 //@version=5 // @description TODO: add library description here library("DateLibrary", overlay=true) // @function Calculates the all-time high of a series. // @param val Series to use (...
AbdulLibrary
https://www.tradingview.com/script/851iJzAw-AbdulLibrary/
Abdul_Saif
https://www.tradingview.com/u/Abdul_Saif/
11
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Abdul_Saif //@version=5 // @description The library consists of three sections: // @Technical Analysis Functions - A collection of tools commonly used by day traders // @Trading Setup Filters Func...
moving_average
https://www.tradingview.com/script/IjotbRV3/
dandrideng
https://www.tradingview.com/u/dandrideng/
7
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © dandrideng //@version=5 // @description moving_average: moving average variants library("moving_average", overlay=true) // @function variant: moving average variants // @param string type: type...
divergence
https://www.tradingview.com/script/mPcGqrxb/
dandrideng
https://www.tradingview.com/u/dandrideng/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © dandrideng //@version=5 // @description divergence: divergence algorithm with top and bottom kline tolerance library("divergence", overlay=true) // @function regular_bull: regular bull divergenc...
OrdinaryLeastSquares
https://www.tradingview.com/script/9AZQdbbL-OrdinaryLeastSquares/
lejmer
https://www.tradingview.com/u/lejmer/
36
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © lejmer //@version=5 // @description One of the most common ways to estimate the coefficients for a linear regression is to use the Ordinary Least Squares (OLS) method. // This library implements OL...
NormalizedOscillators
https://www.tradingview.com/script/KEJafm1l-NormalizedOscillators/
lastguru
https://www.tradingview.com/u/lastguru/
14
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © lastguru //@version=5 // @description Collection of some common Oscillators. All are zero-mean and normalized to fit in the -1..1 range. Some are modified, so that the internal smoothing function coul...
LengthAdaptation
https://www.tradingview.com/script/uS94dhvg-LengthAdaptation/
lastguru
https://www.tradingview.com/u/lastguru/
10
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © lastguru //@version=5 // @description Collection of dynamic length adaptation algorithms. Mostly from various Adaptive Moving Averages (they are usually just EMA otherwise). Now you can combine Adapta...
simple_squares_regression
https://www.tradingview.com/script/acgD1CJb/
dandrideng
https://www.tradingview.com/u/dandrideng/
13
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © dandrideng //@version=5 // @description simple_squares_regression: simple squares regression algorithm to find the horizontal price region library("simple_squares_regression", overlay=true) // @...
on_balance_volume
https://www.tradingview.com/script/AyCkZwOx/
dandrideng
https://www.tradingview.com/u/dandrideng/
7
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © dandrideng //@version=5 // @description on_balance_volume: custom on balance volume library("on_balance_volume", overlay=false) import dandrideng/moving_average/1 as ma // @function obv_diff:...
DominantCycle
https://www.tradingview.com/script/cY7DdxyZ-DominantCycle/
lastguru
https://www.tradingview.com/u/lastguru/
23
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © lastguru //@version=5 // @description Collection of Dominant Cycle estimators. Length adaptation used in the Adaptive Moving Averages and the Adaptive Oscillators try to follow price movements and acc...
least_squares_regression
https://www.tradingview.com/script/IBFk6X1d/
dandrideng
https://www.tradingview.com/u/dandrideng/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © dandrideng //@version=5 // @description least_squares_regression: Least squares regression algorithm library("least_squares_regression", overlay=true) // @function basic_lsr: Basic least squares...
OscillatorPivots
https://www.tradingview.com/script/VLil0j5F-OscillatorPivots/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
132
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SimpleCryptoLife // @version=5 // @description Measures pivots in an oscillator and flags if they are above a configurable size. Uses absolute size rather than just highest/lowest in a candle range....
MathProbabilityDistribution
https://www.tradingview.com/script/yU0hwo2Q-MathProbabilityDistribution/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
104
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos // Special Apreciation for help to: Anton Berlin, LucF. //@version=5 // @description Probability Distribution Functions. library(title='MathProbabilityDistribution') // reference:...
Colors
https://www.tradingview.com/script/h5iP3EyW-Colors/
gliderfund
https://www.tradingview.com/u/gliderfund/
5
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © gliderfund //@version=5 // @description This Library delivers Hex Codes of Colors frequently used in indicators and strategies. library("Colors", overlay = true) // @function Collecti...
eHarmonicpatternsExtended
https://www.tradingview.com/script/tzz1aHhR-eHarmonicpatternsExtended/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
216
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
Strategy
https://www.tradingview.com/script/mCOgJC67-Strategy/
TradingView
https://www.tradingview.com/u/TradingView/
518
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TradingView //@version=5 // @description This library contains strategy helper functions that assist in various positional calculations such as PnL, percent, ticks, price, or currency. library("S...
Adaptive_Length
https://www.tradingview.com/script/XLRrjMZR-Adaptive-Length/
MightyZinger
https://www.tradingview.com/u/MightyZinger/
49
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MightyZinger //@version=5 // @description This library contains functions to calculate Adaptive dynamic length which can be used in Moving Averages and other indicators. library("Adaptive_Length"...
harmonicpatternsarrays
https://www.tradingview.com/script/XtQhV4Rr-harmonicpatternsarrays/
CryptoArch_
https://www.tradingview.com/u/CryptoArch_/
12
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © CryptoArch_ //@version=5 // @description Library provides an alternative method to scan harmonic patterns and contains utility functions using arrays. // These are mostly customized f...
HighTimeframeTiming
https://www.tradingview.com/script/F9vFt8aX-HighTimeframeTiming/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
40
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SimpleCryptoLife //@version=5 // @description Functions for sampling high timeframe (HTF) historical data at an arbitrary number of HTF bars back, using a single security() call. // The data is fix...
historicalrange
https://www.tradingview.com/script/RSBz7Vx7-historicalrange/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
36
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
adx: Configurable ADX (library)
https://www.tradingview.com/script/EI9z8EVc-adx-Configurable-ADX-library/
t92a4
https://www.tradingview.com/u/t92a4/
3
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © t92a4 //@version=5 // @description Calculate ADX (and its constituent parts +DI, -DI, ATR), // using different moving averages and periods. library("adx", overlay=false) ma(simple string type...
TAExt
https://www.tradingview.com/script/3i8MeCJw-TAExt/
TheBacktestGuy
https://www.tradingview.com/u/TheBacktestGuy/
93
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © wallneradam //@version=5 // @description Indicator functions can be used in other indicators and strategies. This will be extended by time with indicators I use in my strategies and studies. All ind...
FunctionCosineSimilarity
https://www.tradingview.com/script/GJdeNt95-FunctionCosineSimilarity/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
18
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Cosine Similarity method. library("FunctionCosineSimilarity") import RicardoSantos/DebugConsole/6 as console [__T, __C] = console.init(25) // @func...
MakeLoveNotWar
https://www.tradingview.com/script/3Kvi7zHy-MakeLoveNotWar/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
58
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Make Love Not War, place a flag of support on your chart! library(title='MakeLoveNotWar', overlay=true) // @function Make Love Not War function. // @p...
Cayoshi_Library
https://www.tradingview.com/script/iZcjz6AV/
Naruephat
https://www.tradingview.com/u/Naruephat/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Naruephat //@version=5 // @description TODO: add library description here library("Cayoshi_Library") //เรียกใช้ library //import Naruephat/Cayoshi_Library/1 as fuLi //Copy ส่วนล่างไปใช้ ...
bytime
https://www.tradingview.com/script/qgXywape-bytime/
hapharmonic
https://www.tradingview.com/u/hapharmonic/
12
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © hapharmonic //@version=5 // @description TODO: add library description here library("bytime", overlay=true) // @function TODO: to do something at the specified time. // @returns TODO: ////Retur...
[e2] Drawing Library :: Horizontal Ray
https://www.tradingview.com/script/WRHeq9cf-e2-Drawing-Library-Horizontal-Ray/
e2e4mfck
https://www.tradingview.com/u/e2e4mfck/
146
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © e2e4mfck //@version=5 // @description e2's drawing library. library("e2hray", overlay = true) // —————————— hray() { // @function Horizontal ray. // @param condition Boolean condition that def...
eStrategy
https://www.tradingview.com/script/41vjd1gn-eStrategy/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
47
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed //@version=5 // @description Library contains methods which can help build custom strategy for continuous investment plans and also compare it with systematic buy and hold. libr...
RVSI
https://www.tradingview.com/script/2Hre7Bm1-RVSI/
MightyZinger
https://www.tradingview.com/u/MightyZinger/
43
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MightyZinger //@version=5 // @description This Library contains functions that calculate all types of "Relative Volume Strength Index (MZ RVSI)" depending upon unique volume oscillator. Achieved RVS...
TS_FFA
https://www.tradingview.com/script/ZCOhIT5N/
emreyavuz84
https://www.tradingview.com/u/emreyavuz84/
5
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © emreyavuz84 //@version=5 // @description : Common Library for EY84 indicators library("TS_FFA") export labeling(string _sym_name, float _series) => //TODO: get and integrate Label to the gr...
harmonicpatterns1
https://www.tradingview.com/script/JNXJUeOI-harmonicpatterns1/
CryptoArch_
https://www.tradingview.com/u/CryptoArch_/
17
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed correction © CryptoArch_ // __ __ __ __ __ __ __ __ __ __ __ _______ __ ...
LibraryCOT
https://www.tradingview.com/script/ysFf2OTq-LibraryCOT/
TradingView
https://www.tradingview.com/u/TradingView/
134
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TradingView //@version=5 // +------------------------------+------------------------+ // | Legacy (COT) Metric Names | Directions | // +------------------------------+--------------...
FunctionMinkowskiDistance
https://www.tradingview.com/script/jtQtg2QC-FunctionMinkowskiDistance/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
33
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Method for Minkowski Distance, // The Minkowski distance or Minkowski metric is a metric in a normed vector space // which can be considered as a genera...
timeUtils
https://www.tradingview.com/script/Ktb7BHp5-timeUtils/
zions
https://www.tradingview.com/u/zions/
7
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © zions //@version=5 // @description Utils for time series library("timeUtils", overlay=false) // @function Calculates how many full trading days left until the end of the current month. (It doe...
ArrayExt
https://www.tradingview.com/script/zcZW9eIM-ArrayExt/
TheBacktestGuy
https://www.tradingview.com/u/TheBacktestGuy/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © wallneradam //@version=5 // @description Array extensions: get/set, distance sorting, multi-array sorting library("ArrayExt", overlay=true) ///////////// // Get/Set // ///////////// // /...
FunctionBlackScholes
https://www.tradingview.com/script/H3nlQz2A-FunctionBlackScholes/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
54
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Some methods for the Black Scholes Options Model, which demonstrates several approaches to the valuation of a European call. library("FunctionBlackScholes...
statistics
https://www.tradingview.com/script/J4cWYceC-statistics/
maartenheremans
https://www.tradingview.com/u/maartenheremans/
18
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © maartenheremans //@version=5 // @description General statistics library. library("statistics") // @function The "error function" encountered in integrating the normal // distribution ...
ObjectStack
https://www.tradingview.com/script/w66bV0Op-ObjectStack/
cryptolinx
https://www.tradingview.com/u/cryptolinx/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © cryptolinx - jango_blockchained //@version=5 // @description library("ObjectStack", false) // ▪ Library Export ──── // ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░...
FunctionPatternDecomposition
https://www.tradingview.com/script/zzxuAOKs-FunctionPatternDecomposition/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
54
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Methods for decomposing price into common grid/matrix patterns. library(title='FunctionPatternDecomposition') // reference: // https://jackschaed...
WIPNNetwork
https://www.tradingview.com/script/eXYloxSF-WIPNNetwork/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
53
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Method for a generalized Neural Network. library("WIPNNetwork") // reference: // https://blog.primen.dk/understanding-backpropagation/ // h...
FunctionWeekofmonth
https://www.tradingview.com/script/6CQ2olfy-FunctionWeekofmonth/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
40
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Week of Month function. library(title='FunctionWeekofmonth') // @function Week of month for provided unix time. // @param utime int, unix timestamp. ...
Logger Library For Pinescript (Logging and Debugging)
https://www.tradingview.com/script/aeH4cdXM-Logger-Library-For-Pinescript-Logging-and-Debugging/
CyberMensch
https://www.tradingview.com/u/CyberMensch/
46
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © paragjyoti2012 //@version=5 // @description // // This is a logging library for Pinescript. It is aimed to help developers testing and debugging scripts with a simple to use logger function. // ...
FunctionNNPerceptron
https://www.tradingview.com/script/SurirnkK-FunctionNNPerceptron/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
33
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Perceptron Function for Neural networks. library(title='FunctionNNPerceptron') // reference: // https://www.educba.com/perceptron-learning-algor...