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
Any Screener (Multiple)
https://www.tradingview.com/script/6pC1ZQdd-Any-Screener-Multiple/
dg_factor
https://www.tradingview.com/u/dg_factor/
292
study
5
MPL-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 & Developer : © dg_factor [18.07.2023, Istanbul] ║ // ╚═══════════════════════════════════════════════════════════╝ //@version=5 ...
Previous OHLC Levels [TradeMaster Lite]
https://www.tradingview.com/script/lE5dbp3m-Previous-OHLC-Levels-TradeMaster-Lite/
trademasterindicator
https://www.tradingview.com/u/trademasterindicator/
84
study
5
MPL-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 (c) 2023 trademasterindicator. All rights reserved. // The Pinescript source code ("Previous OHLC Levels [TradeMaster Lite]") is exclusively licensed to trademasterindicator TradingView account. No...
Ticker
https://www.tradingview.com/script/QiVEhv6R-Ticker/
ozzy_livin
https://www.tradingview.com/u/ozzy_livin/
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/ // © BOtrades //@version=5 indicator(title="Ticker", overlay=true) // On the last historical bar, make a label that shows the // instrument's symbol and exchange. var textbox = table.new(position = position.t...
EMA-Deviation-Corrected T3 [Loxx]
https://www.tradingview.com/script/V2Sr2MNG-EMA-Deviation-Corrected-T3-Loxx/
loxx
https://www.tradingview.com/u/loxx/
85
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 indicator("EMA-Deviation-Corrected T3 [Loxx]", overlay = true, timeframe="", timeframe_gaps = true) var color greencolor = #2DD204 var color redcolor = #D2042D im...
Extrapolated Previous Trend [LuxAlgo]
https://www.tradingview.com/script/oZ5v4fFM-Extrapolated-Previous-Trend-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,345
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("Extrapolated Previous Trend [LuxAlgo]", "LuxAlgo - Extrapolated Previous Trend", overlay = true) //--------------------------...
Gradient Money Flow Divergence Detector
https://www.tradingview.com/script/ZZSoZEf1-Gradient-Money-Flow-Divergence-Detector/
JohannCoffee
https://www.tradingview.com/u/JohannCoffee/
180
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © JohannCoffee // Credit HALDRO for the Divergence and Pivot - Detector For Any Indicator //@version=5 indicator(title = "Gradient Money Flow Divergence Detector", shorttitle = "MF with Divs", overlay = fa...
RedK Relative Strength Ribbon: RS Ribbon and RS Charts
https://www.tradingview.com/script/89d1ZrHe-RedK-Relative-Strength-Ribbon-RS-Ribbon-and-RS-Charts/
RedKTrader
https://www.tradingview.com/u/RedKTrader/
330
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RedKTrader //@version=5 indicator(title="RedK Relative Strength Ribbon v1.0", shorttitle="RedK RS_Ribbon v1.0", precision = 2, timeframe = "", timeframe_gaps = false) // to-do:s // add alerts for ribb...
ScalpTrader RSI
https://www.tradingview.com/script/CzRulXPp-ScalpTrader-RSI/
scalptradr
https://www.tradingview.com/u/scalptradr/
183
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/ // ©ScalpTradr //@version=5 // Defining the main indicator with a short title indicator(title='RSI [ScalpTradr]', shorttitle='ST RSI', overlay=false) // User in...
[R]2 - Reversion
https://www.tradingview.com/script/chmJNFnv/
zamansiz74
https://www.tradingview.com/u/zamansiz74/
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/ // © zamansiz74 //@version=5 indicator("[R]2 - Version 2", overlay=false) // Input o1 = input.bool(defval = true, title = "-------------[R]eversion--------------" ) periods = input.int(defval = 5, title="Perio...
Support and Resistance Backtester [SS]
https://www.tradingview.com/script/RwGN3iLX-Support-and-Resistance-Backtester-SS/
Steversteves
https://www.tradingview.com/u/Steversteves/
212
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // /$$$$$$ /$$ /$$ // /$$__ $$ | $$ | $$ ...
Multi-Timeframe EMA Tracker by Ox_kali
https://www.tradingview.com/script/hJNDsVrT-Multi-Timeframe-EMA-Tracker-by-Ox-kali/
Ox_kali
https://www.tradingview.com/u/Ox_kali/
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/ // © Ox_kali // ________________________________________________________________________________________________________________________________ // ██████╗ ██╗ ██╗ ...
LBR-Volatility Breakout Bars
https://www.tradingview.com/script/YZtrmiwo-LBR-Volatility-Breakout-Bars/
thebearfib
https://www.tradingview.com/u/thebearfib/
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/ //@version=5 // //Original code @author LazyBear converted from version three // indicator('LBR-Volatility Breakout Bars', overlay=true, shorttitle='LBR-BARS') // // ——————————————————————————————————————...
The Strat with Continuity [starlord_xrp]
https://www.tradingview.com/script/P6ftk3vH-The-Strat-with-Continuity-starlord-xrp/
starlord_xrp
https://www.tradingview.com/u/starlord_xrp/
75
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © starlord_xrp //@version=5 indicator("The Strat with Continuity", overlay=true) int candle_type = na bool bull = false bool green = false color bar_color = na var float entry = na var float target = na va...
High of Day Low of Day hourly timings: Statistics. Time of day %
https://www.tradingview.com/script/f58uWvIm-High-of-Day-Low-of-Day-hourly-timings-Statistics-Time-of-day/
twingall
https://www.tradingview.com/u/twingall/
99
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //High of Day & Low of Day hourly timings. //This is best used on the hourly chart, since the minimum time chunks for categorizing timings are 1hr. Usage on timeframes > 1hr will give less precise stats. Usage ...
Historic Volume/Market Profiles
https://www.tradingview.com/script/ETJBzHaH-Historic-Volume-Market-Profiles/
SamRecio
https://www.tradingview.com/u/SamRecio/
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/ // © SamRecio //@version=5 indicator(title = "Historic Volume/Market Profiles", shorttitle ="HVMP", overlay = true, max_lines_count = 500, max_boxes_count = 500, max_labels_count = 500, max_bars_back = 5000) ...
Flat & Trend MACD
https://www.tradingview.com/script/0cHW3eZf-flat-trend-macd/
Shuttle_Trader
https://www.tradingview.com/u/Shuttle_Trader/
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/ // © Shuttle_Trader //@version=5 indicator(title='Flat & Trend MACD', shorttitle='Flat & Trend MACD', overlay=true) fast_length = input(title='Fast Length', defval=20) slow_length = input(title='Slow Length',...
HTF Liquidity Dashboard [TFO]
https://www.tradingview.com/script/cX21mnps-HTF-Liquidity-Dashboard-TFO/
tradeforopp
https://www.tradingview.com/u/tradeforopp/
1,657
study
5
MPL-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("HTF Liquidity Dashboard [TFO]", "HTF Liquidity Dashboard [TFO]", true, max_labels_count = 500, max_lines_count = 500) // ------------------------------ Inputs -------...
ICT Daily Levels and Zones (fadi)
https://www.tradingview.com/script/frPlMXEa-ICT-Daily-Levels-and-Zones-fadi/
fadizeidan
https://www.tradingview.com/u/fadizeidan/
350
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © fadizeidan //@version=5 indicator("ICT Daily Levels and Zones (fadi)", overlay = true, max_lines_count = 500, max_boxes_count = 500) //+-------------------------------------------------------------------...
Concentration of CAA Totalized (CCAAT)
https://www.tradingview.com/script/Fsffsur1-Concentration-of-CAA-Totalized-CCAAT/
More-Than-Enough
https://www.tradingview.com/u/More-Than-Enough/
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/ // © More-Than-Enough //@version=5 indicator("Concentration of CAA Totalized", "CCAAT") float KPAM = 0.0 float CCI = ta.cci(hlc3, 20) * 0.01 float RSI = ta.rsi(close, 14) Rsi = RSI * 0.1 - 5 float Stoch = ...
RSI Supreme Multi-Method [JacobMagleby]
https://www.tradingview.com/script/3KGDKTfs-RSI-Supreme-Multi-Method-JacobMagleby/
JacobMagleby
https://www.tradingview.com/u/JacobMagleby/
371
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © JacobMagleby //@version=5 indicator(title = "RSI Supreme Multi-Method", overlay = false) // { <CONSTANTS> RSI_GROUP = "RSI Settings" VOLATILITY_GROUP = "Volatility Method Settings" SESSION_GROUP = "Sess...
EMA Power Bands
https://www.tradingview.com/script/5rWSzuoP/
shncoskunn
https://www.tradingview.com/u/shncoskunn/
69
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/ // © shncoskunn //@version=4 study(title="EMA Power Bands", shorttitle="EMA Power Bands", overlay=true) ATRlength = input(200, minval=1) ATRMult = input(2.272, minval=1) ATR = rma(tr(true), ATRlength) //EM...
RibboNN Machine Learning [ChartPrime]
https://www.tradingview.com/script/7cUyUmXS-RibboNN-Machine-Learning-ChartPrime/
ChartPrime
https://www.tradingview.com/u/ChartPrime/
614
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ChartPrime //@version=5 indicator("RibboNN Machine Learning [ChartPrime] ",shorttitle = "RibboNN [ChartPrime]" , overlay=true) string Core = "Core Settings" string visual ...
MyLibrary
https://www.tradingview.com/script/xtURdy10-MyLibrary/
joseph_toomarkhani
https://www.tradingview.com/u/joseph_toomarkhani/
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/ // © joseph_toomarkhani //@version=5 // @description TODO: add library description here library("MyLibrary") export init(float value) => array.new_float(1, value) export set(float[] source, float value) => ...
Daily Range Support & Resistance Levels [QuantVue]
https://www.tradingview.com/script/gojuqZv1-Daily-Range-Support-Resistance-Levels-QuantVue/
QuantVue
https://www.tradingview.com/u/QuantVue/
225
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © QuantVue //@version=5 indicator("Daily Range Support & Resistance Levels [QuantVue]", overlay = true, max_labels_count = 500, max_lines_count = 500, max_boxes_count = 500) //-----------------------------...
Liquidation Ranges + Volume/OI Dots [Kioseff Trading]
https://www.tradingview.com/script/lLaopLoy-Liquidation-Ranges-Volume-OI-Dots-Kioseff-Trading/
KioseffTrading
https://www.tradingview.com/u/KioseffTrading/
1,227
study
5
MPL-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("Volume Dots", overlay = true, max_lines_count = 500, max_labels_count = 500, max_boxes_count = 500) // import PineCoders/Time/4 as pct impor...
Adaptive Moving Average with ATR bands
https://www.tradingview.com/script/r4kX90qP-Adaptive-Moving-Average-with-ATR-bands/
raminyazdanpanah
https://www.tradingview.com/u/raminyazdanpanah/
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/ // © raminyazdanpanah - 2023 //@version=5 indicator(title = "Adaptive Moving Average with ATR bands", shorttitle="iMA", overlay=true) // Inputs length = input.int(title = "Length", defval=8, minval = 0...
Lower timeframe chart
https://www.tradingview.com/script/0QM38gkn-Lower-timeframe-chart/
mickes
https://www.tradingview.com/u/mickes/
88
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © mickes //@version=5 indicator("Lower timeframe chart", overlay = true) var _intMax = 2147483647. var _intMin = -2147483648. _timeFrame = input.timeframe("15", "Lower time frame", group = "General") _slo...
Drawdown Dynamics Indicator
https://www.tradingview.com/script/pBkbqw3d-Drawdown-Dynamics-Indicator/
TradeAutomation
https://www.tradingview.com/u/TradeAutomation/
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/ //@version=5 // Author © TradeAutomation indicator("Drawdown Dynamics Indicator") //Measures All Time High of Asset var float ATH = na ATH := if na(ATH[1]) high else math.max(high,ATH[1]) ...
ICT Friday's Asian Range°
https://www.tradingview.com/script/ZNxT4jDx-ICT-Friday-s-Asian-Range/
toodegrees
https://www.tradingview.com/u/toodegrees/
619
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © toodegrees //@version=5 indicator("ICT Friday's Asian Range", shorttitle="Fri Asian Range°", overlay=true, max_bars_back=500, max_boxes_count=500, max_lines_count=500, max_labels_count=500) if not(timefr...
AlexD Intraday market footprint
https://www.tradingview.com/script/uKBJlxwg-alexd-intraday-market-footprint/
AlexD169
https://www.tradingview.com/u/AlexD169/
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/ // © Aleksey Demchenko / AlexD //@version=5 indicator(title="AlexD Intraday market footprint", shorttitle="IMF", format=format.price, precision=2, max_bars_back=5000) //Init DaysN = input.int(30, title=...
Crunchster's Real Price
https://www.tradingview.com/script/XSAfS653-Crunchster-s-Real-Price/
Crunchster1
https://www.tradingview.com/u/Crunchster1/
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/ // © Crunchster1 //@version=5 indicator("Crunchster's Real Price", overlay = true, scale = scale.none) //Inputs src = input(close, "Source") length = input.int(title="Lookback period for normalisation filter"...
JeeSauceScripts
https://www.tradingview.com/script/1901t5ve-JeeSauceScripts/
jeesauce
https://www.tradingview.com/u/jeesauce/
6
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jeesauce //Some of the formula here in the library are from https://www.tradingview.com/script/NlM312nK-CVD-Cumulative-Volume-Delta-Candles/ //@version=5 library("JeeSauceScripts", overlay = true) //Get...
EMA Envelope - Signal with Stoploss and Takeprofit Levels
https://www.tradingview.com/script/1F0CF76a-EMA-Envelope-Signal-with-Stoploss-and-Takeprofit-Levels/
hellomuthu23
https://www.tradingview.com/u/hellomuthu23/
70
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © hellomuthu23 //@version=5 indicator("EMA Envelope Indicator with Buy/Sell Signal with Stoploss and Takeprofit Levels","EMA Envelope Signal",true) // Input Parameters EMA_Length=input(title="EMA Length", ...
Retest Support Resistance Signals [ChartPrime]
https://www.tradingview.com/script/E4joH77u-Retest-Support-Resistance-Signals-ChartPrime/
ChartPrime
https://www.tradingview.com/u/ChartPrime/
1,398
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ChartPrime //@version=5 indicator(title = "Support/Resistance Re-test Finder [ChartPrime]", overlay = true, max_lines_count = 500) // { <CONSTANTS> MAIN_GROUP = "Main Settings" DELETE_GROUP ...
InteliTrend StableFX
https://www.tradingview.com/script/8Fh9PVdV-InteliTrend-StableFX/
d1g1talshad0w
https://www.tradingview.com/u/d1g1talshad0w/
91
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Originally developed for MT4 by Mario Jemic. https://mario-jemic.com/ (If you are still using Windows 95 that is the version for you!) // Recoded for the 21st century by d1g1talshad0w //@version=5 indicator...
ATRLevels 1.0.0
https://www.tradingview.com/script/sgrEwPNt-atrlevels-1-0-0/
stupean
https://www.tradingview.com/u/stupean/
93
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © stupean //@version=5 indicator("ATRLevels 1.0.0", overlay = true) int atrLength = input.int(defval = 5, title = "Daily ATR length", minval = 1) color defaultColor100 = input.color(defval = color.new(colo...
Price Deviation Indicator (PDI)
https://www.tradingview.com/script/tRFSScEC-price-deviation-indicator-pdi/
bashseo
https://www.tradingview.com/u/bashseo/
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/ // © bashseo, development by "DimArt" company //@version=5 indicator(title="Price Deviation Indicator (PDI)", overlay=false) // Define the number of bars to calculate the average value length = input(20, titl...
Fair Value Gap Chart
https://www.tradingview.com/script/IYA9g0BE-Fair-Value-Gap-Chart/
alexgrover
https://www.tradingview.com/u/alexgrover/
151
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/ // © alexgrover //Some FVG's are dogs //@version=5 indicator("Fair Value Gap Chart", "Fair Value Gap Chart", overlay = true, max_lines_count = 500, max_boxes_coun...
OnChart_RSI
https://www.tradingview.com/script/vj20slRb-onchart-rsi/
Shuttle_Trader
https://www.tradingview.com/u/Shuttle_Trader/
224
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@Shuttle_Trader //@version=5 indicator(title="OnChart_RSI", overlay=true, shorttitle="OnChart_RSI") rsiLengthInput = input.int(14, minval=1, title="RSI Length", group="==== RSI SETTINGS ====") rsiSourceInput...
Liquidity Voids (FVG) [LuxAlgo]
https://www.tradingview.com/script/rRKtzvFt-Liquidity-Voids-FVG-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
2,091
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © LuxAlgo //@version=5 indicator("Liquidity Voids (FVG) [LuxAlgo]", "LuxAlgo - Liquidity Voids (FVG)", overlay = true, max_boxes_count = 500) //--------...
HiveLibrary
https://www.tradingview.com/script/6n3DNcxE-HiveLibrary/
HTrade17
https://www.tradingview.com/u/HTrade17/
8
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HTrade17 //@version=5 // @description : Custom library library("HiveLibrary") // @function RoundDown() rounds the specified number down to the given number // of decimal places. // @param number is the...
DataCorrelation
https://www.tradingview.com/script/JZCroSfn-DataCorrelation/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
43
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
FibRatios
https://www.tradingview.com/script/TyGVp4sD-FibRatios/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
45
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ▒▒...
Visible Range Streaks of Unbroken Prior Highs/Lows [vnhilton]
https://www.tradingview.com/script/dfbDoK8b-Visible-Range-Streaks-of-Unbroken-Prior-Highs-Lows-vnhilton/
vnhilton
https://www.tradingview.com/u/vnhilton/
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/ // © vnhilton // ADVICE: Put this indicator visually in front of the price chart, so plots are not hidden from behind //@version=5 indicator("Visible Range Streaks of Unbroken Prior Highs/Lows [vnhilton]", "VR...
Quarterly Earnings
https://www.tradingview.com/script/oBswL9v2-Quarterly-Earnings/
finallynitin
https://www.tradingview.com/u/finallynitin/
1,277
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © finallynitin & © EquityCraze //The script builds upon the Volume Price and Fundamentals script by Mohit_Kakkar08: //https://www.tradingview.com/script/WQCSvzGz-Volume-Price-and-Fundamentals/ //@version=...
Top - Bottom Using MA
https://www.tradingview.com/script/KOM8PdVK-Top-Bottom-Using-MA/
jadeja_rajdeep
https://www.tradingview.com/u/jadeja_rajdeep/
129
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jadeja_rajdeep //@version=5 indicator("Top - Bottom From MA",precision = 3) length=input.int(50,"MA Length",20,252,1,group = "Inputs") h_l_length=input.int(63,"Highest / Lowest Value Length",20,252,1,grou...
Fair Value Gap [JacobMagleby]
https://www.tradingview.com/script/RQHq3r1m-Fair-Value-Gap-JacobMagleby/
JacobMagleby
https://www.tradingview.com/u/JacobMagleby/
240
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © JacobMagleby //@version=5 indicator(title = "Fair Value Gap [JacobMagleby]", shorttitle = "Fair Value Gap [JacobMagleby] - Version 1.0.0", overlay = true) // { <CONSTANTS> COSMETIC_GROUP = "Cosmetic Set...
Earnings Yield Spread
https://www.tradingview.com/script/UR0OvENS-Earnings-Yield-Spread/
All_Verklempt
https://www.tradingview.com/u/All_Verklempt/
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/ // © All_Verklempt //@version=5 indicator("Earnings Yield Spread", overlay = false) // earnings yield caluclation EPS = request.financial(syminfo.tickerid, "EARNINGS_PER_SHARE", "TTM") EarningsYield = (EPS / ...
Previous Day Values
https://www.tradingview.com/script/30DqxLZV-Previous-Day-Values/
jjustingreyy
https://www.tradingview.com/u/jjustingreyy/
89
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jjustingreyy //@version=5 indicator("Previous Day Values", overlay = true) //Previous Day Values // to highlight the session var line[] prevDayLines = array.new_line() prevDayOpen = na(nz(request.secu...
Variety Step RSI w/ Dynamic Zones [Loxx]
https://www.tradingview.com/script/065dSPKc-Variety-Step-RSI-w-Dynamic-Zones-Loxx/
loxx
https://www.tradingview.com/u/loxx/
188
study
5
MPL-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("Variety Step RSI w/ Dynamic Zones [Loxx]") greencolor = #2DD204 redcolor = #D2042D import loxx/loxxvarietyrsi/1 fema(float src, simple int len)=> alpha = (2.0 / (2.0 +...
Pseudo-Entropy Oscillator with Standard Deviation (modified)
https://www.tradingview.com/script/4c5dwup1-Pseudo-Entropy-Oscillator-with-Standard-Deviation-modified/
jawauntb
https://www.tradingview.com/u/jawauntb/
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/ // © jawauntb //@version=5 indicator(title="Pseudo-Entropy Oscillator with Standard Deviation", shorttitle="PEO_SD", overlay=false) entropyPeriod = input(3, title="Entropy Period") entropyMomentum = input(9, ...
QuantBot 3:Ultimate MA Crossover
https://www.tradingview.com/script/LNGkkvkt-QuantBot-3-Ultimate-MA-Crossover/
TheQuantBot
https://www.tradingview.com/u/TheQuantBot/
15
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/ // © TheQuantBot //@version=4 study("QuantBot 3:Ultimate MA Crossover",overlay = true) mav = input(title="Moving Average Type", defval="SMA", options=["SMA", "EMA", "HMA", "WMA", "TMA", "VAR", "WWMA", "...
eHarmonicpatternsLogScale
https://www.tradingview.com/script/dWGLjquM-eHarmonicpatternsLogScale/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
28
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ...
Reversion Zone Index
https://www.tradingview.com/script/c8ydw2Xb-Reversion-Zone-Index/
profitprotrading
https://www.tradingview.com/u/profitprotrading/
343
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © profitprotrading //@version=5 indicator(title='Reversion Zone Index', shorttitle='RZI', overlay=false, precision = 0) //CCI lengthX = input.int(20, minval=1, group = "CCI") srcX = input(hlc3, title="Sourc...
Multi-Band Breakout Indicator
https://www.tradingview.com/script/6KCUXygZ-Multi-Band-Breakout-Indicator/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
186
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("Multi-Band Breakout Indicator", overlay=true) // Calculation Inputs length = input(14, "ATR Length") dLength = input(40, 'Donchian Length') multiplier = input(2.0, "Multi...
Sessioned EMA - Frozen EMA in post market hours
https://www.tradingview.com/script/lbJwniAa-Sessioned-EMA-Frozen-EMA-in-post-market-hours/
MalibuKenny
https://www.tradingview.com/u/MalibuKenny/
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/ // © MalibuKenny //@version=5 indicator("v1.0 Sessioned EMA", overlay = true, max_labels_count = 100) group0 = 'Session Volatility (Realtime)============' startDate = input.time(title='Start Date', defval=tim...
MW Volume Impulse
https://www.tradingview.com/script/c8A2cQb7-MW-Volume-Impulse/
moluv
https://www.tradingview.com/u/moluv/
236
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MWRIGHT, INC // // Credit to @Ankit_1618 for the Cumulative Volume Delta indicator that served as the inspiration // https://www.tradingview.com/script/lsDHdn0H-Cumulative-Volume-Delta/ //@version=5 indic...
Main Market Opener Breakout [RH]
https://www.tradingview.com/script/TeodAWFB-Main-Market-Opener-Breakout-RH/
HasanRifat
https://www.tradingview.com/u/HasanRifat/
385
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HasanRifat //@version=5 indicator("Main Market Opener Breakout [RH]", overlay=true, max_lines_count = 500, max_labels_count = 500) // New York main market settings newyorkShow = input.bool(defval = true,...
20/200MAs+LTF+4HTF and HighLowBox+3HTF
https://www.tradingview.com/script/W5zsnzSb/
nazomobile
https://www.tradingview.com/u/nazomobile/
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/ // © nazo //@version=5 indicator(title="20/200MAs and HighLowBox HTF+RSI",shorttitle="220MAs+HLBox",overlay=true, max_boxes_count=500,max_labels_count=500, max_lines_count=500) // f_gt(x,y) => x>y?x:y f_lt(x,...
Oscillator Profile Indicator
https://www.tradingview.com/script/QmbvMD8Y-Oscillator-Profile-Indicator/
gotbeatz26107
https://www.tradingview.com/u/gotbeatz26107/
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/ // © gotbeatz26107 //@version=5 indicator("Oscillator Profile Indicator", shorttitle="OPI", overlay=false) // Input fields src = input(close, title = "Source", inline = 'l1') show_colors = input.bool(...
Time Profile [QuantVue]
https://www.tradingview.com/script/WZ8Hf4X2-Time-Profile-QuantVue/
QuantVue
https://www.tradingview.com/u/QuantVue/
106
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © QuantVue //@version=5 indicator("Time Profile [QuantVue]", overlay = true, max_bars_back = 4999) ///////////// // inputs // lowerTF = input.timeframe('15', 'Lower Time Frame Data') showTimePr...
Hide Active Candle [SteinG]
https://www.tradingview.com/script/n19OmKLb-Hide-Active-Candle-SteinG/
SteinG
https://www.tradingview.com/u/SteinG/
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/ // © SteinG //@version=5 //Hide Active Candle v1 // # ========================================================================= # // # | Hide Active Candle Indicator | // # ================...
StdDev Channels
https://www.tradingview.com/script/REFrrmmT-StdDev-Channels/
jjustingreyy
https://www.tradingview.com/u/jjustingreyy/
142
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jjustingreyy //@version=5 indicator("StdDev Channels" , overlay=true) price = input(close, "Source") deviations = input(2.0, "Deviation Count") fullRange = input(false, "Toggle Full Range (DefVal 500)") ...
MACD Fake Filter [RH]
https://www.tradingview.com/script/X1YMOQGm-MACD-Fake-Filter-RH/
HasanRifat
https://www.tradingview.com/u/HasanRifat/
783
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HasanRifat //@version=5 indicator("MACD Fake Filter [RH]", max_labels_count = 500) // MACD inputs fastLength = input(defval=12, title="Fast Length") slowLength = input(defval=26, title="Slow Length")...
Earnings Yield & Dividend Yield (vs SP500, treasury, IG)
https://www.tradingview.com/script/WADL9jxC/
NatsukiKano
https://www.tradingview.com/u/NatsukiKano/
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/ // © NatsukiKano //@version=5 // # What's this script? // Plot the following yields. // 1. Treasury constant maturity rate. default is 10Y(FRED:DGS10). // 2. Investment grade corporate bond yields by Moody'...
Zigzag Trend-based Color [SteinG]
https://www.tradingview.com/script/YWH7OAVH-Zigzag-Trend-based-Color-SteinG/
SteinG
https://www.tradingview.com/u/SteinG/
221
study
5
CC-BY-NC-SA-4.0
// This source code 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/ // Note: This indicator is forked from Recursive Zigzag [Trendoscope] https://www.tradingview.com/script/J6mxhxdn-Recursive-Zigzag-Tr...
MLExtensions
https://www.tradingview.com/script/ia5ozyMF-MLExtensions/
jdehorty
https://www.tradingview.com/u/jdehorty/
528
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/ // © jdehorty //@version=5 // @description A set of extension methods for a novel implementation of a Approximate Nearest Neighbors (ANN) algorithm in Lorentzian space. library("MLExtensions") // ==========...
Wick-to-Body Ratio Trend Forecast | Flux Charts
https://www.tradingview.com/script/FGmvwby5-Wick-to-Body-Ratio-Trend-Forecast-Flux-Charts/
fluxchart
https://www.tradingview.com/u/fluxchart/
253
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © fluxchart // //@version=5 indicator("Wick to Body Ratio Trend Forecast | Flux Charts", "WBR Forecast | Flux Charts", overlay = true, max_bars_back = 1000, max_lines_count = 500) max_bars_back(time, 1000) ...
DrNon_NASDAQ10
https://www.tradingview.com/script/Gmu0jss6-DrNon-NASDAQ10/
DrNon
https://www.tradingview.com/u/DrNon/
4
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/ // © DrNon //@version=4 study("DrNon_NASDAQ10", shorttitle="NASDAQ10", overlay=false) // Define the individual securities in the index security1 = security("NASDAQ:AAPL", timeframe.period, close) security2 = ...
Candle Range Widget
https://www.tradingview.com/script/e6w9muJl-Candle-Range-Widget/
caasimdas
https://www.tradingview.com/u/caasimdas/
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/ // © caasimdas //@version=5 indicator("Candle Range Widget", overlay=true) prevdiff = high[1]- low[1] diff = high-low var srtable = table.new(position = position.top_right, columns = 2, rows= 3, frame_width = ...
Market Smith Indicators
https://www.tradingview.com/script/em5aMqKQ-Market-Smith-Indicators/
adaml735
https://www.tradingview.com/u/adaml735/
320
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © adaml735 //@version=5 // This script's goal is to closely replicate the tools utilized in market smith // Included in this script is: // 21, 50, 200 day moving averages // RS line and indicato...
MyLibrary
https://www.tradingview.com/script/Ftmnn1el-MyLibrary/
Rthompson2548
https://www.tradingview.com/u/Rthompson2548/
2
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/ // © Rthompson2548 //@version=5 // @description: Library that contains my functions for using within strategies and indicators library("MyLibrary") // @function isHammer: Checks if current bar is hammer doji...
RAINBOW AVERAGES - INDICATOR - (AS) - 1/3
https://www.tradingview.com/script/gV0PSWkf-RAINBOW-AVERAGES-INDICATOR-AS-1-3/
Adam-Szafranski
https://www.tradingview.com/u/Adam-Szafranski/
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/ // © Adam-Szafranski //@version=5 indicator("RAINBOW AVERAGES - INDICATOR - (AS) - 1/3", overlay = true ,shorttitle = 'RB_AVGs-(AS)-INDICATOR') ///////////////FUNCTIONS AND TOOLTIPS///////////////////////////F...
theme_engine
https://www.tradingview.com/script/525Zi7V5-theme-engine/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
12
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 //@description Theme Builder and Structure for live generative themes library("theme_engine",true) import kaigouthro/hsvColor/15 as h //=========================================...
RSI Multi Timeframe Based on Moving Average By Alireza Phoenix
https://www.tradingview.com/script/tqySeDFc-RSI-Multi-Timeframe-Based-on-Moving-Average-By-Alireza-Phoenix/
AlirezaPhoenix
https://www.tradingview.com/u/AlirezaPhoenix/
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/ //@version=5 // © AlirezaPhoenix // ══════════════════════════════════════════════════════════════════════════════════════════════════ // //# * ══════════════════════════════════════════════════════════════════...
PitchforkMethods
https://www.tradingview.com/script/eUSeK6kz-PitchforkMethods/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
30
library
5
CC-BY-NC-SA-4.0
// This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © Trendoscope Pty Ltd // ░▒ // ▒▒▒ ▒▒ // ...
OI Volume Oscillator Cross Dynamics
https://www.tradingview.com/script/58lGqRsC-OI-Volume-Oscillator-Cross-Dynamics/
Crypto_Moses
https://www.tradingview.com/u/Crypto_Moses/
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/ // © Crypto_Moses //@version=5 indicator(title="Custom Open Interest and Volume Oscillator", shorttitle="OI_VO", overlay=false) // Open Interest Code Coin = input("BTC", title = "Coin") Margin = input("Tether...
Harmonic Pattern Table Inputs
https://www.tradingview.com/script/LWIBxRtf-Harmonic-Pattern-Table-Inputs/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
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/ // © RozaniGhani-RG //@version=5 indicator('Harmonic Pattern Table Inputs', 'HPTI', overlay = true) // 0. Initialize // 1. Inputs // 2. Variable // 3. Methods // 4. Constructs //#region ———————————————————— ...
Market Performance Table
https://www.tradingview.com/script/OqHgkQSi-Market-Performance-Table/
fyntrade
https://www.tradingview.com/u/fyntrade/
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/ // © fyntrade // Version 1.0 - 6 Oct 2023 //@version=5 indicator(title="Market Performance", shorttitle = "MP", overlay=true) useT1 = input(true,"", inline = "1", group="Tickers") t1 = input.symbol("AMEX:SPY"...
SML Suite
https://www.tradingview.com/script/J0HupBnn-SML-Suite/
kikfraben
https://www.tradingview.com/u/kikfraben/
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/ // © kikfraben // Updated last on 25. Oct, 2023 //@version=5 indicator("SML Suite", overlay = false) // Define Moving Average Lengths len_ma1 = input(9, "Moving Average 1", group = "User Inputs") len_ma2 = in...
@tk · spectral
https://www.tradingview.com/script/LFTbUfY9-tk-spectral/
gabrielrtakeda
https://www.tradingview.com/u/gabrielrtakeda/
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/ // © gabrielrtakeda //@version=5 // <declaration_statement> indicator("@tk · spectral", overlay=true) // <import_statements> import gabrielrtakeda/tk/1 as tk // <constant_declarations> string DEFAULT_TEX...
Machine Learning: Support and Resistance [YinYangAlgorithms]
https://www.tradingview.com/script/hurudMoT-Machine-Learning-Support-and-Resistance-YinYangAlgorithms/
YinYangAlgorithms
https://www.tradingview.com/u/YinYangAlgorithms/
135
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ // @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@...
Old Tradability by Kiersten & Haji
https://www.tradingview.com/script/X7UqfJBy-Old-Tradability-by-Kiersten-Haji/
elicruz2380
https://www.tradingview.com/u/elicruz2380/
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/ // © 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 redistributed w...
PerformanceTable
https://www.tradingview.com/script/sKNYzycd-PerformanceTable/
Cube_Lee
https://www.tradingview.com/u/Cube_Lee/
12
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/ // © Cube_Lee //@version=5 // @description TODO: add library description here library("PerformanceTable") // Global Function tableTextSize = size.small truncate(number, decimals) => factor = math.pow(10...
How To Input And Offset CSV Data
https://www.tradingview.com/script/3K2yD4aY-How-To-Input-And-Offset-CSV-Data/
allanster
https://www.tradingview.com/u/allanster/
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/ // © allanster //@version=5 indicator("How To Input And Offset CSV Data") bump = input(true, '', inline = '1') // Enable/Disable offset of origin bar. date = input.time(timestamp("19 Feb 2022 00:00 +0000"), ...
EMA 08:00
https://www.tradingview.com/script/YDBNlPFz-EMA-08-00/
schroederjoa
https://www.tradingview.com/u/schroederjoa/
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/ // © schroederjoa // Some traders prefer to start the charts at 8am in the morning. // This chart setting is not possible as of today, but the following script lets you calculate ema for a defined time range. ...
Flag Finder
https://www.tradingview.com/script/DU228Vjm-Flag-Finder/
Amphibiantrading
https://www.tradingview.com/u/Amphibiantrading/
1,630
study
5
MPL-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("Flag Finder", overlay = true, max_lines_count = 500) //inputs //user controlled settings for the indicator, separated into 4 different groups var g1 = 'Bull Flag...
Global Yield Spread
https://www.tradingview.com/script/sp8D6btR-Global-Yield-Spread/
Celestial-Eye
https://www.tradingview.com/u/Celestial-Eye/
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/ // © Celestial-Eye //@version=5 indicator("Global Yield Spread", overlay=true, scale = scale.left) // Define the bond yields for each country china_3my = request.security("CN01Y", "D", close) china_2y = reque...
Volume accumulation on past range [TCS] | VTA
https://www.tradingview.com/script/9t8NXwgi-Volume-accumulation-on-past-range-TCS-VTA/
zendrer
https://www.tradingview.com/u/zendrer/
45
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © zendrer //@version=5 indicator(shorttitle='TCS•VOL ACC FIXED', title='TCS • VOLUME ACCUMULATION FIXED RANGE', precision=0, overlay =true, max_boxes_count = 500) //•••••••••••••• //INPUT //•••••••••••••• ...
Inside Candle Viewer
https://www.tradingview.com/script/vAMaNbWD-Inside-Candle-Viewer/
Fab_Coin_
https://www.tradingview.com/u/Fab_Coin_/
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/ // © Fab_Coin_ //@version=5 indicator("Inside Candle", overlay = true, timeframe = '') // HMI inputs // Vars var incount = 1 var inside = false var topinside = 0.0 var lowinside = 0.0 // Draw a...
RSI Momentum Trend Screener
https://www.tradingview.com/script/6jMbFxa8-RSI-Momentum-Trend-Screener/
TZack88
https://www.tradingview.com/u/TZack88/
256
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TZack88 //@version=5 indicator(title="RSI Momentum Trend Screener", format=format.price, precision=2,overlay = true) // ** ---> Inputs ------------- { array<string> names = array.n...
HILOCLOP Analysis
https://www.tradingview.com/script/IkhW8Ko8-HILOCLOP-Analysis/
dt440032
https://www.tradingview.com/u/dt440032/
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/ // © dt440032 //@version=5 indicator("HILOCLOP Analysis", overlay = false) //Inputs-User Controllable len = input(100, "Sample Length") raw = input(true, 'Raw Up', tooltip="Shows the # of Higher 'High, Low, O...
ARSIX
https://www.tradingview.com/script/Rau0VnXg-ARSIX/
morady0hamid
https://www.tradingview.com/u/morady0hamid/
56
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © morady0hamid //@version=5 indicator('ARSIX' , precision = 0, timeframe = '', timeframe_gaps = false, explicit_plot_zorder = true) // inputs len = input(14, title='Length') mom = input.int(4, title='Mo...
Colors
https://www.tradingview.com/script/zOp6CsPr-Colors/
miivanov
https://www.tradingview.com/u/miivanov/
3
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © miivanov //@version=5 // @description Helpers for color manipulations library("Colors") // @function Applies opacity to color // @param oldColor color // @param opacity opacity // @returns color with op...
Webby's Tight Indicator
https://www.tradingview.com/script/YaNSPhOj-Webby-s-Tight-Indicator/
Amphibiantrading
https://www.tradingview.com/u/Amphibiantrading/
199
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Amphibiantrading //@version=5 indicator("Webby's Tight Indicator", shorttitle = 'Webby\'s Tight') //inputs upColor = input.color(color.blue, 'Positive Ratio Color') downColor = input.color(color.re...
CE - Market Performance Table
https://www.tradingview.com/script/b3k0PAWb-CE-Market-Performance-Table/
Celestial-Eye
https://www.tradingview.com/u/Celestial-Eye/
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/ // © Celestial-Eye //@version=5 indicator("🌌 CE - 𝓜𝓪𝓻𝓴𝓮𝓽 𝓟𝓮𝓻𝓯𝓸𝓻𝓶𝓪𝓷𝓬𝓮 𝓣𝓪𝓫𝓵𝓮 🌌") // Individual ticker symbols SPHD = request.security("SPHD","D", close, barmerge.gaps_off) SPLV = reques...
Inside Candle by Harshini
https://www.tradingview.com/script/2ERlEkkp-Inside-Candle-by-Harshini/
Harshini_A_L
https://www.tradingview.com/u/Harshini_A_L/
74
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Harshini_A_L //@version=5 indicator('Inside Candle by Harshini', overlay=true) fastAverage = ta.sma(close, 20) if (high < high[1] and low > low[1] ) var insidedescription = " Inside candle formation,...
Price & Volume Profile (Expo)
https://www.tradingview.com/script/PMCQfmCE-Price-Volume-Profile-Expo/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
2,212
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('Price & Volume Profile (Expo)', overlay=true, max_boxes_count=500) //~~} // ~~ Inputs { src = input.source(close,"Sourc...
Enhanced WaveTrend Oscillator
https://www.tradingview.com/script/9GmOkVyH-Enhanced-WaveTrend-Oscillator/
QuantiLuxe
https://www.tradingview.com/u/QuantiLuxe/
502
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © QuantiLuxe //@version=5 indicator("Enhanced WaveTrend Oscillator", "𝗘𝗻𝗵𝗮𝗻𝗰𝗲𝗱 𝗪𝗧", false) f_ewave(src, chlen, avglen) => basis = ta.ema(src, ch...
ICT Silver Bullet [LuxAlgo]
https://www.tradingview.com/script/fq4wSUev-ICT-Silver-Bullet-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
5,131
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 Silver Bullet [LuxAlgo]", shorttitle='LuxAlgo - ICT Silver Bullet', max_lines_count=500, max_boxes_count=500, max_labe...