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
Stochastic MACD - Slow and Fast
https://www.tradingview.com/script/n7GPh7c9/
DOC-STRATEGY
https://www.tradingview.com/u/DOC-STRATEGY/
149
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // //██████╗░░█████╗░░█████╗░ ░██████╗████████╗██████╗░░█████╗░████████╗███████╗░██████╗░██╗░░░██╗ //██╔══██╗██╔══██╗██╔══██╗ ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔════╝░╚██╗░██╔╝ //██║░░██║██║░░...
RAhul RAJ Out of Range Trade Indicator
https://www.tradingview.com/script/tP7Yid8a-RAhul-RAJ-Out-of-Range-Trade-Indicator/
HomeZone
https://www.tradingview.com/u/HomeZone/
10
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/ // © DigitalNivesh //@version=4 study("RAhul RAJ Out of Range Trade Indicator") averagePeriod = input(30,"Average Period Range") highValue = security(syminfo.tickerid, 'D',high) lowValue = security(syminfo....
Bollinger Band Alert with RSI Filter Indicator
https://www.tradingview.com/script/eWceE4Lq-Bollinger-Band-Alert-with-RSI-Filter-Indicator/
dwdventer
https://www.tradingview.com/u/dwdventer/
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/ // © dwdventer //@version=5 indicator('Bollinger Band Alert with RSI Filter', shorttitle="BBRSI+ALERT INDICATOR", overlay=true) // Inputs length = input(title='BB Length', defval=20) mult = input.float(title...
Transmit signals to overlay
https://www.tradingview.com/script/MEy5qnzv-Transmit-signals-to-overlay/
x7-am
https://www.tradingview.com/u/x7-am/
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/ // © x7-am //@version=5 // This indicator transmit signals from another indicator panel to the main panel over the chart, when it is not possible to use the main one with the "overlay=true" attribute. indicato...
Global Unemployment Rate
https://www.tradingview.com/script/Njsidi4C-Global-Unemployment-Rate/
miguefinance
https://www.tradingview.com/u/miguefinance/
5
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © miguefinance // The Global Unemployment rate includes the Eurozone + 19 countries from all the continents, which are some of the richest countries as well as some of the most populous // it does not includ...
30 Second Futures Session Open Range
https://www.tradingview.com/script/EsYTQkl0-30-Second-Futures-Session-Open-Range/
SamRecio
https://www.tradingview.com/u/SamRecio/
269
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SamRecio //Insipired by Tradingview User @Emmonspired //@version=5 indicator("30 Second Futures Session Open Range",shorttitle = "30 Sec OR", overlay = true, max_lines_count = 500) or_time = hour(time,"...
Flare
https://www.tradingview.com/script/5QSO13Ib-Flare/
fikira
https://www.tradingview.com/u/fikira/
857
study
5
MPL-2.0
fi(ki)=>'ra' // © fikira This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator(title= "Flare", max_lines_count= 500, max_labels_count= 500, overlay= true) _=' - - - ––––––––––––– - - - [ INPUT ...
Easy RSI by nnam
https://www.tradingview.com/script/HxhBJCtM-Easy-RSI-by-nnam/
nnamdert
https://www.tradingview.com/u/nnamdert/
94
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © nnamdert //@version=5 indicator("Easy RSI by nnam", overlay = true) //BEGIN GET USER INPUTS=========================================================================================================// colo...
QQQ Fair Value Bands
https://www.tradingview.com/script/GQwWqXHC-QQQ-Fair-Value-Bands/
dharmatech
https://www.tradingview.com/u/dharmatech/
92
study
5
MPL-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("QQQ Fair Value Bands", overlay = true) // fv = request.security("(WALCL - WTREGEN - RRPONTSYD)/1000/1000/1000*0.1 - 300", "D", close) upper = request.security(...
Financial Data 8 Years
https://www.tradingview.com/script/IBUvevrN-Financial-Data-8-Years/
morzor61
https://www.tradingview.com/u/morzor61/
27
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © morzor61 // Reference Works // https://www.tradingview.com/script/Lbxl9OqZ-Financials-on-Chart/ // https://www.tradingview.com/script/yRFF3z4J-Financials-Comparing-Companies/ //@version=5 indicator("Fina...
Centred Moving Average
https://www.tradingview.com/script/q4aZWEbZ-Centred-Moving-Average/
m_b_round
https://www.tradingview.com/u/m_b_round/
30
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Edited by m_b_round // With thanks to ValiantHero for the original idea, and also the explanation that appears below // which is much better than I could have managed! // // ██╗░░░██╗░█████╗░██╗░░░░░██╗░██...
TSG 5% Daily Calculator
https://www.tradingview.com/script/X8MnvRo1-TSG-5-Daily-Calculator/
TheSecretsOfTrading
https://www.tradingview.com/u/TheSecretsOfTrading/
41
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TheSecretsOfTrading //@version=5 indicator("TSG 5% Daily Calculator", overlay=true) startBalance = input.float(50, "Initial Balance") balance = input.float(0, "Current Balance") dir = input.string("Long"...
Exhaustion Table [SpiritualHealer117]
https://www.tradingview.com/script/Jf3zLC8Q-Exhaustion-Table-SpiritualHealer117/
spiritualhealer117
https://www.tradingview.com/u/spiritualhealer117/
41
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © spiritualhealer117 //@version=5 indicator("Exhaustion Table",overlay=true) src = input.source(close, "Source") c1 = input.color(color.red, "Color 1") c2 = input.color(color.white,"Color 2") stdev_len = in...
VS Score [SpiritualHealer117]
https://www.tradingview.com/script/Qi3U7LxL-VS-Score-SpiritualHealer117/
spiritualhealer117
https://www.tradingview.com/u/spiritualhealer117/
65
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © spiritualhealer117 // Disclaimer // This indicator was created for informational purposes, and does not constitute my financial or investment advice // Every model comes with limitations, and so...
Strongest Supports And Resistances
https://www.tradingview.com/script/MuadnUsW-Strongest-Supports-And-Resistances/
mccshuka
https://www.tradingview.com/u/mccshuka/
190
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © mertcancucen //@version=5 indicator("Strongest Supports And Resistances", "SSAR", true, max_bars_back = 480) var GRP = "SR Parameters" var GRP1 = "SR Power Factors" var GRP2 = "SR Visualization" closen...
Auto anchored VWAP Highest/Lowest Last 'n' bars
https://www.tradingview.com/script/5vTue3Gz-Auto-anchored-VWAP-Highest-Lowest-Last-n-bars/
TJalam
https://www.tradingview.com/u/TJalam/
207
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Badshah.E.Alam //@version=5 indicator("Auto anchored VWAP Highest/Lowest Last 'n' bars ", overlay=true,max_labels_count = 500,max_lines_count = 500, max_bars_back = 3000) len = input.int(100,'bars to loo...
ICT MTF Order Block Wicks [MK]
https://www.tradingview.com/script/RFAvhAua-ICT-MTF-Order-Block-Wicks-MK/
malk1903
https://www.tradingview.com/u/malk1903/
362
study
5
MPL-2.0
//This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@malk1903 //@version=5 indicator(title='ICT MTF Order Block Wicks [MK]', shorttitle = 'OB Wicks [MK]',overlay=true, max_boxes_count = 500, max_labels_count = 500) grp_tfs_enabled = "ENABLED TIME FRAMES"...
Futures All List Candle Analysis - FALCA
https://www.tradingview.com/script/wNrBPCCH/
gokhanpirnal
https://www.tradingview.com/u/gokhanpirnal/
35
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © gokhanpirnal //@version=5 indicator("Futures All List Candle Analysis", shorttitle = "FALCA", overlay = false) // | INPUT | // Sortin...
Braid Filter+
https://www.tradingview.com/script/zz615hRE-Braid-Filter/
bjr117
https://www.tradingview.com/u/bjr117/
165
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © bjr117 //@version=5 indicator(title = "Braid Filter+", shorttitle = "BF+", overlay = false, timeframe = "", timeframe_gaps = false) //=====================================================================...
Detect BOS in Five Candles with MTF - Alert [MsF]
https://www.tradingview.com/script/lk6YQV9U/
Trader_Morry
https://www.tradingview.com/u/Trader_Morry/
331
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Trader_Morry //@version=5 indicator("Detect BOS in Five Candles with MTF - Alert [MsF]", shorttitle = "Detect BOS /w MTF", overlay = true) var GRP1 = "--- Time Frame Settings ---" TF1 = input.timeframe("...
Faytterro Oscillator
https://www.tradingview.com/script/J49ocpJR-Faytterro-Oscillator/
faytterro
https://www.tradingview.com/u/faytterro/
514
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © faytterro //@version=5 indicator("Faytterro Oscillator", overlay=false, max_lines_count=500, max_bars_back = 500) src=input(hlc3,title="source") len=input.int(50,title="lenght", maxval=500) c = input.colo...
IC breakout
https://www.tradingview.com/script/9ncJLRFH-IC-breakout/
svsomere
https://www.tradingview.com/u/svsomere/
40
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © svsomere //@version=5 indicator("IC breakout", overlay=true, max_labels_count = 500) // Variables breakoutText = "" // Functions updateBreakOutText(ICBreakLow, ICBreakHigh, previousHighLowRange, previou...
NYSE & NASDAQ Advance Minus Decline Oscillator
https://www.tradingview.com/script/XCTjima3-NYSE-NASDAQ-Advance-Minus-Decline-Oscillator/
All_Verklempt
https://www.tradingview.com/u/All_Verklempt/
130
study
5
MPL-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("NYSE & NASDAQ Advance Minus Decline Oscillator", "Market A-D", format=format.price, precision=2, timeframe="", timeframe_gaps=true) // Symbol Inputs symbo...
ICT MTF FVG [MK]
https://www.tradingview.com/script/oL0slGQF-ICT-MTF-FVG-MK/
malk1903
https://www.tradingview.com/u/malk1903/
322
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@malk1903 //@version=5 indicator(title='ICT MTF FVG [MK]', shorttitle = 'MTF FVG [MK]',overlay=true, max_boxes_count = 500, max_labels_count = 500) var color red = #e91e63 var color green = #089981 len = 0 ...
Weis V5 zigzag jayy
https://www.tradingview.com/script/Q9yRc4Ss-Weis-V5-zigzag-jayy/
jayy
https://www.tradingview.com/u/jayy/
97
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jayy //@version=5 //First published privately April 22, 2021 https://www.tradingview.com/script/jrZQBZ5D-Weis-zigzag-v4-jayy/ // v5 published privately Feb 2, 2022 // Somehow, I deleted version 5 o...
Stock Data Table
https://www.tradingview.com/script/RedHfPnh-Stock-Data-Table/
valpatrad
https://www.tradingview.com/u/valpatrad/
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/ // © valpatrad //@version=5 indicator('Stock Data Table', 'Stock Data', true) //////////////////////////// // // // Menu // // // ////////////...
Fibonacci Volatility Bands
https://www.tradingview.com/script/V7mbn1g3-Fibonacci-Volatility-Bands/
Sofien-Kaabar
https://www.tradingview.com/u/Sofien-Kaabar/
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/ // © Sofien-Kaabar //@version=5 indicator("Fibonacci Volatility Bands", overlay = true) first_boll_upper = ta.sma(high, 5) + (ta.stdev(high, 5) * 2) second_boll_upper = ta.sma(high, 8) + (...
Move Magnitude Visualizer (beta)
https://www.tradingview.com/script/kmzVh831-Move-Magnitude-Visualizer-beta/
Electrified
https://www.tradingview.com/u/Electrified/
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/ // © Electrified //@version=5 indicator("Move Magnitude Visualizer", shorttitle = "MMV", overlay = true, max_bars_back = 2000) var samples = input.int(1200, "Samples", 50, 2000, 50, tooltip = "The number of b...
Smart QQE Mod
https://www.tradingview.com/script/X72V8xjH-Smart-QQE-Mod/
traderharikrishna
https://www.tradingview.com/u/traderharikrishna/
578
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © traderharikrishna //@version=5 indicator("Smart QQE",overlay=true) // Credits to Glaz // Rescaled for overlay by @traderharikrishna // Code By Glaz // Modifications: // Added Columns to show when signal i...
TheATR™: Volatility Extremes (VolEx)
https://www.tradingview.com/script/rLFHjHvA-TheATR-Volatility-Extremes-VolEx/
theATR
https://www.tradingview.com/u/theATR/
109
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © theATR //@version=5 indicator("TheATR™: Volatility Extremes", "VolEx(TheATR™)") //User has to agree to have the indi loading on the chart. //{ var user_consensus = input.string(defval="", title="By typing...
Expansion Finder by nnam
https://www.tradingview.com/script/jED0CeFd-Expansion-Finder-by-nnam/
nnamdert
https://www.tradingview.com/u/nnamdert/
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/ // © nnamdert //@version=5 indicator(title="Expansion Finder by nnam", overlay = true, max_bars_back = 500) range_to_calculate = input.int(defval = 14, title = 'Range of bars to calculate average', tooltip = ...
Price & Percentage Change Label
https://www.tradingview.com/script/tXGdrETm-Price-Percentage-Change-Label/
MYNAMEISBRANDON
https://www.tradingview.com/u/MYNAMEISBRANDON/
35
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MYNAMEISBRANDON //@version=5 indicator("Price Label", "Price Label", overlay=true) var string maGroup0 = '----------------------------Timeframe Options----------------------------' resInputMA = input.tim...
Rekt Edge Reversion Band
https://www.tradingview.com/script/Oc9qS4SN-Rekt-Edge-Reversion-Band/
RektCapDao
https://www.tradingview.com/u/RektCapDao/
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/ // last edited: 2023-03-03 11:30AM v. 28.0 // © RektEdge //@version=5 import maartenheremans/statistics/1 as stats import ZenAndTheArtOfTrading/ZenLibrary/5 as zen indicator(title = "RektEdge Reversion Band ...
Negative Correlation Signals
https://www.tradingview.com/script/ZXV6L6K4-Negative-Correlation-Signals/
Marc_Thiart
https://www.tradingview.com/u/Marc_Thiart/
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/ // © Blockhead305 //@version=5 indicator(title="Negative Correlation Signals", shorttitle="Negative Correlation Signals", overlay = true) instrument_1 = input.symbol(defval = "OANDA:GBPJPY", title = "pair") i...
Velocity
https://www.tradingview.com/script/uhMVFIIE-Velocity/
HGabriel_marius
https://www.tradingview.com/u/HGabriel_marius/
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/ // © HGabriel_marius //@version=5 indicator("Velocity Change",timeframe = '', format = format.percent) len = input(3, "Initial Point") src = input(close) INI = src[len] CH = ((close - INI)/INI)*100 OP = i...
Profile Any Indicator [Kioseff Trading]
https://www.tradingview.com/script/RSZxyvmd-Profile-Any-Indicator-Kioseff-Trading/
KioseffTrading
https://www.tradingview.com/u/KioseffTrading/
282
study
5
MPL-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("Profile Any Indicator [Kioseff Trading]", max_boxes_count = 500, max_lines_count = 500) src = input.source(defval = open, title = "Indicator",...
Major Central Bank Assets [tedtalksmacro]
https://www.tradingview.com/script/1LGLR4Cd-Major-Central-Bank-Assets-tedtalksmacro/
tedtalksmacro
https://www.tradingview.com/u/tedtalksmacro/
202
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tedtalksmacro //@version=5 indicator("Major Central Bank Assets [tedtalksmacro]", overlay = false, format = format.price) // Calculate Japan Liquidity bojassetsopen = request.security("FRED:JPNASSETS * F...
Big 8 Intraday TICK
https://www.tradingview.com/script/BPzxnsVa-Big-8-Intraday-TICK/
BigGuavaTrading
https://www.tradingview.com/u/BigGuavaTrading/
150
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BigGuavaTrading //@version=5 indicator("Big 8 Intraday TICK", "Big 8 Intraday TICK", false) hline(0, "Zero line", color.black) //sets 0 line //Up ticks for each symbol APup = request.security('AAPL', "...
USD Market Liquidity [tedtalksmacro]
https://www.tradingview.com/script/xM15lR2Y-USD-Market-Liquidity-tedtalksmacro/
tedtalksmacro
https://www.tradingview.com/u/tedtalksmacro/
361
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tedtalksmacro //@version=5 indicator("Net USD Liquidity [tedtalksmacro]", overlay = false) //USCBBS-RRPONTTLD*1000000000-WTREGEN*1000000000 balance_sheet = request.security("USCBBS", 'D', close) treasur...
Investing Performance with vs without fees
https://www.tradingview.com/script/opvlO7CF-Investing-Performance-with-vs-without-fees/
Daveatt
https://www.tradingview.com/u/Daveatt/
37
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Daveatt // Inspiration: https://www.tutorialspoint.com/calculate-compound-interest-in-javascript //@version=5 indicator("Investing Performance", overlay = false) i_start_date = input.int(1980...
ICT Implied Fair Value Gap (IFVG) [LuxAlgo]
https://www.tradingview.com/script/1KtO6NVA-ICT-Implied-Fair-Value-Gap-IFVG-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
3,245
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 Implied Fair Value Gap (IFVG) [LuxAlgo]", overlay = true , max_lines_count = 500 , max_boxes_count = 500) //---------...
ICT Opening Gaps [MK]
https://www.tradingview.com/script/iZiHlcag-ICT-Opening-Gaps-MK/
malk1903
https://www.tradingview.com/u/malk1903/
513
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © malk1903 //@version=5 indicator(title="ICT Opening Gaps [MK]", shorttitle = 'NWOG/NDOG/VI [MK]',overlay=true, max_boxes_count = 500, max_labels_count = 500) i_maxtf = 1440 disp =...
Multi indicators table
https://www.tradingview.com/script/EKlYtPwv/
JuicY-trading
https://www.tradingview.com/u/JuicY-trading/
331
study
5
MPL-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("Multi-Indicators-table", overlay = true) //###############################################################################// //############################### USER INPUT...
ICT Liquidty H/L [MK]
https://www.tradingview.com/script/qQd5z3L9-ICT-Liquidty-H-L-MK/
malk1903
https://www.tradingview.com/u/malk1903/
419
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@malk1903 //@version=5 indicator(title='ICT Liquidty H/L [MK]', shorttitle = 'ICT Liquidty H/L [MK]',overlay=true, max_boxes_count = 500, max_labels_count = 500) plotLiq = input.bool(defval=true, title='Liq...
Premium Linear Regression - The Quant Science
https://www.tradingview.com/script/WOhBM8Va-Premium-Linear-Regression-The-Quant-Science/
thequantscience
https://www.tradingview.com/u/thequantscience/
348
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © thequantscience // ██████╗ ██████╗ ███████╗███╗ ███╗██╗██╗ ██╗███╗ ███╗ ██╗ ██╗███╗ ██╗███████╗ █████╗ ██████╗ ██████╗ ███████╗ ██████╗ // ██╔══██╗██╔══██╗██╔════╝████╗ ████║██║██║ █...
RSIOMA with Volume Index Confirmation
https://www.tradingview.com/script/TNvXmirg-RSIOMA-with-Volume-Index-Confirmation/
BoredDev
https://www.tradingview.com/u/BoredDev/
41
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BoredDev //@version=5 indicator("RSIOMA with Volume Index Confirmation", overlay=true) // Input parameters rsi_length = input.int(14, title="RSI Length", minval=1) rsi_ob_level = input.int(70, title="Ove...
PBoC Liquidity Injections [tedtalksmacro]
https://www.tradingview.com/script/wb5kFP4E-PBoC-Liquidity-Injections-tedtalksmacro/
tedtalksmacro
https://www.tradingview.com/u/tedtalksmacro/
410
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tedtalksmacro //@version=5 indicator("PBoC Liquidity Injections [tedtalksmacro]", overlay = false, format = format.price) // Calculate Chinese Liquidity chinarrpclose = request.security("CNLIVRR * FX_IDC...
Weighted Bollinger Band (+ Logarithmic)
https://www.tradingview.com/script/w42rViaI-Weighted-Bollinger-Band-Logarithmic/
Dicargo_Beam
https://www.tradingview.com/u/Dicargo_Beam/
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/ // © Dicargo_Beam //@version=5 indicator("Weighted Bollinger Band (+ Logarithmic)", overlay=true) length = input.int(20, minval=1) _src = input(close, title="Source") mult = input.float(2.0, minval=0.001, max...
Volume Based Support & Resistance
https://www.tradingview.com/script/56EVB7Xr-Volume-Based-Support-Resistance/
NoaTrader
https://www.tradingview.com/u/NoaTrader/
147
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © noafarin //@version=5 indicator("Volume Based Support & Resistance","VBSR",overlay = true,max_lines_count =500,max_labels_count = 500) var sr_diff_input = input.float(10,"Major Supp/Res Lines difference %...
ORB Smart Candle finder [With Volume Candle] with EXTEND
https://www.tradingview.com/script/2kwsy28Y-ORB-Smart-Candle-finder-With-Volume-Candle-with-EXTEND/
Papadaulat
https://www.tradingview.com/u/Papadaulat/
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/ // © Papadaulat //@version=5 indicator(title="ORB Smart Candle finder [With Volume Candle] with EXTEND", overlay=true, precision=0, format=format.volume) InSession(sessionTimesZ) => not na(time(timeframe.p...
Customizable Moving Average Ribbon
https://www.tradingview.com/script/wywBpEfN-Customizable-Moving-Average-Ribbon/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
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/ // © LeafAlgo //@version=5 indicator('Customizable Moving Average Ribbon', shorttitle=' Custom MA ribbon', overlay=true) //Inputs// src= input.string('Renko Close', title='Source', options=['Classic Close', 'C...
Energy_Arrows[Salty]
https://www.tradingview.com/script/Ra1vfbWj-Energy-Arrows-Salty/
markmiotke
https://www.tradingview.com/u/markmiotke/
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/ // © markmiotke //@version=5 // Energy_Arrows[Salty] // By Mark Miotke // Initial Release: 2/20/2023 //This script quantifies the energy in a price move by comparing the relationship of 3 configurable exp...
5 Moving Averages
https://www.tradingview.com/script/6VG8fKC6-5-Moving-Averages/
cyiwin
https://www.tradingview.com/u/cyiwin/
49
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © cyiwin //@version=5 indicator("5 Moving Averages", "5 MA", overlay = true, timeframe = "", timeframe_gaps = true) use_ma1 = input.bool(defval = true, title = "", group = "MA 1", inline = "MA 1") ma1_type...
How To Import And Offset CSV Data
https://www.tradingview.com/script/KmceMbsx-How-To-Import-And-Offset-CSV-Data/
allanster
https://www.tradingview.com/u/allanster/
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/ // © allanster //@version=5 indicator("How To Import 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"), ...
Gann Square of 9
https://www.tradingview.com/script/cSzck7Kl-Gann-Square-of-9/
ThiagoSchmitz
https://www.tradingview.com/u/ThiagoSchmitz/
365
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ThiagoSchmitz //@version=5 indicator("Gann Square of 9 by Thiago schmitz", "Gann Square of 9", overlay=true, max_lines_count = 500, max_labels_count = 500) type tableCells int column int row /...
Sniper Entry
https://www.tradingview.com/script/DPLwSNpQ-Sniper-Entry/
michelsaliba72
https://www.tradingview.com/u/michelsaliba72/
132
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © michelsaliba72 //@version=5 indicator("Sniper Entry", overlay = true) // Constants riskRewardRatio = 3 startingCapital = 100 lotSize = 0.01 // Functions bullishPinBar(c, o) => c > o and (c - o) / o ...
Anchored SMA
https://www.tradingview.com/script/xTeWDmxu-Anchored-SMA/
downwithfate
https://www.tradingview.com/u/downwithfate/
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/ // © downwithfate //@version=5 //This indicator is to keep a constant anchor point to the SMA across different timeframes from 1 minute to 1 week //For example, if you set this to the 5 day SMA, when you go in...
BTC Performance Table / BTC Seasonality Visualization
https://www.tradingview.com/script/DOjMp0eS/
Nuggeler
https://www.tradingview.com/u/Nuggeler/
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/ // © Nuggeler // v1 12-02-2023 //@version=5 // What it does: // This script visualizes Bitcoins "seasonality", in form of a coloured table (based on the idea from "BigBangTheory") // The table shows which mont...
Dynamic Reactor [CHE]
https://www.tradingview.com/script/BgC5o5F9/
chervolino
https://www.tradingview.com/u/chervolino/
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/ // © chervolino // Dynamic Reactor [CHE] indicator displays dynamic support and resistance levels. // Green lines represent resistance, red lines represent support, and gray lines represent areas of consolidati...
Pivot Trendlines with Breaks [HG]
https://www.tradingview.com/script/0ecaiSnU-Pivot-Trendlines-with-Breaks-HG/
HoanGhetti
https://www.tradingview.com/u/HoanGhetti/
2,165
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HoanGhetti //@version=5 indicator("Pivot Trendlines with Breaks [HG]", overlay = true, max_lines_count = 500) import HoanGhetti/SimpleTrendlines/4 as tl input_len = input.int(defval = 20, title = ...
Weekday Change & Volume Average Table
https://www.tradingview.com/script/4pZxtbXX-Weekday-Change-Volume-Average-Table/
NoaTrader
https://www.tradingview.com/u/NoaTrader/
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/ // © noafarin //@version=5 indicator("Weekday Change & Volume Average Table",overlay = true) var is_replay = input.bool(false,"Is in Replay Mode?") var avgTable = table.new(position = position.top_right, colum...
Intrabar Analyzer [Kioseff Trading]
https://www.tradingview.com/script/YqkWbG4M-Intrabar-Analyzer-Kioseff-Trading/
KioseffTrading
https://www.tradingview.com/u/KioseffTrading/
1,351
study
5
MPL-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("Intrabar Analyzer [Kioseff Trading]", max_labels_count = 500, max_lines_count = 500, max_boxes_count = 500, max_bars_back = 1) import PineCoders/Time/3 as pct, impo...
TCG AI Tools
https://www.tradingview.com/script/bMgC2kIS-TCG-AI-Tools/
TheChartGuys
https://www.tradingview.com/u/TheChartGuys/
249
study
5
MPL-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('TCG AI Tools') // Rule 1: Price trend long_ema = ta.sma(close, 10) short_ema = ta.sma(close, 20) trend = short_ema > long_ema ? 1 : 0 // Plotting the trend indicator as a line on the...
Recursive Zigzag [Trendoscope]
https://www.tradingview.com/script/J6mxhxdn-Recursive-Zigzag-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
1,260
study
5
CC-BY-NC-SA-4.0
// This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © Trendoscope Pty Ltd // ░▒ // ▒▒▒ ▒▒ // ...
Diff_US10Y_US02Y
https://www.tradingview.com/script/N9AKsyNt-Diff-US10Y-US02Y/
easonoic
https://www.tradingview.com/u/easonoic/
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/ // © easonoic //@version=5 indicator("Diff_US10Y_US02Y", overlay=true) US02Y = input.symbol("US02Y", "Symbol") US10Y = input.symbol("US10Y", "Symbol") us2y_s_o = request.security(US02Y, 'D', open) us10y_s_o =...
Grenblatt Magic Formula
https://www.tradingview.com/script/o1pxojs2/
formy76
https://www.tradingview.com/u/formy76/
33
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/ // // // This is a rough version of the Return on Capital Employed //@version=4 study("Magic Formula", precision=2) var ebit_ttm = float(na) var ebit_q1 = 0.0 var ebit_q2 = 0.0 var ebit_q3 = 0.0 v...
[CLX] Library Motion - Examples
https://www.tradingview.com/script/KiuwdJVY/
cryptolinx
https://www.tradingview.com/u/cryptolinx/
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/ // © cryptolinx //@version=5 indicator('[CLX] Motion - Examples', overlay = true) import cryptolinx/Motion/11 as motion // var table exTable = table.new(position=position.middle_center, columns=1, rows=4, bo...
Engulfing Pinbar [serkany88]
https://www.tradingview.com/script/EN4zmIA6-Engulfing-Pinbar-serkany88/
serkany88
https://www.tradingview.com/u/serkany88/
460
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © serkany88 //@version=5 indicator("Englulfing Pinbar [serkany88]", shorttitle = "Engulfing Pinbar", overlay=true, max_boxes_count=500) //Inputs Wicksize = input.float(defval= 30, title= "Wick Engulf Size ...
range_stat
https://www.tradingview.com/script/gwPMnVwj-range-stat/
voided
https://www.tradingview.com/u/voided/
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/ // © voided //@version=5 indicator("range_stat") long = input(5, "long range length") short = input(1, "short range length") ma_len = input(5, "ma length") l_rng = ta.highest(high, long) - ta.lowest...
RS: Footprint
https://www.tradingview.com/script/HJKrMMlp-RS-Footprint/
RunStrat
https://www.tradingview.com/u/RunStrat/
1,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/ // © RunStrat //@version=5 indicator("RS: Footprint", "RS: FP", max_labels_count = 500, max_lines_count = 50, max_bars_back=0, overlay = true) mode_input = input.string("Delta", "Mode", ["Bid v...
SZ PE Ratio
https://www.tradingview.com/script/LN8DmMt8-SZ-PE-Ratio/
dsstudios12
https://www.tradingview.com/u/dsstudios12/
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/ // © dsstudios12 //@version=5 indicator("SZ PE Ratio") string str= (syminfo.prefix+":"+syminfo.ticker) eps = request.financial(str, "EARNINGS_PER_SHARE", "TTM") pe = close/eps pe_avg = ta.sma(pe, 730) plot(...
Swing Levels and Liquidity - By Leviathan
https://www.tradingview.com/script/ljgpWxqE-Swing-Levels-and-Liquidity-By-Leviathan/
LeviathanCapital
https://www.tradingview.com/u/LeviathanCapital/
3,808
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeviathanCapital //@version=5 indicator("Swing Points and Liquidity - By Leviathan", overlay=true, max_boxes_count=500, max_lines_count=500, max_labels_count = 500) // Inputs swingSizeR = input.int...
Failed Breakdown Detection
https://www.tradingview.com/script/k9kxnH9R-Failed-Breakdown-Detection/
xfuturesgod
https://www.tradingview.com/u/xfuturesgod/
100
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © xfuturesgod //@version=5 indicator("FBD Detection", overlay = true) //user input n_bars = input.int(defval=55, title="n bars", minval=1, step=1) amp_thr = input.float(defval=0.05, title="amplitude thresh...
Index Value Rainbow
https://www.tradingview.com/script/yKj4J8Zk-Index-Value-Rainbow/
danny_peanuts
https://www.tradingview.com/u/danny_peanuts/
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/ // © danny_peanuts // // Index value based on Base Money Supply // // Currently can be used to estimate the value of largest indices by market cap: // - US Index - based on Net Liquidity (SPX, NDX, DJI, R...
OPG Indicator
https://www.tradingview.com/script/b2jPkUlR-OPG-Indicator/
developdvb
https://www.tradingview.com/u/developdvb/
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/ // © developdvb //@version=5 indicator("OPG Indicator", overlay = true) gapSize = float(((open - close[1]) / close[1]) * 100) plotColor = color.new(color.white, 0) minGapSize = float(input(defval = -0.03000,...
Strat Dashboard [TFO]
https://www.tradingview.com/script/tyHPA5Dj-Strat-Dashboard-TFO/
tradeforopp
https://www.tradingview.com/u/tradeforopp/
646
study
5
MPL-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("Strat Dashboard [TFO]", "Strat Dashboard [TFO]", true) // -------------------- Inputs -------------------- var g_symbols = "Symbols" last_x_candles = input.int(3, mi...
Recursive Auto-Pitchfork [Trendoscope]
https://www.tradingview.com/script/hv8ghOJp-Recursive-Auto-Pitchfork-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
839
study
5
CC-BY-NC-SA-4.0
// This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © Trendoscope Pty Ltd // ░▒ // ▒▒▒ ▒▒ // ...
Recession Warning Traffic Light
https://www.tradingview.com/script/lxXLkR1w-Recession-Warning-Traffic-Light/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
678
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BarefootJoey // ██████████████████████████████████████████████████████████████████████ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─▄▄─█▄─▄▄─█▄─█─▄█ // ██─▄─▀██─▀─███─▄─▄██─▄█▀██─▄███─██─█─██─...
Haydens RSI Trend Trader
https://www.tradingview.com/script/yriGQnZs-Haydens-RSI-Trend-Trader/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
1,241
study
5
MPL-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 // ██████████████████████████████████████████████████████████████████████ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─▄▄─█▄─▄▄─█▄─█─▄█ // ██─▄─▀██─▀─███─▄─▄██─▄█▀██─▄███─██─█─██─...
Dark Energy Divergence Oscillator
https://www.tradingview.com/script/ktP4bBqu-Dark-Energy-Divergence-Oscillator/
DarklyEnergized
https://www.tradingview.com/u/DarklyEnergized/
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/ // © ka1n0s // Dark Energy Divergence Oscillator // DEDO, pronounced "deed-oh" //@version=5 indicator("Dark Energy Divergence Oscillator", "DEDO") //INPUTS ---------------------------------------------------...
ICT Macros
https://www.tradingview.com/script/eeNLuJQ4-ICT-Macros/
reastruth
https://www.tradingview.com/u/reastruth/
1,300
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/ // © reastruth //@version=4 _macroColor = input(title="Macro Color", type=input.color, defval=color.black) _londonColor = input(title="London Macro Color", type=input.color, defval=color.black) _dtccColor = in...
Central Bank Dark Energy Tracer
https://www.tradingview.com/script/ZWFyMLe7-Central-Bank-Dark-Energy-Tracer/
DarklyEnergized
https://www.tradingview.com/u/DarklyEnergized/
241
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kstrat2001 //@version=5 // Central Bank Dark Energy Tracer indicator(title="CBDE Tracer", shorttitle = "CBDET", overlay = true) string[] symbol_preset_arr = array.from("QQQ", "SPX", "BTC", "ES1", "NQ1") ...
Majors HOD/LOD
https://www.tradingview.com/script/71CK9jZK-Majors-HOD-LOD/
Level8Trading
https://www.tradingview.com/u/Level8Trading/
30
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Level8Trading //@version=5 indicator("Majors HOD/LOD", overlay = true) show_labels = input.bool(false, title = "Show Labels") timeSpan = time(timeframe.period, "0930-1600:1234567", "America/New_York") t...
Dynamo
https://www.tradingview.com/script/2v6xWp3g-Dynamo/
sudoMode
https://www.tradingview.com/u/sudoMode/
146
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sudoMode //@version=5 //@release=0.0.3 indicator(title = 'Multi-Strength Indicator', shorttitle = 'Dynamo', max_bars_back = 100) // --- constants --- // supported indices VOLUME = 'Volume' VOLUME...
Bitcoin Correlation Map
https://www.tradingview.com/script/74E9YRKI-Bitcoin-Correlation-Map/
Milvetti
https://www.tradingview.com/u/Milvetti/
143
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Milvetti //@version=5 indicator("Bitcoin Correlation Map") g1= "Settings" g2="Reference Settings" g3="Symbol Settings" size = input.string("Normal","Size",options = ["Small","Normal","Large"],group = g1...
Multiple Indicators Screener
https://www.tradingview.com/script/17jvDjJ9-Multiple-Indicators-Screener/
cyroblazer
https://www.tradingview.com/u/cyroblazer/
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/ // Multiple Indicator Screener for 40 FnO Contracts. https://in.tradingview.com/u/QuantNomad/ Base code from //QuantNomad's Open Source Screener with multiple indicator. // © cyroblazer //@version=5 indicator...
Monthly Options Expiration 2023
https://www.tradingview.com/script/fBI2MnjA-Monthly-Options-Expiration-2023/
imzeeshan
https://www.tradingview.com/u/imzeeshan/
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/ // Source: https://www.marketwatch.com/tools/options-expiration-calendar?year=2023 // © imzeeshan //@version=5 indicator("Monthly Options Expiration 2023", overlay=true) expiry=year==2022 and month==12 and da...
Trend Oscillator
https://www.tradingview.com/script/eEjV4Ura-Trend-Oscillator/
faytterro
https://www.tradingview.com/u/faytterro/
403
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © faytterro //@version=5 indicator("Trend Oscillator", timeframe = "", timeframe_gaps = true) srctcr=input(hlc3,title="source") lentcr=input.int(25,title="lenght", maxval=1000) cr(x, y) => z = 0.0 w...
Take Session High/Low Alert [MsF]
https://www.tradingview.com/script/QOPD6ZXK/
Trader_Morry
https://www.tradingview.com/u/Trader_Morry/
171
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Trader_Morry //@version=5 indicator(title='Take Session High/Low Alert [MsF]', shorttitle='TS High/Low', overlay=true, max_bars_back = 5000) //////// // Input values // [ var GRP1 = "--- Vertical Lines ...
MA Band Distance Monitor
https://www.tradingview.com/script/704X2kH7-MA-Band-Distance-Monitor/
HasanRifat
https://www.tradingview.com/u/HasanRifat/
278
study
5
MPL-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("MA Band Distance Monitor", overlay = true, max_labels_count = 500) // array for calculations var slowMAdis = array.new_float() var fastMAdis = array.new_float() var maDi...
Bar metrics / quantifytools
https://www.tradingview.com/script/vhpAMHyU-Bar-metrics-quantifytools/
quantifytools
https://www.tradingview.com/u/quantifytools/
178
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © quantifytools //@version=5 indicator("Bar metrics", overlay=true) // Inputs //Lookback inputs groupLook = "General" i_smoothingType = input.string("SMA", "Moving average", option...
RSI Impact Heat Map [Trendoscope]
https://www.tradingview.com/script/zsmaLEyI-RSI-Impact-Heat-Map-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
484
study
5
MPL-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 // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ▒▒...
Support Resistance with Breaks and Retests
https://www.tradingview.com/script/Xeeko6TV-Support-Resistance-with-Breaks-and-Retests/
HoanGhetti
https://www.tradingview.com/u/HoanGhetti/
2,445
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HoanGhetti //@version=5 indicator("Breaks and Retests [HG]", overlay = true, max_boxes_count = 500, max_labels_count = 500) g_sr = 'Support and Resistance' g_c = 'Conditions' g_st = 'Styling' t_r = 'Ba...
Hurst Spectral Analysis SwamiChart
https://www.tradingview.com/script/TNLh236f-Hurst-Spectral-Analysis-SwamiChart/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
65
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BarefootJoey // ██████████████████████████████████████████████████████████████████████ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─▄▄─█▄─▄▄─█▄─█─▄█ // ██─▄─▀██─▀─███─▄─▄██─▄█▀██─▄███─██─█─██─...
Fibonacci Levels Based on Supertrend [By MUQWISHI]
https://www.tradingview.com/script/ziw9l3lF-Fibonacci-Levels-Based-on-Supertrend-By-MUQWISHI/
MUQWISHI
https://www.tradingview.com/u/MUQWISHI/
827
study
5
MPL-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("Supertrend-Fib", overlay = true, max_lines_count = 500, max_labels_count = 500) // |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++| // | ...
Faytterro Bands
https://www.tradingview.com/script/yXYS7vNg-Faytterro-Bands/
faytterro
https://www.tradingview.com/u/faytterro/
1,151
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © faytterro //@version=5 indicator("Faytterro Bands", overlay=true, max_lines_count=500, max_bars_back = 500) src=input(hlc3,title="source") len=input.int(50,title="lenght", maxval=500) cr(x, y) => z =...
Dominant Cycle Detection Oscillator
https://www.tradingview.com/script/zeLIeoRG-Dominant-Cycle-Detection-Oscillator/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
81
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // // © BarefootJoey // ██████████████████████████████████████████████████████████████████████ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─▄▄─█▄─▄▄─█▄─█─▄█ // ██─▄─▀██─▀─███─▄─▄██─▄█▀██─▄███─██─█─█...
Gamification Indicator
https://www.tradingview.com/script/GdO8hbRE-Gamification-Indicator/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
71
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © BarefootJoey // ██████████████████████████████████████████████████████████████████████ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─▄▄─█▄─▄▄─█▄─█─▄█ // ██─▄─▀██─▀─███─▄─▄██─▄█▀██─▄███─██─█─██─...
The Perfect Support & Resistance
https://www.tradingview.com/script/YO6BLV9V-The-Perfect-Support-Resistance/
Yidu_A_S_O_T_L_J_C
https://www.tradingview.com/u/Yidu_A_S_O_T_L_J_C/
349
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Yidu_A_S_O_T_L_J_C //@version=5 indicator("The Perfect Support & Resistance", "The Perfect S&R", overlay = true) // Identify structure and lookback points to the left // 10 levels max required // assign ...
TICK - Custom Tickers [Pt]
https://www.tradingview.com/script/RW3rErWa-TICK-Custom-Tickers-Pt/
PtGambler
https://www.tradingview.com/u/PtGambler/
81
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © PtGambler //@version=5 indicator("TICK - Custom Tickers [Pt]", shorttitle = 'TICK-Custom[Pt]', timeframe = '', timeframe_gaps = false) group1 = 'Symbols' group2 = 'Top 20' group3 = 'Top 30' group4 = 'Top...