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 |
|---|---|---|---|---|---|---|---|---|
Custom Group Financials [Technimentals] | https://www.tradingview.com/script/ELdI4lzc-Custom-Group-Financials-Technimentals/ | barnabygraham | https://www.tradingview.com/u/barnabygraham/ | 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/
// © barnabygraham
// Credit to LucF for the script 'Financials on Chart' from which the bulk of this code was taken.
//@version=5
indicator("Custom Group Financials [Technimentals]")
// Financial legends.
v... |
Log Distance From MA + Ribbon | https://www.tradingview.com/script/uBVDX7bL-Log-Distance-From-MA-Ribbon/ | akikostas | https://www.tradingview.com/u/akikostas/ | 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/
// © akikostas
//@version=5
indicator(title="Log Distance From MA", shorttitle="MA Log-Dist", timeframe="", timeframe_gaps=true)
source = input(close, title = "Source", group = "Distance Settings")
maLen... |
Real VIX | https://www.tradingview.com/script/xZAUu54i-Real-VIX/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 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/
// © rodopacapital
//@version=5
// This line sets the script's version to 5.
indicator("Real VIX", overlay=false)
// This line sets the name of the indicator to "Real VIX" and sets the overlay parameter to fa... |
Volume Candlesticks [cajole] | https://www.tradingview.com/script/EhCXvvo4-Volume-Candlesticks-cajole/ | cajole | https://www.tradingview.com/u/cajole/ | 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/
// © cajole
// This indicator highlights volume anomalies, with an emphasis on spikes but also dips.
//@version=5
indicator("Volume Candlesticks [cajole]", 'Volume Candlesticks [cj]', overlay = true)
// v1 pub... |
Spider Vision | https://www.tradingview.com/script/GiVVsQip-Spider-Vision/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 19 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Spider Vision")
import peacefulLizard50262/Spider_Plot/1 as s
// DTO Function
dto(period_) =>
barsback = period_/2 + 1
ma = ta.sma(close, period_)
... |
Recursive Reversal Chart Patterns [Trendoscope] | https://www.tradingview.com/script/gdgXyl8b-Recursive-Reversal-Chart-Patterns-Trendoscope/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 1,526 | 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
// ░▒
// ▒▒▒ ▒▒
// ... |
Goertzel Browser [Loxx] | https://www.tradingview.com/script/9KB80pi1-Goertzel-Browser-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 161 | study | 5 | MPL-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("Goertzel Browser [Loxx]", overlay = false, max_lines_count = 500)
color greencolor = #2DD204
color redcolor = #D2042D
string hpsmth = "Hodrick-Prescott Filter Smoo... |
Vector Candles | https://www.tradingview.com/script/bjEnbN8J-Vector-Candles/ | RapidFireOG | https://www.tradingview.com/u/RapidFireOG/ | 251 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Original pattern formation by plasmapug, rise retrace continuation to the upside by infernix, peshocore and xtech5192
// Modified by RapidFireOG
// Original pattern formation by plasmapug, rise retrace co... |
Realized Price | https://www.tradingview.com/script/t4IiwUDh-Realized-Price/ | pmk07 | https://www.tradingview.com/u/pmk07/ | 77 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © pmk07
//@version=5
indicator(title='REALIZED PRICE', overlay=true)
coin = input.string("BTC", "Coin", ["BTC", "LTC", "ETH"])
dev = input.bool(false, "Plot deviations bands")
supply = request.security("G... |
Display Trade Volume with MA Angle and Price Velocity | https://www.tradingview.com/script/OBjHuaxN-Display-Trade-Volume-with-MA-Angle-and-Price-Velocity/ | BoredDev | https://www.tradingview.com/u/BoredDev/ | 122 | study | 5 | MPL-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("Display Trade Volume with MA Angle", shorttitle="DTVMA", overlay=true)
lookback = input.int(500, minval=1)
tablePosition = input.string(title="Table Position", defval="To... |
EMA + ATR Support and Resistance + Take Profit Signal | https://www.tradingview.com/script/DuJnyaYU-EMA-ATR-Support-and-Resistance-Take-Profit-Signal/ | uoi2020 | https://www.tradingview.com/u/uoi2020/ | 772 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © uoi2020
//@version=5
indicator(title='EMA+ ATR Support Resistance Take Profit signal', shorttitle='EMA+ ATR Support/Resistance Take profit', overlay=true)
// Support and Resistance
SR2 = input.string(tit... |
Ticker Correlation Reference Indicator | https://www.tradingview.com/script/BFZZcEps-Ticker-Correlation-Reference-Indicator/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 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/
// /$$$$$$ /$$ /$$
// /$$__ $$ | $$ | $$ ... |
Bar Move Probability (BMP) | https://www.tradingview.com/script/1FLTUW2e-Bar-Move-Probability-BMP/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 42 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Bar Move Probability", "BMP", precision = 3, overlay = true)
percent(a, b)=>
((a-b)/b) * 100
logReturn(a, b)=>
math.log(a / b) * 100
addPercentage(nu... |
Breaking Bar [5ema] | https://www.tradingview.com/script/lZloIr4X-Breaking-Bar-5ema/ | vn5ema | https://www.tradingview.com/u/vn5ema/ | 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/
// Reused some functions from "Market Sessions"(I believe made by @LeviathanCapital).
//@version=5
indicator("Breaking Bar [5ema]", overlay=true)
planA = input.bool(defval = false, title = "Highest Bar", group... |
S & R RSi strat | https://www.tradingview.com/script/8avMvSbe-S-R-RSi-strat/ | Kieranj | https://www.tradingview.com/u/Kieranj/ | 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/
// © Kieranj
//@version=5
indicator("Support and Resistance with RSI and Trend Filter", overlay=true)
// Support and Resistance Calculation
lookbackBars = input(50, title="Lookback Bars")
highs = ta.highest(... |
Arbitrary Price Point Probability (APPP) | https://www.tradingview.com/script/JW2vhjR1-Arbitrary-Price-Point-Probability-APPP/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Arbitrary Price Point Probability", "APPP", overlay = true)
import RicardoSantos/MathSpecialFunctionsGamma/1
arb_price = input.price(0.0, "Price", confirm = tr... |
Bar Move Probability Price Levels (BMPPL) | https://www.tradingview.com/script/VJMLVLjY-Bar-Move-Probability-Price-Levels-BMPPL/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Bar Move Probability Price Levels", "BMPPL", precision = 3, overlay = true, max_lines_count = 500)
percent(a, b)=>
((a-b)/b) * 100
log_return(a, b) =>
... |
Multi-Timeframe Trend Table | https://www.tradingview.com/script/LtuUj6Wr-Multi-Timeframe-Trend-Table/ | Brandt_Linkowski | https://www.tradingview.com/u/Brandt_Linkowski/ | 265 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © blinkowski
//@version=5
//////////////////////////////////////////////////////////////////////
// //
// REV... |
SPY SPX ES Price Converter [Pt] | https://www.tradingview.com/script/rWSx5jIz-SPY-SPX-ES-Price-Converter-Pt/ | PtGambler | https://www.tradingview.com/u/PtGambler/ | 490 | study | 5 | MPL-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("SPY SPX ES Price Converter [Pt]", shorttitle = 'SPY SPX ES Price[Pt]', overlay = true, max_labels_count = 500, max_lines_count = 500)
group_table = 'Price Table'
// inp... |
Bearish Cypher Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/4sC5CXBN-Bearish-Cypher-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 91 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Bearish Cypher Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPri... |
QQQ NDX NQ Price Converter [Pt] | https://www.tradingview.com/script/SpFvLe56-QQQ-NDX-NQ-Price-Converter-Pt/ | PtGambler | https://www.tradingview.com/u/PtGambler/ | 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/
// © PtGambler
//@version=5
indicator("QQQ NDX NQ Price Converter [Pt]", shorttitle = 'QQQ NDX NQ Price[Pt]', overlay = true, max_labels_count = 500, max_lines_count = 500)
group_table = 'Price Table'
// inp... |
Kiss Of Death | https://www.tradingview.com/script/Yyvh6fwm-Kiss-Of-Death/ | thanos300693 | https://www.tradingview.com/u/thanos300693/ | 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/
// © thanos300693
//@version=5
indicator('Kiss Of Death', overlay = true)
plot(close)
// Define the 21 EMA
ema21 = ta.ema(close, 21)
// Define the previous low
prev_low = ta.lowest(low, 2)
// Define the sig... |
ATR Adaptive EMA (AEMA) | https://www.tradingview.com/script/hJKtbslI-ATR-Adaptive-EMA-AEMA/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("AEMA", overlay = true)
import lastguru/DominantCycle/2
ema(float source = close, float length = 9)=>
alpha = 2 / (length + 1)
var float smoothed = na
... |
Session Filter [Trendoscope] | https://www.tradingview.com/script/vcVMyr4h-Session-Filter-Trendoscope/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 91 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © HeWhoMustNotBeNamed
// ░▒
// ▒▒▒ ▒▒
// ▒▒▒▒▒ ▒▒
// ▒▒... |
ATR OSC and Volume Screener (ATROSCVS) | https://www.tradingview.com/script/pvpyfZ2h-ATR-OSC-and-Volume-Screener-ATROSCVS/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 197 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("ATR OSC and Volume Screener", "ATROSCVS", max_boxes_count = 500)
import peacefulLizard50262/Boxes_Plot/1 as b
average_true_range(source, length)=>
true_ran... |
TDMACD Divergence Multi Timeframe and Alert [5ema] | https://www.tradingview.com/script/KtjYGJkY-TDMACD-Divergence-Multi-Timeframe-and-Alert-5ema/ | vn5ema | https://www.tradingview.com/u/vn5ema/ | 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/
// © vn-5ema
// Reused some functions from (I believe made by @kingthies, ©paaax, @QuantNomad, @ChaosTrader)
// @paaax: The table position function (https://www.tradingview.com/script/Jp37jHwT-PX-MTF-Overview/)... |
BTC Volume*Close from Top Exchanges | https://www.tradingview.com/script/iUOMGAtw-BTC-Volume-Close-from-Top-Exchanges/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 38 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © rodopacapital
//@version=5
indicator("BTC Volume*Close Top Exchanges in millions $", overlay=false)
length = input(7, "SMA Length")
range_p= input(5,"Range Period")
dominance = input(40,"Binance and Bybi... |
Scenario Close Price [Skiploss] | https://www.tradingview.com/script/EmQlXFaH-Scenario-Close-Price-Skiploss/ | Skiploss | https://www.tradingview.com/u/Skiploss/ | 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/
// © Skiploss
//@version=5
indicator("Scenario Close Price [Skiploss]", shorttitle = "SCP v0.77", overlay = true)
// Input basic info
string no_of_entry = input.string("ONE", "NOE", options = ["ONE", "TWO"... |
Bullish Cypher Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/Mf5koxPI-Bullish-Cypher-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bullish Cypher Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPri... |
ETH Volume*Close Top Exchanges in millions $ | https://www.tradingview.com/script/c2k0ba8R-ETH-Volume-Close-Top-Exchanges-in-millions/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 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/
// © rodopacapital
//@version=5
indicator("ETH Volume*Close from Top Exchanges in millions $", overlay=false)
length = input(7, "SMA Length")
range_p= input(5,"Range Period")
dominance = input(40,"Binance and... |
Adaptive MACD | https://www.tradingview.com/script/WT6LabgV-Adaptive-MACD/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 19 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Adaptive MACD")
import peacefulLizard50262/peacefulIndicators/1 as p
src = input.source(close, "Source")
shortLen = input.int(12, "Short Length", 2)
lon... |
User Defined Momentum Change with Swing Visuals | https://www.tradingview.com/script/Qv5ptQgV-User-Defined-Momentum-Change-with-Swing-Visuals/ | Crypto_Moses | https://www.tradingview.com/u/Crypto_Moses/ | 51 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Crypto_Moses
//@version=5
indicator(title="User Defined Momentum Change with Swing Visuals", shorttitle="Momentum Swing Visualizer", overlay=true, max_bars_back=1000)
// ----- Variables from the first sc... |
Buy / Sell Fractal Algorithm with SL Line Generation | https://www.tradingview.com/script/dGVbQrSs-Buy-Sell-Fractal-Algorithm-with-SL-Line-Generation/ | aidenhawkins2004 | https://www.tradingview.com/u/aidenhawkins2004/ | 148 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © aidenhawkins2004
//@version=5
indicator("Fractal SL Plot + Fractal Backtest + Fractal Alerts", shorttitle='My Mad Project', overlay = true, max_labels_count = 500, precision=0, max_bars_back=1)
// ————— ... |
Trend Reversal Detection | https://www.tradingview.com/script/xxPV21ey-Trend-Reversal-Detection/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 38 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Trend Reversal Detection", overlay = true)
import peacefulLizard50262/peacefulIndicators/1 as p
src = input.source(close, "Source")
rocLength = input.in... |
Adaptive Channel Breakout | https://www.tradingview.com/script/20WMnPHV-Adaptive-Channel-Breakout/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Adaptive Channel Breakout", overlay = true)
import peacefulLizard50262/peacefulIndicators/1 as p
src = input.source(close, "Source")
ma_length = input.... |
Volume Intensity Oscillator | https://www.tradingview.com/script/QPdb9I9R-Volume-Intensity-Oscillator/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Volume Intensity Oscillator")
import peacefulLizard50262/peacefulIndicators/1 as p
length = input.int(200, "Length", 1)
clip = input.bool(true, "Remove Negat... |
Crypto Uptrend Script + Pullback//Volume Candles | https://www.tradingview.com/script/6b2y1I4R-Crypto-Uptrend-Script-Pullback-Volume-Candles/ | LuxTradeVenture | https://www.tradingview.com/u/LuxTradeVenture/ | 135 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © MINTYFRESH97
//@version=5
indicator(title="Crypto Bull Run Script", overlay=true)
//user inputpto Bull Run Script
var g_ema = "EMA Filter"
useEmaFilterPB6H = input.bool(title="Pullback Filter EMA ?", ... |
Volume Flow Oscillator | https://www.tradingview.com/script/zDemwrtA-Volume-Flow-Oscillator/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Volume Flow Oscillator", overlay = false)
import peacefulLizard50262/peacefulIndicators/1 as p
src = input.source(hlcc4, "Source")
length = input.int(8, ... |
Weighted Volatility | https://www.tradingview.com/script/6JxEbRT1-Weighted-Volatility/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Weighted Volatility")
import peacefulLizard50262/peacefulIndicators/1 as p
src = input.source(close, "Source")
length = input.int(10, "Length", 1)
weighte... |
True Range Osc | https://www.tradingview.com/script/EfSK02MH-True-Range-Osc/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("True Range Osc")
source = input.source(close, "Source")
length = input.int(14, "Length", 1)
smooth = input.int(3, "Smoothing", 1)
outlier_level = input.float(1... |
Intrabar Run Count Indicator [tbiktag] | https://www.tradingview.com/script/XkBwnQ2h-Intrabar-Run-Count-Indicator-tbiktag/ | tbiktag | https://www.tradingview.com/u/tbiktag/ | 203 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tbiktag
//@version=5
indicator("Intrabar Run Count Indicator [tbiktag]", "IRCI", overlay = false)
// --- External libs ---
import PineCoders/lower_tf/4 as PCltf
//
// --- Constant variables ---
// T... |
Range Sentiment Profile [LuxAlgo] | https://www.tradingview.com/script/5UuBjDYO-Range-Sentiment-Profile-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 3,296 | 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("Range Sentiment Profile [LuxAlgo]", overlay = true, max_boxes_count = 500)
//------------------------------------------------... |
Swing Data - ADR% / RVol / PVol / Float % / Avg $ Vol | https://www.tradingview.com/script/uloAa2EI-Swing-Data-ADR-RVol-PVol-Float-Avg-Vol/ | jeffsuntrading | https://www.tradingview.com/u/jeffsuntrading/ | 612 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Credit to MikeC for the first version. Fred6724 for his contribution to this updated version
// TheScrutiniser and GlinckEastwoot for ADR% formula
// latest update with clean chart
//@version=5
ind... |
Bearish Alternate Bat Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/DOtNnJHA-Bearish-Alternate-Bat-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 44 | study | 5 | MPL-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('Bearish Alternate Bat Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
... |
Bullish Deep Crab Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/ldnlBBQI-Bullish-Deep-Crab-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bullish Deep Crab Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
sh... |
Bullish Alternate Bat Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/NQiA5LZz-Bullish-Alternate-Bat-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 47 | study | 5 | MPL-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('Bullish Alternate Bat Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
... |
Bearish Deep Crab Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/rGzqOtCr-Bearish-Deep-Crab-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 53 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Bearish Deep Crab Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
sh... |
Volume Forecasting [LuxAlgo] | https://www.tradingview.com/script/uvW8BtQj-Volume-Forecasting-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 775 | 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("Volume Forecasting [LuxAlgo]", max_lines_count = 500)
//---------------------------------------------------------------------... |
RDX Relative Directional Index | https://www.tradingview.com/script/CYqbdAgU-RDX-Relative-Directional-Index/ | traderharikrishna | https://www.tradingview.com/u/traderharikrishna/ | 180 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © traderharikrishna
// Send me Coins : https://www.tradingview.com/gopro/?share_your_love=traderharikrishna
//@version=5
indicator("RDX")
rsi=ta.rsi(close,14)
[p,m,a]=ta.dmi(14,14)
r=plot(rsi,color=color.rgb... |
Patrick Walker Flat Base | https://www.tradingview.com/script/sNTQ6rwz-Patrick-Walker-Flat-Base/ | jadeja_rajdeep | https://www.tradingview.com/u/jadeja_rajdeep/ | 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/
// © jadeja_rajdeep
//@version=5
indicator("Patrick Walker Flat Base",overlay = true,max_bars_back = 1260)
lookback=input.int(defval = 20,title = "Look back periods",minval = 20,maxval = 252,step = 1,too... |
Dual timeframe calculated candles | https://www.tradingview.com/script/G60olQLI-Dual-timeframe-calculated-candles/ | m_b_round | https://www.tradingview.com/u/m_b_round/ | 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/
// © m_b_round
//@version=5
indicator("Dual timeframe calculated candles", overlay=true)
timeframeMultiplier = input.int(2, "Timeframe multiplier", step=1)
emaLength = input.int(200, "EMA Length")
ATRPeriods ... |
3D Bowling | https://www.tradingview.com/script/GPuXpSFc-3D-Bowling/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 15 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//165
//@version=5
indicator("3D Engine", max_bars_back = 1, max_lines_count = 500, explicit_plot_zorder = true)
help = input.string("Ok", title = 'To play you will first be prompted t... |
Auto Fib Zones | https://www.tradingview.com/script/XVhRwbNq-Auto-Fib-Zones/ | melodicfish | https://www.tradingview.com/u/melodicfish/ | 195 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © melodicfish
//@version=5
indicator("Auto Fib Zones",shorttitle="AFZ", overlay=true,max_bars_back = 250)
t_col=input(color.new(#787b86, 85),title="Trend Line Color",inline="6")
zone1=input(color.rgb(... |
Advanced Price Direction bar colors | https://www.tradingview.com/script/AiH9Jgb5-Advanced-Price-Direction-bar-colors/ | eykpunter | https://www.tradingview.com/u/eykpunter/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © eykpunter
//@version=5
indicator("Advanced Price Direction bar colors", overlay=true)
evaltttext="advanced price direction; evaluates n plus n bars lumped together e.g. if you enter 5 the script uses the... |
[MAD] PID | https://www.tradingview.com/script/el2Qqy6s-MAD-PID/ | djmad | https://www.tradingview.com/u/djmad/ | 39 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © djmad
//@version=5
indicator('[MAD] PID',overlay = false)
// PID Constants
string matype = input.string('SMA',title = 'MA-Type', options=['SMA','EMA','WMA','VWMA','External'],group='MA Settings')
int le... |
Simple ICT Market Structure by toodegrees | https://www.tradingview.com/script/GKIdiLFl-Simple-ICT-Market-Structure-by-toodegrees/ | toodegrees | https://www.tradingview.com/u/toodegrees/ | 1,085 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © toodegrees
//@version=5
indicator( "Simple ICT Market Structure by toodegrees"
, shorttitle = "Market Structure°"
, overlay = true
, max_bars_back = 5000
... |
Higher TimeFrame Smooth Moving Averages | https://www.tradingview.com/script/jJUFQqvR-Higher-TimeFrame-Smooth-Moving-Averages/ | EsIstTurnt | https://www.tradingview.com/u/EsIstTurnt/ | 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/
// © EsIstTurnt
//@version=5
indicator("Higher TimeFrame Smooth Moving Averages",shorttitle="HTFSMA",overlay=true)
float src = input.source(close) ... |
BB_MDL_V1 | https://www.tradingview.com/script/6r9ikRgn/ | pernath | https://www.tradingview.com/u/pernath/ | 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/
// © pernath
//@version=5
indicator("BB_MDL_V1", overlay=true)
//###############VAR###################
//muestra=input(title='muestra', defval=20)
var_mdl=input(title='var_mdl', defval=35)
// Var... |
Day Open,High,Low Fib Levels | https://www.tradingview.com/script/lRtiwKjl-Day-Open-High-Low-Fib-Levels/ | avsr90 | https://www.tradingview.com/u/avsr90/ | 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/
// © avsr90
//@version=5
indicator('Day Open,High,Low Fib Levels', overlay=true,max_bars_back=1000,precision=2)
Openp= math.round_to_mintick(request.security(syminfo.tickerid ,"D",close[1],barmerge.gaps_off... |
BTCUSD Price prediction based on central bank liquidity | https://www.tradingview.com/script/8WsVN0Kw-BTCUSD-Price-prediction-based-on-central-bank-liquidity/ | luca_badoer | https://www.tradingview.com/u/luca_badoer/ | 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/
// © luca_badoer
//@version=5
indicator('BTCUSD Price prediction based on central bank liquidity', overlay=true)
// Set the coefficients and intercept from the Python regression
scale_factor = 1e30
slope_0 ... |
Crypto Leverage Ratio [Market Cap / Open Interest in %] | https://www.tradingview.com/script/dJLrvUYl-Crypto-Leverage-Ratio-Market-Cap-Open-Interest-in/ | LordOfTheBlockchains | https://www.tradingview.com/u/LordOfTheBlockchains/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © LordOfTheBlockchains
//@version=5
indicator(title = "Crypto Estimated Leverage Ratio [Market Cap / Perpetuals Open Interest in %]", shorttitle = "Estimated Leverage Ratio", overlay= false, format = format... |
YoY or MoM Returns | https://www.tradingview.com/script/zyg4j96e-YoY-or-MoM-Returns/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 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/
// © rodopacapital
//@version=5
indicator("YoY or MoM Returns", overlay=false)
// Option inputs
var string returnsType = input.string("YoY", "Returns Type", options=["YoY", "MoM"])
// Calculate the returns
... |
Trend Reversal System with SR levels | https://www.tradingview.com/script/p0BZBtmT-Trend-Reversal-System-with-SR-levels/ | LonesomeTheBlue | https://www.tradingview.com/u/LonesomeTheBlue/ | 1,908 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © LonesomeTheBlue
//@version=5
indicator('Trend Reversal System with SR levels', overlay=true, max_bars_back=1100)
showsupres = input(defval=true, title='Show Support/Resistance', inline = "srlevel")
supco... |
Polychromatic Momentum Indicator | https://www.tradingview.com/script/fMOdvKPV-Polychromatic-Momentum-Indicator/ | sentello88 | https://www.tradingview.com/u/sentello88/ | 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/
// © sentello88
//@version=4
study(title="Polychromatic Momentum Indicator", shorttitle="PMI")
// Input variables
len = input(14, title="Length")
src = input(close, title="Source")
// Calculation of momentum... |
Basic Polychromatic Momentum Indicator | https://www.tradingview.com/script/otxlcLj0-Basic-Polychromatic-Momentum-Indicator/ | sentello88 | https://www.tradingview.com/u/sentello88/ | 34 | 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/
// © sentello88
//@version=4
study(title="Basic Polychromatic Momentum Indicator v3", shorttitle="BPMIv3", overlay=false)
// User inputs
src = input(close, title="Source")
len = input(14, title="Length", minv... |
ABC finder | https://www.tradingview.com/script/5T4k8mmW-ABC-finder/ | melodicfish | https://www.tradingview.com/u/melodicfish/ | 504 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © melodicfish
//@version=5
indicator("ABC finder",shorttitle="ABC", overlay=true)
t_col=input(color.new(color.gray,25),title="Trend Line Color",inline="6")
tl_col=input(color.new(color.white,100),titl... |
RiverFlow ADX Screener | https://www.tradingview.com/script/iJn8toHV-RiverFlow-ADX-Screener/ | traderharikrishna | https://www.tradingview.com/u/traderharikrishna/ | 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/
// © traderharikrishna
//@version=5
indicator("RiverFlow ADX Screener")
length = input.int(20, minval=1)
riverflow()=>
lower = ta.lowest(length)
upper = ta.highest(length)
basis = math.avg(upper, l... |
Stock Comparison to S&P 500 | https://www.tradingview.com/script/1KDhDQi8-Stock-Comparison-to-S-P-500/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 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/
// © rodopacapital
//@version=5
indicator("Stock Comparison to S&P 500")
//S&P 500 Earnings growth by quarter
SPX_EG = request.quandl("MULTPL/SP500_EARNINGS_GROWTH_QUARTER", barmerge.gaps_on, 0)
//Default in... |
Deviations from ARL (DARL) | https://www.tradingview.com/script/57Nde9s2-Deviations-from-ARL-DARL/ | More-Than-Enough | https://www.tradingview.com/u/More-Than-Enough/ | 38 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © More-Than-Enough
//@version=5
indicator("Deviations from ARL", "DARL", overlay = true, timeframe = "", timeframe_gaps = true)
V_Offset = input.float(0, "V Offset", step = 0.1)
Inner_Deviation = input.flo... |
COT-index range | https://www.tradingview.com/script/f39Nw5sZ-COT-index-range/ | IvarssonAnalytics | https://www.tradingview.com/u/IvarssonAnalytics/ | 25 | 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/
// © IvarssonAnalytics
//@version=4
study("COT-index Charlie")
src = close
bFX = false
//Can't set bFX as an input because plot and legend titles require literals
// INPUTS
sCalc = "MARKETS"
// ***** ... |
Short Sale Restriction (SSR) Level - Intraday and daily charts | https://www.tradingview.com/script/SfrQizVq-Short-Sale-Restriction-SSR-Level-Intraday-and-daily-charts/ | valpatrad | https://www.tradingview.com/u/valpatrad/ | 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/
// © valpatrad
//@version=5
indicator('Short Sale Restriction Level', 'SSR', true, precision=2)
if timeframe.isseconds or timeframe.isweekly or timeframe.ismonthly
runtime.error('The indicator does not w... |
3D Engine Overlay | https://www.tradingview.com/script/gaTNbZEC-3D-Engine-Overlay/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//USE 1W TIME FRAME OR GREATER
//@version=5
indicator("3D Engine", max_bars_back = 5000, max_lines_count = 500, overlay = true)
scale_factor = open
type vector2
float x
float... |
Wave Trend | https://www.tradingview.com/script/RTyMHPvc-Wave-Trend/ | Ox_kali | https://www.tradingview.com/u/Ox_kali/ | 79 | study | 5 | MPL-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
// ________________________________________________________________________________________________________________________________
// ██████╗ ██╗ ██╗ ... |
Market Structure Trailing Stop [LuxAlgo] | https://www.tradingview.com/script/c4Z9xThG-Market-Structure-Trailing-Stop-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 3,742 | 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("Market Structure Trailing Stop [LuxAlgo]", overlay = true, max_lines_count = 500)
//-----------------------------------------... |
Extended Session High/Low - Intraday and daily charts | https://www.tradingview.com/script/SGJl9sMj-Extended-Session-High-Low-Intraday-and-daily-charts/ | valpatrad | https://www.tradingview.com/u/valpatrad/ | 39 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © valpatrad
//@version=5
indicator('Extended Session High/Low', '', true, precision=2)
if timeframe.isseconds or timeframe.isweekly or timeframe.ismonthly
runtime.error('The indicator does not work on... |
RSI-ROC Momentum Alert | https://www.tradingview.com/script/MuVTwW4Y-RSI-ROC-Momentum-Alert/ | jumpr | https://www.tradingview.com/u/jumpr/ | 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/
// © jumpr
//@version=5
indicator("RSI-ROC Momentum Alert")
// ROC
length = input.int(21, minval=1, title="ROC Length")
roc = ta.roc(close,length)
rocMA = ta.sma(roc, length)
// RSI
rsiLength = input(14, tit... |
Global Liquidity | https://www.tradingview.com/script/1TFstmI6-Global-Liquidity/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 121 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © rodopacapital
//@version=5
indicator("Global Liquidity", overlay=false)
// Calculate the global liquidity value using the formula
us = request.security("FRED:M2SL", 'M', close)
eu = request.security("E... |
comm_idx | https://www.tradingview.com/script/VdFlypzf-comm-idx/ | voided | https://www.tradingview.com/u/voided/ | 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/
// © voided
//@version=5
indicator("comm_idx", overlay = true)
c_len = input(20, "correlation length")
m_len = input(20, "moving average length")
gsci = request.security("SPGSCI", "D", close)
zw ... |
Net Positions (Net Longs & Net Shorts) - By Leviathan | https://www.tradingview.com/script/trDi6evG-Net-Positions-Net-Longs-Net-Shorts-By-Leviathan/ | LeviathanCapital | https://www.tradingview.com/u/LeviathanCapital/ | 1,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/
// © LeviathanCapital
//@version=5
indicator("Net Positions (Net Longs & Net Shorts) - By Leviathan", max_labels_count = 500, overlay = false, format = format.volume)
g1 = '📊 Net Positions '
g2 = '📈 Moving... |
Historical Volatility | https://www.tradingview.com/script/H8GN8PGb-Historical-Volatility/ | rodopacapital | https://www.tradingview.com/u/rodopacapital/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © micikulev
//@version=5
indicator('Historical Volatility', overlay=false, format=format.volume, shorttitle='Historical Volatility')
// Get user input
lenght = input(title='Lookback', defval=20)
v... |
BinanceUS Wicks | https://www.tradingview.com/script/gnbZmwXa-BinanceUS-Wicks/ | Btcexe | https://www.tradingview.com/u/Btcexe/ | 13 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
//@version=5
// -- made by Loner , @btcexe
indicator(title='BinanceUS Wicks', max_lines_count=500, overlay =true)
div = input(defval=3000,title = ' SPOT/US Div')
// Binance Spot
A = request.security('BINANC... |
Bullish ABCD Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/qj7sVjs0-Bullish-ABCD-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bullish ABCD Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPrice... |
Bearish ABCD Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/4okGrhrm-Bearish-ABCD-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 46 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Bearish ABCD Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPrice... |
RSI and Stochastic Probability Based Price Target Indicator | https://www.tradingview.com/script/RP5Zc7EB-RSI-and-Stochastic-Probability-Based-Price-Target-Indicator/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 144 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Steversteves
//@version=5
indicator("RSI and Stochastic Probability Based Price Target Indicator", overlay=true, max_labels_count=500)
// Bell Cruve Levels
length = input.int(75, title="Bell Curve Lookba... |
Bullish 5-0 Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/krpHtGzQ-Bullish-5-0-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 69 | study | 5 | MPL-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('Bullish 5-0 Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPrice ... |
Bullish Shark Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/lLzT13ka-Bullish-Shark-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 46 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Bullish Shark Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPric... |
Bearish Shark Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/AEF2goIp-Bearish-Shark-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bearish Shark Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPric... |
SuperCloud | https://www.tradingview.com/script/eYTcMm0M-SuperCloud/ | traderharikrishna | https://www.tradingview.com/u/traderharikrishna/ | 90 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © traderharikrishna
//@version=5
indicator("SuperCloud")
shmac=input(true,'MACD')
showinfo=input(true,'Trend Info')
side=input.int(10,'Sideways MA Length')
e5=ta.ema(close,5)
e10=ta.ema(close,10)
e20=ta.em... |
Bearish 5-0 Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/PSNUZh00-Bearish-5-0-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 47 | study | 5 | MPL-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('Bearish 5-0 Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPrice ... |
STD-Filtered Jurik Volty Adaptive TEMA [Loxx] | https://www.tradingview.com/script/hJZmbFoz-STD-Filtered-Jurik-Volty-Adaptive-TEMA-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 285 | study | 5 | MPL-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("STD-Filtered Jurik Volty Adaptive TEMA [Loxx]",
overlay = true,
timeframe="",
timeframe_gaps = true)
import loxx/loxxexpandedsourcetypes/4
greencolor = #2D... |
3D Engine | https://www.tradingview.com/script/cWYdhBTE-3D-Engine/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 47 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//USE 1W TIME FRAME OR GREATER
//@version=5
indicator("3D Engine", max_bars_back = 5000, max_lines_count = 500)
type vector2
float x
float y
type vector3
float x
float... |
Sessions Indicator [CodeDNL] | https://www.tradingview.com/script/tW1CXFl3-Sessions-Indicator-CodeDNL/ | CodeDNL | https://www.tradingview.com/u/CodeDNL/ | 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/
// © kriswaters
//@version=5
indicator("Sessions Indicator [CodeDNL]", overlay = true, max_lines_count = 500, max_boxes_count = 500)
//INPUTS
i_tz = input.string('America/New_York', title='Timezone:', tooltip... |
Murder Algo Stats: last portion of Indices closing hour (S&P) | https://www.tradingview.com/script/XnlKv0TF-Murder-Algo-Stats-last-portion-of-Indices-closing-hour-S-P/ | twingall | https://www.tradingview.com/u/twingall/ | 42 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Stats regarding the 'murder algo' (last 10mins of the closing hour). Works on all sub-1hr timeframes. Best used on 10min timeframe
// Can be applied to other user input sessions alse
// © twingall
//@versi... |
Profiling: array of UDTs vs UDT of arrays | https://www.tradingview.com/script/F4dFQBtz-Profiling-array-of-UDTs-vs-UDT-of-arrays/ | moebius1977 | https://www.tradingview.com/u/moebius1977/ | 3 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © moebius1977
//@version=5
// @description Here I am trying to test which is faster, an array of user-defined type (UDT) objects vs an object with many child arrays.
// The data to process - total 9 value... |
Bearish Three-Drive Harmonic Patterns [theEccentricTrader] | https://www.tradingview.com/script/vk5Noui0-Bearish-Three-Drive-Harmonic-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bearish Three-Drive Harmonic Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
... |
Double Supertrend Entry with ADX Filter and ATR Exits/Entries | https://www.tradingview.com/script/QyLkyZji-Double-Supertrend-Entry-with-ADX-Filter-and-ATR-Exits-Entries/ | DISOBAE | https://www.tradingview.com/u/DISOBAE/ | 552 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AlphaOne28
//DISOBAE
//@version=5
indicator("SuperRWI Strategy", shorttitle="SuperRWI", overlay=true)
// Input Parameters
Periods = input.int(title="Supertrend 1 ATR Period", defval=14)
src = input(close,... |
Supply and Demand Visible Range [LuxAlgo] | https://www.tradingview.com/script/UpWXXsbC-Supply-and-Demand-Visible-Range-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 6,149 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © LuxAlgo
//@version=5
indicator("Supply and Demand Visible Range [LuxAlgo]", overlay = true, max_boxes_count = 500, max_bars_back = 500)
//-------------------... |
Days in range | https://www.tradingview.com/script/dxJ93Hwu-Days-in-range/ | goofoffgoose | https://www.tradingview.com/u/goofoffgoose/ | 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/
// © goofoffgoose
//@version=5
indicator("Days in range", shorttitle = "DaysInRange", overlay = true)
tf = input.timeframe("", "Timeframe", tooltip="Timeframe ")
t = timestamp("01 Jan 2025 00:00")
var float c... |
Momentum Covariance Oscillator by Tenozen | https://www.tradingview.com/script/wijA4xaQ-Momentum-Covariance-Oscillator-by-Tenozen/ | Tenozen | https://www.tradingview.com/u/Tenozen/ | 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/
// © Tenozen
//@version=5
indicator("Momentum Oscillator", overlay=false, precision= 3)
src = input.source(close,"Source")
len_av = input.int(10, "Average Length")
use_smooth = input.bool(false, "Use Smoothed... |
Stochastic RSI of Smoothed Price [Loxx] | https://www.tradingview.com/script/5DXPC0vr-Stochastic-RSI-of-Smoothed-Price-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 125 | study | 5 | MPL-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("Stochastic RSI of Smoothed Price [Loxx]",
overlay = false,
timeframe="",
timeframe_gaps = true)
greencolor = #2DD204
redcolor = #D2042D
import loxx/loxxva... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.