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 |
|---|---|---|---|---|---|---|---|---|
rzigzag | https://www.tradingview.com/script/xpB2xttf-rzigzag/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 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/
// © HeWhoMustNotBeNamed
// __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ... |
FunctionKellyCriterion | https://www.tradingview.com/script/yOwHsSyt-FunctionKellyCriterion/ | RicardoSantos | https://www.tradingview.com/u/RicardoSantos/ | 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/
// © RicardoSantos
//@version=5
// @description Kelly criterion methods.
// the kelly criterion helps with the decision of how much one should invest in
// a asset as long as you know the odds and ex... |
LevelsManager | https://www.tradingview.com/script/e0S8cu7Z-LevelsManager/ | sosso_bott | https://www.tradingview.com/u/sosso_bott/ | 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/
// © sosso_bott
//@version=5
// @description TODO: Track up to 6 TakeProfits and 1 StopLoss achievement for one or many of your buy/sell conditions.
library("LevelsManager")
// ——————————————————————————— \\
... |
MiteTricks | https://www.tradingview.com/script/wO553f53-MiteTricks/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 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/
// ©kaigouthro
// @version=5
// please let e know abot any bugs,
// if you can fix them, please pass them back to me.
// @description Matrix Global Registry.
// Get, Set, automatic growing, universal... |
HelperFunctions | https://www.tradingview.com/script/lt61p5GI-HelperFunctions/ | cryptofnq | https://www.tradingview.com/u/cryptofnq/ | 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/
// © cryptofnq
//@version=5
// @description apply one of Pine Script's built-in smoothing or oscillator functions to a series
library("HelperFunctions", false)
// @function Apply a built-in smoothing f... |
X48_LibaryStrategyStatus | https://www.tradingview.com/script/Vg4LmYYm-X48-LibaryStrategyStatus/ | X4815162342 | https://www.tradingview.com/u/X4815162342/ | 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/
// © X4815162342
//@version=5
// Thanks For Code by Cayoshi this code back up for my strategy, make sure when use libary direct the code in my libary
//เรียกใช้ library
//import X4815162342/X48_Liba... |
FunctionLAPACKdtrsm | https://www.tradingview.com/script/lbXBXINm-FunctionLAPACKdtrsm/ | 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 subroutine in the LAPACK:linear algebra package, used to solve one of the following matrix equations:
//
// op( A )*X = alpha*B, or X*op( A ) = alpha*B... |
Binance_Min_Limit_Order_amount_library | https://www.tradingview.com/script/XqERkvMh/ | potatoshop | https://www.tradingview.com/u/potatoshop/ | 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/
// © potatoshop
//@version=5
// @description The value is truncated to the same decimal point as the minimum contract size for the current symbol in Binance.
library("Binance_Min_Limit_Order_amount_li... |
Color Library: Rainbow Index & Simplest Return Color | https://www.tradingview.com/script/jj1Bl0U6-Color-Library-Rainbow-Index-Simplest-Return-Color/ | Pip-Whisperer | https://www.tradingview.com/u/Pip-Whisperer/ | 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/
// © Pip-Whisperer
//Shoutout to @Pine-Coders for going through all the rainbow colors and making this easy
// If you guys make some crazy larger color library comment below so i can see it, i love the RGB b... |
myAlerts | https://www.tradingview.com/script/qkM3fLOZ-myAlerts/ | incryptowetrust100k | https://www.tradingview.com/u/incryptowetrust100k/ | 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/
// © incryptowetrust100k
//@version=5
// @description My Alerts Functions - To use with autoview
library("myAlerts")
//==================================================-----------EXTERNAL-----------==... |
FunctionLAPACKdsyrk | https://www.tradingview.com/script/bNEt3znT-FunctionLAPACKdsyrk/ | 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 subroutine part of LAPACK: Linear Algebra Package,
// performs one of the symmetric rank k operations
// .
// C := alpha*A*A**T + beta*C, or C := alph... |
BoxLine_Lib | https://www.tradingview.com/script/Qhv09owj-BoxLine-Lib/ | FFriZz | https://www.tradingview.com/u/FFriZz/ | 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/
// © FFriZz
//@version=5
library("BoxLine_Lib")
// @description : personal Library for line and box built in functions
// @function get [x1: y1,x2,y2] in a tuple
// @param line line
// @returns tuple of [x1,... |
CalulateWinLoss | https://www.tradingview.com/script/MhVLPufb-CalulateWinLoss/ | Nut_Satit | https://www.tradingview.com/u/Nut_Satit/ | 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/
// © Nut_Satit
//@version=5
// @description TODO: add library description here
library("CalulateWinLoss", overlay=true)
// @function TODO: add function description here
// @param x TODO: add paramet... |
L_Index_4khansolo | https://www.tradingview.com/script/QwKVL6Qz-L-Index-4khansolo/ | fourkhansolo | https://www.tradingview.com/u/fourkhansolo/ | 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/
// © fourkhansolo
//@version=5
//
library("L_Index_4khansolo")
// ****************************************** All Imports **********************************************************************************... |
cnd | https://www.tradingview.com/script/2nEOvkTZ-cnd/ | loxx | https://www.tradingview.com/u/loxx/ | 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/
// © loxx
//@version=5
// @description a standalone cumulative normal distrubtion routine that does not require any external libraries.
// This includes 3 differnt CND calculations: Hart (1968), Abromowitz a... |
chi2Inv | https://www.tradingview.com/script/GoCcwJ35-chi2Inv/ | loxx | https://www.tradingview.com/u/loxx/ | 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/
// © loxx
//@version=5
// @description Returns the inverse of the right-tailed or left-tailed probability of the chi-squared distribution.
// reference:
// https://github.com/zetos/inv-chisquare-cdf
libr... |
cbnd | https://www.tradingview.com/script/J6n6adzN-cbnd/ | 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 a standalone Cumulative Bivariate Normal Distribution (CBND) functions that do not require any external libraries.
// This includes 3 differnt CBND calculations: Drezne... |
TradingWolfLibary | https://www.tradingview.com/script/SYDhROCh-TradingWolfLibary/ | TradingWolf | https://www.tradingview.com/u/TradingWolf/ | 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/
// © TradingWolf
//@version=5
library("TradingWolfLibary")
// @function Gets a Moving Average based on type
// @param int length The MA period
// @param string maType The type of MA
// @returns A moving aver... |
Time_Filter | https://www.tradingview.com/script/MNJr4b6o-Time-Filter/ | agprado | https://www.tradingview.com/u/agprado/ | 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/
// © agprado
//@version=5
// @description Time filters for trading strategies.
library(title="Time_Filter", overlay = true)
// @function f_isInWeekDay - Filter by week day or by time delimited session.
// @p... |
intersect | https://www.tradingview.com/script/n6xE1ljs-intersect/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 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/
// © kaigouthro
//@version=5
// @description Find Line Intersecction X/Y
library("intersect")
// @function line intersection coordinates
// @returns [x,y] with x as int if bool is used
_isect(l1,l2)=>
x1 ... |
String to Number | https://www.tradingview.com/script/Dk2Si12u-String-to-Number/ | Fuwn | https://www.tradingview.com/u/Fuwn/ | 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/
// © MichelT
//@version=5
library('StringToNumber')
// some enumerations
DECIMAL_POINT = 0.1
MINUS = -1
error() => // a function to throw an error
label.new(0, close[-1])
//
// Here goes all the magic.... |
Wick Percentage Indicator | https://www.tradingview.com/script/KD8rzxfn-Wick-Percentage-Indicator/ | allmightycrypto | https://www.tradingview.com/u/allmightycrypto/ | 12 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © allmightycrypto
//@version=5
indicator("Wick Percentage Indicator", shorttitle="Wick %", overlay=false)
// Calculate the greater wick size
wick_upper = high - close
wick_lower = low - open
if (open - cl... |
Silph Scope | https://www.tradingview.com/script/JjJBIvsp-Silph-Scope/ | Vanitati | https://www.tradingview.com/u/Vanitati/ | 48 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © vanitati
//@version=5
indicator('Silph Scope')
hline(30, 'Upper Line', color=color.rgb(255, 255, 255), linestyle=hline.style_dashed, linewidth=1)
hline(-30, 'Lower Line', color=color.rgb(255, 255, 255), li... |
PCA-Risk Indicator | https://www.tradingview.com/script/Fo1R6YBx/ | Julien-PH | https://www.tradingview.com/u/Julien-PH/ | 56 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Julien-PH
//@version=5
indicator(title="PCA Risk Indicator", shorttitle="PCA-RI", overlay=false)
//---- Settings
source = input.source(defval=close , title='Source' , group='General ... |
Candle Gaps | https://www.tradingview.com/script/KaDyEvwI-Candle-Gaps/ | ivanroyloewen | https://www.tradingview.com/u/ivanroyloewen/ | 18 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ivanroyloewen
//@version=5
indicator("Candle Gaps", overlay = true, max_boxes_count = 50)
//----------------------------------------------------------------------------------------------------------------... |
Recession Indicator (Unemployment Rate) | https://www.tradingview.com/script/Apvuuszy-Recession-Indicator-Unemployment-Rate/ | VanHe1sing | https://www.tradingview.com/u/VanHe1sing/ | 33 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © VanHe1sing
//@version=5
indicator("Recession Indicator (Unemployment Rate)")
// Unemployment Rate source
src = request.security("UNRATE", "", close)
// Yearly Rate of change
YoY = (src-src[12])/src[12]
... |
9-20 sma multi timeframe indicator | https://www.tradingview.com/script/jvg3Qf5W-9-20-sma-multi-timeframe-indicator/ | Elimak07 | https://www.tradingview.com/u/Elimak07/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Elimak07
// @version=5
indicator("9-20 multi timeframes indicator")
// Get user input
res1 = input.timeframe(title="Timeframe #1", defval="")
res2 = input.timeframe(title="Timeframe #2", defval="3")
res3... |
Asiri Colored Candle | https://www.tradingview.com/script/jybNovHM/ | asiri8 | https://www.tradingview.com/u/asiri8/ | 19 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © asiri8
//@version=5
indicator("Asiri Colored Candle", overlay=true, max_labels_count=500, max_lines_count = 1)
len_changed = (timeframe.period == 'W' ? 14 : timeframe.period == 'D' ? 14 : timeframe.peri... |
Machine Learning: MFI Heat Map [YinYangAlgorithms] | https://www.tradingview.com/script/h3bdHkHg-Machine-Learning-MFI-Heat-Map-YinYangAlgorithms/ | YinYangAlgorithms | https://www.tradingview.com/u/YinYangAlgorithms/ | 45 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@... |
TTP Pair Slope/Hedge | https://www.tradingview.com/script/4kIbHu2o-TTP-Pair-Slope-Hedge/ | TheTradingParrot | https://www.tradingview.com/u/TheTradingParrot/ | 20 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © TheTradingParrot
//@version=5
indicator("TTP Pair Slope/Hedge")
xx = input.symbol("BINANCE:BTCUSDT.P", "X", group = "pair")
yy = input.symbol("BINANCE:BTCUSDT.P", "Y", group = "pair")
x = request.securi... |
NRAA_CRUDE Trading Indicator | https://www.tradingview.com/script/qE35O3dz-NRAA-CRUDE-Trading-Indicator/ | neerajupadhyaya | https://www.tradingview.com/u/neerajupadhyaya/ | 4 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © neerajupadhyaya
//@version=5
indicator(title='NRAA_CRUDE', shorttitle=' NRAA_Crude ', overlay=true)
t1 = time(timeframe.period,"1800-1815")
bgcolor(t1?color.rgb(49, 27, 146, 86):na)
inputema1 = ... |
Ichimoku - Kepler | https://www.tradingview.com/script/hF0saZIb/ | Kepler00008 | https://www.tradingview.com/u/Kepler00008/ | 6 | study | 4 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © pune3tghai
//@version=4
study(title="一目云 - 艾克Kepler",overlay=true, resolution="")
conversionPeriods = input(9, minval=1, title="Conversion Line Periods"),
basePeriods = input(26, minval=1, title="Base Li... |
RSI + Fibonacci HH LL Support Resistance | https://www.tradingview.com/script/GrrLdAPF/ | hayashipallu | https://www.tradingview.com/u/hayashipallu/ | 35 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © hayashipallu
//@version=5
indicator("RSI + Fibonacci HH LL Support Resistance ",shorttitle = "RSI+FIB HH,LL,SR", overlay = true)
//Fibonacci Number is 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, ... |
SMA Crossover System | https://www.tradingview.com/script/YnKIFd5Y-SMA-Crossover-System/ | Michael71825 | https://www.tradingview.com/u/Michael71825/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Michael71825
//@version=5
indicator("SMA Crossover System", shorttitle="SMA Crossover System", overlay=true)
smaShortPeriod = input(13, title="Short SMA Period")
smaMiddlePeriod = input(48, title="Middle... |
Support and Resistance: Triangles [YinYangAlgorithms] | https://www.tradingview.com/script/RkeTwjoq-Support-and-Resistance-Triangles-YinYangAlgorithms/ | YinYangAlgorithms | https://www.tradingview.com/u/YinYangAlgorithms/ | 75 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@... |
Three Candle Rolling Pivot Range | https://www.tradingview.com/script/XHukXhvD-Three-Candle-Rolling-Pivot-Range/ | Sabarijegan | https://www.tradingview.com/u/Sabarijegan/ | 9 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Sabarijegan
//@version=5
indicator("Three Candle Rolling Pivot Range", overlay=true)
// Calculate rolling pivot range for the last three candles
c = input(3, title="Number of Previous Candles")
rolling_p... |
exponential movil average with points | https://www.tradingview.com/script/bHFub6XR/ | Volta_Trade | https://www.tradingview.com/u/Volta_Trade/ | 3 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Adan1560
//@version=5
indicator('exponential movil average with points ', overlay=true)
// Definir inputs para las EMAs
ema1_length = input(title='EMA1 Periodos', defval=20)
ema2_length = input(title='EMA... |
W. Wilder ATR VI | https://www.tradingview.com/script/9u1aWkAH-W-Wilder-ATR-VI/ | JakeTheDane | https://www.tradingview.com/u/JakeTheDane/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © JakeTheDane
//@version=5
indicator(title="W. Wilder ATR VI", shorttitle="ATR VI", overlay=false)
// Initialize ATR
atrLength = input(7, "ATR Length")
var float atr = na
var float trSum = na
// Initiali... |
Highlight Day of Week | https://www.tradingview.com/script/frXRX3Ql-Highlight-Day-of-Week/ | SyedMehdi | https://www.tradingview.com/u/SyedMehdi/ | 7 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// A simple indicator that highlights certain days of the week by changing the background color of the chart to a specified color.
// Each day can be highlighted its own respective color.
// © SyedMehdi
//@... |
Gap SMA | https://www.tradingview.com/script/gsl0TToT-Gap-SMA/ | str0zzapreti | https://www.tradingview.com/u/str0zzapreti/ | 3 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jdavenport416
//@version=5
indicator("Gap SMA", overlay=true)
n = input(5, title="Number of gaps to consider")
multiplier = input.float(1.5, title="Multiplier for Gap", step=0.1)
var float avg_gap... |
BOLLINGER Bands with MA_EMA/SMA_日本語 | https://www.tradingview.com/script/NINjtU09/ | FukuiFinance | https://www.tradingview.com/u/FukuiFinance/ | 3 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © FukuiFinance
//@version=5
indicator("BOLLINGER Bands with MA_EMA/SMA", overlay = true)
//MAの種類
MethodMA = input.string(defval = "SMA", title = "MAの種類", options = ["EMA", "SMA"])
//EMA5
length_MA5 = inpu... |
WP_MM | https://www.tradingview.com/script/w7p1pjBs/ | Wpkenpachi | https://www.tradingview.com/u/Wpkenpachi/ | 3 | study | 5 | MPL-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
indicator("WP_MM", overlay = true)
// INPUTS
src = input.source(close, title="Source")
tf = input.timeframe(title="Timeframe", defval = "2")
ema50_out = ta.ema(close, 50)
ema20_ou... |
DCA Simulator | https://www.tradingview.com/script/Fzc9nqmn/ | Julien-PH | https://www.tradingview.com/u/Julien-PH/ | 2 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Julien-PH
//@version=5
indicator("DCA Simulator", shorttitle="DCA", overlay=true)
// Input
showMeanPrice = input(true, "Show average price ?", tooltip = "Show the average price from this date to now")
... |
Cumulative NHNL (markets, sectors, lookbacks) | https://www.tradingview.com/script/OUz6Gw44-Cumulative-NHNL-markets-sectors-lookbacks/ | StevenM85 | https://www.tradingview.com/u/StevenM85/ | 2 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © StevenM85
//@version=5
indicator("Cumulative NHNL")
//@version=5
var gref = 'Cum NHNL'
sector_full = input.string(defval='NDXcomp', title='', options=['NYSE','SPX', 'NDXcomp', 'NDX100','IWM','DJI','DJ... |
FIREFLY INTERVAL RELEASE | https://www.tradingview.com/script/JjpMiuzE/ | fireflies_ | https://www.tradingview.com/u/fireflies_/ | 3 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © fireflies_
// @version=5
indicator("FIREFLY INTERVAL RELEASE", overlay=true)
import TradingView/ta/5
// ---------------------------------------------------
// MA
// --------------------------------... |
TrendAlert | https://www.tradingview.com/script/ltIrEwln-TrendAlert/ | qwertytehseen | https://www.tradingview.com/u/qwertytehseen/ | 2 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © qwertytehseen
//@version=5
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © TradeWithTehseen_
//@version=5
indicator('TrendAlert'... |
Cumulative ADD | https://www.tradingview.com/script/6s4oOYfA-Cumulative-ADD/ | StevenM85 | https://www.tradingview.com/u/StevenM85/ | 2 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © StevenM85
//@version=5
indicator("Cum ADD")
ticker = input.string(title='Exchange', defval='NDXcomp', options=['NDXcomp', 'NYSE'])
pltsma=input(defval=true, title='Show', inline='0')
sma=input(title='L... |
ZWAP (ZigZag Anchored VWAP) [Kioseff Trading] | https://www.tradingview.com/script/NiL9i0qV-ZWAP-ZigZag-Anchored-VWAP-Kioseff-Trading/ | KioseffTrading | https://www.tradingview.com/u/KioseffTrading/ | 131 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © KioseffTrading
//
//@version=5
indicator("ZWAP [Kioseff Trading]", overlay = true, max_polylines_count = 100, max_lines_count = 500, max_labels_count = 500)
import TradingView/ZigZag/6 as ZigZagLib
impo... |
Liquidity Spike Pool | https://www.tradingview.com/script/f63DTnLS-Liquidity-Spike-Pool/ | AleSaira | https://www.tradingview.com/u/AleSaira/ | 124 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AleSaira
//==============================/////////////==========================}
// _____ .__ _________ .__
// / _ \ | | ____ / _____/____ |__|___________
/... |
Volatility Adjusted Composite RSI with SMA and EMA Signals | https://www.tradingview.com/script/HNPswA6x-Volatility-Adjusted-Composite-RSI-with-SMA-and-EMA-Signals/ | Jagandeep | https://www.tradingview.com/u/Jagandeep/ | 39 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Jagandeep
//@version=5
indicator("VAC - RSI with SMA and EMA Signals", overlay=false)
// User inputs
priceWeight = input.float(65, title="Price RSI Weightage (%)", minval=0, maxval=100)
timeWeight = 100 ... |
Backtester Utility | https://www.tradingview.com/script/VWqQX7xK-Backtester-Utility/ | Am_ContentCreator_ | https://www.tradingview.com/u/Am_ContentCreator_/ | 3 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Am_ContentCreator_
//@version=5
//!!!!!!!!!!!!!!!Requires Editing for fulfilling your Requirements!!!!!!!!!!!!!!!//
//!!!!!!!!!!!!!!!Requires Editing for fulfilling your Requirements!!!!!!!!!!!!!!!//
//!!... |
Yield Spread Histogram | https://www.tradingview.com/script/WWjRKqoQ-Yield-Spread-Histogram/ | AJMourot | https://www.tradingview.com/u/AJMourot/ | 3 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AJMourot
//@version=5
indicator("Yield Spread Candles", shorttitle="Yield Spread", overlay=true)
// Fetch data for "US10Y-US02Y"
yieldSpread = request.security("US10Y-US02Y", "D", close)
// Calculate co... |
HistDistDevsv2 | https://www.tradingview.com/script/8SWdNLJf-HistDistDevsv2/ | eexpeeriments | https://www.tradingview.com/u/eexpeeriments/ | 6 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ChrisakaChris
//@version=5
indicator(title="HistDistDevsv2", overlay=true, max_lines_count = 500)
//Inputs------------------------------------------------------------
ShowLines = input.bool(true, "Show L... |
Moving averages & clouds | https://www.tradingview.com/script/lUhJUbuC-Moving-averages-clouds/ | mickes | https://www.tradingview.com/u/mickes/ | 9 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mickes
//@version=5
indicator("Moving averages & clouds", overlay = true)
import TradingView/ta/5
_timeFrame = input.timeframe("", "Time frame", group = "General")
_ma1Length = input.int(21, "Length", ... |
Blockchain Fundamental | https://www.tradingview.com/script/afvXr9C3-Blockchain-Fundamental/ | gotbeatz26107 | https://www.tradingview.com/u/gotbeatz26107/ | 81 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © gotbeatz26107
//@version=5
indicator("Blockchain fundamental", shorttitle = "BF V0.1", overlay = false, precision = 2)
// Libraries
import gotbeatz26107/ma_/2 as ma
// Indicator settings
htfInterval ... |
[dharmatech] U.S. Treasury Yield Curve | https://www.tradingview.com/script/zLbGeh27-dharmatech-U-S-Treasury-Yield-Curve/ | dharmatech | https://www.tradingview.com/u/dharmatech/ | 32 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © dharmatech
// 2023-10-01 : Hardcoded timeframe of securities to 1D. Without this, RRP doesn't load at lower timeframes.
// Also, without this, at lower timeframes, the yield curve differe... |
Candle Pivot and Stop Loss | https://www.tradingview.com/script/U9mjGpvi-Candle-Pivot-and-Stop-Loss/ | Sabarijegan | https://www.tradingview.com/u/Sabarijegan/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Sabarijegan
//@version=5
indicator("Candle Pivot and Stop Loss", overlay=true)
// Calculate Current candle Pivot point
currentCandlePivot = (high[1] + low[1] + close[1]) / 3
// Calculate Current candle ... |
syminfo table | https://www.tradingview.com/script/Stcga0LM-syminfo-table/ | weak_hand | https://www.tradingview.com/u/weak_hand/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © weak_hand
//@version=5
indicator("syminfo table", "syminfo", true)
string table_xpos = input.string("center", "X-Position", ["center", "left", "right"], display = display.none)
string table_ypos = input.... |
BTC - Hotness Index | https://www.tradingview.com/script/meDpESGA/ | dakixr | https://www.tradingview.com/u/dakixr/ | 13 | study | 4 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © dakixr
//@version=4
study("BTC - Hotness Index")
// Pi Cycle Top Indicator
/////////////////////////////////////////
D_111SMA = security(syminfo.tickerid, "1D",sma(close,111))
D_350SMA = sec... |
God Candles | https://www.tradingview.com/script/J1UtMw5c-God-Candles/ | Vanitati | https://www.tradingview.com/u/Vanitati/ | 58 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Vanitati
//@version=5
indicator('God Candles', overlay=true)
// ----------- Inputs ------------
// God Candle Settings
lookbackPeriod = input.int(30, title="Dilution", tooltip ='Higher value will show few... |
Volume-Price Diff | https://www.tradingview.com/script/GF0sMTcF-volume-price-diff/ | siq_trader | https://www.tradingview.com/u/siq_trader/ | 16 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © siq_trader
//@version=5
indicator("Volume-Price Diff", overlay = true)
var bool initialized = false
varip int volumeChanges = 0
varip int priceChanges = 0
varip lastPrice = close
varip diffPercentage = ... |
BETA Benchmark - Tables! | https://www.tradingview.com/script/bDseVY2c-BETA-Benchmark-Tables/ | Mishari_Alr | https://www.tradingview.com/u/Mishari_Alr/ | 1 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Mishari_Algos
//@version=5
indicator(title='BETA Benchmark - Tables!', overlay=false, precision = 2)
smooth = input.int(1, title="Smooth")
period1 = input.int(30, title="First Period")
period2 = input.i... |
Gap SMA | https://www.tradingview.com/script/1Ao7kuCA-Gap-SMA/ | str0zzapreti | https://www.tradingview.com/u/str0zzapreti/ | 1 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jdavenport416
//@version=5
indicator("Gap SMA", overlay=true)
n = input(5, title="Number of gaps to consider")
multiplier = input.float(1.5, title="Multiplier for Gap", step=0.1)
var float avg_gap... |
[KVA]Body Percentage Counter | https://www.tradingview.com/script/y6jGP6Ut-KVA-Body-Percentage-Counter/ | Kamvia | https://www.tradingview.com/u/Kamvia/ | 1 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Kamvia
//@version=5
indicator("[KVA]Body Percentage Counter ")
isGreen(c,o) =>
c > o
isRed(c,o) =>
c < o
//enter values here
float[] greenPercents = array.from(0.01,0.02,0.03,0.04,0.05,0.06,0.07,... |
50 EMA - Multi 1D 4H 1H | https://www.tradingview.com/script/YO1Y3Jmd-50-EMA-Multi-1D-4H-1H/ | rrchico | https://www.tradingview.com/u/rrchico/ | 2 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © rrchico
//@version=5
indicator("50 EMA - Multi 1D 4H 1H", overlay=true, timeframe="60")
//inputs
plot1DVisibility = input.bool(true, "50D Visible")
plot1Dcolor = input.color(color.yellow, title="5DD EMA"... |
Extended Engulfing Candle | https://www.tradingview.com/script/NI5jqX5h/ | MentalGap | https://www.tradingview.com/u/MentalGap/ | 28 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © MentalGap
//@version=5
indicator("Consecutive Engulfing Candle", overlay=true)
var int consecutiveDown = 0
var int consecutiveUp = 0
var float HH = na //HighestHigh of consecutive down candle
var ... |
SOLANA Performance & Volatility Analysis BB% | https://www.tradingview.com/script/MO4w0UuK-SOLANA-Performance-Volatility-Analysis-BB/ | Volatility_Vibes | https://www.tradingview.com/u/Volatility_Vibes/ | 15 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Volatility_Vibes
//@version=5
indicator(title='SOLANA Performance & Volatility Analysis BB%', shorttitle='SOL P&V Analysis BB%', format=format.price, precision=2)
// Inputs
ChartLine = input(title='SOLANA... |
每根单位K线时间 | https://www.tradingview.com/script/1tSqJT0F/ | qqqq95 | https://www.tradingview.com/u/qqqq95/ | 3 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © qqqq95
//@version=5
indicator("每根单位K线时间",overlay = true)
second_tostr(s) =>
h = (s - s%(3600*1000))/(3600*1000)
h_t = (s - s%(3600*1000))
min = ((s-h_t) - (s-h_t)%(60*1000))/(60*1000)
... |
Breakout mode patterns [yohtza] | https://www.tradingview.com/script/3Fro4IUz-Breakout-mode-patterns-yohtza/ | yohtza | https://www.tradingview.com/u/yohtza/ | 16 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © yohtza
//@version=5
indicator("Breakout mode patterns [yohtza]", overlay = true)
textColor = input.color(color.gray,"Text Color")
oo_condition = high[1] >= high[2] and low[1] <= low[2] and high[2] >= hi... |
IU SIP CALCULATOR | https://www.tradingview.com/script/rlrRGVnI-IU-SIP-CALCULATOR/ | Strategy_coders | https://www.tradingview.com/u/Strategy_coders/ | 7 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © shivammandrai
//@version=5
indicator("IU SIP", overlay = true )
///////// WARNING
if timeframe.period != "M"
runtime.error("Please Go To monthly(M) timeframe ")
///// SIP GREEN SIGNAL
go_SIP = tru... |
Worm *Public* | https://www.tradingview.com/script/g1ODrArg-Worm-Public/ | aidenhawkins2004 | https://www.tradingview.com/u/aidenhawkins2004/ | 25 | study | 5 | MPL-2.0 | // This Source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// ©aidenhawkins2004
//@version=5
indicator("Worm (Clean)" , overlay = true)
//__ Inputs
//Titles
SettingTitle1 = "Indicator Settings" , SettingTitle2 = "Backtest Setti... |
pips bar | https://www.tradingview.com/script/NSqb6ZI0-pips-bar/ | Swingbird | https://www.tradingview.com/u/Swingbird/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Swingbird
//@version=5
indicator("pips bar", overlay = true)
pips = input.int(20, 'pips')
col_bar = input.color(color.orange, 'color')
wid_bar = input.int(4, 'bar width', [1,2,3,4])
xbars = input.int(10, ... |
Predictive Trend and Structure (Expo) | https://www.tradingview.com/script/LeeciZlD-Predictive-Trend-and-Structure-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 354 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © Zeiierman
//@version=5
indicator("Predictive Trend and Structure (Expo)", overlay = true)
// ~~ Tooltip {
t1 = "Determines the number of periods used for the... |
Correlational cycles | https://www.tradingview.com/script/eXMMZfRk-Correlational-cycles/ | Kowalski_Trader | https://www.tradingview.com/u/Kowalski_Trader/ | 26 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Kowalski_Trader
//@version=5
indicator("Correlation Coefficient", shorttitle = "CC", format = format.price, precision = 2)
symbolInput = input.symbol("FNGU", "Symbol", confirm = true)
second_symbolInput =... |
[dharmatech] KBDR Mean Reversion | https://www.tradingview.com/script/tsN1a2uK-dharmatech-KBDR-Mean-Reversion/ | dharmatech | https://www.tradingview.com/u/dharmatech/ | 76 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © dharmatech
//@version=5
indicator(title = "KBDR Mean Reversion", shorttitle = "KBDR Mean Reversion", overlay = true)
// 2023-09-21 Updating permissions
// -----------------------------------------------... |
Barbwire [yohtza] | https://www.tradingview.com/script/lb9nUFFK-Barbwire-yohtza/ | yohtza | https://www.tradingview.com/u/yohtza/ | 16 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © yohtza
//@version=5
indicator("Barbwire [yohtza]", overlay = true)
borderColor = input.color(color.new(color.gray, 80), "Barbwire border color")
bgColor = input.color(color.new(color.gray, 80), "Barbwire... |
Double RSI 00 1.0 | https://www.tradingview.com/script/e1gYMWGt/ | egghen | https://www.tradingview.com/u/egghen/ | 9 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © egghen
//@version=5
indicator('Double RSI 00 1.0')
// Inputs
length_1 = input(7, title='RSI1 Length')
length_2 = input(12, title='RSI2 Length')
overbought_1 = input(75, title='Overbought Signal')
oversol... |
Get start of previous day on any timeframe | https://www.tradingview.com/script/Xa4qbgR7-Get-start-of-previous-day-on-any-timeframe/ | haribotagada | https://www.tradingview.com/u/haribotagada/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © haribotagada
//@version=5
indicator("Get start of previous day on any timeframe", overlay = true)
getPreviousDay(int referenceTime = last_bar_time) =>
dayOfWeekNow = dayofweek(referenceTime)
da... |
WW DMI with Wilders smooting | https://www.tradingview.com/script/8tQqhj7K-WW-DMI-with-Wilders-smooting/ | JakeTheDane | https://www.tradingview.com/u/JakeTheDane/ | 2 | study | 4 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © JakeTheDane
//@version=4
study(title="WW DMI with Wilders smooting", shorttitle="WW DMI", overlay=false)
// User Inputs
len = input(14, minval=1, title="DI Length")
lensig = input(14, title="ADX Smoothin... |
Fibonacci HH LL TRAMA Band | https://www.tradingview.com/script/Y6iGumYx/ | hayashipallu | https://www.tradingview.com/u/hayashipallu/ | 36 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
//hayashipallu
//@version=5
indicator('Fibonacci HH LL Trend Regularity Adaptive Moving Average Band Ribbon',shorttitle = "FIB HHLL TRAMA" ,ov... |
Trendy Bars Counter | https://www.tradingview.com/script/tZCGIPfk-Trendy-Bars-Counter/ | agbay | https://www.tradingview.com/u/agbay/ | 6 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Trendy Bars Counter indicates the number of bars in trend.
// Meaning of the color of the numbers plotted on graph is:
// Green: If trend is up
// Red: If trend is down
//
// Minimum Number Of Trendy ... |
Intraday Intensity Index [SyntaxGeek] | https://www.tradingview.com/script/K00MMBW4-Intraday-Intensity-Index-SyntaxGeek/ | syntaxgeek | https://www.tradingview.com/u/syntaxgeek/ | 22 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © syntaxgeek
// _____ _____ _____ _____ _____ _____ _____ ___... |
Stocks Seasonality Gauge | https://www.tradingview.com/script/9MRGNYIN-Stocks-Seasonality-Gauge/ | jawauntb | https://www.tradingview.com/u/jawauntb/ | 8 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jawauntb
//@version=5
indicator("Stocks Seasonality Gauge", overlay=true, shorttitle="SSG")
// Input Parameters
lookbackYears = input.int(5, title="Lookback Years")
emaLength = input.int(9, title="EMA Le... |
Sebastine Gap Detector | https://www.tradingview.com/script/kiYGbfse-Sebastine-Gap-Detector/ | sebastinecc | https://www.tradingview.com/u/sebastinecc/ | 28 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © sebastinecc
//@version=5
indicator("Sebastine Gap Detector", overlay=true)
var float openingPrice = na
var bool gapFilledUp = na
var bool gapFilledDown = na
var bool gapFilled = false
var float previousD... |
3GBH - ICT NY Session | https://www.tradingview.com/script/te3vgDMd-3GBH-ICT-NY-Session/ | Clancy3gbh | https://www.tradingview.com/u/Clancy3gbh/ | 5 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Clancy3gbh
//@version=5
indicator("NY Session", overlay = true)
// New York Morning Session
showNY = input.bool(true, 'Show →', group = 'NY Session', inline = '0', tooltip = 'Morning Sessio... |
TREND LINES B/O By Vintage Trader_ The Analytical skills | https://www.tradingview.com/script/wAGtdPmi-TREND-LINES-B-O-By-Vintage-Trader-The-Analytical-skills/ | merchantmariner007 | https://www.tradingview.com/u/merchantmariner007/ | 10 | study | 4 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Vintage Trader_ The Analytical Skills
//
//@version=4
study("TREND LINES B/O By Vintage Trader_ The Analytical skills", overlay=true)
lb = input(30, title="Left Bars", minval=1)
rb = input(30, title=... |
RSI + FIB HH LL StopLoss Finder/Contrarian Trades | https://www.tradingview.com/script/MYMna6kI/ | hayashipallu | https://www.tradingview.com/u/hayashipallu/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © hayashipallu
//@version=5
indicator("RSI + Fibonacci Higher Highs, Lower Lows StopLoss Finder / Contrarian Trade",shorttitle = "RSI,FHH,LL SLF/CT", overlay = true)
//Fibonacci Number is 1, 1, 2, 3, 5, 8, ... |
IU Probability Calculator | https://www.tradingview.com/script/TvXciTns-IU-Probability-Calculator/ | Strategy_coders | https://www.tradingview.com/u/Strategy_coders/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © shivammandrai
//@version=5
indicator("IU Probability Calculator", overlay=false)
///////////////////////////////////////// USER INPUTS ////////////////////////////////////////
//// BULLISH AND BEARISH F... |
Trend Flow Profile [AlgoAlpha] | https://www.tradingview.com/script/r4HlfwPz-Trend-Flow-Profile-AlgoAlpha/ | AlgoAlpha | https://www.tradingview.com/u/AlgoAlpha/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AlgoAlpha X © Sushiboi77
//@version=5
indicator(title='Trend Flow Profile [AlgoAlpha]', shorttitle='📈 TFP [AlgoAlpha]', overlay=false)
// Input parameters
orderFlowPeriod = input.int(12, minval=1, title... |
Limited Growth Stock-to-Flow (LGS2F) [AlgoAlpha] | https://www.tradingview.com/script/GxV0eOCA-Limited-Growth-Stock-to-Flow-LGS2F-AlgoAlpha/ | AlgoAlpha | https://www.tradingview.com/u/AlgoAlpha/ | 1 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AlgoAlpha X © Sushiboi77
//@version=5
indicator("∂ Limited Growth Stock-to-Flow [AlgoAlpha]", shorttitle = "∂ LG-S2F [AlgoAlpha]", overlay = true)
green = input.color(#00ffbb, "Up Color") //#00ffbb
red =... |
3X Hưng | https://www.tradingview.com/script/S0Jfa9ag/ | Rockbuith | https://www.tradingview.com/u/Rockbuith/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 3.0 at https://mozilla.org/MPL/2.0/
// © thiennarts
//@version=5
indicator('3X', '3X', true,timeframe="30", timeframe_gaps=true, precision=4, max_labels_count=500)
//-----------------------------------------------------------------------------... |
RSI MFI MultiTimeframe Oversold/Overbought | https://www.tradingview.com/script/wpMvWjAp/ | Seungdori_ | https://www.tradingview.com/u/Seungdori_/ | 2 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Seungdori_
//@version=5
indicator("RSI MFI MultiTimeframe Oversold/Overbought", shorttitle = 'RSI/MFI MTF', overlay =false)
//Region : Inputs//
main_osc = input.string(defval = 'RSI', title = '[ R... |
IU Average move | https://www.tradingview.com/script/jJIPBmVZ-IU-Average-move/ | Strategy_coders | https://www.tradingview.com/u/Strategy_coders/ | 9 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © shivammandrai
//@version=5
indicator("IU Average move ",overlay=true)
///// CREATING CUSTOME SESSION
custome_session = input.session("0915-1000", title='Enter your Session')
///// CHECKING SESSIONS
i... |
RSRW | https://www.tradingview.com/script/yD63DdWn/ | MaskinAlv | https://www.tradingview.com/u/MaskinAlv/ | 8 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © WorkPiece 12.28.21 OMXS30
//@version=5
indicator(title="Real Relative Strength", shorttitle="RSRW")
comparedWithSecurity = input.symbol(title="Compare With", defval="SPY")
length = input... |
Pocket Pivot, Darvas Box, EMA | https://www.tradingview.com/script/B9Jhbn4t-Pocket-Pivot-Darvas-Box-EMA/ | Krishna216 | https://www.tradingview.com/u/Krishna216/ | 1 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Krishna216
//@version=5
indicator("Pocket Pivot, Darvas Box, EMA", shorttitle="PPDBEMA", overlay=true)
// EMA
emaLength = input(20,title = "EMA Length")
emaValue = ta.ema(close, emaLength)
// Pock... |
WEEKLY AND TWO DAY HIGH LOW | https://www.tradingview.com/script/Qj9wpjpC-WEEKLY-AND-TWO-DAY-HIGH-LOW/ | 487551 | https://www.tradingview.com/u/487551/ | 1 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © 487551
//@version=5
indicator("TWO DAY AND WEEKLY HIGH LOW", shorttitle="TWO DAY AND WEEKLY HIGH LOW", overlay=true)
// Calculate the high and low of the two most recent candles
high1 = request.sec... |
Variable Keltner Channel For DCA | https://www.tradingview.com/script/MMDuM9yq-Variable-Keltner-Channel-For-DCA/ | BrandonLimJH | https://www.tradingview.com/u/BrandonLimJH/ | 4 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © BrandonLimJH
//@version=5
indicator("Variable Keltner Channel For DCA", "DCA KC", true, timeframe="D")
// EMAs & ATR
EMA21 = ta.ema(close, 21)
EMA34 = ta.ema(close, 34)
ATR = ta.atr(10)
// Calcul... |
Tick Gaps | https://www.tradingview.com/script/LLt0WnCq-Tick-Gaps/ | JackDL92 | https://www.tradingview.com/u/JackDL92/ | 0 | study | 5 | MPL-2.0 | // This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © JackDL92
//@version=5
indicator("Tick Gaps", overlay=true)
// Input for symbol type
symbolType = input("triangleup", title="Symbol Type")
// Function to check for gap-up
isGapUp(open, close) =>
... |
Autocorrelation State Stability [AlgoAlpha] | https://www.tradingview.com/script/bdmWVk2y-Autocorrelation-State-Stability-AlgoAlpha/ | AlgoAlpha | https://www.tradingview.com/u/AlgoAlpha/ | 0 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AlgoAlpha X © Sushiboi77
//@version=5
indicator("⩰ Autocorrelation State Stability [AlgoAlpha]")
len = input.int(14, "correlation Period")
plotcol = input.color(#000000, "Color") //#00ffbb
r = close
corr... |
DK RAYAK NEW BN STOCKS | https://www.tradingview.com/script/z1gkKJJU-DK-RAYAK-NEW-BN-STOCKS/ | deep54321 | https://www.tradingview.com/u/deep54321/ | 2 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
//@version=5
indicator(title="DK RAYAK NEW", shorttitle = "BN DK Dashboard", overlay=true)
TF1 = input.timeframe("15",title="Trade Entry Tf1")
TF2 = input.timeframe("60",title="Higher Tf2")
//TF3 = inp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.