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
Punchline_Lib
https://www.tradingview.com/script/IkK1CCT3-Punchline-Lib/
corny2000
https://www.tradingview.com/u/corny2000/
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/ // © corny2000 //@version=5 // @description: A collection of custom tools & utility functions commonly used with my scripts. This Library is work in progress. library("Punchline_Lib") // --- BEGIN ...
ArrayOperations
https://www.tradingview.com/script/xgPQCKEG-ArrayOperations/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
42
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 Array Basic Operations. library(title='ArrayOperations') import RicardoSantos/MathExtension/1 as me import RicardoSantos/ArrayExtension/3 as ae impo...
FunctionNNLayer
https://www.tradingview.com/script/ldz1Qm4Y-FunctionNNLayer/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Generalized Neural Network Layer method. library(title='FunctionNNLayer') import RicardoSantos/MLActivationFunctions/1 as activation import RicardoSan...
Ichimoku Library
https://www.tradingview.com/script/7Hckqygn-Ichimoku-Library/
boitoki
https://www.tradingview.com/u/boitoki/
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/ // © boitoki //@version=5 // @description Ichimoku Kinko Hyo library library("Ichimoku", overlay=true) // Functions donchian (_periods, _high, _low) => math.avg(ta.lowest(_low, _periods), ta.highest...
SetSessionTimes
https://www.tradingview.com/script/TfidhLVN-SetSessionTimes/
czoa
https://www.tradingview.com/u/czoa/
48
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/ // © czoa //@version=5 // @description FUNCTION TO AUTOMATICALLY SET SESSION TIMES FOR SYMBOLS AND EVENTUALLY TIMEZONE // USEFUL MAINLY FOR FUTURES CONTRACTS, TO DIFFERENTIATE BETWEE...
VolatilityChecker
https://www.tradingview.com/script/ly5bbGYq-VolatilityChecker/
boitoki
https://www.tradingview.com/u/boitoki/
42
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 Volatility is judged to be high when the range of one period is greater than the ATR of another period. library("VolatilityChecker", overlay=false) f_volat...
FunctionArrayNextPrevious
https://www.tradingview.com/script/qOh6zbLb-FunctionArrayNextPrevious/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods to iterate through a array by a fixed anchor point. library(title='FunctionArrayNextPrevious') indexer (index=-1) => var int _s = index, _s += ...
FunctionGenerateRandomPointsInShape
https://www.tradingview.com/script/CCH4Mlzg-FunctionGenerateRandomPointsInShape/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Generate random vector points in geometric shape (parallelogram, triangle) library(title='FunctionGenerateRandomPointsInShape') // reference: https://b...
Ehlers_Super_Smoother
https://www.tradingview.com/script/u47JU3ZR-Ehlers-Super-Smoother/
KevanoTrades
https://www.tradingview.com/u/KevanoTrades/
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/ // © KevanoTrades //@version=5 // The 2 Pole and 3 Pole Super Smoother Filters were developed by John Ehlers and described in "Chapter 13: Super Smother" of his book "Cybernetic Analysis for Stocks and F...
Lukashere
https://www.tradingview.com/script/jeKpQecc/
LucasHere
https://www.tradingview.com/u/LucasHere/
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/ // © LucasHere //@version=5 // @description TODO: add library description here library("Lukashere") // @function TODO: add function description here // @param x TODO: add parameter x description her...
Signal_transcoder_library
https://www.tradingview.com/script/AeH2FTU8-Signal-transcoder-library/
djmad
https://www.tradingview.com/u/djmad/
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/ // © djmad //@version=5 //@description // sending more than 1 value to the next indicator via plot needs encoding // via _16bit_encode() you send in 8 bit and plot out via a plot(hidden via display=displ...
RCI Library
https://www.tradingview.com/script/imqt1T8w-RCI-Library/
boitoki
https://www.tradingview.com/u/boitoki/
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/ // © boitoki //@version=5 // @description: RCI library library("RCI") length = input.int(9, "Interval") source = input.source(close, "Source") ord (seq, idx, itv) => p = seq[idx] o = 1 ...
Swiss_Pine_Libra
https://www.tradingview.com/script/XdofJ9BI-Swiss-Pine-Libra/
Exmodaus
https://www.tradingview.com/u/Exmodaus/
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/ // © Exmodaus //@version=5 // @description TODO: add library description here library("Swiss_Pine_Libra") // @function TODO: Creates an custom ADX, Di+, Di- so that a series may be used as Len //...
The Divergent Library
https://www.tradingview.com/script/u5iG66IL-The-Divergent-Library/
WhiteboxSoftware
https://www.tradingview.com/u/WhiteboxSoftware/
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/ // // © WhiteboxSoftware // // @version=5 // // @description The Divergent Library contains functions that helps the development of indicators / strategies which use The Divergent indicator's Divergence S...
Divergence
https://www.tradingview.com/script/TrCZ4x9h-Divergence/
DevLucem
https://www.tradingview.com/u/DevLucem/
264
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/ // © DevLucem // ( ( // )\ ) )\ ) // (()/( ( ) (()/( ( ( ) // /(_)) ))\ /(( /(_))...
Dictionary/Object Library
https://www.tradingview.com/script/wBuYr4Lk-Dictionary-Object-Library/
CyberMensch
https://www.tradingview.com/u/CyberMensch/
69
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 Library is aimed to mitigate the limitation of Pinescript having only one structured data type which is only arrays. // It lacks data types like ...
hashmaps
https://www.tradingview.com/script/GTYSy8sD-hashmaps/
marspumpkin
https://www.tradingview.com/u/marspumpkin/
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/ // © marspumpkin import marspumpkin/pson/7 //@version=5 // @description: Simple hashmap implementation for pinescript. It gets your string array and transforms it into a hashmap. Before using it you nee...
pson
https://www.tradingview.com/script/LmuCoUGC-pson/
marspumpkin
https://www.tradingview.com/u/marspumpkin/
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/ // © marspumpkin //@version=5 // @description: PineScript Object Notation. // A workaround not having objects in pinescript. // This is a Json-look-alike interpreter. // Format: '{attr={a={b=c:d={e=f...
Points
https://www.tradingview.com/script/ogIavEUS-Points/
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 Provides functions for simplifying operations with collections of x+y coordinates. Where x is typically a bar index or time (millisecond...
eHarmonicpatterns
https://www.tradingview.com/script/9l6kN5z2-eHarmonicpatterns/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
94
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
StocksDeveloper_AutoTraderWeb
https://www.tradingview.com/script/q9YHSDBS-StocksDeveloper-AutoTraderWeb/
Pritesh-StocksDeveloper
https://www.tradingview.com/u/Pritesh-StocksDeveloper/
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/ // © Pritesh-StocksDeveloper //@version=5 library("StocksDeveloper_AutoTraderWeb") // IST timezone constant IST = "Asia/Kolkata" // @function Returns current time (HH:mm:ss) in Indian timezone //...
Debug_Window_Library
https://www.tradingview.com/script/MePT1JFe-Debug-Window-Library/
sp2432
https://www.tradingview.com/u/sp2432/
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/ // © sp2432 //@version=5 // @description Provides a framework for logging debug information to a window on the chart. library("Debug_Window_Library", true) // @function Adds a line of text to the debug...
StringtoNumber
https://www.tradingview.com/script/5FM8ZSP7-StringtoNumber/
hapharmonic
https://www.tradingview.com/u/hapharmonic/
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/ // © hapharmonic //@version=5 // @description str1 = '12340' , vv = numstrToNum(str1) library("StringtoNumber") // @function X.numstrToNum(TF) // @param x strToNum(Text) // @returns returns numX ...
Last Available Bar Info
https://www.tradingview.com/script/SY2NcvOD-Last-Available-Bar-Info/
CyberMensch
https://www.tradingview.com/u/CyberMensch/
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/ // © paragjyoti2012 //@version=5 // @description : This simple library is built with an aim of getting the last available bar information for the chart. This returns a constant value that doesn't change ...
library TypeMovingAverages
https://www.tradingview.com/script/ltu8xy8S-library-TypeMovingAverages/
hapharmonic
https://www.tradingview.com/u/hapharmonic/
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/ // © hapharmonic //@version=5 // @description This library function returns a moving average. library("TypeMovingAverages",overlay=false) // @function TODO: add function description here // @returns...
ConverterTF
https://www.tradingview.com/script/hgJXbapf-ConverterTF/
hapharmonic
https://www.tradingview.com/u/hapharmonic/
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/ // © hapharmonic //@version=5 // @description I have found a bug Regarding the timeframe display, on the chart I have found that the display is numeric, for example 4Hr timeframe instead of '4H', but it ...
DailyDeviation
https://www.tradingview.com/script/T6yLe3eZ-DailyDeviation/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified // @version=5 // @description Helps in determining the relative deviation from the open of the day compared to the high or low values. library("DailyDeviation") import Electrified/Sessio...
options_expiration_and_strike_price_calculator
https://www.tradingview.com/script/C5MaWmNv-options-expiration-and-strike-price-calculator/
natronix
https://www.tradingview.com/u/natronix/
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/ // © natronix //@version=5 // @description TODO: add library description here library("options_expiration_and_strike_price_calculator") // @function TODO: add function description here // @param x T...
Time
https://www.tradingview.com/script/yPDvbkBs-Time/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified // @version=5 // @description Utilities for measuring time. library("Time") /////////////////////////////////////////////////// // @function Gets the number of milliseconds per bar. ...
lib_Indicators_v2_DTU
https://www.tradingview.com/script/IoBwXTJ0-lib-Indicators-v2-DTU/
dturkuler
https://www.tradingview.com/u/dturkuler/
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/ // © dturkuler s_lib_version="2.1" //Version 2.1 //This library includes indicators, snippets from tradingview builtin library, @Rodrigo, @midtownsk8rguy, @Lazybear Special thanks to all of the Pine wizar...
arsenal
https://www.tradingview.com/script/bGdqd0a5-arsenal/
yourtradingbuddy
https://www.tradingview.com/u/yourtradingbuddy/
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/ // © doppelgunner //@version=5 // @description This library is a collection of weapons that will help us win the war against different markets. library("arsenal", overlay=true) //CONSTANTS LINE_STYL...
Momentum
https://www.tradingview.com/script/bIrAWhxL-Momentum/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Contains utilities varying algorithms for measuring momentum. library('Momentum') import Electrified/MovingAverages/10 as MA import El...
MomentumSignals
https://www.tradingview.com/script/jq8b0tOh-MomentumSignals/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Contains utilities varying algorithms for detecting key changes in momentum. Note: Momentum is not velocity and should be used in conjun...
UnicodeReplacementFunction
https://www.tradingview.com/script/3wOXfbuT-UnicodeReplacementFunction/
wlhm
https://www.tradingview.com/u/wlhm/
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/ // © wlhm //{ // DESCRIPTION // // This script is a continuation from Duyck's Unicode font function // A different approach made on this function to able change font type on a string. // Now you can cal...
TableColorTheme
https://www.tradingview.com/script/39NI1l6h-TableColorTheme/
boitoki
https://www.tradingview.com/u/boitoki/
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/ // © boitoki //@version=5 // @description TODO: This library provides the color for the table. library("TableColorTheme") GREEN__ = #1bbd96 BLUE___ = #2400ee ORANGE_ = #fdbd08 RED____ = #fb003e B...
LocalLimit
https://www.tradingview.com/script/U7zSlZR1-LocalLimit/
Electrified
https://www.tradingview.com/u/Electrified/
28
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 Calculates the local upper or local lower limit for a given series. Applying multiple passes produces what appears like support or resis...
ma_function
https://www.tradingview.com/script/N9jcsItr-ma-function/
boitoki
https://www.tradingview.com/u/boitoki/
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/ // © boitoki //@version=5 // @description: This library is a package of various MAs. // @sample: // import boitoki/ma_function/{version} as ma // // ma.calc('SMA', close, 10) // library("ma_f...
SgjoeLibrary
https://www.tradingview.com/script/gFVeZuzY-SgjoeLibrary/
The_Brit
https://www.tradingview.com/u/The_Brit/
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/ // © The_Brit // Last updated 15th November, 2021 //@version=5 // @description Custom functions library("SgjoeLibrary", true) // Custom Functions { // @function Permits a condition to be used wit...
AwesomeColor
https://www.tradingview.com/script/0USIQREJ-AwesomeColor/
boitoki
https://www.tradingview.com/u/boitoki/
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/ // © boitoki //@version=5 // @description The following functions all provide different sets of colors. library("AwesomeColor", overlay=false) // The name of the function indicates the color scheme...
arrayutils
https://www.tradingview.com/script/9IzpUieD-arrayutils/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
59
library
5
CC-BY-NC-SA-4.0
// This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © Trendoscope Pty Ltd // ░▒ // ▒▒▒ ▒▒ // ...
harmonicpatterns
https://www.tradingview.com/script/t1rxQm9k-harmonicpatterns/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
98
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
customcandles
https://www.tradingview.com/script/lxLlA0Xg-customcandles/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
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/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
FunctionArrayMaxSubKadanesAlgorithm
https://www.tradingview.com/script/DUR26Nbz-FunctionArrayMaxSubKadanesAlgorithm/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Implements Kadane's maximum sum sub array algorithm. library("FunctionArrayMaxSubKadanesAlgorithm") // reference: // https://en.wikipedia.org/wik...
LabelHelper
https://www.tradingview.com/script/K20wKTOs-LabelHelper/
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 Utility for managing active labels on the chart. library('LabelHelper', true) import Electrified/Time/1 ////////////////////////////...
cache
https://www.tradingview.com/script/f2ibenEK-cache/
GeoffHammond
https://www.tradingview.com/u/GeoffHammond/
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/ // © Geoff Hammond //@version=5 // @description A simple cache library to store key value pairs library("cache") // █▀▀ ▄▀█ █▀▀ █ █ █▀▀ █ █ █▄▄ █▀█ ▄▀█ █▀█ █▄█ // █▄▄ █▀█ █▄▄ █▀█ ██▄ █▄▄ █ █...
SessionInfo
https://www.tradingview.com/script/bSBICQeV-SessionInfo/
Electrified
https://www.tradingview.com/u/Electrified/
38
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 Utility functions for session specific information like the bar index of the session. library('SessionInfo', false) // Note: The foll...
Moments
https://www.tradingview.com/script/PgteBq8S-Moments/
nolantait
https://www.tradingview.com/u/nolantait/
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/ // © dontspamnolan //@version=5 // @description: Calculates the moments of a source based on Moments (Mean,Variance,Skewness,Kurtosis) [pig] library("Moments") // --- Constants centerLine = 0 zScor...
DailyLevels
https://www.tradingview.com/script/njlelywY-DailyLevels/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Functions for acquiring daily timeframe data by number of prior days. library('DailyLevels', true) import Electrified/SessionInfo/9 as ...
PivotPointsDailyTraditional
https://www.tradingview.com/script/lsnmCmBf-PivotPointsDailyTraditional/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified (electrifiedtrading) // @version=5 // @description Provides the traditional daily pivot values and a pivot vacinity function. library('PivotPointsDailyTraditional', true) import Electrif...
debugger
https://www.tradingview.com/script/NeDnFMpG-debugger/
ed56
https://www.tradingview.com/u/ed56/
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/ // // SUMMARY // DEBUGGER is a library to help print debug messages to a console. // // DESCRIPTION // This library provides an easy-to-use interface to print your debugging messages // to a c...
HurstExponent
https://www.tradingview.com/script/LsW08uRb-HurstExponent/
nolantait
https://www.tradingview.com/u/nolantait/
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/ // © nolantait //@version=5 // @description Library to calculate Hurst Exponent refactored from Hurst Exponent - Detrended Fluctuation Analysis [pig] library("HurstExponent") import nolantait/Moments/1...
log
https://www.tradingview.com/script/Lpq08i08-log/
GETpacman
https://www.tradingview.com/u/GETpacman/
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/ // © GETpacman //@version=5 // @description A dual logging library for developers. library("log") export type log matrix<string> mqx matrix<int> hqx matrix<color> cqx array<int> ...
FunctionSMCMC
https://www.tradingview.com/script/1wSximNI-FunctionSMCMC/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods to implement Markov Chain Monte Carlo Simulation (MCMC) library(title='FunctionSMCMC') import RicardoSantos/FunctionProbabilityDistributionSamp...
amibroker
https://www.tradingview.com/script/iVEFGCrR-amibroker/
yourtradingbuddy
https://www.tradingview.com/u/yourtradingbuddy/
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/ // © doppelgunner //@version=5 // @description This library consists of functions from amibroker that doesn't exist on tradingview pinescript. The example of these are the ExRem and Flip. // In the exam...
FunctionCompoundInterest
https://www.tradingview.com/script/woq6TTda-FunctionCompoundInterest/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Method for compound interest. library("FunctionCompoundInterest") import RicardoSantos/DebugConsole/2 as console [__T, __C] = console.init(20) // @...
FunctionElementsInArray
https://www.tradingview.com/script/lCwQarPb-FunctionElementsInArray/
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 Methods to count number of elements in arrays library("FunctionElementsInArray") import RicardoSantos/DebugConsole/2 as console [__T, __C] = console.i...
LinearRegressionLibrary
https://www.tradingview.com/script/8dWXwYuT-LinearRegressionLibrary/
tbiktag
https://www.tradingview.com/u/tbiktag/
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/ // © tbiktag //@version=5 library("LinearRegressionLibrary") export RepeatedMedian(float y, int n, int lastBar) => // // Repeated median regression (robust regression) algorithm: // For e...
ZenLibrary
https://www.tradingview.com/script/yUWPxUBt-ZenLibrary/
ZenAndTheArtOfTrading
https://www.tradingview.com/u/ZenAndTheArtOfTrading/
296
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/ // © ZenAndTheArtOfTrading // Last Updated: 9th March, 2022 // @version=5 // @description A collection of custom tools & utility functions commonly used with my scripts library("ZenLibrary") // --- BEGI...
lib_Indicators_DT
https://www.tradingview.com/script/TXl700vK-lib-Indicators-DT/
dturkuler
https://www.tradingview.com/u/dturkuler/
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/ // © dturkuler // library includes indicators, snippets from tradingview library , user @RodrigoKazuma indicator //@version=5 // @description This library functions returns some Moving averages and ind...
FunctionProbabilityDistributionSampling
https://www.tradingview.com/script/mIw3uhtT-FunctionProbabilityDistributionSampling/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods for probability distribution sampling selection. library(title="FunctionProbabilityDistributionSampling") import RicardoSantos/ArrayOperationsF...
ArrayMultipleDimensionPrototype
https://www.tradingview.com/script/oZvVOvXI-ArrayMultipleDimensionPrototype/
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 A prototype library for Multiple Dimensional array methods library(title="ArrayMultipleDimensionPrototype") import RicardoSantos/DebugConsole/2 as cons...
DrawIndicatorOnTheChart
https://www.tradingview.com/script/1VedFQRo-DrawIndicatorOnTheChart/
LonesomeTheBlue
https://www.tradingview.com/u/LonesomeTheBlue/
283
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 to show an indicator (such RSI, CCI, MOM etc) on the main chart with indicator's horizontal lines in a window. Location of the windo...
Bursa_Sector
https://www.tradingview.com/script/rtz7ADHN-Bursa-Sector/
Lanzhu0506
https://www.tradingview.com/u/Lanzhu0506/
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/ // © Lanzhu0506 //@version=5 // @description : List of stocks classified by sector in Bursa Malaysia (Keep updated) library("Bursa_Sector") // @function : Compile all stocks from Bursa Malaysia. Lo...
FFTLibrary
https://www.tradingview.com/script/LNYtGWz3-FFTLibrary/
tbiktag
https://www.tradingview.com/u/tbiktag/
65
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/ // © tbiktag //@version=5 // @description: The library contains a function for performing Fast Fourier Transform (FFT) of a time series // along with helper functions. In general, FFT is d...
Algomojo V1.0
https://www.tradingview.com/script/teru8FCX-Algomojo-V1-0/
algomojo
https://www.tradingview.com/u/algomojo/
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/ // © algomojo //@version=5 library(title="Algomojo", overlay=true) export algomodule(string br_code="ab",string api_key="",string api_secret="",string strg_name="Tradingview",string Tsym="RELIANCE",...
MathSpecialFunctionsDiscreteFourierTransform
https://www.tradingview.com/script/1UZM90fW-MathSpecialFunctionsDiscreteFourierTransform/
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 Method for Complex Discrete Fourier Transform (DFT). library(title='MathSpecialFunctionsDiscreteFourierTransform') import RicardoSantos/MathComplexCore/...
Labels
https://www.tradingview.com/script/NkA1xe0i-Labels/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
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/ // © SimpleCryptoLife //@version=5 // @description Functions to create labels, from simple to complex. library("Labels", overlay=true) string inputShowLabel = input.string(title="Show Label:", option...
TimeframeToMinutes
https://www.tradingview.com/script/dAJ9rCXS-TimeframeToMinutes/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
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/ // © SimpleCryptoLife //@version=5 // @description Functions for working with timeframes. The timeframeToMinutes() function returns the number of minutes in an arbitrary timeframe string. library("Timef...
FunctionLinearRegression
https://www.tradingview.com/script/QSgzfekm-FunctionLinearRegression/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
183
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 Linear Regression using array sample points. library(title='FunctionLinearRegression', overlay=true) // @function Performs Linear Regression...
supertrend
https://www.tradingview.com/script/guHY9dmv-supertrend/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
235
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
FunctionPolynomialRegression
https://www.tradingview.com/script/As6AbGd5-FunctionPolynomialRegression/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
135
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: library(title='FunctionPolynomialRegression', overlay=true) // @function Method to return a polynomial regression channel using (X,Y) sample poin...
FunctionBoxCoxTransform
https://www.tradingview.com/script/eC0u3cNf-FunctionBoxCoxTransform/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods to compute the Box-Cox Transformer. library(title='FunctionBoxCoxTransform') // reference: // https://www.statology.org/box-cox-transform...
raf_BollingerBandsSqueezy
https://www.tradingview.com/script/x0ZuAru7-raf-BollingerBandsSqueezy/
rafaraf
https://www.tradingview.com/u/rafaraf/
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/ // © rafaraf //@version=5 // @description B Bands with some squeese indicating additions library('raf_BollingerBandsSqueezy', overlay=true) // inputs color bbbgcolor = input(color.new(#673ab7, 95), ti...
FunctionForecastLinear
https://www.tradingview.com/script/yrWNuLRa-FunctionForecastLinear/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Method for linear Forecast, same as found in excel and other sheet packages. library(title='FunctionForecastLinear') import RicardoSantos/ArrayGenerate...
[MX]Moving Average - Library
https://www.tradingview.com/script/rIjrXh97/
Marqx
https://www.tradingview.com/u/Marqx/
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/ // © Marqx //@version=5 library("MovingAverage_library", overlay = true) Source = input(close,"Source") Length = input(12,"Length") //@function Calculates different types of moving average //@param...
FunctionDaysInMonth
https://www.tradingview.com/script/Wz2OSQgL-FunctionDaysInMonth/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Method to find the number of days in a given month of year. library(title='FunctionDaysInMonth') // @function Method to find the number of days in a gi...
SignificantFigures
https://www.tradingview.com/script/mf3vCZsx-SignificantFigures/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
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/ // © SimpleCryptoLife //@version=5 // @description Takes a floating-point number - one that can, but doesn't have to, include a decimal point - and converts it to a floating-point number with only a cert...
StringEvaluation
https://www.tradingview.com/script/PM7KRF8I-StringEvaluation/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods to handle evaluation of strings. library(title='StringEvaluation') // imports: import RicardoSantos/MathOperator/1 as op import RicardoSantos...
ArrayOperationsFloat
https://www.tradingview.com/script/jOemC9t7-ArrayOperationsFloat/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Array Basic Operations for Integers library(title='ArrayOperationsFloat') import RicardoSantos/MathExtension/1 as me // @function Adds sample_b to s...
BinaryDecimalConversion
https://www.tradingview.com/script/4xSPNl0X-BinaryDecimalConversion/
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 Converts decimal to and from binary. library(title='BinaryDecimalConversion') // to_binary () { // @function convert integer to binary string // @p...
ArrayOperationsInt
https://www.tradingview.com/script/MQkPveIL-ArrayOperationsInt/
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 Array Basic Operations for Integers library(title='ArrayOperationsInt') // @function Adds sample_b to sample_a and returns a new array. // @param samp...
FunctionBestFitFrequency
https://www.tradingview.com/script/HRNWDI6a-FunctionBestFitFrequency/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description TODO: add library description here library(title='FunctionBestFitFrequency') import RicardoSantos/ArrayGenerate/1 as ag // @function Moving Average ...
ta
https://www.tradingview.com/script/BICzyhq0-ta/
TradingView
https://www.tradingview.com/u/TradingView/
184
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 library("ta") // ta Library // v7, 2023.11.02 // This code was written using the recommendations from the Pine Script™ User Manual's Style Guide: // https://www.trad...
ArrayStatistics
https://www.tradingview.com/script/uv5b4tjk-ArrayStatistics/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Statistic Functions using arrays. library(title="ArrayStatistics") import RicardoSantos/ArrayExtension/1 as ae import RicardoSantos/ArrayOperationsFlo...
MathComplexArray
https://www.tradingview.com/script/m4jU2j0z-MathComplexArray/
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 Array methods to handle complex number arrays. library(title='MathComplexArray') // Complex numbers prototype: { // description: // A s...
FunctionArrayReduce
https://www.tradingview.com/script/utTjkzsv-FunctionArrayReduce/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description A limited method to reduce a array using a mathematical formula. library(title="FunctionArrayReduce") import RicardoSantos/StringEvaluation/4 as stre ...
MathComplexOperator
https://www.tradingview.com/script/SviW5MRr-MathComplexOperator/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description A set of utility functions to handle complex numbers. library(title='MathComplexOperator') // references: // https://en.wikipedia.org/wiki/Comple...
MathComplexCore
https://www.tradingview.com/script/xo2mui5m-MathComplexCore/
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 Core functions to handle complex numbers. library(title='MathComplexCore') // references: // https://en.wikipedia.org/wiki/Complex_number // ...
MathExtension
https://www.tradingview.com/script/FsSvXfSR-MathExtension/
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 Math Extension. library("MathExtension") // reference: // https://github.com/python/cpython/blob/4a42cebf6dd769e2fa4e234a9e91093b3ad1cb63/Modules/m...
MathConstantsUniversal
https://www.tradingview.com/script/sbkcPfwh-MathConstantsUniversal/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Mathematical Constants library(title='MathConstantsUniversal') // reference: // https://github.com/mathnet/mathnet-numerics/blob/master/src/Nume...
MathComplexExtension
https://www.tradingview.com/script/bceaalfi-MathComplexExtension/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description A set of utility functions to handle complex numbers. library(title='MathComplexExtension') // references: // https://en.wikipedia.org/wiki/Compl...
MathFinancialAbsoluteRiskMeasures
https://www.tradingview.com/script/I0tIBRan-MathFinancialAbsoluteRiskMeasures/
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 Financial Absolute Risk Measures. library(title='MathFinancialAbsoluteRiskMeasures') // reference: // https://github.com/mathnet/mathnet-numerics...
MathOperator
https://www.tradingview.com/script/ZwFeHrgh-MathOperator/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Methods to handle operators. library(title='MathOperator') //#region Arithmetic: // @function Add value a to b. // @param value_a float, value a....
MathGaussFunction
https://www.tradingview.com/script/vctw4KbJ-MathGaussFunction/
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 Implements multiple gauss methods. library(title='MathGaussFunction') // reference: // https://github.com/andrewkirillov/AForge.NET/blob/master/S...
MathTrigonometry
https://www.tradingview.com/script/uPvNG85Y-MathTrigonometry/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Trigonometric methods. library("MathTrigonometry") // reference: // https://www.brighthubeducation.com/homework-math-help/72270-trigonometry-functi...
MathSpecialFunctionsLogistic
https://www.tradingview.com/script/LewVcQ7L-MathSpecialFunctionsLogistic/
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 Methods for logistic equation. library(title='MathSpecialFunctionsLogistic') // @function Computes the logistic function. // @param probability float,...
MathSearchDijkstra
https://www.tradingview.com/script/QPcilaZc-MathSearchDijkstra/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Shortest Path Tree Search Methods using Dijkstra Algorithm. library("MathSearchDijkstra") // reference: // https://en.wikipedia.org/wiki/Dijkstra...
MathGeometryCurvesChaikin
https://www.tradingview.com/script/hNgC2qUb-MathGeometryCurvesChaikin/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 // @description Implements the chaikin algorithm to create a curved path, from assigned points. library("MathGeometryCurvesChaikin") // reference: // https://www...
AutoColor
https://www.tradingview.com/script/4B0vjb1O-autocolor/
dmdman
https://www.tradingview.com/u/dmdman/
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/ // © dmdman //@version=5 //testing new version features... // @description Function provides rgb color based on deviation of highest and lowest value for the period from current value library("AutoColor"...
Double_Triple_EMA
https://www.tradingview.com/script/0cCS57GC-Double-Triple-EMA/
KevanoTrades
https://www.tradingview.com/u/KevanoTrades/
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/ // © KevanoTrades //@version=5 // @description Provides the functions to calculate Double and Triple Exponentional Moving Averages (DEMA & TEMA). library("Double_Triple_EMA", true) // @function Calcu...