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 |
|---|---|---|---|---|---|---|---|---|
Fair Value Gap (FVG) Underlay | https://www.tradingview.com/script/ScDbozSU-Fair-Value-Gap-FVG-Underlay/ | LeafAlgo | https://www.tradingview.com/u/LeafAlgo/ | 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/
// © LeafAlgo
//@version=5
indicator("Fair Value Gap (FVG)", overlay=false)
// Calculation Inputs
bodyToWickRatioThreshold = input(0.7, "Body-to-Wick Ratio Threshold")
lookbackPeriod = input(20, "Lookback Per... |
Distributions | https://www.tradingview.com/script/7o9yP1i6-Distributions/ | miivanov | https://www.tradingview.com/u/miivanov/ | 4 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © miivanov
//@version=5
// @description Price distribution calculation helpers
library("Distributions")
import miivanov/Colors/2
// helper to get OHLC series values
getOhlc() => [open, high, low, close]
... |
HTF FVG D/W/M 25%/50%/75% [MK] | https://www.tradingview.com/script/ed6MESu8-HTF-FVG-D-W-M-25-50-75-MK/ | malk1903 | https://www.tradingview.com/u/malk1903/ | 163 | 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/
// © malk1903
//@version=5
indicator("HTF FVG D/W/M [MK]", overlay=true, max_boxes_count = 500)
/////////////////////////////////////////////////////////////////////////////////////////////////////////////// M... |
HighLowBox 1+3TF | https://www.tradingview.com/script/GH01d5cr/ | nazomobile | https://www.tradingview.com/u/nazomobile/ | 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/
// © nazo
//@version=5
indicator(title="HighLowBox HTF+RSI",shorttitle="HLBox+RSI",overlay=true, max_boxes_count=500,max_labels_count=500, max_lines_count=500)
//
idChart = syminfo.tickerid
tfChart = timefram... |
Events | https://www.tradingview.com/script/Xg7dgEIE-Events/ | sherwoodherben2 | https://www.tradingview.com/u/sherwoodherben2/ | 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/
// © sherwoodherben2
//@version=5
// original credit to:
// © jdehorty
// @description This library is a data provider for important Dates and Times from the Economic Calendar.
// Updates and additions by S... |
Liquidation_lines | https://www.tradingview.com/script/PfATAp8v-Liquidation-lines/ | djmad | https://www.tradingview.com/u/djmad/ | 64 | library | 5 | MPL-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
// my_current_verion=158.0
//@version=5
library("Liquidationline",overlay = true)
/////////////////////////////////
// this libary helps you drawing standard liquidationlines
///////////////////////... |
Position | https://www.tradingview.com/script/dthThnxt-Position/ | Electrified | https://www.tradingview.com/u/Electrified/ | 52 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Electrified
//@version=5
// @description Allows for simulating trades within an indicator.
library("Position", overlay = true)
//////////////////////////////////////////////////
// @type Represents a si... |
Webby % Off 52 Week | https://www.tradingview.com/script/i03UcrD5-Webby-Off-52-Week/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 209 | 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/
// © Amphibiantrading
//@version=5
indicator("Webby % Off 52 Week", shorttitle = '% Off High')
//input
lineCol = input.color(color.blue, '% Off Line Color')
z1Col = input.color(color.green, 'Zone 1 (0-8%) Ba... |
Bar Dependent Moving Average | https://www.tradingview.com/script/DH7fVWZn-Bar-Dependent-Moving-Average/ | UnknownUnicorn56349756 | https://www.tradingview.com/u/UnknownUnicorn56349756/ | 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/
// © Mahan_Mahmoudi
//@version=5
indicator("BDMA 2.0",max_bars_back = 5000,format=format.price,overlay=true)
// Security BDMA Counter Locks
yearly = request.security(syminfo.tickerid,"1M",close)
monthly = req... |
FrizLabz_Time_Utility_Methods | https://www.tradingview.com/script/uqHMnQ7l-FrizLabz-Time-Utility-Methods/ | FFriZz | https://www.tradingview.com/u/FFriZz/ | 14 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © FFriZz
//@version=5
library("FrizLabz_Time_Utility_Methods")
// @description [FrizLabz] Time & Utility - Methods some simple methods for time to bar_index conversion and vice versa
// also a Lin... |
Standardized MACD Heikin-Ashi Transformed | https://www.tradingview.com/script/g5qN1YDp-Standardized-MACD-Heikin-Ashi-Transformed/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 1,105 | 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/
// © QuantiLuxe
//@version=5
indicator("Standardized MACD Heikin-Ashi Transformed", "[Ʌ] - 𝗦𝘁. 𝗠𝗔𝗖𝗗 𝗛-𝗔", false)
type bar
float o = na
float h = ... |
Webby's RS Line | https://www.tradingview.com/script/4qgg7f1C-Webby-s-RS-Line/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 216 | 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/
// © Amphibiantrading
//@version=5
indicator(title = 'Webby\'s RS Line')
// inputs
index = input.symbol(title='Index to Compare', defval='SPX')
upColor = input.color(color.blue, 'RS Line Above 21 Co... |
RSI Divergence Screener by zdmre | https://www.tradingview.com/script/ob1uM5ZM-RSI-Divergence-Screener-by-zdmre/ | zdmre | https://www.tradingview.com/u/zdmre/ | 128 | 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/
// © zdmre
//@version=5
indicator("RSI Divergence Screener by zdmre", overlay=false, max_bars_back = 500)
//Divergence
inputgroup = "Divergence"
srcDIV = close
timeframe = timeframe.period
shdiv = i... |
Kalman Filtered ROC & Stochastic with MA Smoothing | https://www.tradingview.com/script/OZaJv4Sz-Kalman-Filtered-ROC-Stochastic-with-MA-Smoothing/ | profitprotrading | https://www.tradingview.com/u/profitprotrading/ | 452 | 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/
// © profitprotrading
//@version=5
indicator("Kalman Smoothed ROC & Stochastic", shorttitle = "SROCST")
//MA Smoothing
ma_type = input.string(title='MA Type', defval='TEMA', options=['EMA', 'DEMA', 'TEMA', 'W... |
ALMA Smoothed Gaussian Moving Average | https://www.tradingview.com/script/9kZxqmzH-ALMA-Smoothed-Gaussian-Moving-Average/ | profitprotrading | https://www.tradingview.com/u/profitprotrading/ | 460 | 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/
// © profitprotrading
//@version=5
indicator("ALMA Smoothed Gaussian Moving Average", shorttitle = "ASGMA", overlay=true)
//ALMA Smoothing
src = input(close, title='Source', group = "ALMA Smoothing")
smooth =... |
Discrete Fourier Transformed Money Flow Index | https://www.tradingview.com/script/Ski1QqnX-Discrete-Fourier-Transformed-Money-Flow-Index/ | profitprotrading | https://www.tradingview.com/u/profitprotrading/ | 119 | 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/
// © profitprotrading
//@version=5
indicator(title="Fourier Transformed Money Flow Index", shorttitle="FMFI", format=format.price, precision=2, timeframe="", timeframe_gaps=true)
//Fourier Settings (Credit to... |
Volume Forks [Trendoscope] | https://www.tradingview.com/script/qAMnMxZI-Volume-Forks-Trendoscope/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 547 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © Trendoscope Pty Ltd
// ░▒
// ▒▒▒ ▒▒
// ... |
Savitzky-Golay Filtered Chande Momentum Oscillator | https://www.tradingview.com/script/ZQ4fiJfH-Savitzky-Golay-Filtered-Chande-Momentum-Oscillator/ | profitprotrading | https://www.tradingview.com/u/profitprotrading/ | 85 | 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/
// © profitprotrading
//@version=5
indicator(title="Savitzky-Golay Filtered Chande Momentum Oscillator", shorttitle="SGCMO", format=format.price, precision=0)
src1 = input(close, "Source")
//Savitzky-Golay Fi... |
Price Exhaustion Indicator | https://www.tradingview.com/script/P4MrhRbk-Price-Exhaustion-Indicator/ | profitprotrading | https://www.tradingview.com/u/profitprotrading/ | 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/
// © profitprotrading
//@version=5
indicator(title='Price Exhaustion Indicator', shorttitle='PE', overlay=false)
//Input parameters
fastLength = input.int(12, minval=1, title='Fast Length')
slowLength = input.... |
RSI Chart Levels | https://www.tradingview.com/script/rYbWnFri-RSI-Chart-Levels/ | RSI_Trading_Concepts | https://www.tradingview.com/u/RSI_Trading_Concepts/ | 547 | 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/
// © Waldo307
//@version=5
indicator("RSI Chart Levels", overlay=true, max_bars_back = 100,max_labels_count = 15,max_lines_count = 15)
////INPUTs
inputgroup = "**********INPUTs**********"
shtline = input.bo... |
TTM Waves ABC ATR AO MOM SQZ | https://www.tradingview.com/script/CYdGEITF/ | PenguinCryptic | https://www.tradingview.com/u/PenguinCryptic/ | 49 | 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/
//All code picked from many indicators, if you recognize your code, pls comment so people can see your awesome work! I only edited and added them all together. Hope this indicator helps as many people as it can... |
Ultimate Heiken-Ashi | https://www.tradingview.com/script/e554riHW-Ultimate-Heiken-Ashi/ | TradersForecast | https://www.tradingview.com/u/TradersForecast/ | 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/
// © TradersForecast, used code from 'allanster'
//@version=5
indicator(title = "Ultimate Heiken-Ashi", shorttitle = "uHA", overlay = true) //, scale=scale.none)
// Custom source function for toggling tr... |
Volume-Blended Candlesticks [QuantVue] | https://www.tradingview.com/script/jz2XG4WJ-Volume-Blended-Candlesticks-QuantVue/ | QuantVue | https://www.tradingview.com/u/QuantVue/ | 147 | 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/
// © QuantVue
//@version=5
indicator('Volume-Blended Candlesticks [QuantVue]', overlay = true)
/////////////
// inputs //
sensitivity = input.string('Normal', 'Sensitivity Level', options = ['Normal', 'More',... |
Sub-Super Script and Roman numerals Library | https://www.tradingview.com/script/WAmLr7TA-Sub-Super-Script-and-Roman-numerals-Library/ | FFriZz | https://www.tradingview.com/u/FFriZz/ | 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/
// © FFriZz
//@version=5
// ███████╗███████╗███████ ██ ███████ ███████╗
// ██╔════▒██╔════▒██╔══██╗██░╚════██░╚════██░
// █████╗ ░█████╗ ░██████╔╝██░ ███╔═╝ ███╔═╝
// ██╔══╝ ░██╔══╝ ░██╔══██╗██░██╔══╝... |
Liquidity Peaks | https://www.tradingview.com/script/9XASmUKy-Liquidity-Peaks/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 379 | 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/
// © QuantiLuxe
//@version=5
indicator("Liquidity Peaks", "{Ʌ} - 𝐋𝐢𝐪. 𝐏𝐞𝐚𝐤𝐬", true)
// up or down candle
red_candle = (close < open)
green_candle = (clo... |
Filtered Momentum Indicator (FMI) | https://www.tradingview.com/script/0xPEyxeK-Filtered-Momentum-Indicator-FMI/ | LeafAlgo | https://www.tradingview.com/u/LeafAlgo/ | 107 | 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("Filtered Momentum Indicator (FMI)", overlay=false)
// Calculation Inputs
momentumPeriod = input(14, "Momentum Period")
bollingerPeriod = input(20, "Bollinger Bands Period... |
adaptive_mfi | https://www.tradingview.com/script/jemVx7Zm-adaptive-mfi/ | palitoj_endthen | https://www.tradingview.com/u/palitoj_endthen/ | 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/
// © palitoj_endthen
//@version=5
indicator(title = 'Adaptive Money Flow Index', shorttitle = 'adaptive_mfi', overlay = false)
// input
hp_period = input.int(defval = 48, title = 'High-Pass Period', group = ... |
Binary Option Strategy Tester with Martingale-Basic V.2 | https://www.tradingview.com/script/7iRLKHim-Binary-Option-Strategy-Tester-with-Martingale-Basic-V-2/ | tanayroy | https://www.tradingview.com/u/tanayroy/ | 144 | 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/
// © tanayroy
//@version=5
//The strategy tester works well with Binary option traded in IQ Option or other similar Platform.
indicator("Binary Option Strategy Tester with Martingale-Basic V.2[tanayroy]", shor... |
Webby's RSI 2.0 | https://www.tradingview.com/script/atuLQ8ZN-Webby-s-RSI-2-0/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 233 | 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/
// © Amphibiantrading
//@version=5
indicator("Webby RSI 2.0")
//constants
EMA21 = ta.ema(close,21)
SMA10 = ta.sma(close,10)
//inputs
atrLen = input.int(50, 'Atr Length')
osLevel = input.int(3, 'Stretched Le... |
@tk · fractal rsi levels | https://www.tradingview.com/script/NPkqgXL6-tk-fractal-rsi-levels/ | gabrielrtakeda | https://www.tradingview.com/u/gabrielrtakeda/ | 57 | 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/
// © gabrielrtakeda
//@version=5
indicator(title="@tk · fractal rsi levels", overlay=true)
//
// <import_statements>
//
import gabrielrtakeda/tk/1 as tk
//
// <constant_declarations>
//
MINUTE = 60
HOUR ... |
AIR Vortex ADX | https://www.tradingview.com/script/joeg05SX-AIR-Vortex-ADX/ | alphaXiom | https://www.tradingview.com/u/alphaXiom/ | 120 | 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/
// ╭━━╮╱╱╱╱╱╱╭╮╱╱╱╭━┳╮
// ┃╭╮┣━┳━╮╭┳┫╰┳━╮┃━┫╰╮
// ┃╭╮┃┻┫╋╰┫╭┫╋┃╋╰╋━┃┃┃
// ╰━━┻━┻━━┻╯╰━┻━━┻━┻┻╯ @ Woody_Bearbash
//@version=5
indicator('AIR ADX of Vortex', 'AIR Vortex ADX')
var M1 = 'Urban'
var M2 = 'N... |
Sector Momentum | https://www.tradingview.com/script/fb1mmWfP-Sector-Momentum/ | kuantumk | https://www.tradingview.com/u/kuantumk/ | 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/
// @kuantumk
//@version=5
indicator(title="MACD of Number of Stocks Above 20SMA of a Sector", shorttitle="Sector Momentum")
// Getting inputs
sector = input.string(title="Sector", defval="XLK", options=[... |
On Balance Volume Heikin-Ashi Transformed | https://www.tradingview.com/script/cB91XnCF-On-Balance-Volume-Heikin-Ashi-Transformed/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 194 | 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/
// © QuantiLuxe
//@version=5
indicator("On Balance Volume Heikin-Ashi", "[Ʌ] - 𝘖𝘉𝘝 𝘏-𝘈", true, scale = scale.none)
type bar
float o = open
float h =... |
Z-Score Heikin-Ashi Transformed | https://www.tradingview.com/script/MFW8vsmU-Z-Score-Heikin-Ashi-Transformed/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 550 | 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/
// © QuantiLuxe
//@version=5
indicator("Z-Score Heikin Ashi Transformed", "[Ʌ] - 𝘡 𝘏-𝘈", false)
type bar
float o = open
float h = high
float l = l... |
CVD+ - Multi Symbol Cumulative Volume Delta | https://www.tradingview.com/script/9CYWSMSj-CVD-Multi-Symbol-Cumulative-Volume-Delta/ | In_Finito_ | https://www.tradingview.com/u/In_Finito_/ | 117 | 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
//Edit by InFinito
//Added features:
// - Option to manually select a symbol from which to calculate the LTF CVD
// - Option to normalize the selected symbol's CVD to the chart's symbol's CV... |
Simple Grid Lines Visualizer | https://www.tradingview.com/script/MmExl1YV-Simple-Grid-Lines-Visualizer/ | lecjacks | https://www.tradingview.com/u/lecjacks/ | 110 | 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/
// © lecjacks
//@version=5
indicator("Grid Lines Visualizer", overlay=true)
// Input prices
top_price = input.float(31400., "Top Price")
bottom_price = input.float(24200., "Bottom Price")
use = input.string(... |
Predictive Ranges [LuxAlgo] | https://www.tradingview.com/script/lIdNGLiV-Predictive-Ranges-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 4,194 | 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("Predictive Ranges [LuxAlgo]", "LuxAlgo - Predictive Ranges", overlay = true)
//-----------------------------------------... |
Volume Orderbook (Expo) | https://www.tradingview.com/script/CVsC5pw9-Volume-Orderbook-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 2,758 | 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("Volume Orderbook (Expo)",overlay=true,max_boxes_count=500,max_lines_count=500)
//~~}
// ~~ Inputs {
src = input.source(c... |
Open Interest RSI | https://www.tradingview.com/script/Ont5Ci34/ | Demech | https://www.tradingview.com/u/Demech/ | 136 | study | 5 | MPL-2.0 | // This code is licensed under the Mozilla Public License 2.0
// © Demech
//@version=5
indicator(title = "Open Interest RSI", shorttitle = "OI RSI", format = format.volume, overlay = false)
// These two lines create user inputs that allow the user to override the default symbol
bool overwriteSymbolInput = input.bool(... |
Mark Minervini's Trend Template | https://www.tradingview.com/script/22JWROvE-Mark-Minervini-s-Trend-Template/ | OmkarBanne | https://www.tradingview.com/u/OmkarBanne/ | 103 | 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/
// © omkar_banne
//@version=5
indicator("Mark Minervini's Trend Template", overlay = true)
position = input.string(position.top_right, 'Table \nPosition\n', options= [position.top_left, position.top_right, po... |
Upgraded Watermark | https://www.tradingview.com/script/r9iTBjn1-Upgraded-Watermark/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 232 | 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/
// © Amphibiantrading
//@version=5
indicator("Upgraded Watermark", shorttitle = 'WM', overlay = true)
yPos = input.string("Middle", "Watermark Location", options = ["Top", "Middle", "Bottom"], inline =... |
Bitcoin Economics Adaptive Multiple | https://www.tradingview.com/script/yKWVgxS7-Bitcoin-Economics-Adaptive-Multiple/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 181 | 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/
// © QuantiLuxe
//@version=5
indicator("Bitcoin Economics Adaptive Multiple", "{Ʌ} - 𝔹𝔼𝔸𝕄", false)
upper = input.float(0.96, "Upper Threshold", step = 0.01)
... |
ATR Visualizer | https://www.tradingview.com/script/pSQ8jMGO-ATR-Visualizer/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Range", overlay = true)
length = input.int(10, "Length", 1)
candle_1 = input.string("Bear/Bull Range", "Style", ["Bear/Bull Range", "Bearish Range", "Bullish... |
Days Higher Than Current Price | https://www.tradingview.com/script/ujSBTygF-Days-Higher-Than-Current-Price/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 200 | 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/
// © QuantiLuxe
//@version=5
indicator("Days Higher Than Current Price", "{Ʌ} - 𝒟𝒶𝓎𝓈 𝐻𝒾𝑔𝒽𝑒𝓇", true)
f_h() =>
var price = array.new<float>(na)
a... |
Recursive Micro Zigzag | https://www.tradingview.com/script/WCQ3CFl6-Recursive-Micro-Zigzag/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 183 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © Trendoscope Pty Ltd
// ░▒
// ▒▒▒ ▒▒
// ... |
Rough Average | https://www.tradingview.com/script/bO3SyHtK-Rough-Average/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 181 | 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/
// © QuantiLuxe
//@version=5
indicator("Rough Average", "{Ʌ} - Rough Avg.", false)
len = input.int(14, "Length", group = "Rough AVG")
upper = input.int(80, "Upp... |
Liquidity Sentiment Profile [LuxAlgo] | https://www.tradingview.com/script/asr7nOb2-Liquidity-Sentiment-Profile-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 2,932 | 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("Liquidity Sentiment Profile [LuxAlgo]", "LuxAlgo - Liquidity Sentiment Profile", true, max_bars_back = 5000, max_boxes... |
REVE Cohorts - Range Extension Volume Expansion Cohorts | https://www.tradingview.com/script/b4igiL2c-REVE-Cohorts-Range-Extension-Volume-Expansion-Cohorts/ | eykpunter | https://www.tradingview.com/u/eykpunter/ | 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/
// © eykpunter
//@version=5
indicator("Range Extension Volume Expansion Cohorts", shorttitle="REVE Cohorts", max_labels_count = 100)
pertttext="Script uses timeframe to set lookback - month and week: 14, day:... |
Advanced Exponential Smoothing Indicator (AESI) [AstrideUnicorn] | https://www.tradingview.com/script/EVXi9xaZ-Advanced-Exponential-Smoothing-Indicator-AESI-AstrideUnicorn/ | AstrideUnicorn | https://www.tradingview.com/u/AstrideUnicorn/ | 96 | 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/
// © AstrideUnicorn
//@version=5
indicator(title='Advanced Exponential Smoothing Indicator (AESI)', shorttitle='AESI', overlay=true)
// Input parameters
length = input.int(14, minval=1, title='Length')
alpha ... |
Volume Suite - By Leviathan (CVD, Volume Delta, Relative Volume) | https://www.tradingview.com/script/YNMTwt1n-Volume-Suite-By-Leviathan-CVD-Volume-Delta-Relative-Volume/ | LeviathanCapital | https://www.tradingview.com/u/LeviathanCapital/ | 2,035 | 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/
// © LeviathanCapital
//@version=5
indicator("Volume Suite - By Leviathan", overlay = false, format = format.volume)
g1 = 'General'
g2 = 'Large Change Thresholds'
g3 = 'Volume-Price Imbalances'
g5 = 'Additio... |
ATR Delta | https://www.tradingview.com/script/ru7qK5hy-ATR-Delta/ | LeafAlgo | https://www.tradingview.com/u/LeafAlgo/ | 72 | 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("ATR Delta", overlay=false)
// Calculation Inputs
length = input(20, "ATR Length")
// Calculate ATR
atr = ta.atr(length)
// Calculate ATR Delta
atrDelta = atr - ta.atr(l... |
Bank Nifty Scalping | https://www.tradingview.com/script/r04L7ZK5-Bank-Nifty-Scalping/ | DanSib | https://www.tradingview.com/u/DanSib/ | 250 | 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/
// © DanSib
//@version=5
indicator(title="Bank Nifty Scalping", shorttitle = "DS", overlay=true)
//===== MULTI EMA 20,50,100,200 =====
showmema = input(true, title="Show Multi EMA 20/50/100/200", group = "EMA... |
Momentum Oscillator, Divergences & Signals [TrendAlpha] | https://www.tradingview.com/script/2qwDo2Q6-Momentum-Oscillator-Divergences-Signals-TrendAlpha/ | TrendAlpha | https://www.tradingview.com/u/TrendAlpha/ | 100 | 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/
// © TrendAlpha
//@version=5
indicator("Momentum Oscillator, Real Time Divergences & Signals [TrendAlpha]", "Momentum Oscillator, Divergences & Signals [TrendAlpha]")
length = input(7, "Length")
src = input(clo... |
IKH Cloud V1.0 (nextSignals) | https://www.tradingview.com/script/hjJw9cqN-IKH-Cloud-V1-0-nextSignals/ | justatradebro | https://www.tradingview.com/u/justatradebro/ | 150 | 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/
// © justatradebro
//@version=5
indicator("IKH Cloud V1.0 (nextSignals)", shorttitle='KumoDoc', overlay=true)
ima_color = input.color(color.orange, title = 'IMA Color')
trail_color_up = input.color(color.rgb(... |
K's Pivot Points | https://www.tradingview.com/script/d9w7Cwct-K-s-Pivot-Points/ | Sofien-Kaabar | https://www.tradingview.com/u/Sofien-Kaabar/ | 347 | 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("Smoothed Pivot Points", overlay = true)
lookback_piv = input(defval = 24, title = 'Pivot Lookback')
// Pivot points
// Adjusted highs
adjusted_high = ta.hi... |
RSI + ADX + MACD | https://www.tradingview.com/script/wkgtj1Bi/ | Dvd_Trading | https://www.tradingview.com/u/Dvd_Trading/ | 43 | 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/
// © Dvd_Trading
//@version=5
indicator(title='RSI + ADX ')
// Getting inputs
MACDmultiplier = input.float(title='MACD Hight multiplier', minval=0.0000000000001, maxval=999999999999, defval=0.1)
fas... |
Liquidity Sweeps and Raids | https://www.tradingview.com/script/tKxs1WM0-Liquidity-Sweeps-and-Raids/ | Cancamurria | https://www.tradingview.com/u/Cancamurria/ | 239 | 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/
// © pmk07 - who is absolute Stud. Made MTF
// © Cancamurria
// @version=5
indicator(title ="Canca`s Sweeps`n`Raids", overlay=true,max_bars_back=4999, max_lines_count = 500, max_labels_count = 500)
var index =... |
Moving Average - TREND POWER v1.1- (AS) | https://www.tradingview.com/script/JwFFFF8I/ | Adam-Szafranski | https://www.tradingview.com/u/Adam-Szafranski/ | 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/
// © Adam-Szafranski
//@version=5
indicator("Moving Average - TREND POWER v1.1- (AS)",shorttitle = 'TR_POW - (AS)',overlay = false)
///////////////////TOOLTIPS{
TT_0X = 'MAIN IDEA: \n This is Trend Indicator t... |
Open interest flow / quantifytools | https://www.tradingview.com/script/68wuwSZ3-Open-interest-flow-quantifytools/ | quantifytools | https://www.tradingview.com/u/quantifytools/ | 569 | 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("Open interest flow / quantifytools")
// Inputs
//OI inputs
groupSource = "Open interest source"
i_oiSymbol = input.symbol("BTCUSDT.P_OI", "Op... |
Plot background depending on Index EMA 10 and EMA 20 | https://www.tradingview.com/script/vIIOvCL8-Plot-background-depending-on-Index-EMA-10-and-EMA-20/ | MrMoneyMaker81 | https://www.tradingview.com/u/MrMoneyMaker81/ | 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/
// © MrMoneyMaker81
//@version=5
indicator(title="Index MA", overlay=true)
//Get the prefix of the stock.
stock_prefix = syminfo.prefix
//Check which index should be used for the indicator. Uncheck b... |
FalconRed 5 EMA Indicator (Powerofstocks) | https://www.tradingview.com/script/Izq4mHhD-FalconRed-5-EMA-Indicator-Powerofstocks/ | falcon_red | https://www.tradingview.com/u/falcon_red/ | 127 | 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/
// © falcon_red
//@version=5
indicator("FR_POS_5EMA_Indicator_V2", overlay=true)
shortRR=input.float(3, minval=1, title="Sell Risk:Reward Ratio")
buyRR=input.float(2, minval=1, title="Buy Risk:Reward Ratio")
... |
ICT TGIF_V2 [MK] | https://www.tradingview.com/script/fTeOEdm9-ICT-TGIF-V2-MK/ | malk1903 | https://www.tradingview.com/u/malk1903/ | 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/
//@version=5
//malk1903
//-------------------------------------------------------------------------------------------
indicator(title='ICT TGIF_V2 [MK]', shorttitle='ICT TGIF_V2 [MK]', overlay=true, preci... |
TimeLy Moving Average - TMA | https://www.tradingview.com/script/eKFGImOU/ | only_fibonacci | https://www.tradingview.com/u/only_fibonacci/ | 281 | 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/
// © only_fibonacci
//@version=5
indicator(title = "TimeLy Moving Average", shorttitle = "TMA", overlay= true, max_bars_back = 5000)
temporal = input.string(defval = "Daily", title = "Time", options = ["Hourl... |
Bitcoin Limited Growth Model | https://www.tradingview.com/script/94QSUrau-Bitcoin-Limited-Growth-Model/ | QuantiLuxe | https://www.tradingview.com/u/QuantiLuxe/ | 179 | 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/
// © QuantiLuxe
//@version=5
indicator("Bitcoin Limited Growth Model", "{Ʌ} - LGS-S2F", true)
var a_step = 0.17, var b_step = 0.02, var c_step = 22.7
a = input.... |
Flat Tops & Botttoms | https://www.tradingview.com/script/p8bEfFLX-Flat-Tops-Botttoms/ | aryanarora33 | https://www.tradingview.com/u/aryanarora33/ | 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/
// © aryanarora33
//@version=5
indicator("AR#C1 Flat Tops & Botttoms", shorttitle = "AR#C1 FT&B", overlay = true, max_bars_back = 500, max_labels_count = 500, max_lines_count = 500)
showFlatTops = input.bool(... |
Divergence Screener [Mr_Zed] | https://www.tradingview.com/script/HT7u5Rbj-Divergence-Screener-Mr-Zed/ | Indicator_Wizard | https://www.tradingview.com/u/Indicator_Wizard/ | 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/
// © MR_zed
//@version=5
indicator(title="Divergence Screener [Mr_Zed]", overlay = true,format=format.price)
indiSet = input(false, "═════════ DS Settings ════════")
len = input.int(title="RSI Period",... |
Price Delta Heatmap | https://www.tradingview.com/script/8dRYYSPd-Price-Delta-Heatmap/ | LeafAlgo | https://www.tradingview.com/u/LeafAlgo/ | 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/
// © LeafAlgo
//@version=5
indicator("Price Delta Heatmap", overlay=false)
// Calculate price delta
priceDelta = close - close[1]
// Define color ranges for heatmap
delta1 = input.float(100.0, 'Highest Posit... |
ICT Killzones + Pivots [TFO] | https://www.tradingview.com/script/nW5oGfdO-ICT-Killzones-Pivots-TFO/ | tradeforopp | https://www.tradingview.com/u/tradeforopp/ | 8,333 | 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("ICT Killzones & Pivots [TFO]", "ICT Killzones & Pivots [TFO]", true, max_labels_count = 500, max_lines_count = 500, max_boxes_count = 500)
// ------------------------... |
Banana RSI | https://www.tradingview.com/script/wXeAToLN-Banana-RSI/ | SamRecio | https://www.tradingview.com/u/SamRecio/ | 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/
// © SamRecio
//@version=5
indicator(title="Banana RSI", shorttitle="🍌 RSI", precision=2)
rsi_len = input.int(14, minval=1, title="RSI Length")
f_len = input.int(9,minval = 1, title = "Fast Reg. Lengt... |
Moving Average Candles | https://www.tradingview.com/script/zSn3xkjX-Moving-Average-Candles/ | EsIstTurnt | https://www.tradingview.com/u/EsIstTurnt/ | 36 | 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("Moving Average Candles",overlay=true)
t_Body = input.int(95,"Body Transparency" ,0,100,5,group="Transparency")// \
t_Border= input.int(70,"Border Transparency" ,0,100... |
Yearly High & Low | https://www.tradingview.com/script/78yc1opY-Yearly-High-Low/ | SFR6 | https://www.tradingview.com/u/SFR6/ | 66 | 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/
// © Safxxr
//@version=5
indicator("Yearly High & Low", overlay=true)
var start_year = input.int(2017, "Starting Year")
var end_year = input.int(2022, "Ending Year")
var show_high = input.bool(true, "Show Hig... |
ATR Momentum [QuantVue] | https://www.tradingview.com/script/ycjeadf1-ATR-Momentum-QuantVue/ | QuantVue | https://www.tradingview.com/u/QuantVue/ | 77 | 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/
// © QuantVue
//@version=5
indicator("ATR Momentum [QuantVue]", overlay = false)
//inputs
atr1Len = input.int(5, 'Short ATR Length')
atr2Len = input.int(20, 'Long ATR Length')
atrMult = input.float(1.0,... |
Volume Z-Score [SuperJump] | https://www.tradingview.com/script/9jfqYg87-Volume-Z-Score-SuperJump/ | SuperJump | https://www.tradingview.com/u/SuperJump/ | 167 | 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/
// © SuperJump
//@version=4
study("Volume Z-Score [SuperJump]",max_bars_back=5000, format = format.volume)
len = input(1000, "Z-score Length")
isVolume = input(true, "Bar is Volume (false : Z-Score)")
alertZs... |
QFL Screener [ ZCrypto ] | https://www.tradingview.com/script/39ARY3Ax-QFL-Screener-ZCrypto/ | TZack88 | https://www.tradingview.com/u/TZack88/ | 140 | 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/
// © TZack88
//@version=5
indicator("QFL Screener [ ZCrypto ]",shorttitle = "QFL Screener",overlay = true)
string table_name ='QFL Screener [ZCrypto]'
string table_Group ... |
RSI Momentum Trend | https://www.tradingview.com/script/g6Nyg5kS-RSI-Momentum-Trend/ | TZack88 | https://www.tradingview.com/u/TZack88/ | 798 | 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/
// © TZack88
//@version=5
indicator('RSI Momentum Trend', overlay=true)
// ** ---> Inputs ------------- {
var bool positive = false
var bool negative = false
string RSI_group = "RSI Setting... |
VIX Monitor [Zero54] | https://www.tradingview.com/script/llghqvFu-VIX-Monitor-Zero54/ | zero54 | https://www.tradingview.com/u/zero54/ | 36 | 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('VIX Monitor')
ticker = input.string("IN VIX","Monitor",["IN VIX","NIFTY FUT","BANK NIFTY FUT"])
symbol = ticker=="IN VIX"?"INDIAVIX":ticker=="NIFTY FUT"?"NSE:NIFTY1!":ticker=="BANK NIFTY... |
Moving Average-TREND POWER v2.0-(AS) | https://www.tradingview.com/script/Q2j2g5hb/ | Adam-Szafranski | https://www.tradingview.com/u/Adam-Szafranski/ | 216 | 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/
// © Adam-Szafranski
//@version=5
indicator("Moving Average-TREND POWER v2.0-(AS)",overlay = false)
TT_INFO1 = 'HELLO: \nThis indicator is a waaaay simpler version of my other script - Moving Average-TREND POW... |
VWAP angle Trend | https://www.tradingview.com/script/MDxpv6sE-VWAP-angle-Trend/ | TZack88 | https://www.tradingview.com/u/TZack88/ | 107 | 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/
// © TZack88
//@version=5
indicator("VWAP angle",overlay = false)
string CORE = "➞ Main Core Settings 🔸"
float scr = input.source(hlc3,"Source",group... |
Crypto Aggregated Volume «NoaTrader» | https://www.tradingview.com/script/7q3A0uOy-Crypto-Aggregated-Volume-NoaTrader/ | NoaTrader | https://www.tradingview.com/u/NoaTrader/ | 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/
// © noafarin
//@version=5
indicator("Crypto Aggregated Spot Volume «NoaTrader»","AGG VOL",overlay = false,max_labels_count = 500)
var ma_len = input.int(1000,"Average Length")
var vol_mult = input.float... |
HTF Candle Support & Resistance «NoaTrader» | https://www.tradingview.com/script/ODzjS0qZ-HTF-Candle-Support-Resistance-NoaTrader/ | NoaTrader | https://www.tradingview.com/u/NoaTrader/ | 62 | 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/
// © NoaTrader
//@version=5
indicator("Support & Resistance based on Higher Timeframe Candle «NoaTrader»","HTF CBSR",overlay = true,max_lines_count = 500)
var mh_array = array.new_line()
var ml_array = array.n... |
RSI Trend Transform [wbburgin] | https://www.tradingview.com/script/BuXOOUQk-RSI-Trend-Transform-wbburgin/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 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/
// © wbburgin
//@version=5
indicator("RSI Trend Transform [wbburgin]",overlay=false)
import TradingView/ta/5
src = input.source(close,"RSI Source")
len = input.int(200,"RSI Length")
plotp = input.bool(true,... |
Relative Trend Index (RTI) by Zeiierman | https://www.tradingview.com/script/VwmUNNwp-Relative-Trend-Index-RTI-by-Zeiierman/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 1,834 | 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('Relative Trend Index (RTI) by Zeiierman', shorttitle= "RTI", overlay=false, precision=0)
// Inputs {
trend_data_count ... |
Range H/L Buy and Sell Signal | https://www.tradingview.com/script/lVFtWNQj-Range-H-L-Buy-and-Sell-Signal/ | theDOGEguy1 | https://www.tradingview.com/u/theDOGEguy1/ | 89 | 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/
// © theDOGEguy1
//@version=5
indicator("Range H/L Buy and Sell Signal", overlay=true)
// Customizable parameters
rangeStartHour = input(0, "Range Start Hour")
rangeStartMinute = input(0, "Range Start Minute"... |
Persistency - Days over MA | https://www.tradingview.com/script/SvrHAD8X-Persistency-Days-over-MA/ | kulturdesken | https://www.tradingview.com/u/kulturdesken/ | 8 | 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/
// © kulturdesken
//@version=4
study(title="Persistency - Days over MA", shorttitle="Over MA", overlay=false)
// Input parameters
lookback_period = input(125, "Lookback Period")
ma_period = input(65, "MA Per... |
RSI Fractal Energy with Signal Line | https://www.tradingview.com/script/cK1LmQcE-RSI-Fractal-Energy-with-Signal-Line/ | JohnCabernet | https://www.tradingview.com/u/JohnCabernet/ | 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/
// © Cookie1245
//@version=5
indicator("RSI Fractal Energy with Signal Line", overlay=false)
// RSI Inputs
rsiLength = input(14, title="RSI Length")
rsiSource = close
// Fractal Inputs
fractalLength = input(... |
Supply and Demand Daily [LuxAlgo] | https://www.tradingview.com/script/rc0kPSGU-Supply-and-Demand-Daily-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 2,852 | 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("Supply and Demand Daily [LuxAlgo]", "LuxAlgo - Supply and Demand Daily", overlay = true, max_boxes_count = 500, max_lines... |
TOP 4 STABLECOIN MARKET CAP | https://www.tradingview.com/script/WvhUoY06/ | Springtimestn | https://www.tradingview.com/u/Springtimestn/ | 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/
// © Springtimestn
//@version=5
indicator("TOP 4 STABLECOIN MARKET CAP", "TOP 4 stUSD MC", overlay=true)
toCompactString(value) =>
formatted_value = ""
if math.abs(value) >= 1000000000
fo... |
CommonTypesMath | https://www.tradingview.com/script/bEtqEGss-CommonTypesMath/ | RicardoSantos | https://www.tradingview.com/u/RicardoSantos/ | 24 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © RicardoSantos
//@version=5
// @description Provides a common library source for common types of useful mathematical structures.
// Includes: `complex, Vector2, Vector3, Vector4, Quaternion, Segment2, Seg... |
Super Pivots | https://www.tradingview.com/script/mfqIEaOJ/ | ban-yen | https://www.tradingview.com/u/ban-yen/ | 2,066 | 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/
// © banyen
//@version=5
// v1.0.0 revision=84.0
// v1.1.0 revision=151.0(137.0)
// v1.1.1 revision=160.0
// v1.2.0 revision=198.0
indicator(title = "Super Pivots", shorttitle = "Super Pivots (v1.2.0)", overl... |
Pullback Warning | https://www.tradingview.com/script/YgZKVl2C-Pullback-Warning/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 247 | 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/
// © Amphibiantrading
//@version=5
indicator("Pullback Warning", overlay = true)
//constants
EMA9 = ta.ema(close, 9)
EMA20 = ta.ema(close, 20)
SMA50 = ta.sma(close, 50)
//inputs
sensitivity = input.string... |
EFFR Range Visualizer | https://www.tradingview.com/script/fl2oe1Tn-EFFR-Range-Visualizer/ | CSC1 | https://www.tradingview.com/u/CSC1/ | 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/
// © CSC1
//@version=5
indicator("EFFR Range Visualizer",overlay = true)
target_upper = 100-(request.security("DFEDTARU","D",close))
target_lower = 100-(request.security("DFEDTARL","D",close))
plot(target_lowe... |
gZScore | https://www.tradingview.com/script/ihvXeV6C-gZScore/ | giancarlopagliaroli | https://www.tradingview.com/u/giancarlopagliaroli/ | 36 | 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/
// © giancarlopagliaroli
//@version=5
indicator(title="gZScore", shorttitle="gZScore", overlay=false, precision=2)
//252 days in one year
length = input(252, title="Length on timeframe daily")
sourc... |
Supply and Demand Based Pattern [RH] | https://www.tradingview.com/script/N1UG66qp-Supply-and-Demand-Based-Pattern-RH/ | HasanRifat | https://www.tradingview.com/u/HasanRifat/ | 515 | 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/
// © HasanRifat
//@version=5
indicator("Supply and Demand Based Pattern [RH]", overlay = true, max_lines_count = 500, max_boxes_count = 500)
// Tooltips
bodyHealthTip = "Our objective is to establish a strong... |
[DisDev] D-I-Y Gridbot | https://www.tradingview.com/script/DNi9L4fk-DisDev-D-I-Y-Gridbot/ | DisDev | https://www.tradingview.com/u/DisDev/ | 445 | 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/
// © xxattaxx-DisDev
//@version=5
Indicator = '[DisDev] D-I-Y Gridbot'
indicator(Indicator, overlay=true)
//Create variables for tooltips for easier code readability
ttTrigger = 'Candle location to tri... |
London candle range | https://www.tradingview.com/script/rGUadasF/ | pula78 | https://www.tradingview.com/u/pula78/ | 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/
// © pula78
//@version=5
indicator("London candle range", overlay = true)
t1 = time_close(timeframe.period, "0900-1000", "Europe/Warsaw")
barcolor(t1 ? color.purple : na)
range_bar_middle = 0.0
range_bar_upp... |
QFL Drop % | https://www.tradingview.com/script/AsJwouqw-QFL-Drop/ | AHMEDABDELAZIZZIZO | https://www.tradingview.com/u/AHMEDABDELAZIZZIZO/ | 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/
// © AHMEDABDELAZIZZIZO
//@version=5
indicator("QFL Drop %",overlay = true)
left = input(10)
right = input(10)
p = ta.pivotlow(low,left,right)
v = ta.valuewhen(p,low[left],0)
textcolor = input.color(color.wh... |
Trendilo LSMA Band Example | https://www.tradingview.com/script/Xb4BQ8GS-Trendilo-LSMA-Band-Example/ | dudeowns | https://www.tradingview.com/u/dudeowns/ | 95 | 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/
// © dudeowns
//@version=5
indicator("Trendilo LSMA",overlay = true)
length = input(title="LSMAlen", defval=25)
offset2 = input(title="LSMA Offset", defval=0)
smooth = input(title = "LSMA Smoother", defval = 5... |
% Stocks Above MA | https://www.tradingview.com/script/lfaaPPVQ-Stocks-Above-MA/ | marquardt1195 | https://www.tradingview.com/u/marquardt1195/ | 14 | 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/
// © marquardt1195
//@version=4
study(title="% Stocks Above MA", shorttitle="Marquardt Above MA")
market = input(defval="Overall", type=input.string, title="Select Market", options=["Overall", "SP500", "DJI"... |
Market Structure CHoCH/BOS (Fractal) [LuxAlgo] | https://www.tradingview.com/script/ZpHqSrBK-Market-Structure-CHoCH-BOS-Fractal-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 2,924 | 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("Market Structure CHoCH/BOS (Fractal) [LuxAlgo]", "LuxAlgo - Market Structure (Fractal)", overlay = true, max_lines_count ... |
Dodge Trend [JacobMagleby] | https://www.tradingview.com/script/vwUt3cEJ-Dodge-Trend-JacobMagleby/ | JacobMagleby | https://www.tradingview.com/u/JacobMagleby/ | 284 | 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/
// © JacobMagleby
//@version=5
// { <DECLARATION STATEMENT>
indicator(title = "Dodge Trend [JacobMagleby]", shorttitle = "Dodge Trend [JacobMagleby] - Version 1.0.0", overlay = true, timeframe = "")
// } <D... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.