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
Global Leaders M2
https://www.tradingview.com/script/cEwMVPFC-Global-Leaders-M2/
kikfraben
https://www.tradingview.com/u/kikfraben/
26
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kikfraben // Updated last on 27. Oct, 2023 //@version=5 indicator("Global Leaders M2", shorttitle = "GL_M2", overlay = false, precision = 2) // Get Chart Currency cur = input.string("USD", title = "Curre...
[KVA]nRSI
https://www.tradingview.com/script/66pF1KrF-KVA-nRSI/
Kamvia
https://www.tradingview.com/u/Kamvia/
28
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Kamvia //@version=5 indicator(shorttitle="[KVA]nRSI", title="[KVA]nRSI", overlay=false,format=format.price, precision=2, timeframe="", timeframe_gaps=true) length = input(14, title="nRsi Length") n = input...
Anchored Average Price by Atilla Yurtseven (AAP)
https://www.tradingview.com/script/YBB9USDe-Anchored-Average-Price-by-Atilla-Yurtseven-AAP/
AtillaYurtseven
https://www.tradingview.com/u/AtillaYurtseven/
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/ // © AtillaYurtseven //@version=5 indicator("Anchored Average Price // Atilla Yurtseven", shorttitle="AAP", overlay=true, max_bars_back=300) src = input.source(hlc3, title="Source") startCalculationDate = inp...
Libre
https://www.tradingview.com/script/L0Zpnytu-Libre/
Schwehng
https://www.tradingview.com/u/Schwehng/
4
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Schwehng //@version=5 library("Libre") rng_size(x, qty, n)=> wper = (n*2) - 1 avrng = ta.ema(math.abs(x - x[1]), n) AC = ta.ema(avrng, wper)*qty rng_size = AC rng_filt(x, rng_, n...
Volume Spike Analysis [Trendoscope]
https://www.tradingview.com/script/ZaliXFLV-Volume-Spike-Analysis-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
213
study
5
CC-BY-NC-SA-4.0
// This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © Trendoscope // ░▒ // ▒▒▒ ▒▒ // ...
Market Internals (TICK, ADD, VOLD, TRIN, VIX)
https://www.tradingview.com/script/aNrCpO4C-Market-Internals-TICK-ADD-VOLD-TRIN-VIX/
liquid-trader
https://www.tradingview.com/u/liquid-trader/
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/ // © liquid-trader // This script allows you to perform data transformations on Market Internals, across exchanges, and specify // signal parameters, to more easily identify sentiment extremes. // More here: h...
SMC by FXBreakout
https://www.tradingview.com/script/lACKZH50-SMC-by-FXBreakout/
fxbreakout
https://www.tradingview.com/u/fxbreakout/
23
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © FXBreakout //@version=5 indicator("SMC by FXBreakout", overlay = true, max_labels_count = 500, max_boxes_count = 500, max_lines_count = 500, max_bars_back = 1000) // //SETTINGS // // INDICATOR SETT...
Astro: Planetary Aspects v2.0
https://www.tradingview.com/script/jDZDTzyQ-Astro-Planetary-Aspects-v2-0/
Yevolution
https://www.tradingview.com/u/Yevolution/
72
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BarefootJoey // With much respect to @BarefootJoey, the following small changes have been implemented by @Yevolution: // 1. Overlay the indicator plot on top of the main chart, with the indicator's scale ...
PhantomFlow DynamicLevels
https://www.tradingview.com/script/mflbmRpo-PhantomFlow-DynamicLevels/
PhantomFlow
https://www.tradingview.com/u/PhantomFlow/
87
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Credit to LonesomeTheBlue for the calculate/get volume function: // https://www.tradingview.com/script/kIY0znXs-Volume-Profile-Fixed-Range/ // © mxrshxl_trxde //@version=5 indicator(title = "PhantomFlow Dyn...
Supply and Demand Visible Range + EMA
https://www.tradingview.com/script/iJNXb1G8/
ehisonbp
https://www.tradingview.com/u/ehisonbp/
22
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © LuxAlgo //@version=5 indicator("Supply and Demand Visible Range + EMA", overlay = true, max_boxes_count = 500, max_bars_back = 500) //-----------------------...
Supertrend Forecast - vanAmsen
https://www.tradingview.com/script/md0PV7Yo-Supertrend-Forecast-vanAmsen/
vanAmsen
https://www.tradingview.com/u/vanAmsen/
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/ // © vanAmsen //@version=5 indicator("vanAmsen - Supertrend Forecast", overlay = true) atrPeriod = input.int(10, title="ATR Length", tooltip="Specifies the period over which the Average True Range (ATR) is ca...
Bar Retracement
https://www.tradingview.com/script/z9hqD6pV-Bar-Retracement/
grnghost
https://www.tradingview.com/u/grnghost/
10
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © grnghost //@version=5 indicator("Retracement", "Bar RR", overlay = false, precision = 1) var bw = high - low var ret = open- close bw_av = ta.sma(bw,4) max_bw = ta.highest(bw,5) mom = ta.sma(ta.mom(hl2,...
BB Support & Resistance
https://www.tradingview.com/script/QQ9opj40-BB-Support-Resistance/
grnghost
https://www.tradingview.com/u/grnghost/
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/ // © grnghost //@version=5 indicator("BB Support & Resitance", "BB S&R", overlay = true) //Input grp1 = "Bollinger Band Settings" bb_len = input.int(20, "Bollinger Band Length =", minval = 1, group = grp1) mu...
Sync Frame (MTF Charts) [Kioseff Trading]
https://www.tradingview.com/script/LbobwUkJ-Sync-Frame-MTF-Charts-Kioseff-Trading/
KioseffTrading
https://www.tradingview.com/u/KioseffTrading/
414
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © KioseffTrading //@version=5 indicator("Sync Frame [Kioseff Trading]", overlay = true, max_boxes_count = 500, max_lines_count = 500) import RicardoSantos/MathOperator/2 import HeWhoMustNotBeNamed/arraymet...
User Defined Range Selector and Color Changing EMA Line
https://www.tradingview.com/script/IAWfDZmw-User-Defined-Range-Selector-and-Color-Changing-EMA-Line/
Crypto_Moses
https://www.tradingview.com/u/Crypto_Moses/
20
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/ // © Crypto_Moses //@version=4 study("User Defined Range Selector and Color Changing EMA Line", shorttitle="User EMA Range", overlay=true) // User Inputs len = input(69, title="EMA Length", minval=1) slopeLen...
AMDX-XAMD
https://www.tradingview.com/script/tJcEhltJ/
minerlancer
https://www.tradingview.com/u/minerlancer/
14
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © minerlancer //@version=5 indicator('AMDX-XAMD' , overlay = true , precision = 0 , max_boxes_count = 500 , max_labels_count = 500 , max_lines_count = 500 , max_bars_back = 5000) Timezone = 'America/...
HTF MA's BG
https://www.tradingview.com/script/J2y52g4x-HTF-MA-s-BG/
MtnMarathoner
https://www.tradingview.com/u/MtnMarathoner/
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/ //@version=5 indicator('HTF MA\'s BG', overlay=true) InputTime = input.string("0730-1100:23456", "Time Input") t = time(timeframe.period, InputTime, "America/Denver") //denver time plus 2 hours //Set Red...
LTF Candle Insights (Zeiierman)
https://www.tradingview.com/script/HsO1bxqX-LTF-Candle-Insights-Zeiierman/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
436
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © Zeiierman //@version=5 indicator("LTF Candle Insights (Zeiierman)",overlay = true,max_bars_back = 500, max_boxes_count = 500) // ~~ Inputs { tf = inpu...
Double Simple Moving Average
https://www.tradingview.com/script/so65bJAE-Double-Simple-Moving-Average/
OmegaTools
https://www.tradingview.com/u/OmegaTools/
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/ // © OmegaTools //@version=5 indicator("Double Simple Moving Average", overlay = true) lnt = input(21, "Length") mult = input(2.00, "Band width") a = ta.sma(high, lnt) b = ta.sma(low, lnt) c = ta.sma(close, ...
Hull Waves
https://www.tradingview.com/script/kQMP5CBq-Hull-Waves/
AleSaira
https://www.tradingview.com/u/AleSaira/
62
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © AleSaira //==================////////////////////////================================/////////////////======================} //==================////////////////////////================================/...
TrendSphere (Zeiierman)
https://www.tradingview.com/script/qSC6hZNa-TrendSphere-Zeiierman/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
470
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // ~~ © Zeiierman { //@version=5 indicator("TrendSphere (Zeiierman)", overlay = true) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
VAcc (Velocity & Acceleration)
https://www.tradingview.com/script/J0JW9FCX-VAcc-Velocity-Acceleration/
algotraderdev
https://www.tradingview.com/u/algotraderdev/
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/ // © algotraderdev & Scott Cong // Based on "Stocks & Commodities V. 41:09 (8–15): VAcc: A Momentum Indicator Based On Velocity And Acceleration by Scott Cong, PhD" //@version=5 indicator('VAcc', explicit_plot...
TTP Big Whale Explorer
https://www.tradingview.com/script/QTqOhc57-TTP-Big-Whale-Explorer/
TheTradingParrot
https://www.tradingview.com/u/TheTradingParrot/
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/ // © TheTradingParrot //@version=5 indicator("TTP Big Whale Explorer", overlay = false) exp = request.security("INTOTHEBLOCK:BTC_LARGEHOLDERSINFLOWS-INTOTHEBLOCK:BTC_LARGEHOLDERSOUTFLOWS", "1D", close) ema5...
BTC Supply in Profits and Losses (BTCSPL) [AlgoAlpha]
https://www.tradingview.com/script/BJXEjz0b-BTC-Supply-in-Profits-and-Losses-BTCSPL-AlgoAlpha/
AlgoAlpha
https://www.tradingview.com/u/AlgoAlpha/
21
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Algoalpha X © Sushiboi77 //@version=5 indicator("BTC Supply in Profits and Losses (BTCSPL) [AlgoAlpha]", precision = 2) ad = input.bool(title = 'Alpha Decay Adjusted', defval = true) ma = input.bool...
Entry Assistant by Ivan
https://www.tradingview.com/script/Sr5WRgpu-Entry-Assistant-by-Ivan/
ivanroyloewen
https://www.tradingview.com/u/ivanroyloewen/
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/ // © ivanroyloewen //@version=5 indicator("Entry Assistant", overlay = true) //-------------------------------------------------------------------------------------------------------------------------------( G...
Marubozu CANDLESTICK PATTERN
https://www.tradingview.com/script/dXXD4zta-Marubozu-CANDLESTICK-PATTERN/
pinescripter_maroc
https://www.tradingview.com/u/pinescripter_maroc/
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/ // © pinescripter_maroc //@version=5 indicator("Marubozu",overlay = true) condition = math.abs(open-close) > 3*math.avg(math.abs(open-close),15)/2 plotcandle(open,high,low,close,color=condition and open<c...
ADR % Ranges
https://www.tradingview.com/script/ew2fICBa-ADR-Ranges/
theGary
https://www.tradingview.com/u/theGary/
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/ // © theGary //@version=5 indicator("ADR % Ranges", overlay = true, max_lines_count=500) // @error catching if (timeframe.in_seconds() >= timeframe.in_seconds('D')) runtime.error('Timeframe cannot be gre...
Scale Ability [TrendX_]
https://www.tradingview.com/script/nUrmKsUQ-Scale-Ability-TrendX/
TrendX_
https://www.tradingview.com/u/TrendX_/
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/ // © TrendX_ //@version=5 // XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX xxxxxxxxxxxxxxxxxxxxxxxxxx // XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ...
MTF Charting
https://www.tradingview.com/script/LuxF8wkD-MTF-Charting/
theGary
https://www.tradingview.com/u/theGary/
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/ // © theGary //@version=5 indicator("MTF Charting", overlay = true, max_boxes_count = 500, max_lines_count = 500) // visual Settings css_bull_body = input.color(color.green, title = 'Body  ', group = 'Visual...
Trend Shift Pro
https://www.tradingview.com/script/6hEFyoAr-Trend-Shift-Pro/
federalTacos5392b
https://www.tradingview.com/u/federalTacos5392b/
26
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © federalTacos5392b //@version=5 indicator("Trend Shift Pro", overlay = true) Threshold=input(0.8, title= "Practical Significance Threshold") // Calculate subgroup means for each block of 21 bars a = (hlc3[...
[KVA]K Stochastic Indicator
https://www.tradingview.com/script/ldddCgCC-KVA-K-Stochastic-Indicator/
Kamvia
https://www.tradingview.com/u/Kamvia/
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/ // © Kamvia //@version=5 indicator(title='[KVA]K Stochastic Indicator', shorttitle='KStochastic', overlay=false) // Input parameters length = input(14, 'Length') smoothK = input(1, 'Smooth K') smoothD = input...
VWAP Balance Zones
https://www.tradingview.com/script/LC5f30Lu-VWAP-Balance-Zones/
SamRecio
https://www.tradingview.com/u/SamRecio/
63
study
5
MPL-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("VWAP Balance Zones", shorttitle = "VBZ", overlay = true) d_tog = not input.bool(true, title = "", inline = "1") dc = input.color(color.rgb(93, 63, 211), title = "D...
Linear Regression MTF + Bands
https://www.tradingview.com/script/Pr9hEmWf-Linear-Regression-MTF-Bands/
theGary
https://www.tradingview.com/u/theGary/
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/ // © theGary //@version=5 indicator("Linear Regression MTF + Bands", overlay=true) // CHOOSE ALERTS ALERTS_TF1 = input.bool(false, 'Alerts TF1', group = 'Choose Active Alerts') ALERTS_TF2 = input.bool(false...
Market Pivot Levels [Past & Live]
https://www.tradingview.com/script/X1njqKyf-Market-Pivot-Levels-Past-Live/
serkany88
https://www.tradingview.com/u/serkany88/
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/ // © serkany88 //@version=5 indicator(title="Market Levels [Past&Live]", max_labels_count=500, overlay=true, precision=2, max_lines_count=500) showDC = input.bool(true, title="Show Present Daily", group="Pres...
TSI Market Timer + Volatility Meter
https://www.tradingview.com/script/bdlvAuVw-TSI-Market-Timer-Volatility-Meter/
SpreadEagle71
https://www.tradingview.com/u/SpreadEagle71/
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/ // © SpreadEagle71 //@version=5 indicator("TSI Market Timer + Volatility Meter", shorttitle="TSI+VM", overlay=false) fast = input(5, title="TSI Fast") slow = input(15, title="TSI slow") //length = input.int(2...
Opening Range & Prior Day High/Low [Gorb]
https://www.tradingview.com/script/xNKGE5KR-Opening-Range-Prior-Day-High-Low-Gorb/
GorbAlgo
https://www.tradingview.com/u/GorbAlgo/
15
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © GorbAlgo //@version=5 indicator("Opening Range & Prior Day High/Low [Gorb]", shorttitle="ORB & PDH/L [Gorb]", overlay=true) // Opening Range Break Configuration Settings // Group: Customize opening...
SMA SIGNALS
https://www.tradingview.com/script/lgs9kDUf-SMA-SIGNALS/
AbrahamAlgo
https://www.tradingview.com/u/AbrahamAlgo/
26
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © AbrahamAlgo //@version=5 indicator("SMA Signals",overlay = true,timeframe = "") sma1_input = input(20,"SMA 1") sma2_input = input(40,"SMA 2") sma1= ta.sma(close,sma1_input) sma2= ta.sma(close,sma2_i...
Option Buying Pivot and SMA 3 Pivot crossover
https://www.tradingview.com/script/KyKZ5j8b-Option-Buying-Pivot-and-SMA-3-Pivot-crossover/
Sabarijegan
https://www.tradingview.com/u/Sabarijegan/
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/ // © Sabarijegan //@version=5 indicator("Option Buying Pivot and SMA 3 Pivot crossover", overlay=true) // Calculate Current candle Pivot point currentCandlePivot = (high[1] + low[1] + close[1]) / 3 // Calcul...
Z-Score
https://www.tradingview.com/script/K6UUM81t-Z-Score/
sosacur01
https://www.tradingview.com/u/sosacur01/
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/ // © sosacur01 //@version=5 indicator(title="Z-Score", overlay = true) //----------------------------------------- //Z-SCORE INPUTS z_score_signal = input.bool(title='ON/ Signal Z-Score at threshold (or OFF...
Learning Understanding ta.change
https://www.tradingview.com/script/2oac2AZj-Learning-Understanding-ta-change/
TBAjustTBA
https://www.tradingview.com/u/TBAjustTBA/
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/ // © TBAjustTBA //First script I have published. Constructive criticism is welcome. // I hope this may be helpful to you. // Initially, I did this for myself as I was getting some odd results from the t...
Market Sessions
https://www.tradingview.com/script/JlbS3Kah/
JVibez
https://www.tradingview.com/u/JVibez/
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/ // © JVibez //@version=5 indicator("Market Sessions)", overlay = true, max_bars_back = 400, max_boxes_count = 300, max_labels_count = 300, max_lines_count = 54) import PineCoders/Time/3 Yearnow = year(timenow...
ES S/R Levels
https://www.tradingview.com/script/IVliYK4F-ES-S-R-Levels/
dclewis221
https://www.tradingview.com/u/dclewis221/
28
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © daniel49193 //@version=5 indicator(title="ES SR Levels", overlay=true) // Define your price levels input supportLevels = input.string("4240-45 (major), 4224, 4220 (major), 4206 (major), 4195, 4185 (major...
Pivottrend
https://www.tradingview.com/script/1f8eDF3n-Pivottrend/
mickes
https://www.tradingview.com/u/mickes/
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/ // © mickes //@version=5 indicator("Pivottrend", overlay = true, max_labels_count = 500) _timeframe = input.timeframe("", "Timeframe") _leftLength = input.int(10, "Left length") _rightLength = input.int(3, "...
Watchlist Heatmap Plus
https://www.tradingview.com/script/pD7xfJck-Watchlist-Heatmap-Plus/
faiyaz7283
https://www.tradingview.com/u/faiyaz7283/
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/ // © faiyaz7283 //@version=5 indicator(title="Watchlist Heatmap Plus", shorttitle="WL-Plus", overlay=true) // ::Imports:: { import faiyaz7283/tools/10 as tools import faiyaz7283/printer/6 as prnt import faiy...
Advanced Divergence Oscillator
https://www.tradingview.com/script/Y6oPpAfx-Advanced-Divergence-Oscillator/
DraftVenture
https://www.tradingview.com/u/DraftVenture/
16
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Credit to Larry Williams and TradingView //@version=5 indicator(title="Advanced Divergence Oscillator", shorttitle="ADO", format=format.price, precision=2, timeframe="", timeframe_gaps=true) // Welco...
Candle volume analysis
https://www.tradingview.com/script/tLUmW2dG-Candle-volume-analysis/
AlexeyWolf
https://www.tradingview.com/u/AlexeyWolf/
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/ // © AlexeyWolf // @version=5 funvolcalc(_i) => bool f = true int i=_i while i>0 if volume <= volume[i] f := false break i:=i-1 f indicator(title = "Ad...
% Chg Lines
https://www.tradingview.com/script/WDeBZYOd-Chg-Lines/
theGary
https://www.tradingview.com/u/theGary/
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/ // ©atraderstoolbox //@version=5 indicator("% Chg Lines", overlay = true) // inputs todayonly = input.bool(false, "Show Today Only") pct1 = input.float(0.50, "% 1") pct2 = input.float...
Optimal Length BackTester [YinYangAlgorithms]
https://www.tradingview.com/script/PtSznKiX-Optimal-Length-BackTester-YinYangAlgorithms/
YinYangAlgorithms
https://www.tradingview.com/u/YinYangAlgorithms/
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/ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
MTF Volumetric Order Blocks [ A V Z I ]
https://www.tradingview.com/script/gB5JVhBT-MTF-Volumetric-Order-Blocks-A-V-Z-I/
avziofficial
https://www.tradingview.com/u/avziofficial/
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/ // © avziofficial //@version=5 indicator("MTF Volumetric Order Blocks [ A V Z I ]",overlay = true, max_bars_back = 5000, max_lines_count = 500, max_boxes_count = 500, max_labels_count = 500) //---------------...
Backtest Strategy Optimizer Adapter - Supertrend Example
https://www.tradingview.com/script/l30UMAOu-Backtest-Strategy-Optimizer-Adapter-Supertrend-Example/
DinGrogu
https://www.tradingview.com/u/DinGrogu/
4
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © DinGrogu //@version=5 indicator('Backtest Strategy Optimizer Adapter - Supertrend Example', overlay=false) import DinGrogu/backtest/1 as backtest // #####################################################...
Lingga Trader Scalper
https://www.tradingview.com/script/UdkeVdGI/
linggatrader
https://www.tradingview.com/u/linggatrader/
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/ // © nicks1008 //@version=5 indicator(title='Lingga Trader', shorttitle='Lingga Scalper |3 Min', precision=2, overlay=true) Rsi_value = input.int(14, title='RSI Length', step=1) hl = input.int(80, titl...
MTF ATR Reversal Levels (Open Source)
https://www.tradingview.com/script/CSm56daB-MTF-ATR-Reversal-Levels-Open-Source/
DeuceDavis
https://www.tradingview.com/u/DeuceDavis/
96
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Some code has been borowed from multiple open sources but the heart of the code is from the Blackflag FTS Indicator // provided by https://www.tradingview.com/u/vsnfnd/ // @DeuceDavis aka JustDeuce /...
Volume-Weighted RSI [wbburgin]
https://www.tradingview.com/script/cM6CWwGG-Volume-Weighted-RSI-wbburgin/
wbburgin
https://www.tradingview.com/u/wbburgin/
138
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © wbburgin //@version=5 indicator("Volume-Weighted RSI [wbburgin]",overlay=false) // ===================================================================================================================== //...
MACD_RSI_trend_following
https://www.tradingview.com/script/7z28gXMN-MACD-RSI-trend-following/
vpirinski
https://www.tradingview.com/u/vpirinski/
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/ // © vpirinski //@version=5 //#region *********** DESCRIPTION *********** // ================================================== INFO ================================================== // This indicator can b...
Volume-Trend Sentiment (VTS) [AlgoAlpha]
https://www.tradingview.com/script/AK0TDO0D-Volume-Trend-Sentiment-VTS-AlgoAlpha/
AlgoAlpha
https://www.tradingview.com/u/AlgoAlpha/
15
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Algoalpha X © Sushiboi77 //@version=5 indicator("⨇⨈ Volume-Trend Sentiment [AlgoAlpha]") //VTS Inputs showhis = input.bool(false, "Show Histogram?", group = "Settings") l = input.int(7, minval = 2...
BUY/SELL RSI FLIUX v1.0
https://www.tradingview.com/script/MKe4c2mg-buy-sell-rsi-fliux-v1-0/
vladimir5738
https://www.tradingview.com/u/vladimir5738/
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/ // © vladimir5738 //@version=5 indicator("BUY/SELL RSI FLIUX v0.1", shorttitle="BSRSIFLUX", overlay=true) // Уровни поддержки и сопротивления lengthSR = 14 // Количество баров для определения уровней highestH...
MaxAl - Multiple MTF Moving Averages, ATR Trend & More (v0.1)
https://www.tradingview.com/script/kKm8My4K-MaxAl-Multiple-MTF-Moving-Averages-ATR-Trend-More-v0-1/
Maximus_Algorithmus
https://www.tradingview.com/u/Maximus_Algorithmus/
12
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Maximus_Algorithmus //@version=5 indicator(title="MaxAl - MTF Multiple Moving Averages & More Indicators (v0.1)", shorttitle="MaxAl-MultMTFMA", overlay=true) group_00 = "🟢 Hide / Display " bool ...
Volume Forecast
https://www.tradingview.com/script/AgWBRvOc-Volume-Forecast/
gigi_duru
https://www.tradingview.com/u/gigi_duru/
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/ // © gigi_duru //@version=5 indicator("VolumeForecast", overlay = false, max_lines_count = 500, max_labels_count = 500, max_boxes_count = 500) measureMode = input.string("High/low", options = ["Open/close", ...
Crypto Market Overview
https://www.tradingview.com/script/pw05nnBK-Crypto-Market-Overview/
kikfraben
https://www.tradingview.com/u/kikfraben/
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/ // © kikfraben // Updated last on: Nov 6 2023 //@version=5 indicator("Crypto Market Overview", "CMO", true) // Define Lookback Period of % Change period = input(1, "Lookback Period") // Define Currency of Ta...
Klinger Oscillator Advanced
https://www.tradingview.com/script/RTu2Vp9g/
GreyGoliath
https://www.tradingview.com/u/GreyGoliath/
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/ // © schmidtkemanfred1956 // The Klinger Oscillator is not fully implemented in Tradeview. While the description at // https://de.tradingview.com/chart/?solution=43000589157 is complete, the implementation is...
unconscious line
https://www.tradingview.com/script/xpJM8K4i/
Unjuno
https://www.tradingview.com/u/Unjuno/
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/ // © Unjuno //に皆が相場の動く向きを予想するが相場は、買いたい人が買いたいところで買って売りたい人が売りたいときに売ってということをし続けるとこれは、希望価格の生存時間は、短いと考えるのでこれは移動圧力がその方向に移 //動するので、最終的には、一番意識されていない領域に収束する。 //意識されていない領域を見分けることによって、相場の収束する点がわかるということになる。 //問題は意識されていない領域...
Logarithmic Bollinger Bands [MisterMoTA]
https://www.tradingview.com/script/v8zcuVql-Logarithmic-Bollinger-Bands-MisterMoTA/
MisterMoTA
https://www.tradingview.com/u/MisterMoTA/
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/ // @author = MisterMoTA // © MisterMoTA //@version=5 indicator(title="Logarithmic Bollinger Bands [MisterMoTA]", shorttitle = "LBBMO", overlay=true) hideLabels = input.bool(false, title="Hide Labels", group ...
Daily Score
https://www.tradingview.com/script/mumrQFi5-Daily-Score/
JuicyTeets
https://www.tradingview.com/u/JuicyTeets/
14
study
4
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © JuicyTeets //@version=4 study("Daily Score", overlay=true) // Input parameters smaLength = input(50, title="SMA Length") smaLengthTwoHundred = input(200, title="SMA Length 200") rsiLength = input(13, ti...
New Tradability by haji
https://www.tradingview.com/script/SKKOx2a7-New-Tradability-by-haji/
elicruz2380
https://www.tradingview.com/u/elicruz2380/
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/ // © hajjiplays // This code is now available to the public. People may now copy and reuse the code in bigger projects. // However this script property of NoGoodLuck LLC, // and may not be copied or redistrib...
Goldmine Wealth Builder - DKK/SKK
https://www.tradingview.com/script/zWA6sMnw-Goldmine-Wealth-Builder-DKK-SKK/
Deepak-Patil
https://www.tradingview.com/u/Deepak-Patil/
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/ // © Deepak-Patil //@version=5 //SuperTrend+3EMA Crosses for Goldmine Wealth Builder - DKK/SKK/SKK2 system with Alrt and Signals for Buying on Bottom when Reversal in ETF's/Stocks indicator('Goldmine Wealth B...
Trendinator Lite
https://www.tradingview.com/script/N1b2yE9O-Trendinator-Lite/
marcuskhlim
https://www.tradingview.com/u/marcuskhlim/
23
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // ©marcuskhlim //@version=5 indicator(shorttitle="Trendinator Lite", title="Trendinator Lite", overlay=true) var bars_since_started_trending_up = 0 var bars_since_started_trending_down = 0 var bars_since_bb_up...
Choose Symbol, candle and Trend mode
https://www.tradingview.com/script/jTRttdvn/
erdas0
https://www.tradingview.com/u/erdas0/
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/ // © erdas0 //@version=5 indicator('Choose Symbol, candle and Trend mode', overlay=false) //Komut ha = input(false, title='Heikin-Ashi mode?') len = input(1) users = input(true, title='Use Current Chart Resolu...
Quantitative Risk Navigator [kikfraben]
https://www.tradingview.com/script/MDbZHrS4-Quantitative-Risk-Navigator-kikfraben/
kikfraben
https://www.tradingview.com/u/kikfraben/
10
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kikfraben // Updated last on Nov 14 2023 // @version = 5 indicator("Quantitative Risk Navigator [kikfraben]", "QRN", false, precision = 2) // Get Base Symbol symbol = input.symbol("BTCUSD", "Base Symbol"...
Machine Learning: Trend Lines [YinYangAlgorithms]
https://www.tradingview.com/script/U3CHwiXZ-Machine-Learning-Trend-Lines-YinYangAlgorithms/
YinYangAlgorithms
https://www.tradingview.com/u/YinYangAlgorithms/
144
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
BB phases
https://www.tradingview.com/script/18LwNhAM-BB-phases/
JuicY-trading
https://www.tradingview.com/u/JuicY-trading/
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/ // © JuicyWolf //@version=5 indicator("BB phases", overlay = true) bullishColor = input.color(color.rgb(76, 175, 79, 80), "bullish color", group = "personalisation") bearishColor = input.color(color.rgb(255, ...
WU Sahm Recession Indicator
https://www.tradingview.com/script/8BOPqkaa-WU-Sahm-Recession-Indicator/
WealthUmbrella
https://www.tradingview.com/u/WealthUmbrella/
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/ // © WealthUmbrella //@version=5 indicator("WU Sahm Recession Indicator (Work on Monthly)") UNRate=request.security("UNRATE", "M", close) UNRate3M=ta.sma(UNRate,3) UNRateMin12M=ta.lowest(UNRate,12)+0.5 ...
Dashboard 123456789
https://www.tradingview.com/script/vzaMRYuv/
duthuan244
https://www.tradingview.com/u/duthuan244/
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/ // © duthuan244 //@version=5 indicator("Dashboard", overlay = true) //Data for Dashboard volumeDash = volume rsiDash = ta.rsi(close, 14) mfiDash = ta.mfi(hlc3, 14) momDash = (close / close[10]) * 100 buyingPr...
Heat profile
https://www.tradingview.com/script/bfuxUk6k-Heat-profile/
veryevilone
https://www.tradingview.com/u/veryevilone/
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/ // © veryevilone //@version=5 indicator("Heat profile", overlay = true) topHeatHigh = chart.point.now(high) topHeatLow = if close > open chart.point.now(close) else chart.point.now(open) bottomHeatL...
Supertrend Multiasset Correlation - vanAmsen
https://www.tradingview.com/script/ZiyF71CD-Supertrend-Multiasset-Correlation-vanAmsen/
vanAmsen
https://www.tradingview.com/u/vanAmsen/
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/ // © vanAmsen //@version=5 indicator("vanAmsen - Supertrend Multiasset Correlation", overlay = true) // ------- INPUT SETTINGS ------- // Existing inputs atrPeriod = input.int(10, title="ATR Length", tooltip...
Triple Ehlers Market State
https://www.tradingview.com/script/6vcvpsLs-Triple-Ehlers-Market-State/
alphaXiom
https://www.tradingview.com/u/alphaXiom/
273
study
5
MPL-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 //╱//╭╮╱╱/╭╮╱╱╱/╭━╮╭━╮ //╱//┃┃╱//┃┃╱╱//╰╮╰╯╭╯ //╭━━┫┃╭━━┫╰━┳━━╮╰╮╭╯╭┳━━┳╮╭╮ //┃╭╮┃┃┃╭╮┃╭╮┃╭╮┃╭╯╰╮┣┫╭╮┃╰╯┃ //┃╭╮┃╰┫╰╯┃┃┃┃╭╮┣╯╭╮╰┫┃╰╯┃┃┃┃ //╰╯╰┻━┫╭━┻╯╰┻╯╰┻━╯╰━┻┻━━┻┻┻╯ //╱╱╱╱/┃┃ //╱╱╱//╰╯ indicat...
Pullback and Throwback Candle [TrendX_]
https://www.tradingview.com/script/eEJ43MME-Pullback-and-Throwback-Candle-TrendX/
TrendX_
https://www.tradingview.com/u/TrendX_/
29
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TrendX_ //@version=5 // XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX xxxxxxxxxxxxxxxxxxxxxxxxxx // XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ...
ATR Based Stoploss - TakeProfit [CharmyDexter]
https://www.tradingview.com/script/un9hzfTN-ATR-Based-Stoploss-TakeProfit-CharmyDexter/
CharmyDexter
https://www.tradingview.com/u/CharmyDexter/
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/ // © CharmyDexter //@version=5 indicator("ATR Based Stoploss - TakeProfit [CharmyDexter]", overlay=true) main = "Main" //NATR Surge natrlbprd = input.int(30, "ATR Lookback Period", group=main, tooltip="Lookb...
1 Minute Scalping
https://www.tradingview.com/script/Q7O91NIB-1-Minute-Scalping/
digit23
https://www.tradingview.com/u/digit23/
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/ // © digit23 //@version=5 indicator("1 Minute Scalping", overlay = true) ema50 = ta.ema(close, 50) plot(ema50)
Monthly beta (5Y monthly) with multi-timeframe support
https://www.tradingview.com/script/9hZVpuXv-Monthly-beta-5Y-monthly-with-multi-timeframe-support/
haribotagada
https://www.tradingview.com/u/haribotagada/
9
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © haribotagada //@version=5 indicator("Monthly beta", overlay= false) // Inputs calculationPeriod = input.string('5Y', 'Calculation period', options = ['1Y', '2Y', '3Y', '4Y', '5Y'], tooltip = 'Need at lea...
ADX Speed Derivative
https://www.tradingview.com/script/Fqey3Wff-ADX-Speed-Derivative/
Alphacrafting
https://www.tradingview.com/u/Alphacrafting/
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/ // © Alphacrafting // This script calculates the first and second derivates (rates of change) for the ADX indicator, // displaying each as a non-overlay oscillator with an included midline. //@version=5 // Ad...
MA + MACD alert Trends
https://www.tradingview.com/script/dV9mvs02-MA-MACD-alert-Trends/
Ducanhdavinci
https://www.tradingview.com/u/Ducanhdavinci/
10
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Ducanhdavinci //@version=5 indicator(shorttitle="MA+MACD alert", title="MA + MACD alert", overlay=true) import TradingView/Strategy/3 // Input MA // Input MA len1 = input.int(100, minval=1, title="Lengt...
Bull Flag Detection
https://www.tradingview.com/script/Dx8OMONZ-Bull-Flag-Detection/
xfuturesgod
https://www.tradingview.com/u/xfuturesgod/
10
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © xfuturesgod //@version=5 indicator("Bull Flag Detection", overlay = true) // Get user input lookback = input.int(title="Percentage Gain Lookback", defval=20, step=1, tooltip="Lookback period for det...
Treasury Yields Heatmap [By MUQWISHI]
https://www.tradingview.com/script/Y6x4NEm5-Treasury-Yields-Heatmap-By-MUQWISHI/
MUQWISHI
https://www.tradingview.com/u/MUQWISHI/
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/ // © MUQWISHI //@version=5 indicator("Treasury Yields Heatmap", overlay = true) // |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++| // | INPUT ...
High and low of last D, W, 4W and quater
https://www.tradingview.com/script/f1deQeCR/
Remote-Trading
https://www.tradingview.com/u/Remote-Trading/
29
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Remote Trading //@version=5 indicator("D, W and 4W H/L", overlay=true, max_lines_count=500, max_bars_back=5000) daily_width = input.int(1, title = "Daily - Width", inline = "daily line", group="Line ...
S/R and Reversal Bars
https://www.tradingview.com/script/5tVfClLl-S-R-and-Reversal-Bars/
Pratik_4Clover
https://www.tradingview.com/u/Pratik_4Clover/
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/ // © Pratik_4Clover //@version=5 indicator("S/R and Reversal Bars", shorttitle="RB",overlay=true, max_bars_back=500) ShowSR=input(true, title="Show S/R levels") cci = ta.cci(close, 20) ccih = cci >= 200 ccil ...
BarChangeDelta
https://www.tradingview.com/script/R9IBnj1K-BarChangeDelta/
vpirinski
https://www.tradingview.com/u/vpirinski/
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/ // © vpirinski //@version=5 //#region *********** DESCRIPTION *********** //==================================================================================================================== // The "BarCh...
[dharmatech] : Toggle Monthly Candles
https://www.tradingview.com/script/DhOSJWV6-dharmatech-Toggle-Monthly-Candles/
dharmatech
https://www.tradingview.com/u/dharmatech/
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/ // © dharmatech //@version=5 indicator(title = "Toggle Monthly Candles", overlay = false) toggle_jan = input.bool(defval = true) toggle_feb = input.bool(defval = false) toggle_mar = input.bool(defval = false...
Sector relative strength and correlation by Kaschko
https://www.tradingview.com/script/tuUm6Dow-Sector-relative-strength-and-correlation-by-Kaschko/
Kaschko
https://www.tradingview.com/u/Kaschko/
10
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Kaschko //@version=5 indicator("Sector RS/Corr", overlay = false, format = format.percent, max_lines_count = 500) // A sector is defined as follows. Aliases and the symbol suffix are optional. // // Sect...
Fair Value Gap Finder
https://www.tradingview.com/script/Qv19ddgG-Fair-Value-Gap-Finder/
sonnyparlin
https://www.tradingview.com/u/sonnyparlin/
9
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sonnyparlin //@version=5 // 5/20/2023 4:00pm updated chart image indicator("Fair Value Gap Finder", overlay = true) useVolume = input.bool(true, "Use Volume to determine FVGs (Recommended)") vr = input.i...
Spot-Vol Correlation
https://www.tradingview.com/script/ib5cCDFu-Spot-Vol-Correlation/
DanJoa
https://www.tradingview.com/u/DanJoa/
24
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/ // © DanJoa //@version=4 study(title="Spot-Vol Correlation", shorttitle="Spot-Vol Corr", overlay=false) // Inputs symbol1 = input(defval="CBOE:VIX", title="First Symbol", type=input.symbol) symbol2 = input(d...
Trailing stop
https://www.tradingview.com/script/xU3HxfPx-Trailing-stop/
mickes
https://www.tradingview.com/u/mickes/
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/ // © mickes //@version=5 indicator("Trailing stop", overlay = true) _entryDefaultTime = 2147483647000 // max unix time _entryTime = input.time(_entryDefaultTime, "Time", group = "Entry") _stopSource = input....
Volumetric Toolkit [LuxAlgo]
https://www.tradingview.com/script/iSs4eqFJ-Volumetric-Toolkit-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
886
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("Volumetric Toolkit [LuxAlgo]", "LuxAlgo - Volumetric Toolkit", overlay = true, max_lines_count = 500, max_boxes_count = 500) ...
Enio_SPX_Accumulation/Distribution
https://www.tradingview.com/script/f08K4GfI-Enio-SPX-Accumulation-Distribution/
Point-Blank-Trading
https://www.tradingview.com/u/Point-Blank-Trading/
87
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Point-Blank-Trading //@version=5 indicator("Enio SPX Accumulation/Distribution") lengthAD = input.int(3, "AccDist_MA_length", minval=1, maxval=200, step=1) //input.string("Histogram", "Plot style", ["Hist...
90 Minute Cycles
https://www.tradingview.com/script/MBeCQZ4G-90-Minute-Cycles/
sunwoo101
https://www.tradingview.com/u/sunwoo101/
68
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sunwoo101 //@version=5 indicator("90 Minute Cycles, MOP, DTCC", overlay = true, max_boxes_count = 500, max_labels_count = 500, max_lines_count = 500) markLast20Candles = input(true, "Last 20 Candles Box ...
IchimokuBuy Sell With Stoch RSI
https://www.tradingview.com/script/qqxK1UvB-IchimokuBuy-Sell-With-Stoch-RSI/
aliyilmazov
https://www.tradingview.com/u/aliyilmazov/
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/ // © aliyilmazov //@version=5 indicator(title="Ichimoku Kumo Cloud Crossover", shorttitle="IKCC", overlay=true) // Ichimoku Kumo Cloud hesaplama donchian(length) => h = ta.highest(high, length) l = ta...
libKageMisc
https://www.tradingview.com/script/54lpjR14-libKageMisc/
marcelokg
https://www.tradingview.com/u/marcelokg/
10
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © marcelokg //@version=5 // @description Kage's Miscelaneous library library("libKageMisc", overlay = true) ///////////////////////////////////////////////////////////////////////////////////////////////...
ulib
https://www.tradingview.com/script/xMjvvE8L-ulib/
culturalStar54759
https://www.tradingview.com/u/culturalStar54759/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © culturalStar54759 //@version=5 library("ulib" ) // stochastic calculator export Stochastic(simple int length,simple int smoothing_period,simple int k_period,simple int d_period ) => hh = ta.highest(c...
price_a
https://www.tradingview.com/script/zRScUb2y/
gtgpsa
https://www.tradingview.com/u/gtgpsa/
1
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/ // © gtgpsa //@version=5 library('price_a', true) a=(close-close[1])/close[1]*100 export sinh(float X) => a + X
Markdown: The Pine Editor's Hidden Gem
https://www.tradingview.com/script/b6aw56xH-Markdown-The-Pine-Editor-s-Hidden-Gem/
HoanGhetti
https://www.tradingview.com/u/HoanGhetti/
65
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/ // © nsadeghi //@version=5 library("MarkdownLib", overlay = true) //--------------------------------------------------------------------------------------------------------------------------------------------...
Vector2Array
https://www.tradingview.com/script/yAf9dBk5-Vector2Array/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
17
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description functions to handle vector2 Array operations. // . // references: // https://docs.unity3d.com/ScriptReference/Vector2.html // https://gist.github.com/...