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 |
|---|---|---|---|---|---|---|---|---|
DOW Theory Price Action Multi-Time Frame | https://www.tradingview.com/script/mX5C48KH-DOW-Theory-Price-Action-Multi-Time-Frame/ | Mohit_Kakkar08 | https://www.tradingview.com/u/Mohit_Kakkar08/ | 242 | 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/
// © Mohit_Kakkar08
// This code is written on the basis of Dow theory candlesticks rules by Mohit Kakkar. Disclaimer - Publisher is not responsible for any financial loss or any false signal.
//@version=5
indi... |
Percent Research | https://www.tradingview.com/script/R3j5Z3tA-Percent-Research/ | shaaah10 | https://www.tradingview.com/u/shaaah10/ | 99 | 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/
// © shaaah10
//@version=5
indicator("Percent Research", overlay = false)
inputPrice = input.float(defval = 5, minval = 0, title = "Price")
inputUp = input.float(defval = 20, minval = 0, title="Change % Up")... |
Session High and Low Indicator | https://www.tradingview.com/script/42RkeEA5-Session-High-and-Low-Indicator/ | benjaminbarch | https://www.tradingview.com/u/benjaminbarch/ | 129 | 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/
// © benjaminbarch
//@version=5
indicator("Session High and Low Indicator", shorttitle="H/L", overlay=true)
// --- WHAT THIS INDICATOR DOES - DESCRIPTION --- {
// Looks at the ATR for the last 2 candles and ... |
Gedhusek UltraTrend | https://www.tradingview.com/script/hpf1d8ce-Gedhusek-UltraTrend/ | Gedhusek | https://www.tradingview.com/u/Gedhusek/ | 86 | 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/
// © gedhusek1
//@version=5
indicator("Gedhusek UltraTrend",overlay = true)
firstPeriod = input.int(125,"First Period")
secondPeriod = input.int(225,"Second Period")
thirdPeriod = input.int(325,"Third Period... |
Simple OHLC Custom Range Interactive | https://www.tradingview.com/script/DKKO1VnS-Simple-OHLC-Custom-Range-Interactive/ | RozaniGhani-RG | https://www.tradingview.com/u/RozaniGhani-RG/ | 121 | 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/
// © RozaniGhani-RG
//@version=5
indicator('Simple OHLC Custom Range Interactive', 'SO_CRI',true)
// 0. Imports
// 1. Inputs
// 2. Variables / Array Initializations
// 3. Custom Functions
// 4. Variables / Arr... |
Visible Range | https://www.tradingview.com/script/vbXLRm4n-Visible-Range/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 88 | 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/
// © kaigouthro
import kaigouthro/hsvColor/11 as h
import kaigouthro/calc/5
import kaigouthro/font/4
//@version=5
indicator("Visible Range",'Range View',true)
//input distances
var int _d1 = input.int(5, 'Ba... |
Buy and Sell Indicator | https://www.tradingview.com/script/zdwzwVky-Buy-and-Sell-Indicator/ | Shauryam_or | https://www.tradingview.com/u/Shauryam_or/ | 511 | 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/
// © Shauryam_or
//@version=05
indicator(title="High and low" ,overlay=true)
h = input.int(09 , "Hour" , minval=0, maxval=23, inline='hm',group="Select Time for Signal")
m = input.int(15, ": Min", minval=0,... |
Darvas box | https://www.tradingview.com/script/EfgGtIXp-Darvas-box/ | danilogalisteu | https://www.tradingview.com/u/danilogalisteu/ | 102 | 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/
// © danilogalisteu
//@version=5
indicator("Darvas box", overlay=true)
show_labels = input.bool(false, "Show labels for box top and bottom")
// Reference: https://tlc.thinkorswim.com/center/reference/Tech-In... |
Pivot Pattern Boundaries [cajole] | https://www.tradingview.com/script/hsEFLsr7-Pivot-Pattern-Boundaries-cajole/ | cajole | https://www.tradingview.com/u/cajole/ | 158 | 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/
// © cajole
//@version=5
// hat tip to 'Liquidity by makuchaku & eFe', daughter of 'Pivots MTF [LucF]' for the basic architecture.
indicator("Pivot Pattern Boundaries [cajole]", shorttitle='Pivot boundaries... |
Order Block Detector [LuxAlgo] | https://www.tradingview.com/script/KvGhxGxY-Order-Block-Detector-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 8,684 | 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/
// © LuxAlgo
//@version=5
indicator("Order Block Detector [LuxAlgo]"
, overlay = true
, max_boxes_count = 500
, max_labels_count = 500
, max_lines_count =... |
Custom OBV Oscillator | https://www.tradingview.com/script/xEa7W9Cv-Custom-OBV-Oscillator/ | jsalemfinancial | https://www.tradingview.com/u/jsalemfinancial/ | 51 | 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/
// © jsalemfinancial
//@version=5
indicator(title="Custom OBV Oscillator", shorttitle="OBVO", precision=2)
lookback_len = input.int(defval=20, title="Lookback Period")
fast_len = input.int(defval=3, ti... |
ICT NY Futures Indices Session Model - YT New York Mentorship | https://www.tradingview.com/script/oGxTJNqB-ICT-NY-Futures-Indices-Session-Model-YT-New-York-Mentorship/ | Shanxia | https://www.tradingview.com/u/Shanxia/ | 373 | 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/
// © Shanxia
//@version=5
indicator("ICT NY Model", "ICT NY", overlay=true, max_lines_count=500)
////////// INPUTS \\\\\\\\\\
i_d4 = input.string ("GMT-4", "Timezone", options... |
RSI Divergence | https://www.tradingview.com/script/hfVa19WB/ | faytterro | https://www.tradingview.com/u/faytterro/ | 904 | 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/
// © faytterro
//@version=5
indicator("RSI Divergence", overlay = false, max_lines_count = 500)//, overlay=true)//, scale = scale.none)
rsilen=input.int(14, title="rsi length")
rsisrc=input(close, title="sourc... |
Position Sizing Calculator | https://www.tradingview.com/script/kg7Yq4fg-Position-Sizing-Calculator/ | sosacur01 | https://www.tradingview.com/u/sosacur01/ | 54 | 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/
// © sosacur01
//@version=5
indicator("Position Sizing Calculator", overlay=true)
//Table Inputs
Equity = input.float(defval=10000, title="Total Equity", group="Position Sizing")
i_pctStop = input.floa... |
dmn's ICT Toolkit | https://www.tradingview.com/script/nStgl5A9-dmn-s-ICT-Toolkit/ | fxdmn | https://www.tradingview.com/u/fxdmn/ | 1,012 | study | 5 | MPL-2.0 | // This source code is subjectsubject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © fxdmn
// @version=5
indicator(title="dmn's ICT Toolkit", shorttitle="dmn's ICT Toolkit", overlay=true, max_lines_count=500, max_boxes_count=500)
// ███████╗██╗ ██╗██████╗ ███╗ ███╗███╗ ██╗
... |
Custom Candle Body Width | https://www.tradingview.com/script/dS5sYgCs-Custom-Candle-Body-Width/ | a_dema | https://www.tradingview.com/u/a_dema/ | 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/
// © a_dema
//@version=5
indicator(title="Custom Candle Body Width", shorttitle="CCBW", overlay=true, max_lines_count=500)
candleBodyColor_Up = input.color(defval=color.new(color.green, 0), title="Color Up",... |
Democratic Fibonacci Moving Averages | https://www.tradingview.com/script/WZE4w91h-Democratic-Fibonacci-Moving-Averages/ | LeafAlgo | https://www.tradingview.com/u/LeafAlgo/ | 115 | 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/
// © LeafAlgo
//@version=5
indicator("Democratic Fibonacci MAs", overlay=true)
src = input.source(ohlc4, 'Source')
// Fib MA
cfib_ma_3 = ta.ema(src, 3)
plot(cfib_ma_3, title='Fib. MA (3)', color=color.white,... |
Dynamic Highest Lowest Moving Average | https://www.tradingview.com/script/MHOCeh2K-Dynamic-Highest-Lowest-Moving-Average/ | EsIstTurnt | https://www.tradingview.com/u/EsIstTurnt/ | 24 | 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/
// © EsIstTurnt
//@version=5
indicator("Dynamic Highest Lowest Moving Average",shorttitle='DHLMA',overlay=true)
import TradingView/ta/4 as m
/////////////Beginning, Get Inputs
string high_oscillator ... |
BTC Indicator By Megalodon Trading | https://www.tradingview.com/script/4GOuUVBR-BTC-Indicator-By-Megalodon-Trading/ | MegalodonTrading | https://www.tradingview.com/u/MegalodonTrading/ | 2,096 | 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/
// © MegalodonTrading
//@version=4
study("BTC Indicator By Megalodon Trading", max_bars_back=366, overlay=false)
buy_below = input(defval = -61.8 , title = "Buy Below Initial Trigger", minval = -100, maxval ... |
Liquidity Candles | https://www.tradingview.com/script/Uvv5kzQP-Liquidity-Candles/ | UnknownUnicorn36161431 | https://www.tradingview.com/u/UnknownUnicorn36161431/ | 350 | 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/
// © zathruswriter
//@version=5
indicator( "Liquidity Candles", overlay = true, max_lines_count = 500, max_labels_count = 500, max_bars_back = 4500 )
liq_line_color = input.color( color.black, "Liquidity Line... |
Profitunity - Beginner [TC] | https://www.tradingview.com/script/CMu4dGgs-Profitunity-Beginner-TC/ | Skyrex | https://www.tradingview.com/u/Skyrex/ | 295 | 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/
// © SkyRockSignals
//@version=5
indicator("Profitunity - Beginner [TC]", overlay = true)
//INPUTS
show11and33 = input.string(defval = 'No', title ='Show (11) and (33) bars?', options = ['Yes', 'No'])
... |
Divergence Strength Oscillator | https://www.tradingview.com/script/mZaka7ks-Divergence-Strength-Oscillator/ | reees | https://www.tradingview.com/u/reees/ | 693 | 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/
// © reees
//@version=5
indicator("Divergence Strength Oscillator","DivStrOsc",max_bars_back=500)
import reees/TA/69 as t
import reees/Utilities/4 as u
//-----------------------------------------
// inputs
... |
Trading Checklist | https://www.tradingview.com/script/fdpa4CyN/ | FX365_Thailand | https://www.tradingview.com/u/FX365_Thailand/ | 126 | 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/
// © FX365_Thailand
//Revision history
//v53.0 First release
//v54.0 Fixed text size adjustment
//v55.0 Improved criteria fields for easier text input
//@version=5
indicator("Trading Checklist",shorttitle = ... |
[Mad] Active Line | https://www.tradingview.com/script/SBxdByX7-Mad-Active-Line/ | djmad | https://www.tradingview.com/u/djmad/ | 211 | 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/
// © djmad //
ver = "v1.1"
//@version=5
indicator(title="[Mad] Active Line "+ver, shorttitle = "[Mad] Active Line "+ver, overlay = true, max_bars_back=1000, max_labels_count=500, max_lines_count=500, max_bo... |
Open Interest Profile (OI)- By Leviathan | https://www.tradingview.com/script/8XKZuAOF-Open-Interest-Profile-OI-By-Leviathan/ | LeviathanCapital | https://www.tradingview.com/u/LeviathanCapital/ | 1,628 | 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/
// © Leviathan
// Some elements of generating Profiles are inspired by @LonesomeTheBlue's volume profile script
//@version=5
indicator("Open Interest Profile [Periodic] - By Leviathan", overlay=true, max_boxe... |
Ticker vs Index | https://www.tradingview.com/script/XC4Qkvnu-Ticker-vs-Index/ | Lantzwat | https://www.tradingview.com/u/Lantzwat/ | 47 | 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/
// © Lantzwat
//@version=5
indicator("Ticker vs Index", "TvI")
RefTickerId = input.symbol("SPX", title="Reference index", tooltip = "e.g. SPX/NDX/RUT/DWCPF or combinations of it")
sma = input.int(20,"SMA")
r... |
S&P 500 Quandl Data & Ratios | https://www.tradingview.com/script/xBFYNRfr-S-P-500-Quandl-Data-Ratios/ | TradeAutomation | https://www.tradingview.com/u/TradeAutomation/ | 67 | 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
//Author © TradeAutomation
indicator("S&P 500 Quandl Data & Ratios")
// Pulls in S&P500 data using Quandl / Nasdaq Data Link //
//S&P 500 Dividend Yield by Month. 12 month dividend per share/pric... |
MA Momentum | https://www.tradingview.com/script/6F1WPbvx-MA-Momentum/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 47 | 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/
// © peacefulLizard50262
//@version=5
indicator("Ma Momentum")
one = input.int(13, "MA1")
two = input.int(48, "MA2")
three = input.int(48, "Smooth Line")
smoothing = input.int(1, "Generall Smoothing")
sma1 = ... |
Enterprise Value on Earnings / FCF / FFO Band | https://www.tradingview.com/script/jlyQlZge/ | Nagumo_Tetora | https://www.tradingview.com/u/Nagumo_Tetora/ | 27 | 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/
// © Nagumo_Tetora
//Per Share Enterprise Value Superimposed onto Free Cash Flow / Operating Income (Earnings) / Adjusted Funds from Operations Rainbow Band
//@version=5
indicator("EV Band", overlay = true)
Net... |
RSI Candle Color | https://www.tradingview.com/script/7kU9Me7k-RSI-Candle-Color/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 222 | 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/
// © peacefulLizard50262
//@version=5
indicator("RSI Color", overlay = true, timeframe = '', timeframe_gaps = false)
grad(src)=>
color out = switch int(src)
0 => color.new(#1500FF , 20)
1 ... |
SPX_Strikes_OpcionSigma | https://www.tradingview.com/script/Y61DgkPz-SPX-Strikes-OpcionSigma/ | fmontenegro16481 | https://www.tradingview.com/u/fmontenegro16481/ | 51 | 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/
// © fmontenegro16481
//@version=5
indicator("VIX_Strikes",overlay=true)
A = math.sqrt(252)//Raiz Cuadrada de 252
B = request.security("SPX","1",close)//Precio del SPX al cierre
C = request.security("VIX","1",... |
Visualizing Displacement [TFO] | https://www.tradingview.com/script/n6djFgQH-Visualizing-Displacement-TFO/ | tradeforopp | https://www.tradingview.com/u/tradeforopp/ | 1,935 | 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/
// © tradeforopp
//@version=5
indicator("Visualizing Displacement [TFO]", "Displacement [TFO]", true)
require_fvg = input.bool(true, "Require FVG")
disp_type = input.string("Open to Close", "Displacement Type... |
Higher High / Lower Low based on Heikin Ashi | https://www.tradingview.com/script/OajecSQC-Higher-High-Lower-Low-based-on-Heikin-Ashi/ | UnknownUnicorn36161431 | https://www.tradingview.com/u/UnknownUnicorn36161431/ | 168 | 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/
// © zathruswriter
//@version=5
indicator( "Higher High / Lower Low based on Heikin Ashi", overlay = true, max_labels_count = 500 )
candles_to_confirm_trend = input.int( 5, "HA Candles to Confirm Trend" )
can... |
Relative Strength against Index | https://www.tradingview.com/script/5fKrWf2Q-Relative-Strength-against-Index/ | Vollchaot | https://www.tradingview.com/u/Vollchaot/ | 50 | 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/
// © Vollchaot
//@version=5
indicator("Relative Strength against Index", shorttitle = "RelStr")
symbol = input.symbol("SPX", "Reference Index Symbol")
ref_chgATR = request.security(symbol, timeframe.peri... |
Vector Scaler | https://www.tradingview.com/script/wVWqx2Vz-Vector-Scaler/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 42 | 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/
// © peacefulLizard50262
//@version=5
indicator("VS")
diff(_src, enable) =>
derivative = (_src - _src[2])/2
enable ? derivative : _src
// Define the vector_scale() function
vector_scale(sr, len, smo, d... |
Sigma Expected Movement [D/W/M] | https://www.tradingview.com/script/5bmBkxJO-Sigma-Expected-Movement-D-W-M/ | seba34e | https://www.tradingview.com/u/seba34e/ | 130 | 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/
// © seba34e
//@version=5
indicator("Sigma Expected Movement [D/W/M]", overlay=true)
period = input.string("DAY", title="Period", options = ["DAY", "WEEK", "MONTH"])
FirstDeviation = input.float (68, title = ... |
Multi Timeframe Support and Resistance [ABA Invest] | https://www.tradingview.com/script/kO82pg19-Multi-Timeframe-Support-and-Resistance-ABA-Invest/ | abainvest | https://www.tradingview.com/u/abainvest/ | 606 | 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/
// © ABA Invest
//@version = 5
indicator(title="Multi Timeframe Support and Resistance [ABA Invest]", shorttitle = "MTF SnR [ABA Invest]", overlay = true)
... |
RSI Objective Lines | https://www.tradingview.com/script/tlYXydXK-RSI-Objective-Lines/ | Sofien-Kaabar | https://www.tradingview.com/u/Sofien-Kaabar/ | 108 | 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/
// © Sofien-Kaabar
//@version=5
indicator("RSI Objective Lines")
lookback = input(defval = 200, title = 'Lookback')
threshold = input(defval = 0.05, title = 'Threshold')
rsi_high = ta.rsi(high, 14)
... |
Outlier Detecting Cumulative Moving Average (ODCMA) | https://www.tradingview.com/script/GO0XuJCt-Outlier-Detecting-Cumulative-Moving-Average-ODCMA/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 41 | 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/
// © peacefulLizard50262
//@version=5
indicator("ODCMA", overlay = true)
filter(float src, int len = 1) =>
var float filter = na
filter := ta.cum((src + (src[1] * 2) + (src[2] * 2) + src[3])/6)
le... |
Daily Session Windows background highlight indicator | https://www.tradingview.com/script/7qMP6NVY-Daily-Session-Windows-background-highlight-indicator/ | SacroMacro | https://www.tradingview.com/u/SacroMacro/ | 40 | 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/
// © SacroMacro
//@version=5
indicator("Daily Session Windows", overlay=true)
same_as_instrument = "Same as instrument"
group = "Daily segments"
gmtSelect = input.string(title="Reference time zone", defv... |
Directional Sentiment Line | https://www.tradingview.com/script/TqT9WE4n-Directional-Sentiment-Line/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 277 | 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/
// /$$$$$$ /$$ /$$
// /$$__ $$ | $$ | $$ ... |
Smooth Stochastic and RSI Combo | https://www.tradingview.com/script/9xyRcwEX-Smooth-Stochastic-and-RSI-Combo/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 155 | 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/
// © peacefulLizard50262
//@version=5
indicator("Stochastic and RSI", "SRSI")
rsi_length = input.int(14, "RSI Length")
sto_length = input.int(14, "Stochastic Length")
smoothing = input.int(9, "Smoothing")
rsi... |
Volume composition / quantifytools | https://www.tradingview.com/script/d4TDeuRU-Volume-composition-quantifytools/ | quantifytools | https://www.tradingview.com/u/quantifytools/ | 3,061 | 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/
// © quantifytools
//@version=5
indicator("Volume composition", overlay=false, max_boxes_count=500, max_lines_count = 500, max_labels_count=500)
// Inputs
//Volume inputs
groupVol = "Vo... |
MMA V2 Indicator - Blast | https://www.tradingview.com/script/lR4KkIoU-MMA-V2-Indicator-Blast/ | MalikMMA | https://www.tradingview.com/u/MalikMMA/ | 171 | 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/
// © LonesomeTheBlue
//@version=5
indicator('MMA V2 Indicator - Blast by Malik Muntazir Abbas', 'MMA', overlay=true)
prd = input.int(defval=10, title='Pivot Period', minval=4, maxval=30, group='Setup')
ppsrc =... |
Ross Hook Pattern (Expo) | https://www.tradingview.com/script/4zfdkTUK-Ross-Hook-Pattern-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 1,891 | 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/
// © Zeiierman
//@version=5
indicator("Ross Hook Pattern (Expo)",overlay=true,max_bars_back=5000,max_labels_count=500,max_lines_count=500)
// ~~ ToolTips {
t1 = "Set the Ross Hook Period - A high value return... |
Portfolio_Tracking_TR | https://www.tradingview.com/script/xtzzHhRp/ | volkankocabas | https://www.tradingview.com/u/volkankocabas/ | 1,563 | 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/
// © @volkankocabas_
//@version=5
indicator("Portföy Takip", shorttitle="Portföy Takip", overlay = true)
//Tables On/Off
dataTableOn = input.bool(true, title="Tablo Aç/Kapa", group="Info Table")
//Table Posi... |
Adaptive Fisherized KST | https://www.tradingview.com/script/Tn35FvN7-Adaptive-Fisherized-KST/ | simwai | https://www.tradingview.com/u/simwai/ | 139 | 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/
// © simwai
//@version=5
indicator('Adaptive Fisherized KST', 'AF_KST', false)
// -- Input --
string resolution = input.timeframe(defval='', title='Resolution', group='KST', inline='1')
int min = input.int(de... |
CVD Ichimoku(s) | https://www.tradingview.com/script/Y3ljh7v5-CVD-Ichimoku-s/ | hakunamatata007 | https://www.tradingview.com/u/hakunamatata007/ | 121 | 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/
// © TradingView
//@version=5
indicator("CVD Ichimoku(s)", "CVD Ichimoku(s)", format = format.volume)
// CVD - Cumulative Volume Delta Candles
// v3 2022.07.11
// This code was written using the rec... |
True Range Outlier Detector (TROD) | https://www.tradingview.com/script/8vfIItD6-True-Range-Outlier-Detector-TROD/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("TROD", explicit_plot_zorder = true)
normalize(float src, int len) =>
out = (src - ta.lowest(src, len)) / (ta.highest(src, len) - ta.lowest(src, len))
ou... |
Volume CVD and Open Interest | https://www.tradingview.com/script/esZMDlod-Volume-CVD-and-Open-Interest/ | Texmoonbeam | https://www.tradingview.com/u/Texmoonbeam/ | 765 | 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/
// © Texmoonbeam
//@version=5
indicator("Volume CVD and Open Interest", overlay = false, max_labels_count=500, max_lines_count=500, max_boxes_count=500, max_bars_back = 5000)
ltf = input.timeframe(defval="1"... |
10 MAs Alpha Indicator by Monty | https://www.tradingview.com/script/xoaiT3DQ-10-MAs-Alpha-Indicator-by-Monty/ | MontyTheGuy | https://www.tradingview.com/u/MontyTheGuy/ | 51 | 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/
// © MONTY
//@version=5
indicator('10 MAs Alpha Indicator by Monty',shorttitle = "Alpha 10 MAs by Monty", overlay=true)
showMAs = input.bool(title='Show All Moving Averages', defval=true, group='Moving Averag... |
Musashi_Katana | https://www.tradingview.com/script/pE9pBESi-Musashi-Katana/ | Musashi-Alchemist | https://www.tradingview.com/u/Musashi-Alchemist/ | 93 | 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/
// © Musashi-Alchemist
//@version=5
indicator(title='Musashi_Katana', format=format.price, overlay=true, max_bars_back=5000, max_lines_count=500, max_labels_count=500)
//======================================... |
Cold MACD by Cryptom | https://www.tradingview.com/script/13HMrxnh-Cold-MACD-by-Cryptom/ | cryptom515 | https://www.tradingview.com/u/cryptom515/ | 198 | 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/
// © cryptom515
//@version=5
indicator('Cold MACD by CrypTom', shorttitle="Cold MACD by CrypTom" , overlay=true)
//Inputs
src = input.source(title = "Source", defval=close)
fa = input(12, title='Ma Length')
s... |
3 Bank Index | https://www.tradingview.com/script/k4vsFb62-3-Bank-Index/ | Omran04 | https://www.tradingview.com/u/Omran04/ | 19 | 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/
// © Omran04
//@version=4
study("3 Bank Index")
rsi_period = input(title="RSI Period", defval=14, minval=2, maxval=500)
pct_change(val_series) => ((val_series - val_series[1]) / val_series[1]) * 100
AXI... |
Displacement detector | https://www.tradingview.com/script/jxEEpcKg-Displacement-detector/ | bkomoroczy | https://www.tradingview.com/u/bkomoroczy/ | 65 | 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/
// © bkomoroczy
//@version=5
indicator(title = "Displacement detector", overlay = true)
////inputs
overlaySignals = input.bool(defval = true, title = "Overlay signals?", group = "display")
bullishBarOverlayCo... |
Bitcoin Miner Extreme Selling | https://www.tradingview.com/script/85B12yck-Bitcoin-Miner-Extreme-Selling/ | SimpleCryptoLife | https://www.tradingview.com/u/SimpleCryptoLife/ | 183 | 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/
// © SimpleCryptoLife
//@version=5
indicator("Bitcoin Miner Extreme Selling", overlay=false, precision=4)
// ABOUT
// This script is for identifying extreme selling. Judging by the chart, Bitcoin miners often... |
Extension % | https://www.tradingview.com/script/4XJxXamd-Extension/ | valpatrad | https://www.tradingview.com/u/valpatrad/ | 65 | 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/
// © valpatrad
//@version=5
indicator('Extension', '', true, max_boxes_count=500, max_labels_count=500)
////////////////////////////
// //
// Menu //
// ... |
Coin & market cap table | https://www.tradingview.com/script/Tma6VUVN-Coin-market-cap-table/ | Streetcoin | https://www.tradingview.com/u/Streetcoin/ | 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/
// © Streetcoin
//@version=5
indicator("BTC Dominance",shorttitle = "CMCT", precision = 12, overlay = true)
//================================================\\
//---->Custom function. truncate numb... |
TSG's Binance Round NRs - only for BTC | https://www.tradingview.com/script/8BPMgIrr-TSG-s-Binance-Round-NRs-only-for-BTC/ | TheSecretsOfTrading | https://www.tradingview.com/u/TheSecretsOfTrading/ | 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/
// © TheSecretsOfTrading
//@version=5
indicator("TSG's Binance Round NRs", overlay = true)
check = input.int(20, "Candles to check")
var label highlab = label.new(na, na, "", color = color.new(color.black, 9... |
Volume Chart | https://www.tradingview.com/script/kJgZm9hH-Volume-Chart/ | veryfid | https://www.tradingview.com/u/veryfid/ | 295 | 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/
// © veryfid
//@version=5
indicator("Volume Chart")
showbars = input.bool(false, "Show as bars?")
vol = volume
plotbar(volume, volume[1], volume, volume, title='Title', color = showbars and volume > volume[1] ... |
convolution | https://www.tradingview.com/script/ZCDcMWdn-convolution/ | palitoj_endthen | https://www.tradingview.com/u/palitoj_endthen/ | 64 | 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/
// © palitoj_endthen
//@version=5
indicator(title = 'John F. Ehlers - Convolution', shorttitle = 'convolution', overlay = false)
// input
src = input.source(defval = ohlc4, title = 'Source', group = 'Options'... |
[Antipanicos] Year-over-Year YoY Change | https://www.tradingview.com/script/Kt5lvK5J-antipanicos-year-over-year-yoy-change/ | antipanicos | https://www.tradingview.com/u/antipanicos/ | 34 | 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/
// © antipanicos
// ABOUT THE SCRIPT
// Year-over-year growth compares a company's recent financial performance
// with its numbers for the same month one year earlier. This is considered more informative... |
Munich Guppy | https://www.tradingview.com/script/Vx37C9x9-Munich-Guppy/ | CheatCode1 | https://www.tradingview.com/u/CheatCode1/ | 115 | 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/
// © CheatCode1
//@version=5
indicator("Munich Guppy", overlay = true)
//Dominant Momentum ALMA
dsource = input.source(close, title='Source', group='Dominant ALMA')
dperiod = input.int(title='Period',... |
Heikin Ashi of Candle RSI | https://www.tradingview.com/script/dBUqXExY-Heikin-Ashi-of-Candle-RSI/ | EW_T | https://www.tradingview.com/u/EW_T/ | 113 | 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/
// © EW_T
//@version=5
indicator("HAoCRSI")
x = close/ta.rsi(close, 14)
hline(70, color=color.gray)
hline(50, color=color.gray, linestyle=hline.style_dotted )
hline(30, color=color.gray)
openx = open/x
highx... |
Inverted Candle | https://www.tradingview.com/script/HI3YEL48-Inverted-Candle/ | marcosberghahn | https://www.tradingview.com/u/marcosberghahn/ | 24 | 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/
// © marcosberghahn
//@version=5
indicator("Inverted Candle")
paletteColor = close >= open ? color(#f23645AA) : color(#089981AA)
plotcandle(1/open, 1/high, 1/low, 1/close, color=paletteColor, wickcolor=palette... |
Divergence and Pivot - Detector For Any Indicator | https://www.tradingview.com/script/KAxNDOnN-Divergence-and-Pivot-Detector-For-Any-Indicator/ | HALDRO | https://www.tradingview.com/u/HALDRO/ | 436 | 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/
// © HALDRO
//@version=5
indicator('Divergence and Pivot - Detecter For Any Indicator', shorttitle = 'Detector')
//------------------------------------------------------------------------------
// Inputs
group... |
TICK Indicator | https://www.tradingview.com/script/d5c35Qft-TICK-Indicator/ | viewer405 | https://www.tradingview.com/u/viewer405/ | 256 | 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/
// © viewer405
//@version=5
indicator(title="TICK Indicator", shorttitle="TICK")
bullColor = #26a69a
bearColor = #ef5350
timeInterval = input.timeframe("", title="Time Interval")
style = input.string("bars",... |
TRIX With Moving Average - Didi's Needles setup | https://www.tradingview.com/script/bM9cysbx/ | heeger | https://www.tradingview.com/u/heeger/ | 101 | 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/
// © hgrams
//@version=5
indicator("TRIX With Moving Average - Didi", "TRIX MA DIDI", format = format.price, timeframe = "",timeframe_gaps = true)
// Inputs
trixLen = input.int(9, title="TRIX Length", ... |
Pair Viewer | https://www.tradingview.com/script/PcSrRoEe-Pair-Viewer/ | elio27 | https://www.tradingview.com/u/elio27/ | 41 | 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/
// © elio27
//@version=5
indicator("Pair Viewer", overlay=false, precision=8, max_lines_count=500)
// Inputs
sym1 = input.symbol(defval="", title="Ticker #1", confirm=true)
sym2 = input.symbol(defval="", titl... |
BTC TOTALVOLUME MOMENTUM: Onchain | https://www.tradingview.com/script/VzMoIkGg-BTC-TOTALVOLUME-MOMENTUM-Onchain/ | cryptoonchain | https://www.tradingview.com/u/cryptoonchain/ | 31 | 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/
// © MJShahsavar
//@version=5
indicator("BTC TOTALVOLUME MOMENTUM: Onchain", timeframe = "D", overlay=true)
R = input.symbol("BTC_TOTALVOLUME", "Symbol")
src = request.security(R, 'D', close)
D = ta.sma(src, ... |
Bollinger Bands Filled - Didi's Needles setup | https://www.tradingview.com/script/7gNrNBdT/ | heeger | https://www.tradingview.com/u/heeger/ | 51 | 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/
// © hgrams
//@version=5
indicator(shorttitle="BB Didi", title="Bollinger Bands Didi", overlay=true, timeframe="", timeframe_gaps=true)
// Inputs
length = input.int(8, minval=1)
src = input(close, title="Sour... |
[TK] Congestion pattern | https://www.tradingview.com/script/ReYzma04-TK-Congestion-pattern/ | mentalRock19315 | https://www.tradingview.com/u/mentalRock19315/ | 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/
// © mentalRock19315
//@version=5
indicator("[TK] Congestion pattern", overlay = true)
nbbar = input.int(2,"Minimal number of bars for a congestion zone ?", minval=2, maxval=40)
barcongestion = true
baranalys... |
Stochastic Buy Sell with EMA Trend | https://www.tradingview.com/script/jbMn4M7c-Stochastic-Buy-Sell-with-EMA-Trend/ | RealTradingIndicator | https://www.tradingview.com/u/RealTradingIndicator/ | 259 | 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/
// © RealTradingIndicator
//@version=5
indicator(title="Stochastic Buy Sell with EMA Trend", shorttitle="Stochastic Buy Sell with EMA Trend",overlay= true)
periodK = input.int(14, title="%K Length", minval=1)... |
heikin ashi calculation call with higher timeframe | https://www.tradingview.com/script/6qNeCKoE-heikin-ashi-calculation-call-with-higher-timeframe/ | potatoshop | https://www.tradingview.com/u/potatoshop/ | 164 | 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/
// © potatoshop
//@version=5
indicator("heikin ashi calculation call with higher timeframe","Pre_Heikin", overlay = true)
is_in_chart = time >= chart.left_visible_bar_time and chart.right_visible_bar_time >= ... |
Adaptive Fisherized CMO | https://www.tradingview.com/script/f9bz3PcY-Adaptive-Fisherized-CMO/ | simwai | https://www.tradingview.com/u/simwai/ | 60 | 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/
// © simwai
//@version=5
indicator('Adaptive Fisherized CMO', 'AF_CMO', false)
// -- Input --
string signalMode = input.string('MA', 'Choose Signal Mode', options=['Overbought/Oversold', 'Zero Line', 'MA', 'M... |
Opening Range, Initial Balance, Opening Price | https://www.tradingview.com/script/0nXvk5cU-Opening-Range-Initial-Balance-Opening-Price/ | PtGambler | https://www.tradingview.com/u/PtGambler/ | 264 | 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/
// © PtGambler
//@version=5
indicator('Opening Range, Initial Balance, Opening Price', shorttitle="OR/IB/OP", overlay=true)
tz_increment = input.int(-4, 'UTC (+/-)', tooltip = 'New York is -4')
use_e... |
Electrocardiogram Chart | https://www.tradingview.com/script/NbsWKxVu-Electrocardiogram-Chart/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 729 | 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/
// © HeWhoMustNotBeNamed
// __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ... |
Didi's Needles setup screener | https://www.tradingview.com/script/XR3rBEhd/ | heeger | https://www.tradingview.com/u/heeger/ | 441 | 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/
// @Heeger
// Apenas um rapaz latino americano
//@version=5
indicator('Didi Screener V1', overlay=true)
////////////
// INPUTS //
// MA Type \\
ma(source, length, type) =>
switch type
"SMA" => t... |
Cosmic Markers Lite | https://www.tradingview.com/script/RNau1yK9-Cosmic-Markers-Lite/ | cosmic_indicators | https://www.tradingview.com/u/cosmic_indicators/ | 92 | 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/
// © cosmic_indicators
//@version=5
indicator('Cosmic Markers Lite', shorttitle='CM Lite', overlay=true)
// --------------------------------------------------------------------------------
// Constants
// ---... |
TheMas7er scalp (US equity) 5min [promuckaj] | https://www.tradingview.com/script/t81B3CEe-TheMas7er-scalp-US-equity-5min-promuckaj/ | promuckaj | https://www.tradingview.com/u/promuckaj/ | 1,900 | 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/
// © promuckaj
//@version=5
indicator("DR/iDR TheMas7er scalp 5min [promuckaj]", shorttitle="DR/iDR TheMas7er scalp 5min [promuckaj]", overlay=true, max_boxes_count = 500, max_labels_count = 500, max_lin... |
GIRISH indicator | https://www.tradingview.com/script/Vyt7b1n2-GIRISH-indicator/ | email_analysts | https://www.tradingview.com/u/email_analysts/ | 106 | 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/
// © email_analysts
//@version=5
indicator("GIRISH indicator")
var cumVol = 0.
cumVol += nz(volume)
if barstate.islast and cumVol == 0
runtime.error("No volume is provided by the data vendor.")
computeVW... |
x-Period ROI by USCG_Vet | https://www.tradingview.com/script/R4niMM4L-x-Period-ROI-by-USCG-Vet/ | USCG_Vet | https://www.tradingview.com/u/USCG_Vet/ | 10 | 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/
// © Written by USCG_Vet; All credit to Trace Mayer. Notice, this indicator is for educational purposes only and is not financial advice.
//@version=5
indicator(title='x-Day ROI by USCG_Vet', overlay=false)
... |
Future Pivots CPR - All Timeframes | https://www.tradingview.com/script/6vwBWn34-Future-Pivots-CPR-All-Timeframes/ | TonioVolcano | https://www.tradingview.com/u/TonioVolcano/ | 336 | 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/
// © TonioVolcano
//Simple idea that allows you to display tomorrow CPR based on the high, low and close of today session. Likewise, it works for higher timeframes taking into account the high, low, close of t... |
1-2-3 Pattern (Expo) | https://www.tradingview.com/script/mb9GOCMz-1-2-3-Pattern-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 3,252 | 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("1-2-3 Pattern (Expo)",overlay=true,max_bars_back=5000,max_labels_count=500,max_lines_count=500)
// ~~ ToolTips {
t1 = "Piv... |
Multi Pivots | https://www.tradingview.com/script/7PCETlD9-Multi-Pivots/ | tyffy_2k | https://www.tradingview.com/u/tyffy_2k/ | 111 | 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/
// © tyffy_2k
//@version=5
indicator("Multi Pivots",overlay=true,max_lines_count=90)
runCPR = input.bool(title='RCPR', defval=false, inline='1', group='CPR')
showTomorrowCPR = input.bool(title='TCPR'... |
Index Overlay | https://www.tradingview.com/script/rgfD8ks3-Index-Overlay/ | carlob777 | https://www.tradingview.com/u/carlob777/ | 112 | 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/
// © carlob777
//@version=5
indicator("Index Overlay", overlay=true, max_lines_count=500)
// --------------- INPUTS ---------------
var GRP0 = "CODED by @carlob777"
sessionInput = input.string("Set ... |
Session candles & reversals / quantifytools | https://www.tradingview.com/script/HjXrfMMg-Session-candles-reversals-quantifytools/ | quantifytools | https://www.tradingview.com/u/quantifytools/ | 758 | 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/
// © quantifytools
//@version=5
indicator("Session candles & session reversals (+ Backtest)", max_boxes_count=500, max_lines_count=500, max_labels_count=500, overlay=true)
// Inputs
//Se... |
Rate of Change Candle Standardized (ROCCS) | https://www.tradingview.com/script/LEqcKpKw-Rate-of-Change-Candle-Standardized-ROCCS/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 74 | 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/
// © peacefulLizard50262
//@version=5
indicator("CROC")
OHLC(src, int len = 4) =>
Open = ta.sma(src[1], len)
High = ta.highest(src, 1)
Low = ta.lowest(src, 1)
Close = ta.wma(src, len)
[... |
Fusion Oscillator (COMBINED RSI+MFI+MACD+CCI+TSI+RVI) | https://www.tradingview.com/script/OBIQtYWa-Fusion-Oscillator-COMBINED-RSI-MFI-MACD-CCI-TSI-RVI/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 559 | 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/
// © wbburgin
//@version=5
//Updated the chart to reflect standard candles
indicator("Fusion Oscillator (RSI+MFI+MACD+CCI+TSI+RVI)",shorttitle="Fusion Oscillator [wbburgin]",overlay=false)
plotNonDir = input... |
Combined Moving Averages + Squeeze & Volume Spike Signals | https://www.tradingview.com/script/p4slw9Ze-Combined-Moving-Averages-Squeeze-Volume-Spike-Signals/ | FriendOfTheTrend | https://www.tradingview.com/u/FriendOfTheTrend/ | 535 | 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/
// © FriendOfTheTrend
//@version=5
indicator("Combined Moving Averages + Squeeze & Volume Spike Signals", shorttitle="Combined Moving Averages", overlay=true)
signalsOn = input.bool(true, title="Signals On/Off... |
BTC NEW ADDRESS MOMENTUM: Onchain | https://www.tradingview.com/script/VFVaS6oz-BTC-NEW-ADDRESS-MOMENTUM-Onchain/ | cryptoonchain | https://www.tradingview.com/u/cryptoonchain/ | 74 | 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/
// © MJShahsavar
//@version=5
indicator("BTC NEW ADDRESS MOMENTUM: Onchain", timeframe = "D", overlay=false)
R = input.symbol("BTC_NEWADDRESSES", "Symbol")
src = request.security(R, 'D', close)
D = ta.sma(src... |
SPY DXY VIX Monitor | https://www.tradingview.com/script/uSNT921f-SPY-DXY-VIX-Monitor/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 60 | 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/
// © peacefulLizard50262
//@version=5
indicator("I SPY", overlay = true)
diff(_src) =>
(_src + 2 * _src[1] - 2 * _src[3] - _src[4]) / 8
style = input.string("Middle Right", "Position",
["Bottom Left","... |
Signal #1 | https://www.tradingview.com/script/PscqSEFY/ | Namlee8 | https://www.tradingview.com/u/Namlee8/ | 46 | 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
int MAX_BARS_BACK = 1000
indicator("Signal #1", max_bars_back = MAX_BARS_BACK, timeframe = "", timeframe_gaps = false, precision = 2)
// v3, 2022.11.06 13:05
// This code was writ... |
FluidTrades - SMC Lite | https://www.tradingview.com/script/YdtBEh4F-FluidTrades-SMC-Lite/ | Pmgjiv | https://www.tradingview.com/u/Pmgjiv/ | 4,433 | 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/
// © Pmgjiv
//@version=5
indicator("FluidTrades - SMC Lite ", overlay = true, max_labels_count = 500, max_boxes_count = 500, max_lines_count = 500, max_bars_back = 1000)
//
//SETTINGS
//
// INDICATOR SE... |
Money Flow Index/MFIma/smooth vol-mfi | https://www.tradingview.com/script/8kMu2j8H-Money-Flow-Index-MFIma-smooth-vol-mfi/ | adishaz | https://www.tradingview.com/u/adishaz/ | 37 | 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/
// © adishaz
//@version=5
indicator(title="Money Flow Index/MFIma/smooth vol-mfi", shorttitle="MFI", format=format.price, precision=2, timeframe="", timeframe_gaps=true)
length = input.int(title="Length mfi", ... |
Slow but limitless moving averages | https://www.tradingview.com/script/otnUhtTp-Slow-but-limitless-moving-averages/ | f4r33x | https://www.tradingview.com/u/f4r33x/ | 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/
// © f4r33x
//@version=5
indicator("Slow but limitless moving averages", overlay = true)
import PineCoders/LibraryStopwatch/1 as sw
import f4r33x/EncoderDecoder/4 as ed
import f4r33x/String_Encoder_Decoder/1 a... |
RODO Fair Value Indicator | https://www.tradingview.com/script/obW8fK2i-RODO-Fair-Value-Indicator/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 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/
// ©rodotoken
//@version=5
indicator('RODO Fair Value', overlay=true, shorttitle='RODOAS')
inv = input(50, 'My RODO tokens')
avp = input(6.70, 'My Average Price in USD')
trade = input(500, 'Trade value')
usd... |
VFIBs Agreement | https://www.tradingview.com/script/NhdfoJzC-VFIBs-Agreement/ | jpwall | https://www.tradingview.com/u/jpwall/ | 11 | 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/
// © jpwall
//@version=5
indicator("VFIBs Agreement")
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jpwall
bars_vwma_st = input(tit... |
Secretariat | https://www.tradingview.com/script/13FkWr0z-Secretariat/ | MrBadger | https://www.tradingview.com/u/MrBadger/ | 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/
// © MrBadger
//@version=5
indicator("Secretariat",overlay=true)
// Inputs
high_low_lookback = input(50,"High/Low lookback")
locationForTrendState = input("bottom", "Location for trend state if visible", "loc... |
Fibonacci Bollinger Band Cluster | https://www.tradingview.com/script/zQwjKQff-Fibonacci-Bollinger-Band-Cluster/ | LeafAlgo | https://www.tradingview.com/u/LeafAlgo/ | 41 | 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/
// © PlantFi
//@version=5
indicator(shorttitle="FIB BB Cluster", title="Fibonacci Bollinger Band Cluster", overlay=true, timeframe="", timeframe_gaps=true)
length = input.int(20, minval=1)
src = input(... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.