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
Support Resistance Classification (VR) [LuxAlgo]
https://www.tradingview.com/script/hQc9VrGn-Support-Resistance-Classification-VR-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
3,035
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(title='Support Resistance Classification (VR) [LuxAlgo]', shorttitle='LuxAlgo - Support Resistance Classification (VR)', m...
T3 JMA KAMA VWMA
https://www.tradingview.com/script/pycr0zpy-T3-JMA-KAMA-VWMA/
simwai
https://www.tradingview.com/u/simwai/
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/ // © simwai //@version=5 indicator('T3 JMA KAMA VWMA', shorttitle='C_VWMA', overlay=true) // C_ -> Custom // -- Inputs -- string indicatorMaType = input.string(defval='T3', title='Choose MA', options=['KAMA',...
Machine Learning : Cosine Similarity & Euclidean Distance
https://www.tradingview.com/script/uD5oLgFB-Machine-Learning-Cosine-Similarity-Euclidean-Distance/
chhagansinghmeena
https://www.tradingview.com/u/chhagansinghmeena/
981
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © chhagansinghmeena //@version=5 indicator("Machine Learning : Cosine Similarity & Euclidean + Lorentzian Distance", overlay=true) import chhagansinghmeena/BankNifty_CSM/16 as CSM //=======================...
Sticky Notes v1.0 [NL]
https://www.tradingview.com/script/aE5qLEoR-Sticky-Notes-v1-0-NL/
nikola_nl
https://www.tradingview.com/u/nikola_nl/
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/ //@author=Nikola Lazic //@version=5 indicator("Sticky Notes v1.0 [NL]", shorttitle = "Notes", overlay = true) // Sentence input sentence01 = input.string("First sentence", title = "Sentence 1", group =...
Volume accumulation [TCS] | VTA
https://www.tradingview.com/script/MXhudVcu-Volume-accumulation-TCS-VTA/
zendrer
https://www.tradingview.com/u/zendrer/
62
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © zendrer //@version=5 indicator(shorttitle='TCS•VOL ACC2', title='TCS • VOLUME ACCUMULATION', precision=0, overlay =false) //•••••••••••••• //INPUT //•••••••••••••• //MA //---------------------------------...
VWAP Open Session Anchored by Hampeh
https://www.tradingview.com/script/Gw69Sz67-VWAP-Open-Session-Anchored-by-Hampeh/
Hampeh
https://www.tradingview.com/u/Hampeh/
40
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @version=5 indicator("VWAP Open Session Anchored by Hampeh", "VWAP OPen Session", true) // CONSTANTS // COLORS color night_color = #8E44AD color evening_color = #4469ad color morning_color = #44ad5b // IN...
Pearson's R Convergence Divergence
https://www.tradingview.com/script/PJpVj7HU-Pearson-s-R-Convergence-Divergence/
Gentleman-Goat
https://www.tradingview.com/u/Gentleman-Goat/
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/ // © Gentleman-Goat //@version=5 indicator(title="Pearson's R Convergence Divergence",shorttitle="PRCD",overlay=false) linear_regression_group = "Linear Regression" i_source_linreg = input.source(clos...
Take profit and Stop Loss ATR HL [Tcs] | ALGO
https://www.tradingview.com/script/euY17u48-Take-profit-and-Stop-Loss-ATR-HL-Tcs-ALGO/
zendrer
https://www.tradingview.com/u/zendrer/
149
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © zendrer //@version=5 // One of the most famous SL or TP indicator developed on 3 levels, both long and short, to semplify the visualization of the target or multiple targets. indicator(title="TCS • TP/SL...
Camac Const
https://www.tradingview.com/script/zVIBsbcb-Camac-Const/
culturalCardin27605
https://www.tradingview.com/u/culturalCardin27605/
8
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/ // © Majid Rajabi Vardanjani //@version=4 study("Camac", overlay=true, max_labels_count=500) Periods2 = 2 src2 = "hl2" Multiplier2 = 1.0 changeATR2= true Periods3 = 3 src3 = "hlc3" Multiplier3 = 1.0 changeA...
Moving Averages + BB & R.VWAP StDev (multi-tf)
https://www.tradingview.com/script/nNEHQnKV-Moving-Averages-BB-R-VWAP-StDev-multi-tf/
Yatagarasu_
https://www.tradingview.com/u/Yatagarasu_/
139
study
5
MPL-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("MA • Yata", overlay = true) // ------------------------------------------------ groupRV = "Rolling VWAP & Standard Deviation Bands" // -------------------------------------------...
Monthly Gain in percentage
https://www.tradingview.com/script/L8KKGAlx-Monthly-Gain-in-percentage/
k_vipz88
https://www.tradingview.com/u/k_vipz88/
11
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © k_vipz88 //@version=5 indicator(title = "Monthly Gain", shorttitle = "MonthlyGain[%]", overlay = false, timeframe = "D") current = high previous = low days = 0 smallest_sample = input.int(22) for i = sm...
XAUXXX
https://www.tradingview.com/script/6Fi0dsso-XAUXXX/
EsIstTurnt
https://www.tradingview.com/u/EsIstTurnt/
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/ // © EsIstTurnt //@version=5 indicator("XAUXXX") metal=input.string("XAU",title="Precious Metal",options=["XAU","XAG","XPT"]) // P...
Hourly Midline
https://www.tradingview.com/script/HApefmy9-Hourly-Midline/
sabricat
https://www.tradingview.com/u/sabricat/
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/ // © sabricat //@version=5 indicator("Hourly Midline", overlay=true, max_lines_count=500) src = input.string('High & Low', options=['High & Low', 'Open & Close'], title='Source') width = input.int(2, title="L...
Candle Pattern Probability
https://www.tradingview.com/script/6eggpYJr-Candle-Pattern-Probability/
omararturo
https://www.tradingview.com/u/omararturo/
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/ // © omararturo //@version=5 indicator("Candle Pattern Probability", overlay = true) //var insideDayGroup = "Inside Day" //input(true, "Inside Day", "Show/Hide Inside Day Candle Pattern") //input(true, "Engul...
On-Balance Accumulation Distribution (Volume-Weighted)
https://www.tradingview.com/script/hgbhJQQB-On-Balance-Accumulation-Distribution-Volume-Weighted/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
199
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("On-Balance Accumulation Distribution (Volume-Weighted)", overlay=false) length = input.int(40, minval=1, title="Length") volumeFactor = input(1.0, title="Volume Factor") ...
ADW - Colour Trend
https://www.tradingview.com/script/AFZ7CFdm-ADW-Colour-Trend/
Tradespot
https://www.tradingview.com/u/Tradespot/
29
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/ // © Andrew Wilkinson //@version=5 indicator(title='ADW - Colour Trend', overlay=true) f_p(_length, price) => float _max = ta.highest(_length) float _min...
ADW - Momentum
https://www.tradingview.com/script/p8CsPGUb-ADW-Momentum/
Tradespot
https://www.tradingview.com/u/Tradespot/
25
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/ // © Andrew Wilkinson //@version=5 indicator(title='ADW - Momentum', overlay=false) // ----------------------- INPUTS ----------------------- Len = input.int(10...
Cumulative TICK [Pt]
https://www.tradingview.com/script/h8gUCab1-Cumulative-TICK-Pt/
PtGambler
https://www.tradingview.com/u/PtGambler/
153
study
5
MPL-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(title='Cumulative TICK [Pt]', shorttitle='CumTICK[Pt]', overlay=false) tick_src = input.string("USI:TICK", "TICK Source", options = ["USI:TICK", "USI:TICKQ", "USI:T...
Lot Size Calculator
https://www.tradingview.com/script/4B29SAi2-Lot-Size-Calculator/
melodicfish
https://www.tradingview.com/u/melodicfish/
189
study
5
MPL-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("Lot Size Calculator", shorttitle = "Lot Calculator", overlay=true) // Inputs gr3="----------------------Trade Settings---------------------" cur=input.string("USD",tit...
Anchored VWAP Pinch & Handoff, Intervals, and Signals
https://www.tradingview.com/script/VYu6A3GB-Anchored-VWAP-Pinch-Handoff-Intervals-and-Signals/
allanster
https://www.tradingview.com/u/allanster/
1,058
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © allanster on TradingView //@version=5 indicator("Anchored VWAP Pinch & Handoff, Intervals, and Signals", 'Price', overlay = true, max_lines_count = 500, max_labels_count = 500) evnHi = timestamp("10 Nov ...
Moving Average Contrarian Indicator
https://www.tradingview.com/script/T9QXtBlL-Moving-Average-Contrarian-Indicator/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
187
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("Moving Average Contrarian Indicator", overlay=false) length = input(40, "Moving Average Length") src = close // Calculate moving average ma = ta.sma(src, length) // Cal...
Moving Average Reversals [QuantVue]
https://www.tradingview.com/script/54tj7Dnp-Moving-Average-Reversals-QuantVue/
QuantVue
https://www.tradingview.com/u/QuantVue/
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/ // © AlgoBuddy //@version=5 indicator("Moving Average Reversals", shorttitle = 'Moving Average Reversals', precision = 2) //inputs var g1 = 'Moving Average' imatype = input.string(defval = 'EMA', title ...
Discrete Fourier Transform Overlay [wbburgin]
https://www.tradingview.com/script/gThgCf69-Discrete-Fourier-Transform-Overlay-wbburgin/
wbburgin
https://www.tradingview.com/u/wbburgin/
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/ // © wbburgin //@version=5 indicator('Discrete Fourier Transform Overlay [wbburgin]', shorttitle='DFT Overlay [wbburgin]', overlay=true, max_bars_back=2000, max_lines_count=500) import jdehorty/KernelFuncti...
Projected Volume
https://www.tradingview.com/script/ZcV62bqJ-Projected-Volume/
gabasco
https://www.tradingview.com/u/gabasco/
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/ // © gabasco //@version=5 indicator(title="Projected Volume", overlay=false, format = format.volume, max_bars_back=5000) // 1. Input volumeTypeInput = input.string(defval="Financial", title="Volume Type", opt...
Stochastic [Tcs] | OSC
https://www.tradingview.com/script/jDMLUxYJ-Stochastic-Tcs-OSC/
zendrer
https://www.tradingview.com/u/zendrer/
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/ // © zendrer //@version=5 indicator("TCS • STOCH", overlay = false) //•••••••••••••• //INPUT //•••••••••••••• //---------------------------------------------------------------- length = input.int(15, 'Length'...
Advanced Choppiness Indicator with CPMA
https://www.tradingview.com/script/JeNcCUxP-Advanced-Choppiness-Indicator-with-CPMA/
chhagansinghmeena
https://www.tradingview.com/u/chhagansinghmeena/
82
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © chhagansinghmeena //@version=5 indicator("Advanced Choppiness Indicator with CPMA", format=format.price, precision=0, timeframe="", timeframe_gaps=true) // Import necessary scripts import chhagansinghme...
LNL Scalper Arrows
https://www.tradingview.com/script/2uF32Xaq-LNL-Scalper-Arrows/
lnlcapital
https://www.tradingview.com/u/lnlcapital/
236
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // // @version=5 // // LNL Scalper Arrows // // The indicator consist of various different types of candlestick patterns that are truly time tested by multiptle veteran traders. These arrows are a combination ...
D-BoT Alpha Volume Spike
https://www.tradingview.com/script/LY4cxqZO/
Genesis-Trader
https://www.tradingview.com/u/Genesis-Trader/
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/ // © atnx //@version=5 indicator(shorttitle='Alpha Vol Spk', title='D-BoT Alpha Volume Spike', overlay = true) // User Settings overbought_limit = input(70, title="Overbought") oversold_limit = inpu...
Vector2DrawLine
https://www.tradingview.com/script/r3tQhf4o-Vector2DrawLine/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
16
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Extends line type with methods for Vector2 and Segment2. library('Vector2DrawLine') //#region Imports: import RicardoSantos/CommonTypesMath/1 as TMath impor...
AlphaTrend - Screener
https://www.tradingview.com/script/kv8N05R7-AlphaTrend-Screener/
KivancOzbilgic
https://www.tradingview.com/u/KivancOzbilgic/
4,963
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Created & Developed by : Kıvanç Özbilgiç (@KivancOzbilgic) // Screener Panel & Adjustments: @dg_factor //@version=5 indicator('AlphaTrend - Screener', overlay=true, format=format.price, precision=2) src = ...
Textmate Language for Pine Script v5 2023-05
https://www.tradingview.com/script/O6LCkLTf-Textmate-Language-for-Pine-Script-v5-2023-05/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
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/ // © kaigouthro o = '' //@version=5 o := " ▀█▀ █▀▀ ▀▄▀ ▀█▀ █▀▄▀█ ▄▀█ ▀█▀ █▀▀ ░░▄▀ █░█ █▀ █▀▀ █▀█ █▀▄ █▀▀ ...
Buyside & Sellside Liquidity [LuxAlgo]
https://www.tradingview.com/script/Qk4vBbfL-Buyside-Sellside-Liquidity-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
6,677
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("Buyside & Sellside Liquidity [LuxAlgo]", "LuxAlgo - Buyside & Sellside Liquidity", overlay = true, max_lines_count = 50...
[DIP] Inverse BB/Bollinger highlight for bars
https://www.tradingview.com/script/DXXrzwY4-DIP-Inverse-BB-Bollinger-highlight-for-bars/
Mr_Dip
https://www.tradingview.com/u/Mr_Dip/
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/ // © Yubu //@version=5 indicator(title='[DIP] Inverse BB Highlight', shorttitle='[DIP] Bar Highlight (v1.0)', overlay=true, max_labels_count = 500) // Functions bb(float source, simple int period, int offset ...
Volume-Weighted RSI with Adaptive Smoothing
https://www.tradingview.com/script/47DVxkap-Volume-Weighted-RSI-with-Adaptive-Smoothing/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
115
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("Volume-Weighted RSI with Adaptive Smoothing", overlay=false) length = input.int(14, minval=1, title="Length") // Calculate RSI rsi_source = ta.change(close) up = ta.rma(...
[Mad] Liquidation Levels
https://www.tradingview.com/script/9pCNeK2e-Mad-Liquidation-Levels/
djmad
https://www.tradingview.com/u/djmad/
286
study
5
MPL-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(title='[Mad] Liquidation Levels Standalone ', shorttitle='[Mad] Liquidation Levels SA', overlay=true , max_boxes_count=500, max_lines_count=500) import djmad/Liquidationline/3 as LILI ...
Kernel Regression Toolkit
https://www.tradingview.com/script/ARPbTa5N-Kernel-Regression-Toolkit/
veryfid
https://www.tradingview.com/u/veryfid/
927
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jdehorty © veryfid //@version=5 indicator(title='Kernel Regression Toolkit', shorttitle='kreg', overlay=true) import veryfid/KernelFunctionsFilters/1 as kreg // For more information on this technique re...
Inside Day Probability
https://www.tradingview.com/script/Xi1B0w5H-Inside-Day-Probability/
omararturo
https://www.tradingview.com/u/omararturo/
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/ // © omararturo //@version=5 indicator("Inside Day Probability", overlay = true) // We use `var` to only initialize the table on the first bar. var table dashboard = table.new(position.top_right, 3, 3, bgcolo...
Ultimate Correlation Coefficient
https://www.tradingview.com/script/CAbB35hR-Ultimate-Correlation-Coefficient/
Celestial-Eye
https://www.tradingview.com/u/Celestial-Eye/
62
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Celestial-Eye //@version=5 indicator("Ultimate Correlation Coefficient", shorttitle = "UCC", format = format.price, precision = 2) //symbolInput = input.symbol("INDEX:BTCUSD", "Main Comparison", confirm ...
Liquidity Zones[Angel Algo]
https://www.tradingview.com/script/tpX18Ujf-Liquidity-Zones-Angel-Algo/
AngelAlgo
https://www.tradingview.com/u/AngelAlgo/
165
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //@version=5 indicator("Liquidity Zones[Angel Algo]", overlay = true) // Inputs window = input(20, "Period") bar_coloring = input(false, "Bar coloring") sr_coloring = input(false, "Support/Resistance ...
Step RSI [Loxx]
https://www.tradingview.com/script/ysqnT8IX-Step-RSI-Loxx/
loxx
https://www.tradingview.com/u/loxx/
146
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 indicator("Step RSI [Loxx]") greencolor = #2DD204 redcolor = #D2042D stepMACalc(float rsi, simple int size)=> float smax = rsi + 2.0 * size float smin = rsi - 2.0 * size v...
SMT Divergences [LuxAlgo]
https://www.tradingview.com/script/ecEI56ff-SMT-Divergences-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
2,849
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("SMT Divergences [LuxAlgo]", "LuxAlgo - SMT Divergences", overlay = true, max_lines_count = 500, max_labels_count = 500) //---...
Predictive Pivot Points based on Technicals
https://www.tradingview.com/script/9KoxRx42-Predictive-Pivot-Points-based-on-Technicals/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ // /$$$$$$ /$$ /$$ // /$$__ $$ | $$ | $$ ...
Volatility Compression Breakout
https://www.tradingview.com/script/Lc8WH9UF-Volatility-Compression-Breakout/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
491
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("Volatility Compression Breakout", overlay=true) // Volatility Compression Parameters compressionPeriod = input(20, "Compression Period") compressionMultiplier = input(1.5...
ATR Daily Band
https://www.tradingview.com/script/1SARnwTf-ATR-Daily-Band/
andrew51228
https://www.tradingview.com/u/andrew51228/
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/ // © andrew51228 //@version=5 indicator("ATR Daily Band", overlay=true) length = input.int(title="Length", defval=14, minval=1) myColor = input.color(title="Color", defval=color.new(#d3b4b4, 0)) atr = request...
Nonlinear Regression, Zero-lag Moving Average [Loxx]
https://www.tradingview.com/script/R94i54w7-Nonlinear-Regression-Zero-lag-Moving-Average-Loxx/
loxx
https://www.tradingview.com/u/loxx/
240
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © loxx //@version=5 indicator("Nonlinear Regression, Zero-lag Moving Average [Loxx]", overlay = true, timeframe="", timeframe_gaps = true) color greencolor = #2DD204 color redcolor = #D20...
Chilllax Moving Averages with Qullamaggie colors
https://www.tradingview.com/script/slh7RiUb-Chilllax-Moving-Averages-with-Qullamaggie-colors/
chilllaxtrader
https://www.tradingview.com/u/chilllaxtrader/
251
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/ // © chilllaxtrader //@version=4 study(title="Chilllax Moving Averages with Qullamaggie colors", shorttitle="ChillLax Moving Averages", overlay=true) // Display 2 MAs, default is 10d sma and 20d sma. You can...
Fierytrading: Volatility Depth
https://www.tradingview.com/script/zT89OfA8-Fierytrading-Volatility-Depth/
FieryTrading
https://www.tradingview.com/u/FieryTrading/
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/ // © FieryTrading //@version=5 indicator("FT Volatility Depth", overlay = false, precision=4) length = input.int(7) lower = ta.lowest(low, length) higher = ta.highest(high, length) depth = (higher-lower)/low...
TG - Stock price at particular bar
https://www.tradingview.com/script/XVKC2Jm4-TG-Stock-price-at-particular-bar/
thiyagarajan_gunasekaran
https://www.tradingview.com/u/thiyagarajan_gunasekaran/
3
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/ // © thiyagarajan_gunasekaran //@version=4 study(title="Script day value", overlay=true) //indicator(title="Script day value", shorttitle="SDV", overlay=true, timeframe="D") dur = input(title="Time fra...
ICT HTF Liquidity Levels /w Alert [MsF]
https://www.tradingview.com/script/tXI6v3fU/
Trader_Morry
https://www.tradingview.com/u/Trader_Morry/
405
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @ Trader_Morry //@version=5 indicator("ICT HTF Liquidity Levels /w Alert [MsF]", "HTF Liquidity Alert", overlay=true, max_lines_count=500) //----------------------------------------------------------------...
Adaptive Gaussian Moving Average
https://www.tradingview.com/script/th7NZUPM-Adaptive-Gaussian-Moving-Average/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
231
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("Adaptive Gaussian Moving Average", overlay=true) length = input.int(14, minval=1, title="Length") adaptive = input.bool(true, title="Adaptive Parameters") volatilityPerio...
Pi - Intraday High-Low Predictor
https://www.tradingview.com/script/mz2OHJSc-Pi-Intraday-High-Low-Predictor/
Keanu_ritz
https://www.tradingview.com/u/Keanu_ritz/
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/ // © Keanu_ritz //@version=5 //===================================================================================================================================================================================...
Statistics Table
https://www.tradingview.com/script/ElY8K73e-Statistics-Table/
jadeja_rajdeep
https://www.tradingview.com/u/jadeja_rajdeep/
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/ // © jadeja_rajdeep //@version=5 indicator("Statistics Table",overlay=true) firstema_length=input.int(13,"First Ema Length",1,step = 1) secondema_length=input.int(21,"Second Ema Length",1,step = 1) thirdema_l...
Scalping Strategy (5min)
https://www.tradingview.com/script/EafghSFE-Scalping-Strategy-5min/
AySiam
https://www.tradingview.com/u/AySiam/
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/ // © AySiam //@version=5 indicator("Scalping Strategy (5min)", overlay=true) usesma = input(true , "Slow MA") usesmafilter= input(true , "Fast MA") rsi1Length = input(28, "Slow RSI Length") rsi2Length = input(...
Draw Line For High Low Custom Range Interactive
https://www.tradingview.com/script/44NQpol9-Draw-Line-For-High-Low-Custom-Range-Interactive/
RozaniGhani-RG
https://www.tradingview.com/u/RozaniGhani-RG/
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/ // © RozaniGhani-RG //@version=5 indicator('Draw Line For High Low Custom Range Interactive', 'DLFHLCRI', true) //#region ———————————————————— 0. Inputs G0 = 'POINTS' int stamp1 = timestamp('2023-04') int sta...
Hui-Heubel Liquidity Ratio
https://www.tradingview.com/script/gxdpQhF0-Hui-Heubel-Liquidity-Ratio/
potato_hedge
https://www.tradingview.com/u/potato_hedge/
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/ // © potato_hedge //@version=5 indicator("LHH",precision=4) length = input.int(title="Lookback Window", defval=10) sma = input.int(title="SMA",defval=20) sma2 = input.int(title="SMA2",defval=50) // ...
Intraday Intensity Modes
https://www.tradingview.com/script/S7HGang6-Intraday-Intensity-Modes/
allanster
https://www.tradingview.com/u/allanster/
590
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © allanster on TradingView //@version=5 // Original concept by David Bostian, with variations featured in "Bollinger on Bollinger Bands". indicator("Intraday Intensity Modes", 'Intensity') toolTipA = 'III...
RD Opening Range/Initial Balance
https://www.tradingview.com/script/JEm7dk0W-RD-Opening-Range-Initial-Balance/
RexDogActual
https://www.tradingview.com/u/RexDogActual/
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/ // © Bhangerang with help by @RexDogActual as well as permission to publish //@version=5 indicator("RD Opening Range", "RD-OR", overlay=true, max_bars_back=5000) // inputs show_table = input.bool(true, "Displ...
Trend lines
https://www.tradingview.com/script/41FSzWNz-Trend-lines/
tantisch
https://www.tradingview.com/u/tantisch/
238
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © anTIMAtter_ //@version=5 indicator("Trend lines", overlay=true) // User inputs prd = input.int(defval=30, title=' Period for Pivot Points', minval=1, maxval=50) max_num_of_pivots = input.int(defval=6, ti...
4H Range
https://www.tradingview.com/script/TFxIt2P5-4H-Range/
My3rdid
https://www.tradingview.com/u/My3rdid/
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/ // © My3rdid //@version=5 indicator("Custom Range", overlay=true) colorChoice = input(color.white, "Choose your color") sminutes = input(true, title="Show Range") mperiod = input.string("240", title="Select R...
Rule of 40
https://www.tradingview.com/script/8yEVVisv-Rule-of-40/
barnabygraham
https://www.tradingview.com/u/barnabygraham/
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/ // © barnabygraham // The rule of 40 is a popular metric for measuring the quality of SaaS companies. It is the sum of the year over year sales growth and profit margin. Companies are considered good if this s...
[TTI] NDR 63-Day QQQ-QQEW ROC% Spread
https://www.tradingview.com/script/7rUEaj32-TTI-NDR-63-Day-QQQ-QQEW-ROC-Spread/
TintinTrading
https://www.tradingview.com/u/TintinTrading/
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/ // © TintinTrading //@version=4 study("[TTI] NDR 63-Day QQQ-QQEW ROC% Spread", shorttitle="[TTI] NDR QQQ-QQEW ROC% Spread", overlay=false) // Define the tickers qqq = security("NASDAQ:QQQ", "D", close) qqew =...
RSI Divergences on price chart - Open Source Code
https://www.tradingview.com/script/QNWgRxT4-RSI-Divergences-on-price-chart-Open-Source-Code/
Trading_Paradise
https://www.tradingview.com/u/Trading_Paradise/
309
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/ // © Trading_Paradise //@version=5 indicator("RSI DIVERGENCES", overlay=true, max_labels_count = 500, max_lines_count = 500) // Input rsiLength = input....
Color Changing MACD
https://www.tradingview.com/script/qzC8GJia/
FX365_Thailand
https://www.tradingview.com/u/FX365_Thailand/
154
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © FX365_Thailand //@version=5 //Release note //v24.0 Released indicator(title="Color Changing MACD", shorttitle="Color MACD") //User inputs fast_length = input(title="Fast Length", defval=12,group="Comm...
ICT Donchian Smart Money Structure (Expo)
https://www.tradingview.com/script/rN9I61Q9-ICT-Donchian-Smart-Money-Structure-Expo/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
1,718
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("ICT Donchian Smart Money Structure",overlay=true,max_bars_back=5000,max_labels_count=500,max_lines_count=500) // ~~ Toolti...
Average Variation Bands Oscillator
https://www.tradingview.com/script/ddajUlsd-Average-Variation-Bands-Oscillator/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
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/ // © RicardoSantos //@version=5 indicator('Average Variation Bands Oscillator', 'AVBo', false, timeframe='') // Inputs: float src = input.source(close, 'Source Series.') int ma_length = input.int(100,...
The Golden Candlestick Pattern
https://www.tradingview.com/script/eaaszMDW-The-Golden-Candlestick-Pattern/
Sofien-Kaabar
https://www.tradingview.com/u/Sofien-Kaabar/
154
study
5
MPL-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("Candlestick Pattern - Golden Pattern", overlay = true) golden_difference = 2.618 * (high[2] - low[2]) bullish_pattern = low <= open[1] and close[1] > (golden_diffe...
Interactive trendline - Proximity Doji & 3LS
https://www.tradingview.com/script/zDUhc8Cl-Interactive-trendline-Proximity-Doji-3LS/
Marc_Thiart
https://www.tradingview.com/u/Marc_Thiart/
136
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Blockhead305 //@version=5 indicator("Interactive trendline - Proximity Doji & 3LS", overlay = true) atr_mul = input.int(defval=2, title="ATR muntiplte") source = input.source(defval=close, title="canlde ...
Cobra's CryptoMarket Visualizer
https://www.tradingview.com/script/DqqCwK2h-Cobra-s-CryptoMarket-Visualizer/
QuantiLuxe
https://www.tradingview.com/u/QuantiLuxe/
226
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/ // © EliCobra //@version=5 indicator("Cobra's Crypto Market Visualizer", "{Ʌ} - 𝐂𝐫𝐲𝐩𝐭𝐨 𝐕𝐢𝐬𝐮𝐚𝐥𝐢𝐳𝐞𝐫", true, scale = scale.none) type asset str...
Volatility Speedometer
https://www.tradingview.com/script/WIM5KvCp-Volatility-Speedometer/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
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/ // © LeafAlgo //@version=5 indicator("Volatility Speedometer", overlay=false) lookbackPeriod = input(14, "Lookback Period") volatilityMeasure = ta.atr(14) // Example: Using Average True Range (ATR) as the vol...
Wick Percentages
https://www.tradingview.com/script/hlw4SSBT-Wick-Percentages/
ozzy_livin
https://www.tradingview.com/u/ozzy_livin/
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/ // © BOTrades //@version=5 indicator("Wick Percentages", overlay = true) // Global variable var position = "Buy" target = input(50, "Only Show Wick % Greater than") // Define variables to calculate percenta...
Normalized Elastic Volume Oscillator (MTF)
https://www.tradingview.com/script/ws1KUVQW-Normalized-Elastic-Volume-Oscillator-MTF/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
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/ // © LeafAlgo //@version=5 indicator('Normalized Elastic Volume Oscillator (MTF)', shorttitle='MTF N-EVO') // Input parameters emaLength = input(14, title='EMA Length') scalingFactor = input(2.0, title='Scali...
Open Interest Suite [Aggregated] - By Leviathan
https://www.tradingview.com/script/GKhS3dlt-Open-Interest-Suite-Aggregated-By-Leviathan/
LeviathanCapital
https://www.tradingview.com/u/LeviathanCapital/
1,975
study
5
MPL-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("Open Interest Suite [Aggregated] - By Leviathan", format = format.volume) g1 = 'General' g2 = 'Thresholds' g3 = 'Additional Settings' g5 = 'Screener' g4 = 'Distr...
ICT Commitment of Traders° by toodegrees
https://www.tradingview.com/script/Lj34Vxpq-ICT-Commitment-of-Traders-by-toodegrees/
toodegrees
https://www.tradingview.com/u/toodegrees/
1,561
study
5
MPL-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 import TradingView/LibraryCOT/2 as cot //@version=5 indicator("ICT Commitment of Traders" , "COT°" , format=format.volume , max_bars_back=5000 , max_b...
Directional Volume EStimate from Price Action (RedK D_VESPA)
https://www.tradingview.com/script/HOvl6jPH-Directional-Volume-EStimate-from-Price-Action-RedK-D-VESPA/
RedKTrader
https://www.tradingview.com/u/RedKTrader/
369
study
5
MPL-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 - May 2023 //@version=5 indicator(title='Directional Volume Estimate from Pirce Action v1.0', shorttitle='RedK D_VESPA v1.0', format=format.volume, timeframe='', timeframe_gaps=false, e...
Master Supertrend [Trendoscope]
https://www.tradingview.com/script/vHpsE0Ft-Master-Supertrend-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
617
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 // ░▒ // ▒▒▒ ▒▒ // ...
Cumulative TICK Trend[Pt]
https://www.tradingview.com/script/fgUogo7g-Cumulative-TICK-Trend-Pt/
PtGambler
https://www.tradingview.com/u/PtGambler/
220
study
5
MPL-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(title='Cumulative TICK Trend[Pt]', shorttitle='CumTICK-trend[Pt]', overlay=true) group_atr = 'ATR EMA Band' group_display = 'Display' tick_src = input.string("U...
Pro Trading Art - Head And Shoulders
https://www.tradingview.com/script/opQmMjpo-Pro-Trading-Art-Head-And-Shoulders/
protradingart
https://www.tradingview.com/u/protradingart/
344
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © protradingart //@version=5 indicator("Pro Trading Art - Head And Shoulders", "PTA - Head And Shoulders", overlay = true, max_lines_count=500, max_labels_count=500) pivotLeg = input.int(10, "Pivot Leg")...
High Liquidity Zones and Threshold Volume
https://www.tradingview.com/script/slCXI7fU-High-Liquidity-Zones-and-Threshold-Volume/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
87
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator("High Liquidity Zones", overlay=false) lookbackPeriod = input(20, "Lookback Period") thresholdPercentage = input(100, "Threshold Percentage") // Calculate average volume ...
MOJO Opening Range Box
https://www.tradingview.com/script/VEyExCFY-MOJO-Opening-Range-Box/
yoursimplechoice
https://www.tradingview.com/u/yoursimplechoice/
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/ // © yoursimplechoice //@version=5 indicator("MOJO Opening Range Box", overlay=true) InSession(sessionTime, sessionTimeZone=syminfo.timezone) => not na(time(timeframe.period, sessionTime, sessionTimeZo...
Session Open Price
https://www.tradingview.com/script/A67nVhQA-Session-Open-Price/
Lilzubski
https://www.tradingview.com/u/Lilzubski/
87
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © zubzero //@version=5 indicator("Session Open Price", "Session Open Price", true, max_lines_count=500) // New York Open iMTimey = input.session ('0830-0831:1234567', "Session", group="New York Open")...
CommonTypesDrawing
https://www.tradingview.com/script/JIRKVGo5-CommonTypesDrawing/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
17
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // @description Provides a common library source for common types of used graphical drawing structures. // Includes: `Triangle, Quad, Polygon` library("CommonTypesDrawing") //...
Time Series Model Indicator
https://www.tradingview.com/script/SFQUikqU-Time-Series-Model-Indicator/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ // /$$$$$$ /$$ /$$ // /$$__ $$ | $$ | $$ ...
Multi-Timeframe FVG [TFO]
https://www.tradingview.com/script/ipyHUfOO-Multi-Timeframe-FVG-TFO/
tradeforopp
https://www.tradingview.com/u/tradeforopp/
1,575
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © tradeforopp //@version=5 indicator("Multi-Timeframe FVG [TFO]", "MFVG [TFO]", true) // ------------------------------ Inputs ------------------------------ var g_TF = "Timeframes" use_tf1 = inpu...
L&S Volatility Index
https://www.tradingview.com/script/ib17l4it-L-S-Volatility-Index/
gabasco
https://www.tradingview.com/u/gabasco/
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/ // © gabasco //@version=5 indicator(title="L&S Volatility Index", shorttitle="LSVI", format=format.percent, precision=2, timeframe="", timeframe_gaps=true) // Input lengthInput = input.int(21, "Length", minva...
Dual Dynamic Fibonacci Retracement — Long and Short Duration
https://www.tradingview.com/script/qvfsO64L-Dual-Dynamic-Fibonacci-Retracement-Long-and-Short-Duration/
StockJustice
https://www.tradingview.com/u/StockJustice/
364
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © StockJustice //@version=5 indicator("Dual Dynamic Fibonacci Retracement Levels", shorttitle="Fib Levels", overlay=true) // User-defined input for the lookback period lookbackPeriod = input.int(title="Loo...
MTF Stationary Extreme Indicator
https://www.tradingview.com/script/OPuTySwS-MTF-Stationary-Extreme-Indicator/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
33
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LeafAlgo //@version=5 indicator('Multiple Timeframe Stationary Extreme Indicator', shorttitle='MTF SEI') // Input parameters periodsBack = input(5, title='Periods Back') higherTF = input('240', title='Hi...
Ravi teja sreevatsav's consecutive candle
https://www.tradingview.com/script/wl1luXsv-Ravi-teja-sreevatsav-s-consecutive-candle/
Ravitejasreevatsav
https://www.tradingview.com/u/Ravitejasreevatsav/
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/ // © RTS_Tview //@version=4 study(title="Ravi teja's consecutive candle", overlay=true) candleColor = close > open ? color.green : close < open ? color.red : na // Mark low for the first two consecutive gre...
Autoregressive Cloud
https://www.tradingview.com/script/HX4ptxz7-Autoregressive-Cloud/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ // /$$$$$$ /$$ /$$ // /$$__ $$ | $$ | $$ ...
Open Interest Profile [Fixed Range] - By Leviathan
https://www.tradingview.com/script/ox607m21-Open-Interest-Profile-Fixed-Range-By-Leviathan/
LeviathanCapital
https://www.tradingview.com/u/LeviathanCapital/
1,677
study
5
MPL-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("Open Interest Profile [Fixed Range] - By Leviathan", shorttitle='OI Profile [Fixed Range] - By Leviathan', overlay=true, max_boxes_count=500, max_bars_back = 500, ...
Inside candle (Inside Bar) Strategy- by smartanu
https://www.tradingview.com/script/KpC644Qx-Inside-candle-Inside-Bar-Strategy-by-smartanu/
anukul786
https://www.tradingview.com/u/anukul786/
29
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/ // © beingtrader4life //@version=4 study('BUY SELL signals by smartanu', overlay=true) bullishBar = 1 bearishBar = -1 isInside() => previousBar = 1 bodyStatus = (close >= open) ? 1 : -1 ...
Supply and Demand
https://www.tradingview.com/script/k4tbraqw-Supply-and-Demand/
StockJustice
https://www.tradingview.com/u/StockJustice/
283
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © StockJustice //@version=5 indicator("Supply and Demand (Responsive)", shorttitle="S&D", overlay=true) // Get high and low for the last 10 bars pivotHigh_1 = ta.highest(high, 10) pivotLow_1 = ta.lowest(lo...
Intraday Mean Reversion Main
https://www.tradingview.com/script/EzDT1Dzf-Intraday-Mean-Reversion-Main/
RandomWalker
https://www.tradingview.com/u/RandomWalker/
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/ // © RandomWalker // The Intraday Mean Reversion Indicator works well on certain stocks. It should be used for day trading stocks but IMPORTANT! must be applied to the Day to Day timeframe. // The logic be...
MA Correlation Coefficient
https://www.tradingview.com/script/e6Okk7CA-MA-Correlation-Coefficient/
nonamealgo
https://www.tradingview.com/u/nonamealgo/
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/ // © nonamealgo //@version=5 indicator(title = 'MA Correlation Coefficient', shorttitle = 'MA Correlation', overlay = false) import PineCoders/VisibleChart/4 // Inputs // src = input(defval = close, title = '...
Volume Indicator (MA)
https://www.tradingview.com/script/oaTyuXoW-Volume-Indicator-MA/
CryptoCoBean
https://www.tradingview.com/u/CryptoCoBean/
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/ // © CryptoCoBean //@version=5 indicator("Volume Indicator (MA)", overlay=true) vol_ma = ta.sma(volume, 14) color volume_candlecolor = na if volume > vol_ma and (close > open) volume_candlecolor :=...
Intraday Mean Reversion Money Performance indicator
https://www.tradingview.com/script/rOtSBTZl-Intraday-Mean-Reversion-Money-Performance-indicator/
RandomWalker
https://www.tradingview.com/u/RandomWalker/
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/ // © RandomWalker // The diagram shows Money Performance when buying stocks for 10.000 at every nuy signal // The rules is: Buy on Open price if the Mean reversion indicator gives a buy signal. Sell on the...
Volume Profile Regression Channel [LuxAlgo]
https://www.tradingview.com/script/pkxnfdYZ-Volume-Profile-Regression-Channel-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,897
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 Profile Regression Channel [LuxAlgo]", "LuxAlgo - Volume Profile Regression Channel", overlay = true, max_lines_count ...
All-In-One Auto Anchored VWAPs
https://www.tradingview.com/script/HrnQhdjc-All-In-One-Auto-Anchored-VWAPs/
Texmoonbeam
https://www.tradingview.com/u/Texmoonbeam/
250
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Texmoonbeam //@version=5 indicator("All-In-One Auto Anchored VWAPs", overlay = true, max_bars_back = 5000, max_labels_count = 500) //Settings s = "Settings" zone = input.string('GMT+1', title='Timezone', ...
Purple Cloud
https://www.tradingview.com/script/CcsssyQv/
muratm82
https://www.tradingview.com/u/muratm82/
374
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © muratm82 //@version=5 indicator("Purple Cloud [MMD]",overlay=true, timeframe="", timeframe_gaps=true) atrPeriod = input(10, "Supertrend ATR Length") factor = input.float(3.0, "Supertrend Factor", step = ...
Crypto Correlation Matrix
https://www.tradingview.com/script/GmNlgIGx-Crypto-Correlation-Matrix/
QuantiLuxe
https://www.tradingview.com/u/QuantiLuxe/
140
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/ // © EliCobra //@version=5 indicator("Crypto Correlation Matrix", overlay = true, scale = scale.none) swap_asset(input) => string asset = switch input ...
custom Bollinger bands with filters - indicator (AS)
https://www.tradingview.com/script/rdpaOJMX/
Adam-Szafranski
https://www.tradingview.com/u/Adam-Szafranski/
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/ // © Adam-Szafranski //@version=5 indicator("custom Bollinger bands with filters - indicator (AS)",'CBB-IND-(AS)',overlay = true, timeframe="", timeframe_gaps=true) //strategy("custom Bollinger bands with filt...