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
GRIDBOT Scalper by nnam
https://www.tradingview.com/script/Ddjr6zNy-GRIDBOT-Scalper-by-nnam/
nnamdert
https://www.tradingview.com/u/nnamdert/
678
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © nnamdert //@version=5 indicator("GRIDBOT Scalper", overlay = true, max_lines_count = 500) //BEGIN SCRIPT //Begin Settings Box=============================================================================...
RSI TREND FILTER
https://www.tradingview.com/script/KOGbpAT0-RSI-TREND-FILTER/
traderharikrishna
https://www.tradingview.com/u/traderharikrishna/
396
study
5
MPL-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 // Idea and Code by @traderharikrishna //@version=5 indicator("RSI TREND FILTER",overlay=true) showrsi=input.bool(false,title='Show RSI Cloud',group='RSI ') showmidband=input.bool(false,t...
Price Distance Ratio
https://www.tradingview.com/script/Slf5XqIv-price-distance-ratio/
Pandorra
https://www.tradingview.com/u/Pandorra/
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/ // © Wheeelman, © Pandorra //@version=5 indicator(title='Price Ratio', overlay=false) bars_back = input(200, title='Bars Back') dhigh = request.security(syminfo.tickerid, 'D', high) dlow = request.security(symi...
PAC new
https://www.tradingview.com/script/HHpoTUkE-PAC-new/
table47
https://www.tradingview.com/u/table47/
183
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator("Sma Script",overlay=true) len_sma=input.int(4,title ="Sma Len",group="Sma Set") scr_smah=input.source(high,title ="Sma High",group="Sma Set") scr_smal=input.source(low,title ="Sma Low...
[CLX] Motion. - Logo
https://www.tradingview.com/script/2uypyzaW-CLX-Motion-Logo/
cryptolinx
https://www.tradingview.com/u/cryptolinx/
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/ // © cryptolinx - jango_blockchained - open 💙 source //@version=5 indicator("[CLX] Motion. - Logo", overlay = true) // ———— Simple Animated Logo/Tag Idea { // renderLogo(string _tagline, string _sizeLogo = ...
Golden Pocket
https://www.tradingview.com/script/wtMG0NgE-Golden-Pocket/
TradingWolf
https://www.tradingview.com/u/TradingWolf/
1,276
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TradingWolf import TradingWolf/TradingWolfLibary/6 as tw import HeWhoMustNotBeNamed/RecursiveAlerts/2 as al //@version=5 indicator(title = "Golden Pocket", shorttitle = "GP", overlay=true, max_boxes_coun...
3 Zigzag for MTF Fib Alert [MsF]
https://www.tradingview.com/script/RDhgaIHB/
Trader_Morry
https://www.tradingview.com/u/Trader_Morry/
463
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Trader_Morry //@version=5 indicator(title='3 Zigzag for MTF Fib Alert [MsF]', shorttitle='3 ZigZag MTF Fib', overlay=true, max_bars_back = 5000) /////// // Input values // [ var GRP1 = "--- Zigzag setti...
Average HL Range - SAT
https://www.tradingview.com/script/RnWPKw4s-Average-HL-Range-SAT/
sosso_bott
https://www.tradingview.com/u/sosso_bott/
53
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sosso_bott //@version=5 indicator(title="Average Range - SAT", shorttitle="Average Range - SAT", overlay=true) import sosso_bott/SAT_LIB/28 as sat import sosso_bott/LevelsManager/12 as lm no_rep...
ER-Adaptive ATR Limit Channels w/ States [Loxx]
https://www.tradingview.com/script/3HVBY2wE-ER-Adaptive-ATR-Limit-Channels-w-States-Loxx/
loxx
https://www.tradingview.com/u/loxx/
211
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 indicator("ER-Adaptive ATR Limit Channels w/ States [Loxx]", overlay = true, timeframe="", timeframe_gaps = true) import loxx/loxxexpandedsourcetypes/4 greencolor = #...
Fibonacci Step Indicator
https://www.tradingview.com/script/jsVQhdSf-Fibonacci-Step-Indicator/
Sofien-Kaabar
https://www.tradingview.com/u/Sofien-Kaabar/
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/ // © Sofien-Kaabar //@version=5 indicator("Fibonacci Step Indicator", overlay = true) lower_fibonacci_step = (low[2] + low[3] + low[5] + low[8] + low[13] + low[21] + low[34] + low[55] + low[89] ...
Custom HTF candle overlay, ICT True Day
https://www.tradingview.com/script/yT5CsdEj-Custom-HTF-candle-overlay-ICT-True-Day/
twingall
https://www.tradingview.com/u/twingall/
231
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Set custom higher time frame session from which to overlay higher time frame candles and wicks // Currently set to ICT's 'True Day' as HTF Custom candle overlay //added Wick CE midlines //added option to p...
Zigzag Array Experimental
https://www.tradingview.com/script/aCehxH4S-Zigzag-Array-Experimental/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
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/ // © RozaniGhani-RG //@version=5 indicator('Zigzag Array Experimental', 'ZAE', true) // 0. Inputs // 1. Types // 2. Switches // 3. Variables and arrays // 4. Custom Functions // 5. Execution // 6. Constructs ...
Global Money Supply USD-Adjusted
https://www.tradingview.com/script/nQ5EvcBI-Global-Money-Supply-USD-Adjusted/
SirChub
https://www.tradingview.com/u/SirChub/
35
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SirChub //@version=5 indicator("Global Money Supply USD-Adjusted", overlay=true, scale=scale.right) i_res = input.timeframe('D', "Resolution", options=['D', 'W', 'M']) unit_input = input.string('Trillion...
[E5 Trading] Moving Averages
https://www.tradingview.com/script/spZlnxjY-E5-Trading-Moving-Averages/
E5Trading
https://www.tradingview.com/u/E5Trading/
38
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator(title = '[E5 Trading] Moving Averages', shorttitle ='[E5 Trading] Moving Averages ' , max_bars_back = 4000, overlay=true, max_lines_count=400, max_labels_count=400, explicit_plot_zorde...
Fair value bands / quantifytools
https://www.tradingview.com/script/eos9U1qM-Fair-value-bands-quantifytools/
quantifytools
https://www.tradingview.com/u/quantifytools/
3,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/ // © quantifytools //@version=5 indicator("Fair value bands", overlay=true, max_labels_count=500, max_lines_count=500) // Inputs //Settings groupFair1 = "Fair value basis & bands" i_b...
Color Agreement Aggregate (CAA)
https://www.tradingview.com/script/2YcYFc4E-Color-Agreement-Aggregate-CAA/
More-Than-Enough
https://www.tradingview.com/u/More-Than-Enough/
27
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © More-Than-Enough //@version=5 indicator(title = "Color Agreement Aggregate", shorttitle = "CAA", precision = 3) G1 = input.color(color.rgb(219, 250, 210), "", inline = "Higher Colors") G2 = input.color(c...
[WRx450] FED net liquidity
https://www.tradingview.com/script/6ZrnKXzh/
WRx450
https://www.tradingview.com/u/WRx450/
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/ // © WRx450 //@version=5 indicator("[WRx450] FED net liquidity", overlay=true, timeframe='D') offset = input.int(0,"Offset curves in days", tooltip = "offset all data") // move data on time line by days Sym...
ATR Pivots
https://www.tradingview.com/script/P4XzXmTh-ATR-Pivots/
tradeblinks
https://www.tradingview.com/u/tradeblinks/
203
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tradeblinks //Based on my own ideas and ideas from satymahajan. //@version=5 indicator('ATR Pivots', shorttitle='ATR Pivots', overlay=true) // Candle Pattern InsideCandle = input(title='Inside Candle', de...
[WRx450] FED net liquidity
https://www.tradingview.com/script/4Iexb8EV/
WRx450
https://www.tradingview.com/u/WRx450/
105
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © WRx450 //@version=5 indicator("[WRx450] FED net liquidity", overlay=true, timeframe='D') offset = input.int(0,"Offset curves in days", tooltip = "offset all data") // move data on time line by days Sym...
Volume Price Balance by serkany88
https://www.tradingview.com/script/dmkcVg0b-Volume-Price-Balance-by-serkany88/
serkany88
https://www.tradingview.com/u/serkany88/
314
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © serkany88 //@version=5 indicator("Volume Price Balance", overlay=false, precision=2) import Bjorgum/BjCandlePatterns/4 as cp //Define function for checking condition in last candles f_ideal_TimesInLast(_...
Balance of Force (BOF)
https://www.tradingview.com/script/Ott1RO0A-Balance-of-Force-BOF/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
61
study
5
MPL-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("Balance of Force") import lastguru/DominantCycle/2 as d length = input.int(20, "Length", 1) rng = input.bool(true, "Open/Close", "Toggle High/Low or Open/Cl...
Buy Sell Calendar [LuxAlgo]
https://www.tradingview.com/script/k5QMLWCA-Buy-Sell-Calendar-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
2,070
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("Buy Sell Calendar [LuxAlgo]", overlay = true , max_lines_count = 500) //---------------------------------------------------...
ValueBands for Acceptable P/E/ and P/B
https://www.tradingview.com/script/UoCHbQE7/
NatsukiKano
https://www.tradingview.com/u/NatsukiKano/
30
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © NatsukiKano //@version=5 // # What's this script? // - Plot of BookValue and TangibleBookValue // - Visualization of Price Bands for Acceptable P/E and P/B // - Adaptation to Currency Change // - Combine...
Multi TF High/Low/Open/Close Line
https://www.tradingview.com/script/H9XSuq1p-Multi-TF-High-Low-Open-Close-Line/
goofoffgoose
https://www.tradingview.com/u/goofoffgoose/
153
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © goofoffgoose //@version=5 //This is a requested spin-off version of my previous HLOC for the Daily/Weekly/Monthly that allows users to choose 3 different // timeframe units (Mins, Hours, Days, ect.....
Regression Channel Alternative MTF V2
https://www.tradingview.com/script/anklcF4a-Regression-Channel-Alternative-MTF-V2/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
263
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RozaniGhani-RG //@version=5 indicator('Regression Channel Alternative MTF V2', shorttitle = 'RCAMV2', overlay = true) // 0. Inputs // 1. Types // 2. Variables // 3. Arrays // 4. Switches // 5. Custom Fun...
Cloak & Dagger Heikin-ashi
https://www.tradingview.com/script/92JdLKxz-Cloak-Dagger-Heikin-ashi/
boitoki
https://www.tradingview.com/u/boitoki/
535
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © boitoki //@version=5 indicator("Cloak & Dagger Heikin-ashi", "CD_HA", overlay=false, scale=scale.right, max_labels_count=500, max_lines_count=500, max_boxes_count=500, max_bars_back=10) import boitoki/Aw...
Machine Learning: Lorentzian Classification
https://www.tradingview.com/script/WhBzgfDu-Machine-Learning-Lorentzian-Classification/
jdehorty
https://www.tradingview.com/u/jdehorty/
13,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/ // ©jdehorty // @version=5 indicator('Machine Learning: Lorentzian Classification', 'Lorentzian Classification', true, precision=4, max_labels_count=500) import jdehorty/MLExtensions/2 as ml import jdehorty/...
MAD - Mean Absolute Deviation
https://www.tradingview.com/script/N60E4Nx2-MAD-Mean-Absolute-Deviation/
patmaba
https://www.tradingview.com/u/patmaba/
51
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator("Mean Absolute Deviation", shorttitle="MAD", overlay=true) // author : patmaba // purpose :implementation of MAD Mean Absolute Deviation in pinescript // Mean absolute deviation /...
Exponential Bollinger Bands (EBB)
https://www.tradingview.com/script/TQ4yLK9e-Exponential-Bollinger-Bands-EBB/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
38
study
5
MPL-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("Exponential Bollinger Bands", "EBB", overlay = true) import Electrified/Interpolation/1 as i sma(source, length)=> var float sum = na sum := nz(sum[1]...
Ratio Smoothed, Volume Weighted Moving Average
https://www.tradingview.com/script/WWLEKnY7-Ratio-Smoothed-Volume-Weighted-Moving-Average/
Electrified
https://www.tradingview.com/u/Electrified/
134
study
5
MPL-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 // @This is experimental moving average doesn't use a period/length but instead buffers the price per share and transfers that price per share at a given ratio per bar while also...
Stablecoin supplies [USD bn]
https://www.tradingview.com/script/JNMLXipF-Stablecoin-supplies-USD-bn/
tedtalksmacro
https://www.tradingview.com/u/tedtalksmacro/
234
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tedtalksmacro //@version=5 indicator("Crypto USD Liquidity [tedtalksmacro]") usdt_supply = request.security("GLASSNODE:USDT_SUPPLY", 'D', close) busd_supply = request.security("GLASSNODE:BUSD_SUPPLY", 'D...
Stochastic RSI Screener
https://www.tradingview.com/script/eDkbHmhH-Stochastic-RSI-Screener/
Forex_Associate
https://www.tradingview.com/u/Forex_Associate/
82
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Forex_Associate (Abbas Borji) //@version=5 indicator('Stochastic RSI Screener', overlay=true) //////////// // Inputs // candle = input(close, title='Candle State') rsi_len = input.int(14, title = "RSI...
KST-Based MACD
https://www.tradingview.com/script/ZwhyF7TU-KST-Based-MACD/
akikostas
https://www.tradingview.com/u/akikostas/
268
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © akikostas //@version=5 indicator(title="MACD (KST Based)", shorttitle="MACD-KST", timeframe="", timeframe_gaps=true) // Getting inputs roclen1 = input.int(10, minval=1, title = "ROC Length #1", group = "K...
Oscillator: Which follows Normal Distribution?
https://www.tradingview.com/script/WGz99Mfk-Oscillator-Which-follows-Normal-Distribution/
Dicargo_Beam
https://www.tradingview.com/u/Dicargo_Beam/
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/ // © Dicargo_Beam //@version=5 indicator("Oscillator: Which follows Normal Distribution?", max_lines_count = 120) //When doing machine learning using oscillators, //it would be better if the oscillators were ...
Rev FX Avg Spread
https://www.tradingview.com/script/MZSOeTFe-Rev-FX-Avg-Spread/
SparkBux
https://www.tradingview.com/u/SparkBux/
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/ // © SparkBux //@version=5 // edit 09:22:00 indicator("Rev FX Spread", overlay=true) plot(close*0.9991, color=color.lime) plot(close*1.0007, color=color.red)
Morning Option Pullback Indicator
https://www.tradingview.com/script/ltcNJdtB-Morning-Option-Pullback-Indicator/
benjaminbarch
https://www.tradingview.com/u/benjaminbarch/
190
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © benjaminbarch //@version=5 indicator(title="Morning Option Pullback Indicator", shorttitle="MOPI", overlay = true) // --- WHAT THIS INDICATOR DOES --- { // // Name: MOPI (Morning Option Pullback Indicat...
Moving Average Zones
https://www.tradingview.com/script/cdxtLQlj-Moving-Average-Zones/
HoanGhetti
https://www.tradingview.com/u/HoanGhetti/
164
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HoanGhetti //@version=5 indicator("Moving Average Zones [HG]", overlay = true) // There won't be an input option for these settings to keep it simple. // Feel free to change the values here although it's...
MACD MTF Lines
https://www.tradingview.com/script/iX8CobJs-MACD-MTF-Lines/
danilogalisteu
https://www.tradingview.com/u/danilogalisteu/
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/ // © danilogalisteu //@version=5 indicator("MACD MTF Lines") // Price source price = input.source(close, "Price source", group="Price source") // MACD parameters group_macd = "MACD parameters" pfast = input....
Rotational Gravity Oscillator
https://www.tradingview.com/script/Xn3WvFu9-Rotational-Gravity-Oscillator/
burgercrisis
https://www.tradingview.com/u/burgercrisis/
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/ // © burgercrisis, parts © Cheatcountry //@version=5 //Written using elements from Cheatcountry scripts ( https://www.tradingview.com/u/cheatcountry/ ) // https://www.tradingview.com/script/UyA4515j-Stock-Rot...
Volume With Color
https://www.tradingview.com/script/1VMYD19h-Volume-With-Color/
Amphibiantrading
https://www.tradingview.com/u/Amphibiantrading/
345
study
5
MPL-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="Volume With Color", shorttitle="Vol W/ Color", format=format.volume) //inputs var g1 = 'Moving Average' showMA = input(true, "Show Moving Average", g...
Up Down Volatility
https://www.tradingview.com/script/Cv49oCPG-Up-Down-Volatility/
Koalems
https://www.tradingview.com/u/Koalems/
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/ // © Koalems // @version=5 import Koalems/Library_Smoothers/3 as Smoothers RMA(float src, int len) => alpha = 1 / len sum = 0.0 sum := na(sum[1]) ? ta.sma(src, len) : alpha * src + (1 - alpha) * nz(sum[1])...
Pivot Point Moving Average (PPMA)
https://www.tradingview.com/script/kg4fBuPe-Pivot-Point-Moving-Average-PPMA/
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("PPMA", overlay = true) ppma(left, right)=> signal = ta.change(ta.pivothigh(high, left, right)) or ta.change(ta.pivotlow(low, left, right)) var int coun...
Zig Zag Stochastic (ZZS)
https://www.tradingview.com/script/GVSbYxhK-Zig-Zag-Stochastic-ZZS/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
39
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("Zig Zag Stochastic", "ZZS") import lastguru/DominantCycle/2 as d bes(float source = close, float length = 9)=> alpha = 2 / (length + 1) var float smoot...
Forex Strength Indicator
https://www.tradingview.com/script/3CYG5RXB-Forex-Strength-Indicator/
ThiagoSchmitz
https://www.tradingview.com/u/ThiagoSchmitz/
149
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ThiagoSchmitz //@version=5 indicator("Forex Strength Indicator", "FSI", explicit_plot_zorder = true) // ◢✥◣ // ╔────────────────────────────────. ■ .────────────────────...
Wavechart v2
https://www.tradingview.com/script/TfDFX1Sn-Wavechart-v2/
Asano_Voyl
https://www.tradingview.com/u/Asano_Voyl/
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/ // © MNR_Anas //@version=5 indicator("Wave Chart v2","WaveChartV2", overlay=true ,max_lines_count=500,max_bars_back=5000) ////input TF = input.timeframe('W', "Resolution", options=['30',...
WRBHG with visual gap block
https://www.tradingview.com/script/B4IGXVLO-WRBHG-with-visual-gap-block/
MalibuKenny
https://www.tradingview.com/u/MalibuKenny/
40
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MalibuKenny //@version=5 indicator("v.2 WRBHG with visual gap box", overlay = true, max_bars_back=5000, max_lines_count=500, max_labels_count=500, max_boxes_count = 500) group0 = 'Period under stud...
Interpolated SMA (ISMA)
https://www.tradingview.com/script/FyQrRzEc-Interpolated-SMA-ISMA/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
19
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("Interpolated SMA", "ISMA", overlay = true) import Electrified/Interpolation/1 as i sma(source, length)=> var float sum = na sum := nz(sum[1]) + close ...
TICK Divergence + Heikin Ashi [Pt]
https://www.tradingview.com/script/zOQNkPHO-TICK-Divergence-Heikin-Ashi-Pt/
PtGambler
https://www.tradingview.com/u/PtGambler/
205
study
5
MPL-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(title='TICK Divergence + Heikin Ashi [Pt]', shorttitle='[Pt] TICK Dvg', overlay=false) // ----------------------------------- Inputs -------------------------------...
Fibonacci compression
https://www.tradingview.com/script/xD24tH8E-Fibonacci-compression/
Greg_007
https://www.tradingview.com/u/Greg_007/
563
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Greg_007 //@version=5 indicator(title="Fibonacci compression" , shorttitle="Fib compression", overlay=true) var length = input.int(300, title="How many bars to look back?") min_length = 50 bool searchBull...
DR/IDR Case Study [TFO]
https://www.tradingview.com/script/jU17SmIf-DR-IDR-Case-Study-TFO/
tradeforopp
https://www.tradingview.com/u/tradeforopp/
1,072
study
5
MPL-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("DR/IDR Case Study [TFO]", "DR/IDR Case Study [TFO]", true, max_lines_count = 500, max_labels_count = 500, max_boxes_count = 500) var g1 = "DR Session" dr_timeframe = i...
Dynamic Fibonacci Retracement
https://www.tradingview.com/script/ArZEl1sg-Dynamic-Fibonacci-Retracement/
HoanGhetti
https://www.tradingview.com/u/HoanGhetti/
870
study
5
MPL-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 indicator("Dynamic Fibonacci Retracement [HG]", overlay = true) input_lookback = input.int(defval = 50, title = 'Lookback Range', minval = 5) input_extend = input.string(defva...
Cumulative Volume Delta [Aggregated]
https://www.tradingview.com/script/IiIxguuf-Cumulative-Volume-Delta-Aggregated/
jeesauce
https://www.tradingview.com/u/jeesauce/
481
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jeesauce //@version=5 Title = "Cumulative Volume Delta [Aggregated]" ShortcutName = "Aggr CVD" indicator(Title, ShortcutName, false, format.volume) import jeesauce/JeeSauceScripts/2 as scripts //Color b...
Altcoin Dominance Excluding Ethereum
https://www.tradingview.com/script/lD7YitK0-Altcoin-Dominance-Excluding-Ethereum/
CryptoGrit
https://www.tradingview.com/u/CryptoGrit/
16
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Unsymetric //@version=5 indicator("Alt.D w/o ETH", overlay=true) timeframeInput = input.timeframe("D", "Timeframe") sourceInput = input.source(hl2, "Source") periodInput = input(1, "Period") btc_cap = ...
Hurst Diamond Notation Pivots
https://www.tradingview.com/script/DaukfrmD-Hurst-Diamond-Notation-Pivots/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
1,061
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BarefootJoey // ██████████████████████████████████████████████████████████████████████ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─▄▄─█▄─▄▄─█▄─█─▄█ // ██─▄─▀██─▀─███─▄─▄██─▄█▀██─▄███─██─█─██─...
Altcoin Dominance (without ETH) Excluding Stablecoins Unsymetric
https://www.tradingview.com/script/WvyIrAFU-Altcoin-Dominance-without-ETH-Excluding-Stablecoins-Unsymetric/
CryptoGrit
https://www.tradingview.com/u/CryptoGrit/
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/ // © Unsymetric //@version=5 indicator("Alt.D w/o ETH - Stable", overlay=true) timeframeInput = input.timeframe("D", "Timeframe") sourceInput = input.source(hl2, "Source") periodInput = input(1, "Period") b...
ETH Dominance Excluding Stablecoins
https://www.tradingview.com/script/VeyFqeL3-ETH-Dominance-Excluding-Stablecoins/
CryptoGrit
https://www.tradingview.com/u/CryptoGrit/
13
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Unsymetric //@version=5 indicator("ETH.D, -Stable", overlay=true) timeframeInput = input.timeframe("D", "Timeframe") sourceInput = input.source(hl2, "Source") periodInput = input(1, "Period") eth_cap = ...
Stablecoins Dominance
https://www.tradingview.com/script/yaOrWgtf-Stablecoins-Dominance/
CryptoGrit
https://www.tradingview.com/u/CryptoGrit/
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/ // ©Unsymetric //@version=5 indicator("Stable.D", overlay=true) timeframeInput = input.timeframe("D", "Timeframe") sourceInput = input.source(hl2, "Source") periodInput = input(1, "Period") crypto_cap = re...
Cryptoverse
https://www.tradingview.com/script/IzvOCLtq/
HasanGocmen
https://www.tradingview.com/u/HasanGocmen/
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/ // © HasanGocmen // Designed by Hasan Göçmen //@version=5 indicator("Cryptoverse", overlay = true, max_labels_count = 500, max_lines_count = 500) period = input.int(defval = 6, title="Pivot Period", minval =...
Volume Weighted Standard Deviation (VWSD)
https://www.tradingview.com/script/IkHB33ir-Volume-Weighted-Standard-Deviation-VWSD/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
27
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("Volume Weighted Standard Deviation", overlay = true) vstdev(source, length)=> mean_price = ta.sma(source, length) mean_volume = ta.sma(volume, length) ...
Ma Pullback
https://www.tradingview.com/script/F39LhPg8-Ma-Pullback/
Shauryam_or
https://www.tradingview.com/u/Shauryam_or/
297
study
5
MPL-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("Ma Pullback",overlay = true) //Ema 1 on_ma=input.bool(true,"Enable EMa 1 Plot On/Off",group="EMa Set") ma_len= input.int(32, minval=1, title="Ema Length",group = "EMa ...
Chatterjee Correlation
https://www.tradingview.com/script/jbC5eZKb-Chatterjee-Correlation/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
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/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
BTC Pair Change %
https://www.tradingview.com/script/MM9ta5hs-BTC-Pair-Change/
backslash-f
https://www.tradingview.com/u/backslash-f/
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/ // © backslash-f // // This script makes it easier to quickly check how the BTC pair of the current symbol is performing. // It adds a "change percentage widget" to the top right of the chart with two rows, one...
FOREX MASTER PATTERN Companion Tool
https://www.tradingview.com/script/azaKIMyu-FOREX-MASTER-PATTERN-Companion-Tool/
nnamdert
https://www.tradingview.com/u/nnamdert/
463
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //NOT A REQUIREMENT, BUT IT WOULD BE NICE TO RECEIVE A QUICK SHOUT OUT /CREDIT IF YOU USE THIS SCRIPT IN YOUR SCRIPT // © nnamdert //@version=5 indicator("FOREX MASTER PATTERN Companion Tool", overlay = true, ...
BBFIB
https://www.tradingview.com/script/mcHFxgMX-BBFIB/
avsr90
https://www.tradingview.com/u/avsr90/
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/ // © avsr90 //@version=5 indicator('Regular/Intraday BB/FIB ', overlay=true, max_bars_back=5000) //Regular/Intraday inputs var grp1="regular/Intraday" var grp2="regular" var grp3="Fibonacci/Bolloinger Ban...
Odd_Custom Candle Calendar Day
https://www.tradingview.com/script/eFFhQYHL-Odd-Custom-Candle-Calendar-Day/
OddLogic1618
https://www.tradingview.com/u/OddLogic1618/
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/ // © OddLogic1618 //@version=5 //Create candles based on calendar days, not market days indicator("Odd_Custom Candle Calendar Day", max_lines_count = 500, max_boxes_count = 500) in_tf_multi = input.i...
Laguerre Stochastic | Adulari
https://www.tradingview.com/script/R2deCabt-Laguerre-Stochastic-Adulari/
Adulari
https://www.tradingview.com/u/Adulari/
16
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('Laguerre Stochastic | Adulari', timeframe='',precision=2) // Inputs alpha = input.float(title='Alpha', minval=0, maxval=1, s...
DR/IDR Candles [LuxAlgo]
https://www.tradingview.com/script/wRtmtWIQ-DR-IDR-Candles-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,824
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("DR/IDR Candles [LuxAlgo]",overlay=true , max_lines_count = 500 , max_boxes_count = 500) //-------------------------------...
Flying Dragon Trend Indicator
https://www.tradingview.com/script/L2wC1FSC-Flying-Dragon-Trend-Indicator/
MarkoP010
https://www.tradingview.com/u/MarkoP010/
251
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MarkoP010 2023 //@version=5 //Indicator plots user selectable Moving Average lines and a colored trend band between the MA lines. The trend bands can be turned off individually if required. //Trend pivot ...
Custom_AVWAP_Harpal's-Anchors
https://www.tradingview.com/script/WQlZvYUJ-Custom-AVWAP-Harpal-s-Anchors/
ak2k2
https://www.tradingview.com/u/ak2k2/
13
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ak2k2 //@version=5 indicator("Custom_AAVWAP", overlay=true,max_labels_count = 500,max_lines_count = 500, max_bars_back = 2000) lb = input.int(100,"Lookback (# of Periods)",1, 1000,1) len = lb src = hlc3 ...
TOTAL:(RSI+TSI)
https://www.tradingview.com/script/PyLDakYk/
gokhanpirnal
https://www.tradingview.com/u/gokhanpirnal/
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/ // © gokhanpirnal //@version=5 indicator('TOTAL:(RSI+TSI)', shorttitle='TOTAL:(RSI+TSI)', format=format.price, precision=4, timeframe='') long = input(title='TSI Long Length', defval=1) short = input(title='TS...
Simple STRAT Tool by nnam
https://www.tradingview.com/script/Do5QCtMM-Simple-STRAT-Tool-by-nnam/
nnamdert
https://www.tradingview.com/u/nnamdert/
167
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © nnamdert //@version=5 //Feb 2023 indicator(title="Simple STRAT Tool by nnam", overlay=true) //BEGIN Get User Inputs=========================================================================================...
Consecutive Candles lite | Multi Timeframe
https://www.tradingview.com/script/9ahRWGA8-Consecutive-Candles-lite-Multi-Timeframe/
Yatagarasu_
https://www.tradingview.com/u/Yatagarasu_/
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/ //@version=5 indicator("CC lite • Yata", overlay = true, timeframe = "") // ----------------------------------- groupCC = "" // ----------------------------------- lastN = input.string("6 to 9", ...
US Fed Rate Cut Historical Dates
https://www.tradingview.com/script/dbbgar4a-US-Fed-Rate-Cut-Historical-Dates/
SnarkyPuppy
https://www.tradingview.com/u/SnarkyPuppy/
6
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SnarkyPuppy //@version=5 indicator("US Fed Rate Cut Review", overlay = true) /////////////////////////////////////////////////////////////////////////////////////////////////////////\\ color1= color.rgb...
Consecutive Candles | Multi Timeframe
https://www.tradingview.com/script/rHyTRtIx-Consecutive-Candles-Multi-Timeframe/
Yatagarasu_
https://www.tradingview.com/u/Yatagarasu_/
299
study
5
MPL-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("CC • Yata", overlay = true, timeframe = "") // ----------------------------------- groupCC = "" // ----------------------------------- lastN = input.string ("6 to 9" ...
Dual Bollinger Band Mean Reversion
https://www.tradingview.com/script/qQVNek6S-Dual-Bollinger-Band-Mean-Reversion/
pb-algo
https://www.tradingview.com/u/pb-algo/
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/ // © pb-algo //@version=5 indicator(shorttitle="BBMR", title="Dual Bollinger Band Mean Reversion", overlay=true, max_labels_count = 500) length = input.int(20, minval=1) length2 = input.int(400, minval=1) src...
Nifty36Scanner
https://www.tradingview.com/script/Zo6ocQgv-Nifty36Scanner/
AtulGoswami
https://www.tradingview.com/u/AtulGoswami/
200
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © AtulGoswami // this screener is coded to filter out buy and sell signal son the basis of Inidcators and crossovers. // credit : This is a modified version of a Scanner video done by Stock Data Analyst you...
Band-Zigzag Based Trend Follower
https://www.tradingview.com/script/c2thQDcv-Band-Zigzag-Based-Trend-Follower/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
540
study
5
MPL-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 // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ▒▒...
HTF Tool 2
https://www.tradingview.com/script/LXbFgeV2-HTF-Tool-2/
SamRecio
https://www.tradingview.com/u/SamRecio/
297
study
5
MPL-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("HTF Tool 2", shorttitle = "[HTF2]", overlay = true, max_boxes_count = 500, max_lines_count = 500) //General Inputs tf = input.timeframe("15", title = "Higher Timeframe...
RSI Pull-Back
https://www.tradingview.com/script/NMbiLIqS-RSI-Pull-Back/
Sofien-Kaabar
https://www.tradingview.com/u/Sofien-Kaabar/
198
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Sofien-Kaabar //@version=5 indicator("RSI Pull-Back", overlay = true) lookback = input(defval = 14, title = 'Lookback') lower_barrier = input(defval = 30, title = 'Lower Barrier') lower_threshold = inpu...
Sort array alphabetically - educational
https://www.tradingview.com/script/LVEJF1Iy-Sort-array-alphabetically-educational/
fikira
https://www.tradingview.com/u/fikira/
58
study
5
MPL-2.0
fi(ki)=>'ra' // ©fikira - This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator (title="Sort array alphabetically" , overlay= true) _=" –––––––––––{ A. INPUT }––––––––––– " toLowCase ...
RAINBOW_13th
https://www.tradingview.com/script/DSuLTrqa-RAINBOW-13th/
shakibsharifian
https://www.tradingview.com/u/shakibsharifian/
46
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © shakibsharifian //@version=5 indicator("RAINBOW_13th",overlay=true) varip string optTopo1="EMA" varip string optTopo2="RMA" varip string optTopo3="WMA" varip string optTopo4="RSI" varip string ...
[potatoshop] Volume Profile lower timeframe
https://www.tradingview.com/script/A5VAgcme-potatoshop-Volume-Profile-lower-timeframe/
potatoshop
https://www.tradingview.com/u/potatoshop/
491
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © potatoshop //@version=5 indicator('[potatoshop] Volume Profile lower timeframe', 'VP LTF', overlay = true, max_boxes_count = 500) TF = input.timeframe("10S","Resolution of bars used for VP calculation") ...
Market Structure MA Based BOS [liwei666]
https://www.tradingview.com/script/TP8ScS2r-Market-Structure-MA-Based-BOS-liwei666/
liwei666
https://www.tradingview.com/u/liwei666/
762
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © liwei666 //@version=5 // # ========================================================================= # // # | ma_based_bos Indicator | // # ========================================...
Chart Time and Price Range
https://www.tradingview.com/script/GE9StfUy-Chart-Time-and-Price-Range/
kurtsmock
https://www.tradingview.com/u/kurtsmock/
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/ // © kurtsmock //@version=5 indicator("Chart Range", overlay=true, max_bars_back = 4000) import PineCoders/VisibleChart/4 as t bCol = input.color(color.black, "Border Color") tCol = input.color(color.black, "T...
Kalman Filter [by Hajixde]
https://www.tradingview.com/script/E18JPuKn-Kalman-Filter-by-Hajixde/
hajixde
https://www.tradingview.com/u/hajixde/
51
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © hajixde //@version=5 indicator("Kalman by Hajixde", overlay = true, timeframe = "") findSlope(src, N) => float I = na float s = na n = N > 5000 ? 4999 : N M1 = 0.0 M2 = 0.0 M3 = ...
Basic Position Calculator (BPC)
https://www.tradingview.com/script/6gJ93YnC-Basic-Position-Calculator-BPC/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
55
study
5
MPL-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("Basic Position Calculator", "BPC", true) account = input.float(25000, "Account Size") risk_amount = input.float(10, "Risk Amount %") stop_loss = input.floa...
ICT Killzones [LuxAlgo]
https://www.tradingview.com/script/bmFFb5Rt-ICT-Killzones-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
3,231
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("ICT Killzones [LuxAlgo]" , overlay = true , max_lines_count = 500 , max_labels_count = 500) //-------------------------...
HL-D Close Fraction Oscillator | Adulari
https://www.tradingview.com/script/JezxmE0z-HL-D-Close-Fraction-Oscillator-Adulari/
Adulari
https://www.tradingview.com/u/Adulari/
51
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("HL-D Close Fraction Oscillator | Adulari",precision=2) // Inputs length = input.int(20,minval=2,title='Length',group='Genera...
Supply and Demand Zone Confirmation
https://www.tradingview.com/script/v4cIFqvK-Supply-and-Demand-Zone-Confirmation/
MBCryptocurrency
https://www.tradingview.com/u/MBCryptocurrency/
377
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MBCryptocurrency //@version=5 indicator("Supply and Demand Zone","MB Supply & Demand" , overlay=true, timeframe="", timeframe_gaps=false) //CCI length1 = input.int(20,'CCI length', minval=1, group="CC...
Adaptative EMA
https://www.tradingview.com/script/Q5HoDd8p-Adaptative-EMA/
benjaminhay
https://www.tradingview.com/u/benjaminhay/
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/ // © benjaminhay //@version=5 indicator("Adaptative EMA", overlay = true) averageData = input.source(close, title="Average Data Source") dailyTimeframeFastEma = input.int(8, "D and higher fast EMA length") d...
Pivot High/Low Comparison
https://www.tradingview.com/script/oQr3PVh2-Pivot-High-Low-Comparison/
rmunoz
https://www.tradingview.com/u/rmunoz/
170
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © rmunoz //@version=5 indicator("Pivot High/Low Comparison", overlay = true) leftBars = input(3) rightBars=input(3) pivotHigh = ta.pivothigh(high, leftBars, rightBars) mostRecentPH = ta.valuewhen(pivotHigh...
RSI Multi Length With Divergence Alert [Skiploss]
https://www.tradingview.com/script/2GUnT6UY-RSI-Multi-Length-With-Divergence-Alert-Skiploss/
Skiploss
https://www.tradingview.com/u/Skiploss/
286
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Skiploss // This is a modified indicator base code from RSI Multi Length [LUX] and we will added some of fuction by finding a classic/hidden divergence //@version=5 indicator(title = "RSI Multi Length W...
Adaptive RSI/Stochastic (ARSIS)
https://www.tradingview.com/script/Yrx3IoA1-Adaptive-RSI-Stochastic-ARSIS/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
105
study
5
MPL-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("Adaptive RSI/Stochastic") import lastguru/DominantCycle/2 as d bes(float source = close, float length = 9)=> alpha = 2 / (length + 1) var float smoothe...
Emibap's Uniswap V3 HEX/USDC 3% Liquidity Pool
https://www.tradingview.com/script/kucWTTgb-Emibap-s-Uniswap-V3-HEX-USDC-3-Liquidity-Pool/
emibap
https://www.tradingview.com/u/emibap/
153
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Copyright ® emibap // Last update on 2023-06-02 16:13:31 UTC //@version=5 indicator("Emibap's Uniswap V3 HEX/USDC 0.3% Liquidity Pool", "LP", overlay=true, max_lines_count=500) // Inputs // Pools to disp...
Dominant Direction (DD)
https://www.tradingview.com/script/OsGPyDnR-Dominant-Direction-DD/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
86
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © peacefulLizard50262 //@version=5 indicator("Dominant Direction", overlay = true, max_bars_back = 5000) import lastguru/DominantCycle/2 as d source = input.source(hl2, "Source") colour = input.color(color...
Short vs Long ATR
https://www.tradingview.com/script/7KTkXH4v-Short-vs-Long-ATR/
cmartin81
https://www.tradingview.com/u/cmartin81/
52
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © cmartin81 //@version=5 indicator("short vs long ATR") shortAtrLength = input.int(14, "short Atr") longAtrLength = input.int(100, "long Atr") painThreshold = input.int(40, "Pain threshold") shortTermAtr = ...
RSI Accumulation/Distribution [M]
https://www.tradingview.com/script/iTJhU9aT/
Milvetti
https://www.tradingview.com/u/Milvetti/
262
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Milvetti //@version=5 indicator("RSI Accumulation/Distribution [M]","RSI A/D [M]",max_bars_back = 500,max_boxes_count = 500) g1="Settings" g2="Customize" len = input.int(14,"Length",group = g1) upperBan...
Dollar Cost Volume
https://www.tradingview.com/script/NY4usquY-Dollar-Cost-Volume/
jocull
https://www.tradingview.com/u/jocull/
40
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jocull //@version=5 indicator("Dollar Cost Volume", shorttitle="DCV", format=format.volume) source = input.source(hlc3, "Pricing Source") invert = input.bool(false, "Invert price?") maLen = input...
Momentum Sparkler (MS)
https://www.tradingview.com/script/XQ2dhXke-Momentum-Sparkler-MS/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
38
study
5
MPL-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("Momentum Sparkler", overlay = true, max_bars_back = 5000) source = input.source(close, "Source") length = input.int(45, "Length", 1) lines = array.new<line>(le...
Expected Move Plotter Intraday
https://www.tradingview.com/script/Y2nSIM65-Expected-Move-Plotter-Intraday/
Steversteves
https://www.tradingview.com/u/Steversteves/
192
study
5
MPL-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("Expected Move Plotter Intraday", overlay = true) // Reference Timeframes ticker = ticker.new(syminfo.prefix, syminfo.ticker, session.regular) this_wopen = request.s...