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
Price Filter [AstrideUnicorn]
https://www.tradingview.com/script/FKP3e10S-Price-Filter-AstrideUnicorn/
AstrideUnicorn
https://www.tradingview.com/u/AstrideUnicorn/
269
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("Price Filter [AstrideUnicorn]") // Advanced fast price filter // Adapted from "High-Frequency Trading with MSCI World ETF" by Markus Schmidberger (2018) // Define ...
Range Bound - Rev NR - 12-25-22
https://www.tradingview.com/script/aLjTI0qt-Range-Bound-Rev-NR-12-25-22/
hockeydude84
https://www.tradingview.com/u/hockeydude84/
21
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/ // © hockeydude84 //@version=5 indicator("Range Bound - Rev NR - 12-25-22", overlay=true, precision = 2) //Range Bound Code was created by @HockeyDude84 //Range Bound Rev NR - Released on 12-25-2022 //Range...
TradingView Party
https://www.tradingview.com/script/SD9dR6TO-TradingView-Party/
barnabygraham
https://www.tradingview.com/u/barnabygraham/
17
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/ // © barnabygraham // © HeWhoMustNotBeNamed // © RicardoSantos //@version=5 indicator("TradingView Party",max_boxes_count = 500,max_lines_count = 500,max_labels_count = 500,overlay=true) i_preset = input.stri...
RSI on Chart Window
https://www.tradingview.com/script/DxQhOhEJ-RSI-on-Chart-Window/
KhaiGuru
https://www.tradingview.com/u/KhaiGuru/
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/ // © KhaiGuru //@version=5 indicator("RSI on Chart Window", overlay = true) rsi_group = "RSI Setting" rsi_length = input.int(defval = 14, minval = 1, title = "Length", group = rsi_group, inline = "1") rsi = t...
Elder Impulse Visualised
https://www.tradingview.com/script/IjviDpMe-Elder-Impulse-Visualised/
muaaz2603
https://www.tradingview.com/u/muaaz2603/
21
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/ // © muaaz2603 //@version=5 indicator("MK Elder impulse", overlay = true) source = close // MACD Options macd_length_fast = input.int(title="MACD Fast Length", defval=12, minval=1) macd_length_slow = inpu...
Manage trade
https://www.tradingview.com/script/spkwL1lg/
Acneto
https://www.tradingview.com/u/Acneto/
18
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Acneto //@version=5 indicator( "Manage trade", "", true ) // --------------------------------------- INPUTS ------------------------------------------- // // Primeiro preço de entrada currentPrice = i...
VIX Rule of 16
https://www.tradingview.com/script/ksRDBQAy-VIX-Rule-of-16/
sevencampbell
https://www.tradingview.com/u/sevencampbell/
73
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/ // © sevencampbell //@version=5 indicator('VIX Rule of 16', overlay=true) vixIndex = input.symbol(title='INDEX', defval='VIX') tlineCol = input.color(defval=color.red, title="Top Line Color", group='Lines') b...
[Pt] TICK + Heikin Ashi RSI Indicator
https://www.tradingview.com/script/ik6TtcZ7-Pt-TICK-Heikin-Ashi-RSI-Indicator/
PtGambler
https://www.tradingview.com/u/PtGambler/
275
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("[Pt] TICK + Heikin Ashi RSI Indicator", shorttitle="[Pt] TICK + HARSI", overlay=false) t1 = time(timeframe.period, "0930-1600:23456", "America/New_York") tableLocation =...
High Low Bars in Color
https://www.tradingview.com/script/vfD7D01T-High-Low-Bars-in-Color/
MrJulius
https://www.tradingview.com/u/MrJulius/
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/ // © MrJulius // @version=5 // Color is determined by change in midpoints between high and low (hl2). Traditional direction is indicated by "frosting" markers // for open ("+") and close("x"). // Bes...
High Low Color Volume
https://www.tradingview.com/script/QXKFKHfW-High-Low-Color-Volume/
MrJulius
https://www.tradingview.com/u/MrJulius/
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/ // © MrJulius // @version=5 // Companion to High Low Bars in Color. Color is determined by change in midpoints between high and low (hl2). indicator("High Low Color Volume", overlay=true, scale=scale....
SessionAndTimeFct_public
https://www.tradingview.com/script/y6dDFMHP/
LudoGH68
https://www.tradingview.com/u/LudoGH68/
7
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LudoGH68 //@version=5 // @description: All functions to be used for session or time processing library("SessionAndTimeFct_public", true) // @function: Check if actual bar is in specific session with spe...
store - larger data storage for complex item types
https://www.tradingview.com/script/2gENSFAL-store-larger-data-storage-for-complex-item-types/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
13
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 //@description Object/Property Storage System.semi Simplified. // Set an object up, and add as man properties as ou wish. // a property can be one of any pine built in types. so a...
Drawings_public
https://www.tradingview.com/script/V0DVQd9q/
LudoGH68
https://www.tradingview.com/u/LudoGH68/
21
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LudoGH68 //@version=5 // @description : Functions to manage drawings on the chart library("Drawings_public", true) // @function: Extend specific line with its label // @param lineId: Id of the line to e...
composite_ticker_cleaner
https://www.tradingview.com/script/ZUuhdVKU-composite-ticker-cleaner/
tartigradia
https://www.tradingview.com/u/tartigradia/
3
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tartigradia //@version=5 // @description Extract a clean symbol from a composite ticker. E.g., (BINANCE:BTCUSD+KRAKEN:BTCUSD)/2 as input will return BTCUSD or BINANCE:BTCUSD library("composite_ticker_cle...
wbburgin_utils
https://www.tradingview.com/script/AAOdDl5n-wbburgin-utils/
wbburgin
https://www.tradingview.com/u/wbburgin/
27
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © wbburgin //Changed to public //@version=5 library("wbburgin_utils") //TABLE OF CONTENTS NOTES // 1. ESSENTIAL UTILS // 2. INDICATORS // 2.1 RANGE FILTER // 2.2 FUSION I...
DataChart
https://www.tradingview.com/script/ZWIR7vNo-DataChart/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
72
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ▒▒...
f_maSelect
https://www.tradingview.com/script/gHCoi1N8-f-maSelect/
tartigradia
https://www.tradingview.com/u/tartigradia/
19
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tartigradia //@version=5 // @description Easy to use drop-in facade function to lots of different moving average calculations, including some that are not natively available in PineScript v5 such as Zero...
The Forbidden RSI [CHE]
https://www.tradingview.com/script/YNuerYJN/
chervolino
https://www.tradingview.com/u/chervolino/
157
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/ // © chervolino // This script is an advanced variant of the Onset Trend Detector, a technical indicator for trend analysis developed by John F. Ehlers. // It is based on a non-linear quotient transformation an...
Expected Liquidity
https://www.tradingview.com/script/quRFWdPI-Expected-Liquidity/
RickSimpson
https://www.tradingview.com/u/RickSimpson/
354
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/ // © RickSimpson //@version=5 indicator('Expected Liquidity', 'Expected Liquidity Range', true, max_lines_count=500, max_labels_count=500) //Inputs i_period = input.int(25, 'Period', ...
Root Mean Square (RMS)
https://www.tradingview.com/script/BjmFXR3A-Root-Mean-Square-RMS/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
18
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("RMS", overlay = true) rms(source, length)=> math.sqrt(math.sum(math.pow(source, 2), length)/length) source = input.source(close, "Source") length = input.in...
SPX overnight
https://www.tradingview.com/script/T37xqwmD-SPX-overnight/
domsito
https://www.tradingview.com/u/domsito/
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/ // © domsito //@version=5 //purpose of this script is to display estimate of SPX and SPY ticker values in the period while the market is closed. //it's meant to be used only with ES1! ticker (S&P 500 E-MINI FU...
Slope Normalized (SN)
https://www.tradingview.com/script/Wzxa3flI-Slope-Normalized-SN/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("Slope Normalized", explicit_plot_zorder = true) diff(float src, int n) => float derivative = 0.0 if n == 1 derivative := (src - src[1]) if ...
Volatility Compression Ratio by M-Carlo
https://www.tradingview.com/script/tZIkymKQ/
M-Carlo
https://www.tradingview.com/u/M-Carlo/
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/ // © M-Carlo //@version=5 // @author M-Carlo email : meaccicarlo@gmail.com // Hello traders. I created this simple indicator to use as a FILTER. // He does not provide any operational signals but tells us i...
Volume profile zones
https://www.tradingview.com/script/stGg6imU-Volume-profile-zones/
mickes
https://www.tradingview.com/u/mickes/
444
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © mickes //@version=5 indicator("Volume profile zones", overlay = true, max_boxes_count = 500, max_labels_count = 500, max_lines_count = 500) _timeNow = timenow var _lightTheme = color.r(chart.bg_color) ==...
Multi-Polar World
https://www.tradingview.com/script/EX8Kw2Do-Multi-Polar-World/
EsIstTurnt
https://www.tradingview.com/u/EsIstTurnt/
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/ // © EsIstTurnt //@version=5 indicator("Multi-Polar World") string1=input.string("ED",'Statistic 1',options=['GDP','GDPPC','GD','ED','M0','M1','M2','EXP','IMP','GRES','EMP', 'ME','POP','BOT','CBBS','CPI','IN...
Delox EMA Cross
https://www.tradingview.com/script/n8tEecJ3/
Cryptoleal
https://www.tradingview.com/u/Cryptoleal/
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/ // © Cryptoleal //@version=5 indicator("Delox EMA Cross", overlay= true) EmasGrup = 'EmasGrup' showBarwhite = input.bool (true, 'Show Bar White', group=EmasGrup) EmaFast= input.int(14, title="Ema F...
Band Pass Normalized Suite (BPNS)
https://www.tradingview.com/script/cTo6TTUA-Band-Pass-Normalized-Suite-BPNS/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("BPNS", explicit_plot_zorder = true) bes(float source = close, float alpha = 0.7) => var float smoothed = na smoothed := na(smoothed) ? source : alpha ...
Quarterly Revenue Label
https://www.tradingview.com/script/J3aGpgpl-Quarterly-Revenue-Label/
Deriko_
https://www.tradingview.com/u/Deriko_/
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/ // © Deriko_ //@version=5 indicator("Quarterly Revenue", overlay=true)//, scale=scale.left)) //-------------------------// //-----USER INPUTS---------// //-------------------------// p_arrowColor =...
ThemeLibrary
https://www.tradingview.com/script/Cixu98sf-ThemeLibrary/
Asgardian_
https://www.tradingview.com/u/Asgardian_/
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/ // © Asgardian_ //@version=5 // @description TODO: add library description here library("ThemeLibrary", false) // @function : a library of themed colors // @param _theme : the theme color to fetch // @return...
L_Trade_Boundaries
https://www.tradingview.com/script/Xqnbx6Ou-L-Trade-Boundaries/
fourkhansolo
https://www.tradingview.com/u/fourkhansolo/
6
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © fourkhansolo //@version=5 library("L_Trade_Boundaries", overlay = true) export litmus_color(float value1, float value2)=> // Litmus color_return = if value1 >= value2 color.green else color.red e...
[VWMA] Net Volume Library
https://www.tradingview.com/script/3C02Xm6j-VWMA-Net-Volume-Library/
TheKaoticS
https://www.tradingview.com/u/TheKaoticS/
8
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TheKaoticS //@version=5 // @description TODO: add library description here library("VWMANetVolume") // ————— Types //@type Contains 7 bands of net volume data points //@field h2 Highest positive ba...
TICK Grid (TheMas7er)
https://www.tradingview.com/script/9ctSOWp2-TICK-Grid-TheMas7er/
bmistiaen
https://www.tradingview.com/u/bmistiaen/
1,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/ // © TheMas7er and bmistiaen //@version=5 indicator('TICK Grid (TheMas7er)', 'TICK Grid') // Constants var string c_0_em_5 = ' ' // 0.5 em space var string ...
Welford Bollinger Bands (WBB)
https://www.tradingview.com/script/H1t5bdeB-Welford-Bollinger-Bands-WBB/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("Welford Bollinger Bands", overlay = true) source = input.source(close, "Source") length = input.int(100, "Length", 1) multiplier = input.float(2, "Multiplier",...
Triple Brown's Exponential Smoothing (TBES)
https://www.tradingview.com/script/S3WyosWG-Triple-Brown-s-Exponential-Smoothing-TBES/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("TBES", overlay = true) source = input.source(close, "Source") alpha = input.float(0.007, "Alpha", 0.001, 1, 0.001) bes(source, alpha)=> var float smoothed ...
Zones Detector
https://www.tradingview.com/script/scr4qF8s-Zones-Detector/
CaLaHe
https://www.tradingview.com/u/CaLaHe/
561
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/ // © CaLaHe - HL //@version=5 indicator("Zones Detector", "Zones Detector" , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) m...
Double Brown's Exponential Smoother (DBES)
https://www.tradingview.com/script/JqvedCim-Double-Brown-s-Exponential-Smoother-DBES/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("DBES", overlay = true) source = input.source(close, "Source") alpha = input.float(0.007, "Alpha", 0.001, 1, 0.001) bes(source, alpha)=> var float smoothed ...
Brown's Exponential Smoothing Tool (BEST)
https://www.tradingview.com/script/0xo4Kclf-Brown-s-Exponential-Smoothing-Tool-BEST/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
22
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("Brown's Exponential Smoothing Tool", "BEST", overlay = true) source = input.source(close, "Source") alpha = input.float(0.01, "Alpha", 0.001, 1, 0.001) style ...
Musashi_Fractal_Dimension
https://www.tradingview.com/script/ertRXbpf-Musashi-Fractal-Dimension/
Musashi-Alchemist
https://www.tradingview.com/u/Musashi-Alchemist/
1,403
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_Fractal_Dimension_v2", overlay = false, max_bars_back = 5000) //=================================== // GENERAL INPUTS //=================...
ICT Killzone by Jeaw
https://www.tradingview.com/script/InIZ5BOl-ICT-Killzone-by-Jeaw/
jotastorres
https://www.tradingview.com/u/jotastorres/
131
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator("ICT Killzone", "ICT Killzones by Jeaw", true, max_boxes_count = 500, max_labels_count = 500) lno_time = input.session(title="London Open Killzone", defval="0700-1000") nyo_time...
Imbalance Detector [LuxAlgo]
https://www.tradingview.com/script/C0cC294Q-Imbalance-Detector-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
3,699
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("Imbalance Detector [LuxAlgo]" , overlay = true , max_boxes_count = 500 , max_labels_count = 500 , max_lines_count = 5...
Market Internals
https://www.tradingview.com/script/yH4IFjU5-Market-Internals/
syntaxgeek
https://www.tradingview.com/u/syntaxgeek/
125
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © syntaxgeek //@version=5 indicator("Market Internals", shorttitle="MI", overlay=true, max_labels_count=500) // <consts> v_y1 = low - (ta.atr(30) * 2) v_y1B = low - ta.atr(30) v_y2 = high + (ta.atr(30) * 2...
[Pt] Periodic Volume Profile
https://www.tradingview.com/script/MplWbXfb-Pt-Periodic-Volume-Profile/
PtGambler
https://www.tradingview.com/u/PtGambler/
806
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 // Based on the following amazing script: // // Study : Volume Profile, Pivot Anchored // Author : © dgtrd // indicator("[Pt] Periodic Volume Profile", "[Pt]...
Simple Trendlines
https://www.tradingview.com/script/85fU3JnE-Simple-Trendlines/
HoanGhetti
https://www.tradingview.com/u/HoanGhetti/
220
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/ // © HoanGhetti //@version=5 // @description An accessible and semi-effortless way to draw trendlines with automatic slope and angle calculation. library("SimpleTrendlines", overlay = true) // @type The obje...
McGinley Dynamic x Donchian Channels
https://www.tradingview.com/script/Myv2r24W-McGinley-Dynamic-x-Donchian-Channels/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
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/ // © PlantFi //@version=5 indicator(title="McGinley Dynamic x Donchian Channels", shorttitle='McGxD Channels', overlay=true, timeframe='', timeframe_gaps=true) len_hc = input.int(14, minval=1) src = inpu...
LineWrapper
https://www.tradingview.com/script/Is67zul0-LineWrapper/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
32
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ▒▒...
Percentile Nearest Rank Rainbow Overlay (PNRV)
https://www.tradingview.com/script/PSdH2A8t-Percentile-Nearest-Rank-Rainbow-Overlay-PNRV/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("PNRV", overlay = true) grad(src)=> color out = switch int(src) 0 => color.new(#1500FF , 90) 1 => color.new(#1709F6 , 90) 2 => color....
Bitwise, Encode, Decode
https://www.tradingview.com/script/MpxBD4q2-Bitwise-Encode-Decode/
FFriZz
https://www.tradingview.com/u/FFriZz/
13
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © FFriZz frizlabz = "\n ███████╗███████╗██████╗ ██╗███████╗███████╗ ██╔════╝██╔════╝██╔══██╗██║╚══███╔╝╚══███╔╝ █████╗ █████╗ ██████╔╝██║ ███╔╝ ███╔╝ ██╔══╝ ██╔══╝ ██╔══█...
Clean ADX with bidirectional Breakout Volume
https://www.tradingview.com/script/KIaacLRS/
chervolino
https://www.tradingview.com/u/chervolino/
226
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/ // © chervolino //@version=5 indicator('Clean ADX with bidirectional Breakout Volume', 'CAWDBV [CHE]', overlay=false) //-------------------------------------------------------------------- // ...
candle count
https://www.tradingview.com/script/y0OkzTxk-candle-count/
Shauryam_or
https://www.tradingview.com/u/Shauryam_or/
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/ // © Shauryam_or //@version=5 indicator(title='candle count', overlay=true,max_labels_count=500) //backtest engine start = input.time(timestamp('2022-12-16'), title='Start calculations',group='Backtest Period...
Channel Based Zigzag [HeWhoMustNotBeNamed]
https://www.tradingview.com/script/QWj7mtEF-Channel-Based-Zigzag-HeWhoMustNotBeNamed/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
455
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 // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
RTH & ETH MAs [vnhilton]
https://www.tradingview.com/script/2NVn5fhz-RTH-ETH-MAs-vnhilton/
vnhilton
https://www.tradingview.com/u/vnhilton/
21
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/ // © vnhilton //@version=5 indicator("RTH & ETH MAs [vnhilton]", "RTH&ETH MAs", true) //RTH Timezone rth = time(timeframe.period, session.regular, syminfo.timezone) //Parameters partialBBLinesToggle = input....
Igniting Candles
https://www.tradingview.com/script/JrlQACnm-Igniting-Candles/
syntaxgeek
https://www.tradingview.com/u/syntaxgeek/
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/ // © syntaxgeek //@version=5 indicator("Igniting Candles", shorttitle="Igniters", overlay=true, max_labels_count=500) // <inputs> i_strengthFilter = input.float(2.5, 'Strength Filter', minval=0.5, step=0.1, t...
VF-ST-EMA-CPR
https://www.tradingview.com/script/tv9PAzPc-VF-ST-EMA-CPR/
deepphalke
https://www.tradingview.com/u/deepphalke/
90
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/ // © deepphalke //@version=5 indicator(title='VF-ST-EMA-CPR', overlay=true) //supertend factor = input.int(3, title="SuperTrend Factor") atrP = input.int(10, title="SuperTrend atrPeriod") [superTrend...
Regime Filter [CHE]
https://www.tradingview.com/script/YnD9Hh28/
chervolino
https://www.tradingview.com/u/chervolino/
199
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/ // © chervolino //@version=5 indicator("Regime Filter [CHE]", "Regime Filter [CHE]", timeframe="", overlay = true) //------------------------------------------------------------------------------ // Sett...
WR - BC Identifier
https://www.tradingview.com/script/dOmlAmFZ-WR-BC-Identifier/
wrpteam2020
https://www.tradingview.com/u/wrpteam2020/
58
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/ // © wrtech2020 //@version=4 study("BC Identifier", overlay = true) C_Body = abs(close - open) C_Bullish = close > open C_Bearish = close < open BC_Bull = C_Bullish and C_Body > C_Body[20] and C_...
Volatility Adjusted EMA (VAEMA)
https://www.tradingview.com/script/V6vU98ia-Volatility-Adjusted-EMA-VAEMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
21
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("Volatility Adjusted EMA", "VAEMA", overlay = true) // function to calculate the exponential moving average ema(src, len, a) => //{ alpha = a / (len + 1) ...
Portfolio Chart by fonoto
https://www.tradingview.com/script/GyFgZhmL-Portfolio-Chart-by-fonoto/
copperneo
https://www.tradingview.com/u/copperneo/
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/ // © fonoto //@version=5 indicator(title = "Portfolio Chart by fonoto", shorttitle = "Portfolio Chart", overlay=true) paletteColor = close >= open ? color.rgb(33, 126, 103, 11) : color.rgb(250, 61, 67) //Defau...
Impulse Alerts - Riccardo Di Giacomo
https://www.tradingview.com/script/3Lk8lFbW-Impulse-Alerts-Riccardo-Di-Giacomo/
riccardodigiacomo
https://www.tradingview.com/u/riccardodigiacomo/
71
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/ // © Riccardo Di Giacomo //@version=5 indicator("Impulse Alerts - Riccardo Di Giacomo", "Impulse Alerts - Riccardo Di Giacomo", overlay=true) ema260len = input.int(230, minval=1, title="Length") ema260src = in...
FBMA
https://www.tradingview.com/script/2lwYNmF2-fbma/
FullTimeTradingRu
https://www.tradingview.com/u/FullTimeTradingRu/
1,797
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/ // Relese version: 22.0 // © Developer: tarasenko_ //@version=5 indicator("FBMA", overlay = true) // Inputs atr_period = input.int(14, "ATR Period", group = "Main Settings", minval = 1,displ...
Trend Finder with Coefficient of Variation
https://www.tradingview.com/script/XseYRWFH-Trend-Finder-with-Coefficient-of-Variation/
DojiEmoji
https://www.tradingview.com/u/DojiEmoji/
240
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/ // © DojiEmoji //@version=5 indicator("Trend Finder w/ COV [DojiEmoji]", overlay=true) //------------------------------ // Source data && Stats. //------------------------------ var string GROUP_BASIS = "Sour...
Noise Gate
https://www.tradingview.com/script/MskozgXf-Noise-Gate/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("Noise Gate") // Define the input parameters for the script alt = input.bool(false, "Use Source as Input") source = input.source(close, "Source") ratio ...
Sinusoidal Moving Average
https://www.tradingview.com/script/OZj1RM31-Sinusoidal-Moving-Average/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("Sinusoidal Moving Average", "SMA", overlay = true) // This function calculates the sinusoidal moving average of a given data series // This function calculates ...
Brown's Exponential Smoothing (BES)
https://www.tradingview.com/script/hRHkSMKg-Brown-s-Exponential-Smoothing-BES/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("Brown's Exponential Smoothing", "BES", overlay = true) bes(float source = close, float alpha = 0.7)=> var float smoothed = na smoothed := na(smoothed)...
Odd_mod Econ Calendar
https://www.tradingview.com/script/mEE1dDYA-Odd-mod-Econ-Calendar/
OddLogic1618
https://www.tradingview.com/u/OddLogic1618/
78
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/ // Orginal by © jdehorty // Modified by OddLogicXYZ // @version=5 indicator('Econ Calendar', overlay=true, scale=scale.none, max_lines_count=500) //Library with the data import jdehorty/EconomicCalend...
Compare UVXY to its VIX futures basket
https://www.tradingview.com/script/92mKld6l-Compare-UVXY-to-its-VIX-futures-basket/
mot_redat
https://www.tradingview.com/u/mot_redat/
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/ // © mot_redat //@version=5 indicator("Compare UVXY to its VIX futures basket", "CMP-UVXY-FUT") refcolor = input.color(color.white, "Reference value") actcolorup = input.color(color.green, "Actual value (up)")...
AutoLevels
https://www.tradingview.com/script/LlrDgKpB-AutoLevels/
steven_eth
https://www.tradingview.com/u/steven_eth/
260
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/ // © steven_eth //@version=5 indicator('ATR FibLevels', overlay=true,explicit_plot_zorder = true) length = input.int(14, minval=1, title='ATR Length') atr = ta.atr(length) TF = input.timeframe(title='Timeframe...
Relative Strength/Weakness Arrows
https://www.tradingview.com/script/FSvaNV1v-Relative-Strength-Weakness-Arrows/
IsWhatItIs1
https://www.tradingview.com/u/IsWhatItIs1/
20
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © seaneholmes //@version=5 indicator(shorttitle='RRS/S', title='Real Relative Sector Strength Arrows', overlay=true) var CURRENT_COLOR = #d1d4dc var BASELINE_COLOR = #b2b5be colorCurrent = input.color(CU...
Center Weighted Moving Average (CWMA)
https://www.tradingview.com/script/oYT7miIC-Center-Weighted-Moving-Average-CWMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
7
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("CWMA", overlay = true) // Define the weighted moving average function wma(src, weights, int len) => // Compute the weighted sum of the source data weight...
Immediate Trend - VHX
https://www.tradingview.com/script/yLBWQPpa-Immediate-Trend-VHX/
Vulnerable_human_x
https://www.tradingview.com/u/Vulnerable_human_x/
208
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/ // © Vulnerable_human_x //@version=5 indicator("Immediate Trend - VHX", format=format.price, precision=0, overlay=true, max_lines_count=500) breakType = input.string("Body",title="Fractal Break Type:"...
Cumulative Weighted Exponential Moving Average (CWEMA)
https://www.tradingview.com/script/TIFzkWJ0-Cumulative-Weighted-Exponential-Moving-Average-CWEMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
14
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("CWEEMA", overlay = true) // Define the exponential moving average function ema(src, len) => //{ alpha = 2 / (len + 1) sum = 0.0 sum := na(sum[1])...
10 pips
https://www.tradingview.com/script/nzI0gTmy-10-pips/
DECODEDMAN
https://www.tradingview.com/u/DECODEDMAN/
80
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/ // © d3cod3dman //@version=5 indicator("10 pips", overlay = true) pips = input.float(10, "How many pips to offset?", group = "First range") color color1 = input.color(color.rgb(0, 55, 255), "Color for range ...
Prime, E & PI Superiority Cycles
https://www.tradingview.com/script/6xQjPl78-Prime-E-PI-Superiority-Cycles/
Eliza123123
https://www.tradingview.com/u/Eliza123123/
133
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/ // © Eliza123123 & david4342 //@version=5 indicator("Prime, E & PI Superiority Cycles", overlay = true, max_lines_count = 200) // Inputs Prime = input.bool(true, "On/Off", "", inline = "Colour", group = "Prim...
Cumulative Weighted Triple Exponential Moving Average (CWTEMA)
https://www.tradingview.com/script/cVA8QEco-Cumulative-Weighted-Triple-Exponential-Moving-Average-CWTEMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
81
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("CWTEMA", overlay = true) // Define the triple exponential moving average function tema(src, len) => // Compute the weights for each value in the moving aver...
Oscillator Extremes
https://www.tradingview.com/script/kUevXr7J-Oscillator-Extremes/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
59
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('Oscillator Extremes', shorttitle = 'OSC EXTREME', overlay= false) //Inputs// src = input.source(close) LengthInput = input.int(14, minval=1, title='Oscillator Length') typ...
Vector Magnitude
https://www.tradingview.com/script/K6HDVEU7-Vector-Magnitude/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
18
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("Vector Magnitude") // Define the getVectorDirection() function getVectorDirection(src, len) => // Calculate the average of the vector avg = ta.sma(src, ...
Gedhusek TrendFibonacci
https://www.tradingview.com/script/JhZujkH3-Gedhusek-TrendFibonacci/
Gedhusek
https://www.tradingview.com/u/Gedhusek/
324
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/ // © Gedhusek //@version=5 indicator("Gedhusek TrendFibonacci",shorttitle="G FiboTrend",scale=scale.left) BackStep = input.int(50,"Analysis Period") lowerValue = input.float(0.382,"Lower Fibonacci Level",opti...
Buyer to Seller Volume (BSV) Indicator
https://www.tradingview.com/script/v7LTDK4s-Buyer-to-Seller-Volume-BSV-Indicator/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ // © Steversteves //@version=5 indicator("Buyer to Seller Volume (BSV)") BackgroundData(symbol, timeframe, data) => isLive = barstate.isrealtime request.security(symbol, timeframe, data[isLive ? 1 : 0...
Triple Exponential Hull Moving Average THMA
https://www.tradingview.com/script/FMqiXARS-Triple-Exponential-Hull-Moving-Average-THMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("THMA", overlay = true) gaussianma(values, length) => // Define the standard deviation of the Gaussian distribution stddev = length / 4 // Generate ...
Daily Reset CWEMA/CWTEMA
https://www.tradingview.com/script/StuKjTWo-Daily-Reset-CWEMA-CWTEMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 indicator("Daily Reset CWEMA", overlay = true) source = input.source(close, 'Source') length = input.int(20, "Length", 1) style = input.string("CWTEMA", "Style", ["CWEMA",...
Key Points of Adjoining Median (KPAM)
https://www.tradingview.com/script/bXXk4gXL-Key-Points-of-Adjoining-Median-KPAM/
More-Than-Enough
https://www.tradingview.com/u/More-Than-Enough/
70
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/ // © More-Than-Enough //@version=5 indicator(title = "Key Points of Adjoining Median", shorttitle = "KPAM", precision = 3) RSI = ta.rsi(close, 14) * 0.1 - 5 float Stoch = ta.sma(ta.stoch(close, high, low, 14)...
Midnight Open NY Time
https://www.tradingview.com/script/ahysJP0t-Midnight-Open-NY-Time/
OrcChieftain
https://www.tradingview.com/u/OrcChieftain/
244
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/ // ©ALPHAICTRADER //@version=5 indicator("Midnight Open", "Midnight Open", true, max_lines_count=500) iMTime = input.session ('0000-0001:1234567', "Session", group="New York Midnight Open") iMStyle ...
Bands Bands (BanB)
https://www.tradingview.com/script/qrweXGiv-Bands-Bands-BanB/
More-Than-Enough
https://www.tradingview.com/u/More-Than-Enough/
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/ // © More-Than-Enough //@version=5 indicator("Bands Bands", "BanB", true) Spikes_On = input.bool(false, "Spike Bands") Arls_On = input.bool(true, "ARL Bands") Plunges_On = input.bool(false, "Plunge Bands") M...
Sessions [LuxAlgo]
https://www.tradingview.com/script/bkb6vZDz-Sessions-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
4,186
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("Sessions [LuxAlgo]", "LuxAlgo - Sessions", overlay = true, max_bars_back = 500, max_lines_count = 500, max_boxes_count = 500,...
Correlated ATR MA | Adulari
https://www.tradingview.com/script/GisfirS2-Correlated-ATR-MA-Adulari/
Adulari
https://www.tradingview.com/u/Adulari/
61
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/ // ©Adulari // @version=5 indicator("Correlated ATR MA | Adulari", overlay = true) // Inputs weight = input.int(1, title='Weight', minval=1, group='General ...
Session Zones
https://www.tradingview.com/script/hkGIezOJ-Session-Zones/
syntaxgeek
https://www.tradingview.com/u/syntaxgeek/
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/ // © syntaxgeek //@version=5 indicator("Session Zones", "SZ", overlay=true, scale=scale.none) // <inputs> i_timezone = input.string("America/New_York", title="Timezone") // session 1 i_session1Name = input.s...
Correlated ATR Bands | Adulari
https://www.tradingview.com/script/duBwXylJ-Correlated-ATR-Bands-Adulari/
Adulari
https://www.tradingview.com/u/Adulari/
102
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/ // ©Adulari // @version=5 indicator("Correlated ATR Bands | Adulari", overlay = true) // Inputs weight = input.int(5, title='Weight', minval=1, group='Gener...
Fixed Fibonacci Support Resistance
https://www.tradingview.com/script/BDC6umPC-Fixed-Fibonacci-Support-Resistance/
F_rank_01
https://www.tradingview.com/u/F_rank_01/
142
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/ // Source code is from Fibonacci levels MTF from © LonesomeTheBlue // F_rank_01 //@version=5 indicator("Fixed Fibonacci Support Resistance", overlay = true, max_bars_back = 2000) startTime = input.time(...
DollarVolume/MarketCap_Ratio (DVMC)
https://www.tradingview.com/script/KUzHIkYn-DollarVolume-MarketCap-Ratio-DVMC/
polarbearking
https://www.tradingview.com/u/polarbearking/
3
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © polarbearking //@version=5 indicator(title = "DollarVolume/MarketCap_Ratio", shorttitle = "DVMC", overlay = false) DVMC_MA_ON = input.bool(true, "SHOW DVMC__MOVING_AVERAGE (Default: True)") DVMC_MA_LEN =...
Gann Spiral / Square of 9
https://www.tradingview.com/script/o6k0pyoU-Gann-Spiral-Square-of-9/
S4M44R
https://www.tradingview.com/u/S4M44R/
230
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/ // © S4M44R //@version=5 indicator(title="Gann Spiral / Square of 9", shorttitle="Spiral / Sq9", overlay=true, max_lines_count=500) // ---------------------- // -- Tips -- // -------------...
Recent Distance Dynamic Average
https://www.tradingview.com/script/CTXeY2nW-Recent-Distance-Dynamic-Average/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
19
study
5
CC-BY-NC-SA-4.0
// https://creativecommons.org/licenses/by-nc-sa/4.0/ // © kaigouthro //@version=5 // experimental, checks highest distance from source to output // and adjusts source input feed accordingly // Recent Distance Dynamic Average indicator("rdda" , 'rdda' , true ) varip src = float(na) varip out = src src := ...
Average Daily Range Expansion Remaindeer for Daytrading
https://www.tradingview.com/script/GXwWs6Q7-Average-Daily-Range-Expansion-Remaindeer-for-Daytrading/
OrcChieftain
https://www.tradingview.com/u/OrcChieftain/
131
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © greenmask9 //@version=5 indicator(title = "Average Daily Range Remaindeer", shorttitle = "ADRR", overlay = true) i_full_style = input.string("Solid", title = "Line Style", options = ["Solid", "Dotted", "...
USTS Yield Curve Inversions
https://www.tradingview.com/script/W2QZsrc9-USTS-Yield-Curve-Inversions/
dharmatech
https://www.tradingview.com/u/dharmatech/
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/ // © dharmatech //@version=5 indicator("Yield Curve Inversion", overlay = false) DGS30 = request.security("DGS30", "D", close) DGS20 = request.security("DGS20", "D", close) DGS10 = request.security("DGS1...
Time Zone / Market Sessions
https://www.tradingview.com/script/CtTSZvGy-Time-Zone-Market-Sessions/
traderharikrishna
https://www.tradingview.com/u/traderharikrishna/
334
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/ // © traderharikrishna //@version=5 indicator("Time/Sessions",overlay=true) ///////////////////////////////////////// showtime=input(true,'Show Time Sessions',group='TIME/SESSION') var show_newyork_session = ...
BIAS Notes
https://www.tradingview.com/script/qbBm0ak6-BIAS-Notes/
UnknownUnicorn44422730
https://www.tradingview.com/u/UnknownUnicorn44422730/
131
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Robthhh //@version=5 indicator("BIAS Notes", overlay = true) textSize = input.string(size.normal, 'Text Size', [size.tiny, size.small, size.normal, size.large, size.huge], inline='txt') txt_1=input('','1...
True Momentum Oscillator
https://www.tradingview.com/script/VRwDppqd-True-Momentum-Oscillator/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
176
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("True Momentum Oscillator", shorttitle = 'TMO', overlay=false) //Inputs// tmoleng= input.int(14,title='TMO Length') calcLeng = input(5, title='Calcuated Length') smoothLen...
RSItrend
https://www.tradingview.com/script/ZE7BiZH0-rsitrend/
AHgpeu
https://www.tradingview.com/u/AHgpeu/
73
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/ // © AHgpeu //@version=5 indicator("RSItrend", format=format.price, precision=2, timeframe="", timeframe_gaps=true) //RSI rsiLengthInput = input.int(4, minval=1, title="RSI Length", group="RSI Settings") rsiS...
Average Daily Range% for Daytrading
https://www.tradingview.com/script/PDV3uJhy-Average-Daily-Range-for-Daytrading/
OrcChieftain
https://www.tradingview.com/u/OrcChieftain/
14
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/ // © greenmask9 //@version=5 indicator(title = "Average Daily Range%", shorttitle = "ADR%", overlay = false, format = format.percent) i_comparative_stats_max = input.int(240, title = "Max for Comparative Sta...
LowHighFinder
https://www.tradingview.com/script/Vsy9nl4f-LowHighFinder/
xjtlumedia
https://www.tradingview.com/u/xjtlumedia/
104
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/ // © xjtlumedia //@version=5 // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © xjtlumedia //@version=5 indicator("LowHighFinder v2"...
Index_and_Commodity_Prices
https://www.tradingview.com/script/8bw1pi0P/
volkankocabas
https://www.tradingview.com/u/volkankocabas/
746
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("Endeks ve Emtia Fiyatları", overlay = true) dow= request.security("DJI", "D",close, ignore_invalid_symbol=true) dow1=request.security("DJI", "D",close[1], ignore_inv...
[EDU] RSI Momentum Bands
https://www.tradingview.com/script/6ikLZjbk-edu-rsi-momentum-bands/
tarasenko_
https://www.tradingview.com/u/tarasenko_/
174
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/ // © tarasenko_ //@version=5 indicator("RSI Momentum Bands") // Inputs p = input(14, "RSI Period") mp = input(4, "1st RSI MA Period") ma_p = input(50, "2nd RSI MA Period") bm = input.float(1.0, "Band Mult", ...