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
MathTransformsHartley
https://www.tradingview.com/script/mvkfPAqn-MathTransformsHartley/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description implementation of the Fast Discrete Hartley Transform(DHT). library(title='MathTransformsHartley') // reference: // https://github.com/mathnet/ma...
Library_All_In_One
https://www.tradingview.com/script/z9T9ctfe-Library-All-In-One/
Wilson-IV
https://www.tradingview.com/u/Wilson-IV/
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/ // © Wilson-IV //@version=5 // @description: Contains several functions of Pinescript all in one Library. This reduce your coding. It will expands during time. library(title = "Library_All_In_One", over...
ArrayGenerate
https://www.tradingview.com/script/9ATmt813-ArrayGenerate/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Functions to generate arrays. library(title='ArrayGenerate') // reference: // https://github.com/mathnet/mathnet-numerics/blob/a50d68d52def605a53...
MovingAverages
https://www.tradingview.com/script/L9Wzl765-MovingAverages/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Contains utilities for generating moving average values including getting a moving average by name and a function for generating a Volume...
AnalysisInterpolationLoess
https://www.tradingview.com/script/1fOdjHkW-AnalysisInterpolationLoess/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
76
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 to: @midtownSk8rguy, @kaigouthro //@version=5 // @description LOESS, local weighted Smoothing function. library(title='AnalysisInterpolationLoess') // referen...
MathSpecialFunctionsTestFunctions
https://www.tradingview.com/script/odTXh1HE-MathSpecialFunctionsTestFunctions/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods for test functions. library(title='MathSpecialFunctionsTestFunctions') // reference: // https://github.com/mathnet/mathnet-numerics/blob/...
MathConstants
https://www.tradingview.com/script/0z8WYrjM-MathConstants/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Mathematical Constants library(title='MathConstants') // reference: // https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Cons...
SupportResitanceAndTrend
https://www.tradingview.com/script/p7CZyF5N-SupportResitanceAndTrend/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Contains utilities for finding key levels of support, resistance and direction of trend. library('SupportResitanceAndTrend', true) impo...
ArrayExtension
https://www.tradingview.com/script/d9HTH42V-ArrayExtension/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Functions to extend Arrays. library(title='ArrayExtension') // imports: import RicardoSantos/ArrayGenerate/1 as gen // gen.sequence_int() import Ric...
SignalProcessingClusteringKMeans
https://www.tradingview.com/script/7pJRwKai-SignalProcessingClusteringKMeans/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
84
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 K-Means Clustering Method. library(title='SignalProcessingClusteringKMeans') // reference: // C version : http://rosettacode.org/wiki/K-means%2B%...
FunctionDatestring
https://www.tradingview.com/script/QdtSGg8b-FunctionDatestring/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods to stringify date/time, altho there is already builtin support for it. library(title='FunctionDatestring') import RicardoSantos/DebugConsole/1 as...
ColorExtension
https://www.tradingview.com/script/eJkfSXwJ-ColorExtension/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
30
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 Extra methods for Color manipulation and profiling. library(title='ColorExtension') // reference: // https://tallys.github.io/color-theory/ // ...
HarmonicPattern
https://www.tradingview.com/script/12FErxAl-HarmonicPattern/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
75
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 Functions to detect/check harmonic patterns from provided values. library("HarmonicPattern") // @function Compute the price rate of the line AB divided...
Vector2Operations
https://www.tradingview.com/script/F3Hvmt8h-Vector2Operations/
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 functions to handle vector2 operations. library(title='Vector2Operations') // references: // https://docs.unity3d.com/ScriptReference/Vector2.ht...
ColorScheme
https://www.tradingview.com/script/fh7Tyfli-ColorScheme/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
37
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 A color scheme generator. library(title='ColorScheme') //#region -> Helpers: import RicardoSantos/ColorExtension/1 as colex // Constants: {...
DebugConsole
https://www.tradingview.com/script/GQf7WeMO-DebugConsole/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
120
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 debuging/output into a table, console like style. library(title='DebugConsole') // StyleParameters { // @field position Table positio...
MathSpecialFunctionsGamma
https://www.tradingview.com/script/kjfrsghw-MathSpecialFunctionsGamma/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Gamma Functions. library(title='MathSpecialFunctionsGamma') // reference: // https://github.com/mathnet/mathnet-numerics/blob/a50d68d52def605a53d...
Matrix_Functions_Lib_JD
https://www.tradingview.com/script/MzXk9K0k-Matrix-Functions-Lib-JD/
Duyck
https://www.tradingview.com/u/Duyck/
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/ // © jorisduyck //@version=5 library("Matrix_Functions_Lib_JD") //@description This library converts 1D Pine arrays into 2D matrices and provides matrix manupulation and calculation functions. ////////...
RS
https://www.tradingview.com/script/ZGGKyBA5-RS/
bharatTrader
https://www.tradingview.com/u/bharatTrader/
181
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/ // © bharatTrader //@version=5 // @description Utility methods for Relative Strength analysis library("RS") // @function Simple ratio of symbol vs benchmark // @param symbol to be compared // @para...
bursamalaysianonshariah
https://www.tradingview.com/script/O5ADBRCt-bursamalaysianonshariah/
BURSATRENDBANDCHART
https://www.tradingview.com/u/BURSATRENDBANDCHART/
35
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/ // © BURSATRENDBANDCHART //@version=5 // @description : Update 27 DEC 2022 ! List of Shariah stock for Bursa Malaysia library("bursamalaysianonshariah", overlay = true) // @function : To get current ...
MathConstantsElectromagnetic
https://www.tradingview.com/script/8aIya1wr-MathConstantsElectromagnetic/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Mathematical Constants library(title='MathConstantsElectromagnetic') // reference: // https://github.com/mathnet/mathnet-numerics/blob/master/sr...
MathStatisticsKernelFunctions
https://www.tradingview.com/script/ooqAiNMr-MathStatisticsKernelFunctions/
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 TODO: add library description here library(title='MathStatisticsKernelFunctions') // reference: // list: https://en.wikipedia.org/wiki/Kernel_%28...
MathConstantsAtomic
https://www.tradingview.com/script/NQZFDVWo-MathConstantsAtomic/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Mathematical Constants library(title='MathConstantsAtomic') // reference: // https://github.com/mathnet/mathnet-numerics/blob/master/src/Numeric...
MathConstantsScientific
https://www.tradingview.com/script/0oAR55cp-MathConstantsScientific/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Mathematical Constants library(title='MathConstantsScientific') // reference: // https://github.com/mathnet/mathnet-numerics/blob/master/src/Num...
Probability
https://www.tradingview.com/script/VuCsvJyb-Probability/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description: a library of functions to deal with probabilities. library(title='Probability') // imports: import RicardoSantos/MathExtension/1 as me // me.log2() ...
MathStatisticsKernelDensityEstimation
https://www.tradingview.com/script/oTcbPUuo-MathStatisticsKernelDensityEstimation/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
51
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 (KDE) Method for Kernel Density Estimation library(title='MathStatisticsKernelDensityEstimation') //| reference: //| https://www.highcharts.com/blo...
log
https://www.tradingview.com/script/2nSunmfE-log/
GeoffHammond
https://www.tradingview.com/u/GeoffHammond/
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/ // © Geoff Hammond //@version=5 // @description Logging library for easily displaying debug, info, warn, error and critical messages library("log") // █ █▀█ █▀▀ █ █ █▄▄ █▀█ ▄▀█ █▀█ █▄█ // █▄...
enhanced_ta
https://www.tradingview.com/script/Puxp2q46-enhanced-ta/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
105
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
FunctionDecisionTree
https://www.tradingview.com/script/mH1N5tpz-FunctionDecisionTree/
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 to generate decision tree based on weights. library(title='FunctionDecisionTree') // @function Method to generate decision tree based on weights...
Signal_Data_2021_09_09__2021_11_18
https://www.tradingview.com/script/eGaloNLV-Signal-Data-2021-09-09-2021-11-18/
ubiquity
https://www.tradingview.com/u/ubiquity/
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/ // © ubiquity //@version=5 // @description Functions to support my timing signals system library("Signal_Data_2021_09_09__2021_11_18", overlay=true) // import ubiquity/DebugConsole/1 as dbug // @f...
CreateAndShowZigzag
https://www.tradingview.com/script/s1kd2R7I-CreateAndShowZigzag/
LonesomeTheBlue
https://www.tradingview.com/u/LonesomeTheBlue/
191
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/ // © LonesomeTheBlue //@version=5 // @description Functions in this library creates/updates zigzag array and shows the zigzag library("CreateAndShowZigzag") Trz(float [] zigzag, int mLoc)=> for...
MathComplexTrignometry
https://www.tradingview.com/script/6GGcGa8y-MathComplexTrignometry/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods for complex number trignometry operations. library(title='MathComplexTrignometry') // reference: // https://github.com/mathnet/mathnet-nu...
zigzag
https://www.tradingview.com/script/DnjLJ7fc-zigzag/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
170
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
MathComplexEvaluate
https://www.tradingview.com/script/SI4Lh03O-MathComplexEvaluate/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description TODO: add library description here library(title='MathComplexEvaluate') //#region -> Imports: import RicardoSantos/DebugConsole/11 as console log...
FunctionGeometricLineDrawings
https://www.tradingview.com/script/ie6MFhIW-FunctionGeometricLineDrawings/
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 Methods to draw geometric objects. library(title='FunctionGeometricLineDrawings') // @function deletes all lines in array. // @param lines line arra...
zigzagplus
https://www.tradingview.com/script/OidafFyO-zigzagplus/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
195
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
MLLossFunctions
https://www.tradingview.com/script/IK2w69iH-MLLossFunctions/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods for Loss functions. library("MLLossFunctions") import RicardoSantos/DebugConsole/6 as console [__T, __C] = console.init(25) // reference: ...
OteHmacSha256
https://www.tradingview.com/script/s5bVPWvl-OteHmacSha256/
OgahTerkenal
https://www.tradingview.com/u/OgahTerkenal/
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/ // © OgahTerkenal (ote.digital.currency@gmail.com) //@version=5 // @description Library to use HMAC SHA-256 by OgahTerkenal library(title="OteHmacSha256", overlay=true) // TABLE OF CONTENTS: // - SE...
MultiUsage_Library
https://www.tradingview.com/script/bwDeNkg3-MultiUsage-Library/
MoonKoder
https://www.tradingview.com/u/MoonKoder/
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/ // © TitinhoAmorim //@version=5 library("MultiUse_Library", overlay = true) // @BULLISH ENGULFING CANDLE DETECTOR // Checks if Bullish Engulfing Candle Found // { // @INPUT PARAMETERS // bool ...
LibraryCheckNthBar
https://www.tradingview.com/script/01u8W9QY-LibraryCheckNthBar/
LonesomeTheBlue
https://www.tradingview.com/u/LonesomeTheBlue/
118
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/ // © LonesomeTheBlue //@version=5 // @description TODO: add library description here library("LibraryCheckNthBar") // @function this function can be used if current bar is in last Nth bar // @param ...
GenericTA
https://www.tradingview.com/script/Gz4OuW86-GenericTA/
BillionaireLau
https://www.tradingview.com/u/BillionaireLau/
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/ // © BillionaireLau //@version=5 // @description TODO: add library description here library("GenericTA") tf_cv(fx, range_reso) => returning_function = request.security(syminfo.tickerid, range_...
CandleEvaluation
https://www.tradingview.com/script/vhJwIsNM-CandleEvaluation/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
128
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 to evaluate bullish and bearish, engulfing, and outsized candles. They are different from the built-in indicators from TradingView in that //...
assert
https://www.tradingview.com/script/Ddd3hMq8-assert/
GeoffHammond
https://www.tradingview.com/u/GeoffHammond/
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/ // © Geoff Hammond //@version=5 // @description Production ready assertions and auto-reporting for unit testing pine scripts library("assert") // ▄▀█ █▀ █▀ █▀▀ █▀█ ▀█▀ █ █▀█ █▄ █ █ █ █▄▄ █▀█ ▄▀...
bench
https://www.tradingview.com/script/R9XguNNc-bench/
GeoffHammond
https://www.tradingview.com/u/GeoffHammond/
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/ // © Geoff Hammond //@version=5 // @description A simple banchmark library to analyse script performance and bottlenecks library("bench") // █▄▄ █▀▀ █▄ █ █▀▀ █ █ █ █ █▄▄ █▀█ ▄▀█ █▀█ █▄█ // █▄█...
LibraryPrivateUsage001
https://www.tradingview.com/script/LrBomXvi-LibraryPrivateUsage001/
LonesomeTheBlue
https://www.tradingview.com/u/LonesomeTheBlue/
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/ // © LonesomeTheBlue //@version=5 // @description This library is used for math operations. library("LibraryPrivateUsage001") // @function checks if the array elements (which index is smaller than e...
Volatility
https://www.tradingview.com/script/JE1mqKCL-Volatility/
Electrified
https://www.tradingview.com/u/Electrified/
167
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Functions for determining if volatility (true range) is within or exceeds normal. library('Volatility') import Electrified/MovingAverag...
DataCleaner
https://www.tradingview.com/script/rv0pbZsA-DataCleaner/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Functions for acquiring outlier levels and deriving a cleaned version of a series. library("DataCleaner") ///////////////////////////...
FunctionZigZagMultipleMethods
https://www.tradingview.com/script/RQfqaRAJ-FunctionZigZagMultipleMethods/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
342
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 ZigZag Multiple Methods. library(title='FunctionZigZagMultipleMethods') string m_000 = '(MANUAL) Percent price move over X * Y' string m_001 = 'Percen...
FunctionPeakDetection
https://www.tradingview.com/script/FKWXIRix-FunctionPeakDetection/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
145
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 used for peak detection, similar to MATLAB peakdet method library(title='FunctionPeakDetection') import RicardoSantos/ArrayGenerate/1 as ag /...
MLActivationFunctions
https://www.tradingview.com/script/NBsglstB-MLActivationFunctions/
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 Activation functions for Neural networks. library(title='MLActivationFunctions') // reference: // https://www.educba.com/perceptron-learning-alg...
Interpolation
https://www.tradingview.com/script/0NhkCzGJ-Interpolation/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // Original Easing Functions: (c) 2001 Robert Penner http://robertpenner.com/easing/ // @version=5 // @description Functions for interpolating values. Can be useful i...
Averages
https://www.tradingview.com/script/tYncfHar-Averages/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Contains utilities for generating averages from arrays. Useful for manipulated or cleaned data. library('Averages', true) ////////...
regress
https://www.tradingview.com/script/lWhoaf3L-regress/
voided
https://www.tradingview.com/u/voided/
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/ // © voided //@version=5 // @description produces the slope (beta), y-intercept (alpha) and coefficient of determination for a linear regression library("regress") // @function regress: computes alph...
Library_RICH
https://www.tradingview.com/script/C558w3G9-Library-RICH/
Richard37
https://www.tradingview.com/u/Richard37/
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/ // © Richard37 //@version=5 // @description TODO: add library description here library("Library_RICH") // @function TODO: add function description here // @param x TODO: add parameter x description ...
ColorArray
https://www.tradingview.com/script/BQNZUZif-ColorArray/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
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/ // © kaigouthro //@version=5 import kaigouthro/calc/5 import kaigouthro/hsvColor/15 as h // @description Color Array Resizer/Maker. // Input up to 10 colors, or an array of colors as an argument // s...
json
https://www.tradingview.com/script/rkijNKEy-json/
MA_PT
https://www.tradingview.com/u/MA_PT/
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/ // © MA_PT //@version=5 // @description Convert JSON strings to tradingview Pine Script library("json") var string msg_json_example = 'Example of json\n [{"ticker":"AAPL","price":"100"},{"ticker":"TS...
easytable
https://www.tradingview.com/script/aIwbJg1d-easytable/
MA_PT
https://www.tradingview.com/u/MA_PT/
30
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/ // ©MA_PT // @version=5 // @description easytable is an easy way to create tables, change colors, insert arrays to tables, remove rows/columns, and format tables. library(title="easytable") import ...
global
https://www.tradingview.com/script/9gDqBnZG-global/
marspumpkin
https://www.tradingview.com/u/marspumpkin/
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/ // © marspumpkin //@version=5 // @description: // Currently in PineScript you cannot change variables from within functions because of the scope limitations. // One way to work around that is to use Arr...
Pivots library
https://www.tradingview.com/script/Bu9eKkXv-Pivots-library/
boitoki
https://www.tradingview.com/u/boitoki/
75
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 TODO: add library description here library("Pivots", overlay=true) //////////////////// // Functions //////////////////// f_pivots (_type, _open, _high, _...
TradingHook
https://www.tradingview.com/script/B6ezn0JF/
dokang
https://www.tradingview.com/u/dokang/
55
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/ // © dokang //@version=5 // @description This library is a client script for making a webhook signal formatted string to TradingHook webhook server. library("TradingHook", overlay = true) check_ex...
Common Functions
https://www.tradingview.com/script/KJYxDHNj-Common-Functions/
gliderfund
https://www.tradingview.com/u/gliderfund/
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/ // © gliderfund //@version=5 // https://www.tradingview.com/script/KJYxDHNj-Common-Functions/ // import gliderfund/CommonFunctions/2 as com // @description This Library provides some handy functions ...
MovingAverages
https://www.tradingview.com/script/BPixsIOP-MovingAverages/
TanawutWattana
https://www.tradingview.com/u/TanawutWattana/
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/ // © TanawutWattana // @version=5 // @description Contains utilities for generating moving average values including getting a moving average by name and a function for generating a Volume-Adjusted WMA. li...
Pivots
https://www.tradingview.com/script/GZFEz0Ca-Pivots/
gliderfund
https://www.tradingview.com/u/gliderfund/
83
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 focuses in functions related to pivot highs and lows and some of their applications (i.e. divergences, zigzag, harmonics, support and resistance....
poStrategyLibrary
https://www.tradingview.com/script/EUvxPPjm-poStrategyLibrary/
payam_omrani
https://www.tradingview.com/u/payam_omrani/
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/ // © payam_omrani //@version=5 // @description essential function for export library("poStrategyLibrary") export isFlat() => strategy.position_size == 0 export isLongShort() => str...
Chikou
https://www.tradingview.com/script/7eyXMAn7-Chikou/
MightyZinger
https://www.tradingview.com/u/MightyZinger/
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/ // © MightyZinger //@version=5 // @description This library defines Chikou Filter function to enhances functionality of Chikou-Span from Ichimoku Cloud using a simple trend filter. //Chikou is basi...
Timed_exit_alert_for_webhook
https://www.tradingview.com/script/cA0xdHDu-Timed-exit-alert-for-webhook/
natronix
https://www.tradingview.com/u/natronix/
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/ // © natronix //@version=5 // @description TODO: add library description here library("Timed_exit_alert_for_webhook") t = time(timeframe.period, input('1440- 1441:23456',title='Time to send in close ...
console
https://www.tradingview.com/script/ZctemeK9-console/
keio
https://www.tradingview.com/u/keio/
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/ // © keio //@version=5 // @description TODO: simple debug console. USAGE : import keio/console/1 as console library("console", overlay=false) // ███████╗ █████╗ ███████...
_matrix
https://www.tradingview.com/script/hXS05TdU-matrix/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
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/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
drawingutils
https://www.tradingview.com/script/A4AW15ho-drawingutils/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
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/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
merge_pinbar
https://www.tradingview.com/script/KfC20nCV-merge-pinbar/
dandrideng
https://www.tradingview.com/u/dandrideng/
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/ // © dandrideng //@version=5 // @description merge_pinbar: merge bars and check whether the bar is a pinbar library("merge_pinbar", overlay=true) // @function merge_pinbar: merge bars and check wheth...
Library Common
https://www.tradingview.com/script/UJIcCeYc-Library-Common/
Wheeelman
https://www.tradingview.com/u/Wheeelman/
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/ // © Wheeelman // Last Updated: 9th March, 2022 //@version=5 // @description A collection of custom tools & utility functions commonly used with my scripts // @description TODO: add library description her...
arrays
https://www.tradingview.com/script/D1igBUy9-arrays/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
32
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
RicardoLibrary
https://www.tradingview.com/script/Zw6Ngdnl-RicardoLibrary/
costatrindade01
https://www.tradingview.com/u/costatrindade01/
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/ // © costatrindade01 //@version=5 // @description Ricardo's personal Library library("RicardoLibrary") // @function GetPipValue // @returns Pip value of Symbol export GetPipValue() => Currenc...
percentageLib
https://www.tradingview.com/script/DAHvut75-percentageLib/
crypto1-ejarehkhodro
https://www.tradingview.com/u/crypto1-ejarehkhodro/
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/ // © crypto1-ejarehkhodro //@version=5 // @description : every thing need anout percentage // @useage : import crypto1-ejarhkhodro/percentageLib/1.0 as percentageLib library("percentageLib") error(txt...
STPFunctions
https://www.tradingview.com/script/j0db5YWG-STPFunctions/
ice-e-fresh
https://www.tradingview.com/u/ice-e-fresh/
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/ // All code writted by ice-e-fresh // Trading Strategies and Entry Signales care of Pete Renzulli and the STP Community // @version=5 // @description These functions are used as part of the STP trading st...
mZigzag
https://www.tradingview.com/script/z6PqvzZD-mZigzag/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
192
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
Strings
https://www.tradingview.com/script/rYX3lueB-Strings/
PineCoders
https://www.tradingview.com/u/PineCoders/
63
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 provides string manipulation functions to complement the Pine Script™ `str.*()` built-in functions. library("Strings", true) // Strings Li...
AutoFiboRetrace
https://www.tradingview.com/script/q8dfSHiE/
ZoomerXeus
https://www.tradingview.com/u/ZoomerXeus/
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/ // © ZoomerXeus //@version=5 // @description TODO: This library is fibonacci calculator helper library("AutoFiboRetrace") // @function TODO: auto calculate fibnacci retrace by Highest and Lowest of P...
Canvas
https://www.tradingview.com/script/eJao1ymR-Canvas/
lejmer
https://www.tradingview.com/u/lejmer/
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/ // © lejmer //@version=5 //@description A library implementing a kind of "canvas" using a table where each pixel is represented by a table cell and the pixel color by the background color of each cell. ...
Time
https://www.tradingview.com/script/tyeeNU9I-Time/
PineCoders
https://www.tradingview.com/u/PineCoders/
230
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 library("Time", true) // Time Library // v4, 2023.03.10 // This code was written using the recommendations from the Pine Script™ User Manual's Style Guide: // https://www.trad...
Pivot
https://www.tradingview.com/script/UqdZQJyx-Pivot/
NeoDaNomad
https://www.tradingview.com/u/NeoDaNomad/
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/ // © NeoDaNomad //@version=5 library("Pivot", overlay=false) XLR=2 export init(int XLR)=> //init arrays var string[] H=array.new_string(0) var string[] L=array.new_string(0) var str...
PriceTimeInteractive
https://www.tradingview.com/script/cKg4riOO-PriceTimeInteractive/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
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/ // © RozaniGhani-RG //@version=5 // @description TODO: Get price of given time.input library('PriceTimeInteractive', true) // 0. ohlc_time // 1. hlc_time // 2. hl_time // 3. o_time // 4. h_time ...
HTV_Library
https://www.tradingview.com/script/ZzobDvCX-HTV-Library/
HyperTV_BRotem
https://www.tradingview.com/u/HyperTV_BRotem/
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/ // © HyperTV_BRotem //@version=5 library("HTV_LibraryV2") // ┌─── CANDLE STICK ANALYSIS ───┐ { // @function 'up_bar' checks true for every candle that closed above open price. // @returns custom Ser...
BE_CustomFx_Library
https://www.tradingview.com/script/YIlFYi9e-BE-CustomFx-Library/
TradeWiseWithEase
https://www.tradingview.com/u/TradeWiseWithEase/
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/ // © TradeWiseWithEase //@version=5 //New // @description A handful collection of regular functions, Custom Tools & Utility Functions could be used in regular Scripts. hope these functions can be understo...
Strategy Table Library
https://www.tradingview.com/script/1jL2WC73/
only_fibonacci
https://www.tradingview.com/u/only_fibonacci/
133
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/ // © only_fibonacci //@version=5 // @description TODO: With this library, you can add tables to your strategies. library("table_library", overlay=true) // @returns Strategy Profit Table // Adds a ...
bullratio
https://www.tradingview.com/script/os9Pk0Hd-bullratio/
slopip
https://www.tradingview.com/u/slopip/
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/ // © slopip //@version=5 // @description Calculate the profit/loss ratio of a permabull for configurable time range library("bullratio") // @function calculates the profit/loss ratio for a permabul...
Time Functions
https://www.tradingview.com/script/2Urtmxjz-Time-Functions/
standingtiger
https://www.tradingview.com/u/standingtiger/
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/ // © standingtiger //@version=5 // @description TODO: add library description here library("TimeFunctions") // @function TODO: add function description here // @param x TODO: add parameter x descrip...
FunctionPatternFrequency
https://www.tradingview.com/script/LmDW3o1o-FunctionPatternFrequency/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Counts the word or integer number pattern frequency on a array. // reference: // http://rosettacode.org/wiki/Word_frequency library(title='FunctionPatternFreq...
RecursiveAlerts
https://www.tradingview.com/script/DWO4FzuI-RecursiveAlerts/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
70
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
LibBacktestingDayRange
https://www.tradingview.com/script/Vz4QzcG7-LibBacktestingDayRange/
Nut_Satit
https://www.tradingview.com/u/Nut_Satit/
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/ // © Nut_Satit //@version=5 // @description TODO: add library description here library("LibBacktestingDayRange", overlay=true) // @function TODO: add function description here // @param x TODO: add ...
Moving_Averages
https://www.tradingview.com/script/PfHvOTgk-Moving-Averages/
MightyZinger
https://www.tradingview.com/u/MightyZinger/
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/ // © MightyZinger //@version=5 // @description This library contains all majority important moving averages' funtions with int series support. library("Moving_Averages") // @function Exp...
"Swap" - Bool/Position/Value : Array / Matrix / Var Autoswap
https://www.tradingview.com/script/k7STBLpA-Swap-Bool-Position-Value-Array-Matrix-Var-Autoswap/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
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/ //©kaigouthro //@version=5 // @description # Side / Boundary Based All Types Swapper // - three automagic types for Arrays, Matrixes, and Variables // - no signal : Long/ Short positon autoswap // - ...
CalculatePercentageSlTp
https://www.tradingview.com/script/AlbHS5w7-CalculatePercentageSlTp/
massiveMoth88776
https://www.tradingview.com/u/massiveMoth88776/
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/ // © massiveMoth88776 //@version=5 // @description This Library calculate the sl and tp amount in percentage library("CalculatePercentageSlTp", true) // @function this function calculates the sl valu...
RouterOrdersIron
https://www.tradingview.com/script/bgkkOUfX-RouterOrdersIron/
HPotter
https://www.tradingview.com/u/HPotter/
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/ // © HPotter //@version=5 doAlert(uid, sym, side, bal, price, type, take_percent, stop_percent)=> id = timenow alert("{\"userid\": \""+uid+"\", \"symbol\": \""+sym+"\",\"price\": "+str.tostring...
getSeries
https://www.tradingview.com/script/Bn7QkdZR-getSeries/
PineCoders
https://www.tradingview.com/u/PineCoders/
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/ // © PineCoders //@version=5 // @description This library is a Pine programmer’s tool containing functions that build an array of values meeting specific conditions. library("getSeries", true) // getSe...
[LIB] Array / Matrix Display
https://www.tradingview.com/script/L94FmzSI-LIB-Array-Matrix-Display/
kurtsmock
https://www.tradingview.com/u/kurtsmock/
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/ // © kurtsmock //@version=5 // @description Show Array or Matrix Elements In Table library("ArrayMatrixHUD") // [-- PINESCRIPT DEBUGGER --] { // -- Example Define Matrix rows = 30 cols = 9 varip ...
ccIndidatorCandles
https://www.tradingview.com/script/n2ldg4jn/
ccTradingCourse
https://www.tradingview.com/u/ccTradingCourse/
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/ // © ccTradingCourse //@version=5 library("ccIndidatorCandles") export isCandleBetween(float _price, float _high=high, float _low=low) => _price < _high and _price > _low
pta_plot
https://www.tradingview.com/script/Bcm0mGop-pta-plot/
protradingart
https://www.tradingview.com/u/protradingart/
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/ // © protradingart //@version=5 // @description pta_plot: This library will help you to plot different value. I will keep updating with your requirement library("pta_plot", overlay = true) // @functi...
utils
https://www.tradingview.com/script/H99gJok7-utils/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
37
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
DatasetWeatherTokyoMeanAirTemperature
https://www.tradingview.com/script/kAqYDCMN-DatasetWeatherTokyoMeanAirTemperature/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
44
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 a data set of the monthly mean air temperature (°C) for the city of Tokyo in Japan. // this was just for fun, no financial implications in this. // re...