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 |
|---|---|---|---|---|---|---|---|---|
Fan Projections [theEccentricTrader] | https://www.tradingview.com/script/vGA2Qf3G-Fan-Projections-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Fan Projections [theEccentricTrader]', overlay = true, max_bars_back = 5000, max_lines_count = 500)
//////////// anchor points ////////////
selectAnchor = i... |
Astro: Solar System | https://www.tradingview.com/script/imTCXik2-Astro-Solar-System/ | BarefootJoey | https://www.tradingview.com/u/BarefootJoey/ | 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/
// © BarefootJoey
// ██████████████████████████████████████████████████████████████████████ _____ __ _ _______ _____ _______ _______ _______
// █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─... |
Parallel Projections [theEccentricTrader] | https://www.tradingview.com/script/pdLNWjFb-Parallel-Projections-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Parallel Projections [theEccentricTrader]', overlay = true, max_bars_back = 5000, max_lines_count = 500)
//////////// anchor points ////////////
selectAncho... |
Intra-Candles | https://www.tradingview.com/script/MtdVvx6V-Intra-Candles/ | EsIstTurnt | https://www.tradingview.com/u/EsIstTurnt/ | 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/
// © EsIstTurnt
//@version=5
indicator("Intra-Bars",overlay=true)
//Inputs
numbers = input.bool(false,"Count Levels")
Sections = input.int(6,"# of Lower Timeframe Candles",minval=2,maxval=6)... |
Astro: Planetary Speed | https://www.tradingview.com/script/h85p2NJP-Astro-Planetary-Speed/ | BarefootJoey | https://www.tradingview.com/u/BarefootJoey/ | 64 | study | 5 | MPL-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
// ██████████████████████████████████████████████████████████████████████ _____ __ _ _______ _____ _______ _______ _______
// █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─... |
Astro: Celestial Coordinates | https://www.tradingview.com/script/enTi32zi-Astro-Celestial-Coordinates/ | BarefootJoey | https://www.tradingview.com/u/BarefootJoey/ | 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/
// © BarefootJoey
// ██████████████████████████████████████████████████████████████████████ _____ __ _ _______ _____ _______ _______ _______
// █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄─▄▄─█─▄▄─█─▄▄─█─▄─▄─███▄─▄█─... |
Rangemeter [theEccentricTrader] | https://www.tradingview.com/script/4hqInPpN-Rangemeter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theexotictrader
//@version=5
indicator('Rangemeter [theEccentricTrader]', overlay = true)
//////////// shsl ////////////
shPrice = close[1] >= open[1] and close < open and high >= high[1] and barsta... |
[SM] Bitcoin cycles bull market | https://www.tradingview.com/script/NyfFOTU8-SM-Bitcoin-cycles-bull-market/ | Strateg_maker | https://www.tradingview.com/u/Strateg_maker/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Strateg_maker
//@version=5
indicator("[SM] Bitcoin cycles bull market", "[SM] Bitcoin cycles", overlay=true)
//======================================================================
// Seting input
... |
Rate Of Change [Hyperbolic] | https://www.tradingview.com/script/phamIEZT-Rate-Of-Change-Hyperbolic/ | akikostas | https://www.tradingview.com/u/akikostas/ | 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/
// © akikostas
//@version=5
indicator(title="Rate Of Change [Log] ", shorttitle="ROC-L", format=format.price, precision=2, timeframe="", timeframe_gaps=true)
length = input.int(9, minval=1)
source = input(clos... |
Impulse Momentum MACD - Slow and Fast | https://www.tradingview.com/script/F2HTaudO/ | DOC-STRATEGY | https://www.tradingview.com/u/DOC-STRATEGY/ | 127 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © DOC-STRATEGY
//██████╗░░█████╗░░█████╗░ ░██████╗████████╗██████╗░░█████╗░████████╗███████╗░██████╗░██╗░░░██╗
//██╔══██╗██╔══██╗██╔══██╗ ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔════╝░╚██╗░██╔╝
... |
Percent Change of Day [ilovealgotrading] | https://www.tradingview.com/script/Cx3VPe4t-Percent-Change-of-Day-ilovealgotrading/ | projeadam | https://www.tradingview.com/u/projeadam/ | 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/
// © Baby_whale_to_moon
//@version=5
indicator('Percent Change of Day [ilovealgotrading]', overlay=false, max_labels_count = 500)
TimeFrame = input.timeframe('D')
more_then0 = input.color(defval =color.rgb(3... |
Double Trend Counter [theEccentricTrader] | https://www.tradingview.com/script/gObq9z0t-Double-Trend-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Double Trend Counter [theEccentricTrader]', overlay = true)
//////////// sample period filter ////////////
showSamplePeriod = input(defval = true, title = '... |
Opening Hour/Closing Hour Indices Statistics: high/low times; 5m | https://www.tradingview.com/script/IXXjCb5w-Opening-Hour-Closing-Hour-Indices-Statistics-high-low-times-5m/ | twingall | https://www.tradingview.com/u/twingall/ | 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/
//Designed for use on US indices: ES, NQ (S&P, SPY; US100, etc etc)
// Idea is to get some statistics of time of high & time of low in both the opening hour (9:30-10:30am NY time) and the closing hour (15:00-1... |
Fibonacci Ratios [theEccentricTrader] | https://www.tradingview.com/script/tIVkvl5I-Fibonacci-Ratios-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 63 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Fibonacci Ratios [theEccentricTrader]', overlay = true)
//////////// shsl ////////////
shPrice = close[1] >= open[1] and close < open and high >= high[1] a... |
Fibonacci Ratios HTF [theEccentricTrader] | https://www.tradingview.com/script/nR1d9Kx6-Fibonacci-Ratios-HTF-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 182 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Fibonacci Ratios HTF [theEccentricTrader]', overlay = true)
//////////// shsl ////////////
shPrice = close[1] >= open[1] and close < open and high >= high[... |
LNL Simple Hedging Tool | https://www.tradingview.com/script/Xg3rfLH2-LNL-Simple-Hedging-Tool/ | lnlcapital | https://www.tradingview.com/u/lnlcapital/ | 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/
//
// @version=5
//
// LNL Simple Hedging Tool
//
// Simple Hedging Tool was created for traders who struggle with hedging. This tool helps to spot the ideal moments to put the hedges on. There are two versions... |
Zero-lag TEMA Crosses [Loxx] | https://www.tradingview.com/script/sjkyqVmc-Zero-lag-TEMA-Crosses-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 359 | study | 5 | MPL-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("Zero-lag TEMA Crosses [Loxx]",
overlay = true,
timeframe="",
timeframe_gaps = true)
greencolor = #2DD204
redcolor = #D2042D
bluecolor = #042dd2
import loxx... |
Moving Average Resting Point [theEccentricTrader] | https://www.tradingview.com/script/Vne4vw11-Moving-Average-Resting-Point-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator("Moving Average Resting Point [theEccentricTrader]", shorttitle = 'MARP [theEccentricTrader]', overlay = true)
//////////// shsl ////////////
shPrice = clos... |
OBV-MACD | https://www.tradingview.com/script/DHoMV0CV-OBV-MACD/ | starduckz | https://www.tradingview.com/u/starduckz/ | 86 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © rewbuglag
//@version=5
indicator(title="OBV-MACD", shorttitle="OBV-MACD", timeframe="", timeframe_gaps=true, format=format.volume) // , format=format.volume
// indicator(title="OBV-MACD", shorttitle="OBV-... |
Wavemeter [theEccentricTrader] | https://www.tradingview.com/script/uvjyD6K7-Wavemeter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 57 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator("Wavemeter [theEccentricTrader]", overlay = true, max_lines_count = 500)
//////////// sample period filter ////////////
showSamplePeriod = input(defval = tru... |
Variety MA Cluster Filter Crosses [Loxx] | https://www.tradingview.com/script/fnYaYfso-Variety-MA-Cluster-Filter-Crosses-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 127 | study | 5 | MPL-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 MA Cluster Filter Crosses [Loxx]",
overlay = true,
timeframe="",
timeframe_gaps = true)
import loxx/loxxexpandedsourcetypes/4
import loxx/loxxmas/1
... |
Adaptive Fusion ADX Vortex | https://www.tradingview.com/script/jQKu8fOU-Adaptive-Fusion-ADX-Vortex/ | simwai | https://www.tradingview.com/u/simwai/ | 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/
// © simwai
//@version=5
indicator('Adaptive Fusion ADX Vortex', 'A_FAV')
// -- Colors --
color maximumYellowRed = color.rgb(255, 203, 98) // yellow
color rajah = color.rgb(242, 166, 84) // orange
color magic... |
Quad RS | https://www.tradingview.com/script/99b74MJm-Quad-RS/ | InvestIn10 | https://www.tradingview.com/u/InvestIn10/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © InvestIn10
//@version=5
indicator("Quad RS", shorttitle="Quad RS", timeframe="")
sym = input.symbol("NSE:NIFTY", "Relative Symbol")
period1 = input.int(500, "Period 1")
period2 = input.int(250, "Period 2... |
Double Trends [theEccentricTrader] | https://www.tradingview.com/script/yUqQcSHM-Double-Trends-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 8 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Double Trends [theEccentricTrader]', overlay = true)
//////////// double trends ////////////
shPrice = close[1] >= open[1] and close < open and high >= high... |
Double Candle Trend Counter [theEccentricTrader] | https://www.tradingview.com/script/uuBGLWN7-Double-Candle-Trend-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Double Candle Trend Counter [theEccentricTrader]', overlay = true)
//////////// sample period filter ////////////
showSamplePeriod = input(defval = true, ti... |
Upper and Lower Candle Trend Counter [theEccentricTrader] | https://www.tradingview.com/script/ZI3u0pXy-Upper-and-Lower-Candle-Trend-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Upper and Lower Candle Trend Counter [theEccentricTrader]', overlay = true)
//////////// sample period filter ////////////
showSamplePeriod = input(defval =... |
Know Sure Thing + Ribbon | https://www.tradingview.com/script/5hod89KV-Know-Sure-Thing-Ribbon/ | akikostas | https://www.tradingview.com/u/akikostas/ | 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/
// © akikostas
//@version=5
indicator(title="Know Sure Thing [Log] + Ribbon", shorttitle="KST-L + Ribbon", format=format.price, precision=4, timeframe="", timeframe_gaps=true)
roclen1 = input.int(10, minval=1,... |
Smart Money Concepts Probability (Expo) | https://www.tradingview.com/script/mBINsJlf-Smart-Money-Concepts-Probability-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 5,285 | 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("Smart Money Concepts Probability (Expo)",overlay=true,max_bars_back=5000,max_labels_count=500,max_lines_count=500)
// ~~ T... |
Relative Performance of stock against nifty & bank nifty | https://www.tradingview.com/script/oPOYIzm8-Relative-Performance-of-stock-against-nifty-bank-nifty/ | Tradernawab | https://www.tradingview.com/u/Tradernawab/ | 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/
// © Tradernawab
//@version=5
indicator("Nifty-Bank Nifty Relative Performance", overlay=false)
// Retrieve data for Nifty and Bank Nifty
nifty =request.security("NSE:NIFTY", timeframe.period, close)
banknif... |
JZ_Chaikin HTF Volatility Breakout | https://www.tradingview.com/script/Et1G3oVa-JZ-Chaikin-HTF-Volatility-Breakout/ | JazzByrd | https://www.tradingview.com/u/JazzByrd/ | 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/
// © JazzByrd
// All Credit to Harry Potter's initial Chaikin Volatility Indicator (Copyright by HPotter v1.0 13/08/2014), of which this is only a slight modification.
// Added Higher Timeframe and HMA for smo... |
ADD 2 | https://www.tradingview.com/script/skuNhTjf-ADD-2/ | buyoption | https://www.tradingview.com/u/buyoption/ | 22 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Tom1trader
// This is the NYSE Advancers - decliners which the SPX pretty much has to follow. The level gives an idea of days move
// but I follow the direction as when more advance (green) or decline (re... |
Triple RSI Indicator with Toggle | https://www.tradingview.com/script/XA8e6eEP-Triple-RSI-Indicator-with-Toggle/ | Rginah1974 | https://www.tradingview.com/u/Rginah1974/ | 22 | 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/
// © Rginah1974
//@version=4
study("Triple RSI Indicator with Toggle", shorttitle="TRSI-T", overlay=false)
// Input parameters
rsi1Length = input(5, title="RSI1 Length", minval=1, group="short RSI")
rsi2Lengt... |
WillyCycle Oscillator&DoubleMa/ErkOzi/version 2 | https://www.tradingview.com/script/KbJujNsb/ | ErkOzi | https://www.tradingview.com/u/ErkOzi/ | 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/
// © ErkOzi
//@version=5
indicator(title='WillyCycle Oscillator&DoubleMa/ErkOzi/version 2x', shorttitle='WCODMA')
// Willy period
length = input.int(240, title='LTF Period')
upper = ta.highest(length)
lower =... |
VWAP Bollinger Band Crossover Breakout with Resistance | https://www.tradingview.com/script/TJq6nTJ9-VWAP-Bollinger-Band-Crossover-Breakout-with-Resistance/ | beststockalert | https://www.tradingview.com/u/beststockalert/ | 83 | 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/
// © RickVBlack
// credit to // © Jesus_Salvatierra for VWAP script
//@version=4
study(title = "VWAP Bollinger Band Crossover", shorttitle = "VWAP BB Cross", overlay = true)
// Inputs
price = input(cl... |
Fed Projected Interest Rates | https://www.tradingview.com/script/YVMSLzBP-Fed-Projected-Interest-Rates/ | triccomane | https://www.tradingview.com/u/triccomane/ | 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/
// © triccomane
//@version=5
indicator("Fed Projected Interest Rates", overlay = true)
cur_input =input('CBOT:ZQJ2023',title = 'current zq')
cur_zq = 100-request.security(cur_input, timeframe.period, close)
c... |
Correlation Crypto Matrix | https://www.tradingview.com/script/j9R6AY6t-Correlation-Crypto-Matrix/ | VanHe1sing | https://www.tradingview.com/u/VanHe1sing/ | 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/
// © [VanHelsing 2023]
//@version=5
indicator("Correlation Crypto Matrix", 'CCM', overlay = false)
int cc_len = input.int(30, 'Correlation Length')
string sym1= input("BTCUSD")
string sym2= input("BNBUSD")
s... |
Trendlines [theEccentricTrader] | https://www.tradingview.com/script/pt2xPg6g-Trendlines-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Trendlines [theEccentricTrader]', overlay = true)
//////////// shsl ////////////
shPrice = close[1] >= open[1] and close < open and high >= high[1] and bar... |
Return Line Downtrends [theEccentricTrader] | https://www.tradingview.com/script/3NWHQtHB-Return-Line-Downtrends-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Return Line Downtrends [theEccentricTrader]', overlay = true)
//////////// return line downtrends ////////////
slPrice = close[1] < open[1] and close >= ope... |
Trendlines HTF [theEccentricTrader] | https://www.tradingview.com/script/SsiX8yk4-Trendlines-HTF-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 175 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Trendlines HTF [theEccentricTrader]', overlay = true)
//////////// shsl ////////////
shPrice = close[1] >= open[1] and close < open and high >= high[1] ? h... |
Three-Day Rolling Pivot | https://www.tradingview.com/script/94rwUtQr-Three-Day-Rolling-Pivot/ | weak_hand | https://www.tradingview.com/u/weak_hand/ | 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/
// © weak_hand
//@version=5
indicator("Three-Day Rolling Pivot", "Rolling Pivot", overlay = true, max_lines_count = 500)
// ----------------------------------------------}
// PREDEFINED ROLLING TYPE
// -----... |
RedK DIY ZLMA: Customizable Zero-Lag MA (Educational / Utility) | https://www.tradingview.com/script/Gj3CgIso-RedK-DIY-ZLMA-Customizable-Zero-Lag-MA-Educational-Utility/ | RedKTrader | https://www.tradingview.com/u/RedKTrader/ | 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/
// © RedKTrader
//@version=5
// customize your own ZLMA using 3-pass MAs and get the 1-line formula to use in other scripts
// Some common MA's use this technique to decreae the lagging effect (for example, Hu... |
Leveraged Share Conversion Indicator | https://www.tradingview.com/script/TIXs33JM-Leveraged-Share-Conversion-Indicator/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 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/
// © Steversteves
// Update Details: Last update: March 21st, 2023
// Next Update: June 1st, 2023
//@version=5
indicator("Leveraged Share Conversion Indicator")
// Select Leveraged Sha... |
Balance Zone Extension | https://www.tradingview.com/script/RQlRPxVP-Balance-Zone-Extension/ | mcthatsme | https://www.tradingview.com/u/mcthatsme/ | 114 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mcthatsme
//@version=5
indicator("Balance Zone Extension", overlay=true, max_lines_count=500)
//Inputs
balance_High = input.float (defval=3900, title="Top of Balance Zone")
balance_Low = input.flo... |
IOFin F-Score by zdmre | https://www.tradingview.com/script/da0KJmys-IOFin-F-Score-by-zdmre/ | zdmre | https://www.tradingview.com/u/zdmre/ | 34 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © zdmre
//@version=5
indicator('IOFin F-Score by zdmre', overlay = false, precision=0)
period = input.string('FY', 'Financial Period', options=['FQ', 'FY'], tooltip='FQ: Financial Quarter\nFY: Financial Yea... |
CPR Weekly Variable Weekday Seller | https://www.tradingview.com/script/gBoRFvpx-CPR-Weekly-Variable-Weekday-Seller/ | DeuceDavis | https://www.tradingview.com/u/DeuceDavis/ | 133 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © DeuceDavis
//@version=5
indicator("CPR Weekly Variable Weekday Seller", overlay=true)
tradeSource = input.source(close, title='Source For Trigger')
weekdayExpiry = input.string(defval = "Friday", title="E... |
Trading Checklist - Sonarlab | https://www.tradingview.com/script/1wm71JZK-Trading-Checklist-Sonarlab/ | Sonarlab | https://www.tradingview.com/u/Sonarlab/ | 696 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Sonarlab
//@version=5
indicator("Trading Checklist - Sonarlab", shorttitle="Trading Checklist - Sonarlab", overlay=true)
//--------------------------------------------------------------------------------... |
Weis Wave Volume - Simple labels and comparison | https://www.tradingview.com/script/hcsDqW4W-Weis-Wave-Volume-Simple-labels-and-comparison/ | TonioVolcano | https://www.tradingview.com/u/TonioVolcano/ | 145 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Original version of this script from @the_MarketWhisperer and some other pieces of the script from @LucF. This version makes changes to the way the waves are calculated as well as changes to how it is displ... |
RSI Divergence Method | https://www.tradingview.com/script/HvgoSImF-RSI-Divergence-Method/ | RozaniGhani-RG | https://www.tradingview.com/u/RozaniGhani-RG/ | 219 | study | 5 | MPL-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('RSI Divergence Method', 'RDM')
// 0. Inputs
// 1. Custom Functions
// 2. Variables
// 3. Plots
//#region ———————————————————— 0. Inputs
src = input.source(close,... |
Multi-Timeframe High Low (@JP7FX) | https://www.tradingview.com/script/UuM0gYyG-Multi-Timeframe-High-Low-JP7FX/ | jp7fx | https://www.tradingview.com/u/jp7fx/ | 360 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jp7fx
//@version=5
indicator('Multi-Timeframe High Low (@JP7FX)', overlay=true)
S1 = '----Inputs----'
S2 = '----Line and Label Settings----'
/////Inputs - Shown in Menu
TF = input.timeframe(title='Hig... |
Multi-Timeframe Trend Indicator | https://www.tradingview.com/script/xQSGzY4E-Multi-Timeframe-Trend-Indicator/ | Ox_kali | https://www.tradingview.com/u/Ox_kali/ | 662 | study | 5 | MPL-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
// ________________________________________________________________________________________________________________________________
// ██████╗ ██╗ ██╗ ... |
Weekly Options Expiry Candle V.2 | https://www.tradingview.com/script/D4PvJWUe-Weekly-Options-Expiry-Candle-V-2/ | tanayroy | https://www.tradingview.com/u/tanayroy/ | 254 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tanayroy
//@version=5
indicator("Weekly Options Expiry Candle V.2", shorttitle = 'Expiry Candale V.2',overlay = true,max_boxes_count = 500,
max_labels_count = 500)
var string GP1 = 'Option Expiry Candle'... |
Optimized Logarithmic Curve for Bitcoin (BTC/USD) by FICAS | https://www.tradingview.com/script/oaS3QRn4-Optimized-Logarithmic-Curve-for-Bitcoin-BTC-USD-by-FICAS/ | alimizanioskui | https://www.tradingview.com/u/alimizanioskui/ | 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/
//© anon2414691 Optimized by alimizanioskui(FICAS) originally created by @quantadelic
// @version=5
indicator('Optimized Logarithmic Curve for Bitcoin (BTC/USD) by FICAS', overlay=true)
// Group String //... |
Ectopic Bar by Moti Rakam | https://www.tradingview.com/script/uaha7LZ0-Ectopic-Bar-by-Moti-Rakam/ | MotiRakam | https://www.tradingview.com/u/MotiRakam/ | 78 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © MotiRakam
//@version=5
indicator("Ectopic Bar by Moti Rakam", "Ectopic Bar", overlay=true)
var bool highClose = false
var bool lowClose = false
var bool bullishPinBar = false
var bool bearishPinBar = fal... |
Oliver Velez Indicator | https://www.tradingview.com/script/kBUTQ1e4-Oliver-Velez-Indicator/ | Rginah1974 | https://www.tradingview.com/u/Rginah1974/ | 93 | 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/
// © Rginah1974
//@version=4
study("Oliver Velez Indicator", shorttitle="OVI", overlay=true)
//use_HA = input.bool(false, title='Use HeikinAshi data?', group='HeikinAshi')
// Input parameters for Elephant Bars... |
Momentum Reversal [AngelAlgo] | https://www.tradingview.com/script/1UCzmRD4-Momentum-Reversal-AngelAlgo/ | AngelAlgo | https://www.tradingview.com/u/AngelAlgo/ | 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/
//@version=5
indicator("Momentum Reversal [AngelAlgo]", overlay = false)
// Inputs
momentumLength = input(14,"Period")
trendLength = input(50,"Trend length")
signalsType = input.string("Contrarian",options=["... |
Rainbow Collection - Blue | https://www.tradingview.com/script/eulaoHZT-Rainbow-Collection-Blue/ | Sofien-Kaabar | https://www.tradingview.com/u/Sofien-Kaabar/ | 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/
// © Sofien-Kaabar
//@version=5
indicator("Rainbow Collection - Blue", overlay = true)
lookback = input(defval = 21, title = 'Lookback')
lookback_rsi = input(defval = 21, title = 'RSI Lookback')
slope ... |
Candle Counter [theEccentricTrader] | https://www.tradingview.com/script/XsgxvZjB-Candle-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 50 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Candle Counter [theEccentricTrader]', overlay = true)
//////////// sample period filter ////////////
showSamplePeriod = input(defval = true, title = 'Show S... |
Advanced RSI with Volatility Bands [RedWhite] | https://www.tradingview.com/script/QfiDfM8u/ | mrojas-mx | https://www.tradingview.com/u/mrojas-mx/ | 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/
// © mrojas-mx
//@version=5
// # ========================================================================= #
// # | Indicator |
// # ======================================================... |
Swing Counter [theEccentricTrader] | https://www.tradingview.com/script/VnhEhVA1-Swing-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Swing Counter [theEccentricTrader]', overlay = true, max_lines_count = 500)
//////////// sample period filter ////////////
showSamplePeriod = input(defval =... |
Candle Trend Counter [theEccentricTrader] | https://www.tradingview.com/script/hIlTukJJ-Candle-Trend-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Candle Trend Counter [theEccentricTrader]', overlay = true)
///////////////////////////
// SAMPLE PERIOD FILTER //
///////////////////////////
showSamplePerio... |
Uptrends [theEccentricTrader] | https://www.tradingview.com/script/pzOrfxND-Uptrends-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Uptrends [theEccentricTrader]', overlay = true)
//////////// uptrends ////////////
slPrice = close[1] < open[1] and close >= open and low <= low[1] and bars... |
Downtrends [theEccentricTrader] | https://www.tradingview.com/script/9hDHiVBw-Downtrends-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Downtrends [theEccentricTrader]', overlay = true)
//////////// downtrends ////////////
shPrice = close[1] >= open[1] and close < open and high >= high[1] an... |
Trend Counter [theEccentricTrader] | https://www.tradingview.com/script/ue2aOkn8-Trend-Counter-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 18 | 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/
// © theEccentricTrader
//@version=4
study("Trend Counter [theEccentricTrader]", overlay = true)
//////////// sample period filter ////////////
showSamplePeriod = input(defval = true, title = 'Show Sample... |
Return Line Uptrends [theEccentricTrader] | https://www.tradingview.com/script/C2NDkKj7-Return-Line-Uptrends-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Return Line Uptrends [theEccentricTrader]', overlay = true)
//////////// return line uptrends ////////////
shPrice = close[1] >= open[1] and close < open an... |
Kimchi Premium watch | https://www.tradingview.com/script/JNYTNY7t/ | Quu | https://www.tradingview.com/u/Quu/ | 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/
// © Quu
//@version=5
indicator('Kimchi Premium watch', scale=scale.none, overlay = true)
dollar = input.symbol(title='Dollar/KRW', defval='USDKRW')
dollar_value = request.security(dollar, timeframe.period, cl... |
Remove Hodler [5ema] | https://www.tradingview.com/script/EWyQX2Qk-Remove-Hodler-5ema/ | vn5ema | https://www.tradingview.com/u/vn5ema/ | 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/
// Reused some functions from (I believe made by ©paaax, @QuantNomad)
// ©paaax: The table position function (https://www.tradingview.com/script/Jp37jHwT-PX-MTF-Overview/).
// @QuantNomad: The function calcu... |
FVGs & CEs + Alerts: simple & efficient method | https://www.tradingview.com/script/5MXFwNal-FVGs-CEs-Alerts-simple-efficient-method/ | twingall | https://www.tradingview.com/u/twingall/ | 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/
//FVG indicator: Paints FVGs and their midlines (CEs). Stops painting when CE is hit, or when fully filled; user choice of threshold. This threshold is also used in the Alert conditions.
//Big thank you to @Bjo... |
Technical Dashboard with High and Low Price Prediction | https://www.tradingview.com/script/ugr4EWvo-Technical-Dashboard-with-High-and-Low-Price-Prediction/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 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/
// /$$$$$$ /$$ /$$
// /$$__ $$ | $$ | $$ ... |
Mason’s Line Indicator | https://www.tradingview.com/script/mNcGcDvI-Mason-s-Line-Indicator/ | Ox_kali | https://www.tradingview.com/u/Ox_kali/ | 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/
// © Ox_kali
// ________________________________________________________________________________________________________________________________
// ██████╗ ██╗ ██╗ ... |
Cloud Bunching [5ema] | https://www.tradingview.com/script/hpfiKBMT-Cloud-Bunching-5ema/ | vn5ema | https://www.tradingview.com/u/vn5ema/ | 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/
// Reused some functions from (I believe made by ©paaax, @QuantNomad)
// ©paaax: The table position function (https://www.tradingview.com/script/Jp37jHwT-PX-MTF-Overview/).
// @QuantNomad: The function calcu... |
Colorful Moving Averages | https://www.tradingview.com/script/Qc7GykOv-Colorful-Moving-Averages/ | faytterro | https://www.tradingview.com/u/faytterro/ | 468 | study | 5 | MPL-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("Colorful Moving Averages", overlay = true)
////////////
a1 = input(0.7, "T3 Volume Factor", group = "Tillson T3 Settings ")
T3(source,length)=>
e1 = ta.ema((high + ... |
RS - Relative Strength Score | https://www.tradingview.com/script/EEL0qc2z-RS-Relative-Strength-Score/ | Lantzwat | https://www.tradingview.com/u/Lantzwat/ | 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/
// ©Lantzwat
//@version=5
indicator("RS - Relative Strength Score", "RS")
src = input(title='Source', defval=close)
RefTickerId = input.symbol("SP:SPX+NASDAQ_DLY:NDX+DJ:DWCPF", title="Referenc... |
Import Forex Volume from 5 biggest FX Brokers (single/combined) | https://www.tradingview.com/script/1lVcjlrz-Import-Forex-Volume-from-5-biggest-FX-Brokers-single-combined/ | twingall | https://www.tradingview.com/u/twingall/ | 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/
// I typically use Forex.com for FX, which doesn't show volume. This indicator allows user to import Volume from a range of FX brokers that DO show volume
// Either pick a broker to draw from, or combine the re... |
Orion:Sagitta | https://www.tradingview.com/script/vSP6B13i-Orion-Sagitta/ | priceprophet | https://www.tradingview.com/u/priceprophet/ | 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/
// © priceprophet
//@version=5
indicator("Orion:Sagitta")
s = ta.stoch(close,high,low,2)
s1 = ta.stoch(close,high,low,1)
x = s >= 80 ? color.green :
s >= 60 and s < 80 ? color.blue :
s >= 40 and s <... |
kama | https://www.tradingview.com/script/1O7gafpR-kama/ | palitoj_endthen | https://www.tradingview.com/u/palitoj_endthen/ | 78 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © palitoj_endthen
//@version=5
indicator(title = 'Perry J. Kaufman - Adaptive Moving Average - Modified', shorttitle = 'kama', overlay = true)
// input
length = input.int(defval = 14, title = 'Length', gr... |
SumInd | https://www.tradingview.com/script/G5reYYAI/ | fpucci | https://www.tradingview.com/u/fpucci/ | 98 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © fpucci
// V1.00 - March 21, 2023
//@version=5
indicator("SumInd", overlay=false)
wha = input.int(100, "Heiking Ashi Weight (0-200%)", 0, 200)
wpsar = input.int(100, "Parabolic SAR Weight (0-200%)", 0, 20... |
Spot vs Derivative Premium | https://www.tradingview.com/script/TGu0M96P-Spot-vs-Derivative-Premium/ | ShisuiCrypto | https://www.tradingview.com/u/ShisuiCrypto/ | 5 | 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/
// © ShisuiCrypto
//@version=4
study("Spot vs Derivative Premium")
src1 = security("COINBASE:BTCUSD", timeframe.period, close)
src2 = security("BYBIT:BTCUSD.P", timeframe.period, close)
src3 = security("BINAN... |
SB Multiple Moving Averages (Simple) | https://www.tradingview.com/script/gXSI92jx-SB-Multiple-Moving-Averages-Simple/ | SeyfettinBal | https://www.tradingview.com/u/SeyfettinBal/ | 22 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © SeyfettinBal
//@version=5
indicator("SB Moving Averages", overlay = true)
i = input.source(close,"Source")
l1 = input.int(3, "1. MA Days")
l2 = input.int(5, "2. MA Days")
l3 = input.int(8, "3. MA Days")
... |
Trade Ideas to Discord Webhook | https://www.tradingview.com/script/7GwmQNeB-Trade-Ideas-to-Discord-Webhook/ | godzcopilot | https://www.tradingview.com/u/godzcopilot/ | 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/
// © godzcopilot
//@version=5
indicator('Trade Ideas to Discord Webhook', shorttitle='💡', overlay=true)
// Input fields
alert_type = input.string('Combined',title='Alert Type',options = ['Combined', 'Entry',... |
HT Momentum Indicator [ ZCrypto ] | https://www.tradingview.com/script/aVXYkicb-HT-Momentum-Indicator-ZCrypto/ | TZack88 | https://www.tradingview.com/u/TZack88/ | 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/
// © TZack88
//@version=5
indicator("HT Momentum Indicator [ ZCrypto ]")
string ht_group = "HT Core"
string ht2_group = "HT Settings"
string sma_group ... |
Entry Alert Bot | https://www.tradingview.com/script/M1wov6cq-Entry-Alert-Bot/ | drother | https://www.tradingview.com/u/drother/ | 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/
// © drother
//@version=5
indicator("Entry Alert Bot", overlay = true)
f_tp = input.float(2, title = "Take Profit")
f_entry = input.float(1.0, minval = 0, title = "Entry Price")
f_sl_perc = input.float(2.0, mi... |
ADX trend reversal/continuation spotter | https://www.tradingview.com/script/W1qI60Ob-ADX-trend-reversal-continuation-spotter/ | Bonny99 | https://www.tradingview.com/u/Bonny99/ | 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/
// © Bonny99
//@version=5
indicator("ADX trend reversal/continuation spotter" , overlay = false)
[dp , dm , adx] = ta.dmi(14,14)
decrement = input.int(60 , "decrement/increment value")
lookback = input.int(20... |
Multi-Symbol Cross Indicator Template - Unleash Your Potential! | https://www.tradingview.com/script/D6YG33n7-Multi-Symbol-Cross-Indicator-Template-Unleash-Your-Potential/ | Autoview_ext | https://www.tradingview.com/u/Autoview_ext/ | 48 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Autoview_ext
// Your mind is your edge. When you believe that money comes easily and frequently, it does. Say it loud!
//@version=5
indicator("Multi-Symbol Golden Cross Alert", overlay=true, shorttitle="M... |
ICT Market Structure and OTE Zone | https://www.tradingview.com/script/hTOhzi4J-ICT-Market-Structure-and-OTE-Zone/ | xflorex | https://www.tradingview.com/u/xflorex/ | 248 | 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/
// © xflorex
//@version=4
study("ICT Market Structure and OTE Zone", shorttitle="ICT MS & OTE", overlay=true)
// Parameters
fib_lower = input(0.618, title="Fibonacci Lower Level", type=input.float)
fib_upper ... |
Candle % locator | https://www.tradingview.com/script/BZol7nrX-Candle-locator/ | jonarod | https://www.tradingview.com/u/jonarod/ | 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/
// © jonarod
//@version=5
indicator("Candle % locator", overlay = true)
min_perc_move = input.float(20.0, "Minium %")/100
bar_range = (math.abs(open[0] - close[0]) / open[0])
// plot(bar_range)
plotshape(b... |
graham's formula | https://www.tradingview.com/script/BNvOLW8x/ | crovisgrind | https://www.tradingview.com/u/crovisgrind/ | 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/
// © crovisgrind
//@version=5
indicator(title="graham's formula", overlay=true)
symbol = syminfo.tickerid
EPS = request.financial(symbol, "EARNINGS_PER_SHARE_BASIC", "TTM")
BVPS = request.financial(symbol, "BO... |
Linear Regress on Price And Volume | https://www.tradingview.com/script/y7HBegCO-Linear-Regress-on-Price-And-Volume/ | stocktechbot | https://www.tradingview.com/u/stocktechbot/ | 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/
// © stocktechbot
//@version=5
indicator("Linear Regress on Price And Volume",shorttitle = "Linear Predict", overlay=true)
// Input variable
vol = volume
// Function to calculate linear regression
linregs(y,... |
Futures/Spot Ratio | https://www.tradingview.com/script/IwU2bWON-Futures-Spot-Ratio/ | faytterro | https://www.tradingview.com/u/faytterro/ | 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/
// © faytterro
//@version=5
indicator("Futures/Spot Ratio", max_lines_count = 500)
len=input.int(10, step = 1, minval = 1, maxval = 200, title = "Colorful Regression Length")
perp = input.symbol("BTCUSDTPERP",... |
Liquidity Candles with Prev Day High/Low and Midnight Open | https://www.tradingview.com/script/TUBMfh09-Liquidity-Candles-with-Prev-Day-High-Low-and-Midnight-Open/ | theDOGEguy1 | https://www.tradingview.com/u/theDOGEguy1/ | 111 | 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/
// © theDOGEguy1
//@version=4
study(title="Liquidity Candles with Prev Day High/Low and Midnight Open", overlay=true)
// Inputs
lookback = input(20, title="Lookback Period")
// Calculate LH and HL
lh = high ... |
Stock Intrinsic Value & MOS Indicator | https://www.tradingview.com/script/PinBA9PY-Stock-Intrinsic-Value-MOS-Indicator/ | ChrisTradeOfficial | https://www.tradingview.com/u/ChrisTradeOfficial/ | 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/
// © ChrisTradeOfficial
//@version=5
indicator("Stock Intrinsic Value & MOS Indicator", overlay=true)
// Define the inputs
pe_ratio = input(15, title="P/E Ratio")
eps = input(3, title="Earnings per Share")
d... |
ValueView | https://www.tradingview.com/script/LQJ693Dm-ValueView/ | fetthelm | https://www.tradingview.com/u/fetthelm/ | 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/
// © fetthelm
// =======================================================================
// This indicator shows a summary of financial data of the selected stock,
// over a selectable period of fiscal ye... |
Rainbow Collection - Violet | https://www.tradingview.com/script/1WjQ50St-Rainbow-Collection-Violet/ | Sofien-Kaabar | https://www.tradingview.com/u/Sofien-Kaabar/ | 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/
// © Sofien-Kaabar
//@version=5
indicator("Rainbow Collection - Violet", overlay = true)
psar = ta.sar(0.01, 0.02, 0.2)
buy = close > ta.hma(close, 20) and close[1] < ta.hma(close, 20)[1] and close[2] < ta.... |
Volatility Percentile (H-LINES) | https://www.tradingview.com/script/LVj1PgGP-Volatility-Percentile-H-LINES/ | D_dot_ZK | https://www.tradingview.com/u/D_dot_ZK/ | 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/
// © HeWhoMustNotBeNamed (THE OG)
// __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ... |
RS Stage Analysis | https://www.tradingview.com/script/EoRtw6uz-RS-Stage-Analysis/ | jadeja_rajdeep | https://www.tradingview.com/u/jadeja_rajdeep/ | 102 | study | 5 | MPL-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("RS Stage Analysis",precision = 5,overlay = true,max_bars_back = 1260)
autodraw_lookback_period=input.int(defval = 504,title = "No of days look back for auto draw re... |
RESISTANCE & SUPPORT | https://www.tradingview.com/script/n06TN8XI-RESISTANCE-SUPPORT/ | jadeja_rajdeep | https://www.tradingview.com/u/jadeja_rajdeep/ | 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/
// © jadeja_rajdeep
//@version=5
indicator("RESISTANCE & SUPPORT",overlay=true,max_lines_count=20,max_bars_back=254)
ema10 = ta.ema(close,10)
ema21 = ta.ema(close,21)
sma50 = ta.sma(close,50)
sma100 ... |
interest rate gap for forex | https://www.tradingview.com/script/HCSqKkml-interest-rate-gap-for-forex/ | kmassociates | https://www.tradingview.com/u/kmassociates/ | 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/
// © kmassociates
//@version=5
indicator("interest rate gap")
duration = input.int(2, title="yield duration", minval = 1, inline="yield duration")
duration_unit = input.string("Year", title="", options=["Year"... |
Ladder StDev | https://www.tradingview.com/script/HQwUjdqu-Ladder-StDev/ | jason5480 | https://www.tradingview.com/u/jason5480/ | 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/
// © jason5480
//@version=5
indicator(title = 'Ladder StDev',
shorttitle = 'LStDev',
timeframe = '',
timeframe_gaps = true)
import HeWhoMustNotBeNamed/arraymethods/1
// INPUT ==... |
Ultimate P&L Indicator | https://www.tradingview.com/script/ETuTl880-Ultimate-P-L-Indicator/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 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/
// © Steversteves
//@version=5
indicator("Ultimate P&L Indicator")
// Input Ticker Data
ticker = input.symbol("", title="Ticker 1", group = "Position Demographics")
dateandtime = input.time(timestamp("Feb 2... |
Hikkake Hunter 2.0 | https://www.tradingview.com/script/9faMfzbg-Hikkake-Hunter-2-0/ | SolCollector | https://www.tradingview.com/u/SolCollector/ | 110 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © SolCollector
// BS Computer Science
// Spencer G.
//
// This is a script that will identify both variants of the Hikkake patterns on
// a candlestick chart. This reworked version focuses on efficiency and... |
Correlation prix [SP500, TESLA, BTC | https://www.tradingview.com/script/bFJsDGVL/ | AmosTradingSystem | https://www.tradingview.com/u/AmosTradingSystem/ | 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/
// © AmosTradingSystem
//I multiplied the tesla price 116x to see it on the BTC chart. in fact if we multiply the closing price of tesla by 116 times we will get the price of btc...
//...Same mathematical opera... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.