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
Bitcoin as Heikin Ashi Candles with Pivot Points
https://www.tradingview.com/script/9tLxrbew-Bitcoin-as-Heikin-Ashi-Candles-with-Pivot-Points/
weak_hand
https://www.tradingview.com/u/weak_hand/
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/ // © weak_hand //@version=5 indicator("Bitcoin as Heikin Ashi Candles with Pivot Points", "BTC HA+PP", false, max_lines_count = 500) string my_symbol = "INDEX:BTCUSD" string my_timefr = timeframe.isdaily ? "...
HTF Support & Resistance [QuantVue]
https://www.tradingview.com/script/fQSNAk7Z-HTF-Support-Resistance-QuantVue/
QuantVue
https://www.tradingview.com/u/QuantVue/
315
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © QuantVue //@version=5 indicator("HTF Support & Resistance [QuantVue]", overlay = true, shorttitle = 'HTF Support & Resistance [QuantVue]') // inputs var g1 = 'Daily Levels' showDaily ...
Daily Network Value to Transactions Signal (NVTS)
https://www.tradingview.com/script/JSlkwPCA-Daily-Network-Value-to-Transactions-Signal-NVTS/
weak_hand
https://www.tradingview.com/u/weak_hand/
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/ // © weak_hand //@version=5 indicator("Daily Network Value to Transactions Signal (NVTS)", "NVTS", false, format.volume) if timeframe.isintraday runtime.error("The timeframe is to low. It has to be at lea...
Filtered Volume Profile [ChartPrime]
https://www.tradingview.com/script/EPciWdx9-Filtered-Volume-Profile-ChartPrime/
ChartPrime
https://www.tradingview.com/u/ChartPrime/
964
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Chartprime //@version=5 indicator('Filtered Volume Profile [ChartPrime]', overlay=true, max_boxes_count = 500, max_bars_back = 500) look_back = input.int(200, "Length", 1, 500) length = input.int(3, "Smoo...
HighLowBox+220MAs[libHTF]
https://www.tradingview.com/script/bre2SbmX/
nazomobile
https://www.tradingview.com/u/nazomobile/
28
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © nazomobile //@description HighLowBox+220MAs [libHTF] // //This is a sample script of libHTF: use HTF values without request.security(). // // HTF candles are calculated internally using 'GMT+3' from curren...
Tri-State Supertrend
https://www.tradingview.com/script/IsQ5dxza-Tri-State-Supertrend/
StefanReich
https://www.tradingview.com/u/StefanReich/
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/ // © StefanReich // A supertrend with 3 states: Buy, Sell, Range // Based on Pivot Point SuperTrend by LonesomeTheblue //@version=5 indicator("Tri-State Supertrend", overlay=true) prd = input.int(defval=10,...
EMA Deviation Rebound
https://www.tradingview.com/script/P8qyuZsf/
zamansiz74
https://www.tradingview.com/u/zamansiz74/
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/ // © zamansiz74 //@version=5 indicator("EMA Deviation Rebound", overlay=true) periods = input.int(defval = 20, title="Periods") length = input.int(defval = 10, title="Length") var float avghighest = 0.0 var ...
MTF Break of Structure(BOS) & Market Structure Shift(MSS)
https://www.tradingview.com/script/1LrVbh1I-MTF-Break-of-Structure-BOS-Market-Structure-Shift-MSS/
Lenny_Kiruthu
https://www.tradingview.com/u/Lenny_Kiruthu/
500
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Lenny_Kiruthu //@version=5 indicator(title = "Multi Timeframe Break of Structure(BOS) & Market Structure Shift(MSS)", shorttitle = "MTF BOS & MSS", overlay = true, max_labels_count=500, max_lines_count = ...
LNL Trend System
https://www.tradingview.com/script/m0G2Xv7r-LNL-Trend-System/
lnlcapital
https://www.tradingview.com/u/lnlcapital/
875
study
5
MPL-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 // // L&L Trend System // // L&L Trend System is an ATR based day trading system specifically designed for intra-day traders and scalpers. // // The System works on any chart time frame & can b...
Realized Profit & Loss [StratifyTrade]
https://www.tradingview.com/script/yLF2xSar-Realized-Profit-Loss-StratifyTrade/
StratifyTrade
https://www.tradingview.com/u/StratifyTrade/
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/ // © HunterAlgos //@version=5 indicator("Realized Profit & Loss [HunterAlgos]", shorttitle = "Realized Profit & Loss [1.0.0]", overlay = false) //---------------...
Custom EMA from X Days Ago
https://www.tradingview.com/script/1Ys4WWoh-Custom-EMA-from-X-Days-Ago/
firos_meethal
https://www.tradingview.com/u/firos_meethal/
12
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © firos_meethal //@version=5 indicator("Custom EMA from X Days Ago", overlay = true) // Input options daysAgo = input.int(4, title = "Days Ago", minval = 1) emaPeriod = input.int(10, title = "EMA Period") ...
Market Sessions and TPO (+Forecast)
https://www.tradingview.com/script/y6jyaS39-Market-Sessions-and-TPO-Forecast/
MXWLL-Capital-Trading
https://www.tradingview.com/u/MXWLL-Capital-Trading/
695
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Mxwll Mxwll Capital //@version=5 indicator("Mxwll Sessions" , overlay = true , max_bars_back = 500, max_lines_count = 500, max_boxes_count = 500, max_labels_count = 500) proj = input.string(de...
ATR + Momentum Shifts w/Take Profit
https://www.tradingview.com/script/IdXK6yLz-ATR-Momentum-Shifts-w-Take-Profit/
DraftVenture
https://www.tradingview.com/u/DraftVenture/
16
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 // © DraftVenture //@version=5 indicator(title="ATR + Momentum Shifts w/Take Profit", overlay=true, timeframe="", timeframe_gaps=true) // Inputs atr_length = input(9, title="ATR Length") atr_mult = input.float(2, step=0.1, title="ATR Multip...
MTF Key Levels [Mxwll]
https://www.tradingview.com/script/qfNwtsJS-MTF-Key-Levels-Mxwll/
MXWLL-Capital-Trading
https://www.tradingview.com/u/MXWLL-Capital-Trading/
215
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MxwllCapital // //@version=5 indicator("Mxwll MTF S/R", overlay = true, max_lines_count = 500) extend = input.string(defval = "Both", options = ["Left", "Right", "Both", "None"], title = "Extend Lin...
Indicator Based Market Exposure (IBME)
https://www.tradingview.com/script/7OkUA5dc-Indicator-Based-Market-Exposure-IBME/
Amphibiantrading
https://www.tradingview.com/u/Amphibiantrading/
297
study
5
MPL-2.0
// This source code is subject to the teratioMults of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Amphibiantrading //@version=5 indicator('Indicator Based Market Exposure', shorttitle = 'IBME', overlay = true) //---------inputs---------// showRunTime = input.bool(true, 'Show Time Frame Err...
Strategy - Relative Volume Gainers
https://www.tradingview.com/script/ndW9kWOC-Strategy-Relative-Volume-Gainers/
Arun_K_Bhaskar
https://www.tradingview.com/u/Arun_K_Bhaskar/
264
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Arun_K_Bhaskar //@version=5 // Acknowledgement: This strategy is developed based on the idea shared by "Vikram Prabhu" of "Pivot Call", // through his video "Volume gainers Strateg...
Dynamic Levels Breakouts [Angel Algo]
https://www.tradingview.com/script/FwJOjpzv-Dynamic-Levels-Breakouts-Angel-Algo/
AngelAlgo
https://www.tradingview.com/u/AngelAlgo/
324
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // Angel Algo //@version=5 indicator("Dynamic Levels Breakouts", overlay = true) // Script inputs length = input.int(defval=20, title="Period", minval=2, maxval=30) // 20 or 15 // Calculate maxi...
Book Value Per Share Overlay
https://www.tradingview.com/script/uvTdSde3/
Eur0pa
https://www.tradingview.com/u/Eur0pa/
27
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Eur0pa //@version=5 indicator("BVPS", overlay=true) // Define inputs //total_assets = input.float(title="Total Assets", defval=0) //total_liabilities = input.float(title="Total Liabilities", defval=0) //...
YTD & Drawdown
https://www.tradingview.com/script/uQitLDpo-YTD-Drawdown/
ChartingCycles
https://www.tradingview.com/u/ChartingCycles/
22
study
5
MPL-2.0
//This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //©ChartingCycles //@version=5 indicator('YTD', scale=scale.none, overlay=true, precision=0, format=format.percent) //YTD % Calc specificDate = time >= timestamp(year(timenow), 1, 1, 00, 00) var float ...
Machine Learning Momentum Index (MLMI) [Zeiierman]
https://www.tradingview.com/script/I2X9DE84-Machine-Learning-Momentum-Index-MLMI-Zeiierman/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
2,264
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(title='Machine Learning Momentum Index (MLMI) [Zeiierman]', shorttitle='Machine Learning Momentum Index (MLMI)', overlay=fal...
QQE Weighted Oscillator [LuxAlgo]
https://www.tradingview.com/script/aRxQ1g82-QQE-Weighted-Oscillator-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,704
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("QQE Weighted Oscillator [LuxAlgo]", "LuxAlgo - QQE Weighted Oscillator") //---------------------------------------------...
FIRST-HOUR TOOL V.1.8.08.23
https://www.tradingview.com/script/yh4RHcxk/
tumiza999
https://www.tradingview.com/u/tumiza999/
54
study
5
MPL-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: © tumiza999 //@version=5 indicator("1H FIRST-HOUR TOOL V.2.01", overlay = true) // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // ©tumi...
MACD HTF - Dynamic Smoothing
https://www.tradingview.com/script/rQbmGtAx-MACD-HTF-Dynamic-Smoothing/
Harrocop
https://www.tradingview.com/u/Harrocop/
191
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Harrocop //////////////////////////////////////////////////////////////////////////////////////// // HTF Trend Filter - Dynamic Smoothing // - Option to change high time frame settings // - Option to choo...
External Indicator Analysis Overlay | Buy/Sell | HTF Heikin-Ashi
https://www.tradingview.com/script/MHYeKwKT/
metka183
https://www.tradingview.com/u/metka183/
243
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © metka183 //@version=5 indicator('External Indicator Analysis Overlay', "EIAO1.7", overlay=true, max_bars_back=5000, max_boxes_count=500, max_labels_count=500) //Functions --------------------------...
MMA mainpanel
https://www.tradingview.com/script/mhZFGFgv-MMA-mainpanel/
eykpunter
https://www.tradingview.com/u/eykpunter/
94
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © eykpunter //@version=5 indicator("MMA mainpanel","MMA main",true) //short group ema3=ta.ema(close,3) ema5=ta.ema(close,5) ema8=ta.ema(close,8) ema10=ta.ema(close,10) ema12=ta.ema(close, 12) ema15=ta.ema(c...
EMA Angle Trend Strength
https://www.tradingview.com/script/UtBPMHof/
undisputed140188
https://www.tradingview.com/u/undisputed140188/
17
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © undisputed140188 //@version=5 indicator("EMA Angle Trend Strength", "EATS", overlay = false) emaLength = input(10, "EMA Length", "Number of candles for EMA") eatsLength = input.int(3, "Precision", minval ...
AI Trend Navigator [K-Neighbor]
https://www.tradingview.com/script/30aLnPNh-AI-Trend-Navigator-K-Neighbor/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
1,656
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('AI Trend Navigator', overlay=true) // ~~ Tooltips { t1 ="PriceValue selects the method of price computation. \n\nSets th...
Liquidity Pools
https://www.tradingview.com/script/YHQBWfXw/
FX365_Thailand
https://www.tradingview.com/u/FX365_Thailand/
685
study
5
MPL-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 //Revision history //v100.0 First release //v101.0 Added alert conditions for swing high/low creation //v107.0 Added alert conditions for liquidity raid //@version=5 indicator('Liquidity P...
Candles In Row (Expo)
https://www.tradingview.com/script/PZKNUpQx-Candles-In-Row-Expo/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
831
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("Candles In Row (Expo)",overlay=true) //~~} // ~~ ToolTips { t0 ="Select the price input to determine the basis for...
CPR (Central Pivot Range)
https://www.tradingview.com/script/R6lRetr0-CPR-Central-Pivot-Range/
ajithcpas
https://www.tradingview.com/u/ajithcpas/
166
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ajithcpas //@version=5 indicator("Central Pivot Range", "CPR", overlay=true, max_lines_count=500, max_labels_count=500) AUTO = "Auto" DAILY = "Daily" WEEKLY = "Weekly" MONTHLY = "Monthly" QUART...
Support & Resistance Dynamic [LuxAlgo]
https://www.tradingview.com/script/yRHQ9ufY-Support-Resistance-Dynamic-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
3,242
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("Support & Resistance Dynamic [LuxAlgo]", "LuxAlgo - Support & Resistance Dynamic", overlay = true) //------------------------...
True Range/Expected Move
https://www.tradingview.com/script/MI2BTSqb-True-Range-Expected-Move/
robertsullivan1956
https://www.tradingview.com/u/robertsullivan1956/
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/ // © robertsullivan1956 //@version=5 name="True Range/Expected Move" indicator(name, overlay=false) volSymbol = input.string("VOLI", "VOL Symbol", ["VIX", "VIX1D", "VIX9D", "VIXMO", "VXW3", "VXW4", "VXW5", "VX...
Volume Delta Candles
https://www.tradingview.com/script/SwuQ4BZ2-Volume-Delta-Candles/
LeafAlgo
https://www.tradingview.com/u/LeafAlgo/
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/ // © LeafAlgo //@version=5 indicator("Volume Delta Candles", overlay=false) // Calculate volume delta (buying volume - selling volume) buyVolume = na(volume) ? na : (close > open) ? volume : 0 sellVolume = na...
Magic Trend By Market Mindset - Zero To Endless
https://www.tradingview.com/script/bcZ7UQ4u-Magic-Trend-By-Market-Mindset-Zero-To-Endless/
marketmindset
https://www.tradingview.com/u/marketmindset/
116
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © marketmindset //ChangeLog //v2.0 //Added Timeframe gaps //v3.0 //Added Magic Fill //Changed default Line Width //v4.0 //Bug Fixes //@version=5 indicator('Magic Trend By Market Mindset - Zero To Endless...
Feigenbaum Projections
https://www.tradingview.com/script/sBxacXPK-Feigenbaum-Projections/
syntaxgeek
https://www.tradingview.com/u/syntaxgeek/
168
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © syntaxgeek // Credit for the theory of price delivery using Feigenbaum Projections goes to https://twitter.com/TRSTNGLRD // _____ _____ _____ _____ ...
Volume as a Percent of Float by 3iau
https://www.tradingview.com/script/QM76G0VW-Volume-as-a-Percent-of-Float-by-3iau/
insideandup
https://www.tradingview.com/u/insideandup/
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/ // © Nathan J. Hart (insideandup) // // Plot the difference between: 1) the current Chart Volume as a percent of Float or Common Outstanding and 2) the moving average of the same. // Apply a multiplier to t...
VWAP, AVWAP and MVWAP - Omkar Banne
https://www.tradingview.com/script/vfLqBSzY-VWAP-AVWAP-and-MVWAP-Omkar-Banne/
OmkarBanne
https://www.tradingview.com/u/OmkarBanne/
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/ // © OmkarBanne //@version=5 indicator("VWAP, AVWAP and MVWAP - Omkar Banne", overlay = true) avwap_group ='-----------------AVWAP settings-----------------' avwap_on = input(true, "Plot AVWAP?", group=avwap...
Swing Ranges [ChartPrime]
https://www.tradingview.com/script/x1uxHl67-Swing-Ranges-ChartPrime/
ChartPrime
https://www.tradingview.com/u/ChartPrime/
932
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Chartprime //@version=5 indicator("Swing Ranges [ChartPrime]",overlay = true,max_boxes_count = 500,max_bars_back = 300) color Offwhite = color.rgb(255, 255, 255, 71) color...
Heikin Ashi MTF Trend [Pt]
https://www.tradingview.com/script/A32w8TZA-Heikin-Ashi-MTF-Trend-Pt/
PtGambler
https://www.tradingview.com/u/PtGambler/
301
study
5
MPL-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("Heikin Ashi MTF Trend [Pt]", shorttitle = 'HA MTF Trend [Pt]', overlay = false) group_display = 'Display Options' tf1 = input.timeframe('15', 'Timeframe 1', inline = 't...
RenkoIndicator
https://www.tradingview.com/script/zb1k0oAU-RenkoIndicator/
jac001
https://www.tradingview.com/u/jac001/
124
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jac001 //@version=5 indicator("RenkoIndicator", overlay=true) bullish = ta.highest(high, 5) > ta.highest(high, 10) bearish = ta.lowest(low, 5) < ta.lowest(low, 10) marketSentiment = bullish and bearish ?...
Pivotal Moments
https://www.tradingview.com/script/qTTsZPpO-Pivotal-Moments/
allanster
https://www.tradingview.com/u/allanster/
396
study
5
MPL-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('Pivotal Moments', overlay = true, max_lines_count = 500, max_labels_count = 500) // Draws lines for each of up to 500 pivots that have never been revisite...
Multi-Timeframe Trend Detector [Alifer]
https://www.tradingview.com/script/hccJ4040-Multi-Timeframe-Trend-Detector-Alifer/
alifer123
https://www.tradingview.com/u/alifer123/
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/ // © alifer123 // Easy to use and customizable multi-timeframe visual trend indicator // The indicator uses EMAs, MACD, RSI and CCI to check whether the trend is Bullish or Bearish on 5M, 15M, 30M, 1H, 4H, 1D,...
Historical Pattern Matcher [Trendoscope]
https://www.tradingview.com/script/YVWi3qqJ-Historical-Pattern-Matcher-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
616
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 // ░▒ // ▒▒▒ ▒▒ // ...
Realized price for BTC, ETH, LTC
https://www.tradingview.com/script/xDUE7niL-realized-price-for-btc-eth-ltc/
baal_hadad
https://www.tradingview.com/u/baal_hadad/
70
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kard1nal001 //@version=5 indicator("Realized Price by Baal Hadad", overlay = true) emaLength = input.int(30, title="EMA Length") bandsOn = input.bool(true, title="Realized Price Bands", tooltip = "Band l...
Volume Delta Compare [Ticks ~ LTF data]
https://www.tradingview.com/script/zn9dhLPS-Volume-Delta-Compare-Ticks-LTF-data/
fikira
https://www.tradingview.com/u/fikira/
334
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © fikira //@version=5 indicator("Volume Delta Compare [Ticks ~ LTF data]", max_labels_count=500, max_lines_count=500) _ ...
Normalized Adaptive Trend Lines [MAMA and FAMA]
https://www.tradingview.com/script/fvTqPHL8-Normalized-Adaptive-Trend-Lines-MAMA-and-FAMA/
IkkeOmar
https://www.tradingview.com/u/IkkeOmar/
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/ // © IkkeOmar //@version=5 indicator("Adaptive Trend Lines [MAMA and FAMA]", overlay = false, timeframe = "") fastLimit = input.float(title='Fast Limit', step=0.01, defval=0.01) slowLimit = input.float(title='...
Luffy Gear 5
https://www.tradingview.com/script/GckzHjVe-Luffy-Gear-5/
spacemanbtc
https://www.tradingview.com/u/spacemanbtc/
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/ // © spacemanbtc //@version=5 indicator("Luffy Gear 5", overlay = true) i_location = input.string(defval = "Bottom Center",title = "Location",options = ["Bottom Right","Bottom Left", "Bottom Center", "Top Lef...
KF Percentage Change
https://www.tradingview.com/script/IpevlhoY-KF-Percentage-Change/
Koalafied_3
https://www.tradingview.com/u/Koalafied_3/
17
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TJ_667 //@version=5 indicator('KF Percentage Change') // ---------- INPUTS ---------- // src = input(close, "Source") period_selection = input.string(title = "Period Option", defval="D", option...
SMC Structures and FVG
https://www.tradingview.com/script/uJDx1aKO/
LudoGH68
https://www.tradingview.com/u/LudoGH68/
702
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LudoGH68 //@version=5 indicator("SMC Structures and FVG", overlay = true) import LudoGH68/Drawings_public/1 as d getLineStyle(lineOption) => lineOption == "┈" ? line.style_dotted : lineOption == "╌" ?...
Offset Project
https://www.tradingview.com/script/wxri5rM7-Offset-Project/
dharmatech
https://www.tradingview.com/u/dharmatech/
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/ // © dharmatech //@version=5 indicator("Offset Project", overlay = true) offset = input.int(12) plot(series=close, title = 'Offset Project', color = color.blue, style = plot.style_columns, offset = offset)...
Buy/Sell EMA Candle
https://www.tradingview.com/script/BLV8p5zw-Buy-Sell-EMA-Candle/
AleSaira
https://www.tradingview.com/u/AleSaira/
328
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © AleSaira //@version=5 indicator(title="Buy/Sell EMA Candle", shorttitle="Buy/SellEMA211", overlay=true) ema1 = ta.ema(close, length=13) ema2 = ta.ema(close, length=21) ema3 = ta.ema(close, leng...
Price Range Volume Profile [Pt]
https://www.tradingview.com/script/gSWit7xP-Price-Range-Volume-Profile-Pt/
PtGambler
https://www.tradingview.com/u/PtGambler/
202
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © PtGambler //@version=5 indicator("Price Range Volume Profile [Pt]", "PRVP [Pt]", true, max_bars_back = 5000, max_lines_count = 500, max_boxes_count = 500,max_labels_count = 500, explicit_plot_zorder...
Pivot Point Trend Line
https://www.tradingview.com/script/NIuGTgAO-Pivot-Point-Trend-Line/
jadeja_rajdeep
https://www.tradingview.com/u/jadeja_rajdeep/
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/ // © jadeja_rajdeep //@version=5 indicator("Pivot Point Trend Line",overlay = true) high_1=input.int(20,'Pivot High - 1') high_2=input.int(15,'Pivot High - 2') low_1=input.int(15,'Pivot Low - 1') low_2=input...
Average Range Lines
https://www.tradingview.com/script/z6wDA6zP-Average-Range-Lines/
BigGuavaTrading
https://www.tradingview.com/u/BigGuavaTrading/
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/ // © BigGuavaTrading //@version=5 indicator("Average Range Lines", "Average Range Lines", true) //Average Daily Range Lines length = input(14, "Lookback Period", group = "Average Range") timeframe = input.tim...
High/Low of week: Stats & Day of Week tendencies
https://www.tradingview.com/script/xiOTzyRM-High-Low-of-week-Stats-Day-of-Week-tendencies/
twingall
https://www.tradingview.com/u/twingall/
73
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // High of week day and low of week day statistics // 'meta averages' showing HoW/LoW day averages across set of all possible custom week start/end days to filter out 'continuation bias' in seeking statistical...
Volume Delta Methods (Chart) [LuxAlgo]
https://www.tradingview.com/script/OhLE0vnH-Volume-Delta-Methods-Chart-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,374
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 Delta Methods (Chart) [LuxAlgo]", "LuxAlgo - Volume Delta Methods (Chart)", true, max_lines_count = 500, max_bo...
SPDR Tracker
https://www.tradingview.com/script/BjU7TOJH-SPDR-Tracker/
syntaxgeek
https://www.tradingview.com/u/syntaxgeek/
12
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © syntaxgeek //@version=5 indicator("SPDR Tracker", "SpdrT") import TradingView/ta/5 // { consts c_tableStyle_vertical = "Vertical" c_tableStyle_horizontal = "Horizontal" c_sym1 = "XLF" c_sym2 = "XLK" c_s...
nVPSA - Normalized Volume-Price Spread Analysis
https://www.tradingview.com/script/tPlnLNR5/
TradingCat79
https://www.tradingview.com/u/TradingCat79/
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/ // © TradingCat79 //@version=5 indicator("nVPSA") import TradingView/ta/5 //input intradaybars = input(1440, "Bars number for intraday analysis","Below one day, all interval have same number") hourbarsno = inp...
Price on chart Binance spot USDT and Bybit perpetual USDT.P.
https://www.tradingview.com/script/2PrHPY8E/
charthussars
https://www.tradingview.com/u/charthussars/
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/ // © hussarya //@version=5 indicator(title="Price Binance spot USDT and Bybit perpetual USDT.P.", overlay=true) // dane aktywa nazwa = syminfo.basecurrency gielda = syminfo.prefix waluta = symin...
Higher Time Frame {HTF} Candles [QuantVue]
https://www.tradingview.com/script/gOzy5IQF-Higher-Time-Frame-HTF-Candles-QuantVue/
QuantVue
https://www.tradingview.com/u/QuantVue/
252
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © QuantVue //@version=5 indicator("Higher Time Frame {HTF} Candles [QuantVue]", overlay = true) htf = input.timeframe('D', 'Higher Time Frame', tooltip = 'Must be greater than timeframe of current chart.')...
MTF FVG
https://www.tradingview.com/script/kG5p9bl4-MTF-FVG/
pmk07
https://www.tradingview.com/u/pmk07/
209
study
5
MPL-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("MTF FVG", overlay=true, max_boxes_count = 500) changelvl = input.bool(true, "Move box levels with price touch", group='General') changecolor = input.bool(true, "Change box c...
Profit Estimate
https://www.tradingview.com/script/PBMDsDB7-Profit-Estimate/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
6
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 // @description Simple profit Estimatr. Engages when Position != 0 // and holds until posittion is na/0... // if position changes sizes, it will update automatically and adjust. /...
racille_arrayutils
https://www.tradingview.com/script/HJKqdUkw-racille-arrayutils/
pro1007ka
https://www.tradingview.com/u/pro1007ka/
3
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © pro1007ka //@version=5 // @description The most used array utility functions library("racille_arrayutils") // Notes // A -> set of arrays // R -> set of real numbers // 0 -> null set // a -> argument se...
libcompress
https://www.tradingview.com/script/iJBJw9S2-libcompress/
pro1007ka
https://www.tradingview.com/u/pro1007ka/
0
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/ // © pro1007ka //@version=5 // @description numbers compressor for large output data compression library("libcompress") __int2bin(int n) => ret = "" if n == 0 ret := "0" else nc = n while nc > 0 ...
Stringify - Timeframe Enumeration --> String
https://www.tradingview.com/script/fHiIULvD-Stringify-Timeframe-Enumeration-String/
DasanC
https://www.tradingview.com/u/DasanC/
9
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/ // © DasanC //@version=5 // @description Cast variable types and enumerations to human-readable Strings library("Stringify") // @function Cast a timeframe enumeration to readable string. // @param string `x...
PlurexSignalCore
https://www.tradingview.com/script/6Du1dnBD-PlurexSignalCore/
plurex
https://www.tradingview.com/u/plurex/
7
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/ // © plurex //@version=5 // @description General purpose functions and helpers for use in more specific Plurex Signal alerting scripts and libraries library("PlurexSignalCore") // @function Build a Plurex ma...
ta
https://www.tradingview.com/script/Hl3qMUJN-ta/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
73
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // __ __ __ __ __ __ __ __ __ __ __ _______ __ __ ...
SignalBuilder
https://www.tradingview.com/script/Ei9A76RS-SignalBuilder/
Electrified
https://www.tradingview.com/u/Electrified/
46
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/ // © Electrified // @version=5 // @description Utility for building a collection of signal values and displaying them. library("SignalBuilder", true) import Electrified/TableBuilder/13 as TB import Electrifie...
Expansion Contraction Library
https://www.tradingview.com/script/dv7lgp2K-Expansion-Contraction-Library/
viewer405
https://www.tradingview.com/u/viewer405/
42
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/ // © viewer405 //@version=5 // @description Library for Expansion Contraction Indicator, a zero-lag dual perspective indicator created by Brian Latta based on Jake Bernstein’s principles of Moving Average Cha...
CSMlibrary
https://www.tradingview.com/script/NwNvbp49-CSMlibrary/
ckppmarathe
https://www.tradingview.com/u/ckppmarathe/
4
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/ // © ckppmarathe //@version=5 // @description TODO: add library description here library("CSMlibrary", overlay = true) // @function TODO: add function description here // @param x TODO: add parameter x descr...
EMAFlow
https://www.tradingview.com/script/shTcQ2rJ-EMAFlow/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
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/ // © SimpleCryptoLife //@version=5 // @description Library of functions that manipulate a set of 5 MAs created within user-supplied maximum and minimum lengths. // The MAs are spaced out (within the range) i...
TrailingStops
https://www.tradingview.com/script/Bv63ZaUQ-TrailingStops/
SimpleCryptoLife
https://www.tradingview.com/u/SimpleCryptoLife/
72
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/ // © SimpleCryptoLife //@version=5 // @description This library contains functions to output trailing stop lines. library("TrailingStops", overlay=true) string in_showFunction = input.string(defval="f_comple...
DBMA - Dual Bollinger Moving Average
https://www.tradingview.com/script/5Q0rRNo6-DBMA-Dual-Bollinger-Moving-Average/
finallynitin
https://www.tradingview.com/u/finallynitin/
807
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © finallynitin //@version=5 indicator(title='Dual Bollinger Moving Average', shorttitle='DBMA', overlay=true) string GRP1 = "════════ Moving Average ═════════" MA_length = input.int(title='', m...
Dynamic Array Table (versatile display methods)
https://www.tradingview.com/script/ilUuDFpW-Dynamic-Array-Table-versatile-display-methods/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
20
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 // @description Dynamic Array Table.... Configurable Shape/Size Table from Arrays // Allows for any data in any size combination of arrays to join together // with: // - al...
Normal Distribution Curve
https://www.tradingview.com/script/OvvrKMKJ-Normal-Distribution-Curve/
BlockchainSpecialists
https://www.tradingview.com/u/BlockchainSpecialists/
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/ // Thanks to @ALifeToMake, @Bjorgum and vgladkov on stackoverflow for all the assistance! // © BlockchainSpecialists //@version=5 indicator('Distribution Curve', overlay = false, max_bars_back = 5000, max_l...
ICT Daily Bias Finder [DTCC]
https://www.tradingview.com/script/ywW7Mg36-ICT-Daily-Bias-Finder-DTCC/
J_asper
https://www.tradingview.com/u/J_asper/
301
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © J_asper, credit to Patek Fynnip for DTCC //@version=5 indicator("ICT Daily Bias", overlay = true, shorttitle = "[Daily Bias]") dashboardInput = input.bool(true, "Dashboard", group = "Settings ") simpleDa...
Extreme Entry with Mean Reversion and Trend Filter
https://www.tradingview.com/script/9wIuz66O-Extreme-Entry-with-Mean-Reversion-and-Trend-Filter/
spudow
https://www.tradingview.com/u/spudow/
392
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ //spudow @ edri //rodavlas12 //@version=5 indicator(title='Extreme Entry with Mean Reversion and Trend Filter', overlay=true, shorttitle='Extreme Entry with MR and TR') // Input settings ccimomCross = input.s...
Auto Fibonacci TP Levels [WJ]
https://www.tradingview.com/script/Uw3e593p-Auto-Fibonacci-TP-Levels-WJ/
War-Jackel
https://www.tradingview.com/u/War-Jackel/
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/ // © War-Jackel //@version=5 indicator("Auto Fibonacci TP Levels [WJ]", shorttitle = "Auto Fibs [WJ]", overlay=true, max_boxes_count = 500, max_labels_count = 500) tradeSource = input.source(close, "Tra...
Range Based Signals and Alerts
https://www.tradingview.com/script/UYAbENz0-Range-Based-Signals-and-Alerts/
serkany88
https://www.tradingview.com/u/serkany88/
152
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © serkany88 //@version=5 indicator("Range Based Signals and Alerts", shorttitle="RB S&A", overlay=true, precision=3) //To reduce frequency of signals on repeaded conds to avoid flooding of alerts f_ideal_T...
Equity Sessions [vnhilton]
https://www.tradingview.com/script/LbgRCluE-Equity-Sessions-vnhilton/
vnhilton
https://www.tradingview.com/u/vnhilton/
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/ // © vnhilton //@version=5 indicator("Equity Sessions [vnhilton]", "Equity Sessions", true, max_boxes_count = 500) //_______________________________________________________________________________________...
ATR Levels
https://www.tradingview.com/script/m5hohYOa-ATR-Levels/
angelh584
https://www.tradingview.com/u/angelh584/
66
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © angelh584 // Method by AdamSilverTrade //@version=5 indicator('ATR Levels', shorttitle='ATR Levels', overlay=true) // === Timeframe Selection === timeframe_choice = input.string(title="Select Timeframe",...
Bar Color Long / Short Indicator With Advised SL Rev 1
https://www.tradingview.com/script/o1jVHwVv-Bar-Color-Long-Short-Indicator-With-Advised-SL-Rev-1/
CR-JE
https://www.tradingview.com/u/CR-JE/
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/ // © CR-JE //@version=5 indicator(title='Bar Color Long / Short Indicator With Advised SL Rev 4', shorttitle='SI', overlay=true) // Stop Loss Finder length = input.int(title='Length', defval=90, minval=1) smo...
Master Pattern [LuxAlgo]
https://www.tradingview.com/script/J9LyN92e-Master-Pattern-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
2,685
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("Master Pattern [LuxAlgo]", "LuxAlgo - Master Pattern Indicator", overlay = true, max_boxes_count = 500, max_lines_count = 500...
MACDh with divergences & impulse system (overlayed on prices)
https://www.tradingview.com/script/pnIcTKZS-MACDh-with-divergences-impulse-system-overlayed-on-prices/
jorgelg93
https://www.tradingview.com/u/jorgelg93/
114
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jorgelg93 //@version=5 indicator(title="MACDh with divergences & impulse system (overlayed on prices)", max_lines_count = 500, max_bars_back = 5000, overlay=true) //================= DIVERGENCE INDICATO...
Upside Downside Unchanged Volume
https://www.tradingview.com/script/tvcmY47j-Upside-Downside-Unchanged-Volume/
insideandup
https://www.tradingview.com/u/insideandup/
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/ // © Nathan J. Hart (insideandup) // // Plot NYSE or NASDAQ Upside Volume, Downside Volume, or Unchanged Volume as a percent of Total Volume. // Values are plotted 0 to 1 (where 1 = 100%), or 1% to 100%. /...
MACDh with divergences & impulse system
https://www.tradingview.com/script/f0Fj7aCr-MACDh-with-divergences-impulse-system/
jorgelg93
https://www.tradingview.com/u/jorgelg93/
183
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © jorgelg93 //@version=5 indicator(title="MACDh with divergences & impulse system", max_lines_count = 500, max_bars_back = 5000, overlay=false) buysignaltemp_divergencias = false sellsignaltemp_divergencia...
Volume [Entoryx]
https://www.tradingview.com/script/Lx5KC28V-Volume-Entoryx/
Entoryx
https://www.tradingview.com/u/Entoryx/
28
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Entoryx //@version=5 indicator("Volume [Entoryx]") n=input(100,"Bars lenth") highest=ta.highest(high,n) lowest=ta.lowest(low,n) delta=highest-lowest current_value=-(open-close)/delta*100 color1=color.new...
Candlestick Patterns Screener [By MUQWISHI]
https://www.tradingview.com/script/xiWQuGOq-Candlestick-Patterns-Screener-By-MUQWISHI/
MUQWISHI
https://www.tradingview.com/u/MUQWISHI/
213
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MUQWISHI //@version=5 indicator("Candle Patterns Screener", overlay = true) import MUQWISHI/CandlestickPatterns/2 as cp // |++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++| //...
Bars Above/Below Donchian Channel [ScalpTradr]
https://www.tradingview.com/script/vvHzjlgJ-Bars-Above-Below-Donchian-Channel-ScalpTradr/
scalptradr
https://www.tradingview.com/u/scalptradr/
63
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // ©ScalpTradr //@version=5 indicator("Bars Above/Below Donchian Channel [ScalpTradr]", shorttitle="ST AB Donchian", overlay=true) colorPriceBars = input(false, ...
ICT Institutional Order Flow (fadi)
https://www.tradingview.com/script/RoK9cao8-ICT-Institutional-Order-Flow-fadi/
fadizeidan
https://www.tradingview.com/u/fadizeidan/
997
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © fadizeidan // // // Displacement logic Credit: Visualizing Displacement [TFO] // https://www.tradingview.com/script/n6djFgQH-Visualizing-Displacement-TFO/ // FTO creates other great indicators that I perso...
5Ema Indicator only sell signals
https://www.tradingview.com/script/QAuoIBuu-5Ema-Indicator-only-sell-signals/
JOJO_MOJO_
https://www.tradingview.com/u/JOJO_MOJO_/
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/ // © JOJO //@version=5 indicator(title='5Ema Indicator only sell signals', overlay=true) RR = input.int(defval=3, title='Risk to Reward Ratio', minval=1, maxval=100) ema = ta.ema(close,5) pema = plot(ema, '5 ...
Bollinger Bands Percentile Stdev Channels (BBPct) [AlgoAlpha]
https://www.tradingview.com/script/d4xGYHl1-Bollinger-Bands-Percentile-Stdev-Channels-BBPct-AlgoAlpha/
AlgoAlpha
https://www.tradingview.com/u/AlgoAlpha/
9
study
5
MPL-2.0
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Algoalpha X © Sushiboi77 //@version=5 indicator(shorttitle="◭ BBPCT% [AlgoAlpha]", title="◭ Bollinger Bands Percent", overlay=false) //Symmetrical Standard Deviation Channels neon = input.bool(titl...
HyperTrend [LuxAlgo]
https://www.tradingview.com/script/Bcufg8oX-HyperTrend-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
3,599
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("HyperTrend [LuxAlgo]", "LuxAlgo - HyperTrend", overlay = true) //------------------------------------------------------------...
Price breakout and reversal [TCS] | PA
https://www.tradingview.com/script/lMvj1v6W-Price-breakout-and-reversal-TCS-PA/
zendrer
https://www.tradingview.com/u/zendrer/
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/ // © zendrer //@version=5 indicator(title='TCS•BREAKS AND REVERSALS', shorttitle='TCS•BREAKS AND REVERSALS', overlay=true, max_bars_back=5000) //•••••••••••••• //INPUT //•••••••••••••• //------------...
DCA Liquidation Calculation [ChartPrime]
https://www.tradingview.com/script/DkEc7RrD-DCA-Liquidation-Calculation-ChartPrime/
ChartPrime
https://www.tradingview.com/u/ChartPrime/
171
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ChartPrime //@version=5 indicator("DCA Liquidation Calculation [ChartPrime]",shorttitle = "DLC [ChartPrime]",overlay = true) // color bgray = color.rgb(118, 124, ...
ATR Stop Loss v4
https://www.tradingview.com/script/GRrkyhsz-ATR-Stop-Loss-v4/
dratzlogic
https://www.tradingview.com/u/dratzlogic/
32
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © dratzlogic //@version=5 indicator("ATR Stop Loss v4.1", overlay=true, shorttitle="ATR SL v4.1") // Inputs atrLength = input(14, title="ATR Length") stopMultiplier = input(1.5, title="ATR Stop Multiplier"...
Relative Daily Change% by SUMIT
https://www.tradingview.com/script/zWRrLEqR-Relative-Daily-Change-by-SUMIT/
Sumit44812
https://www.tradingview.com/u/Sumit44812/
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/ // © Sumit44812 // Disclaimer : **This is for educational purpose only. // "Relative Daily Change%" Indicator // The "Relative Daily Change%" indicator compares a stock's average daily price change percentage...
Double Relative Strength Index (Double RSI)
https://www.tradingview.com/script/oY0g0Nxo-Double-Relative-Strength-Index-Double-RSI/
Arun_K_Bhaskar
https://www.tradingview.com/u/Arun_K_Bhaskar/
196
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Arun_K_Bhaskar //@version=5 indicator(title="Double Relative Strength Index (Double RSI)", shorttitle="Double RSI", format=format.price, precision=2, timeframe="", timeframe_gaps=true) i_show_rsi_1 = in...
ATR Extension [QuantVue]
https://www.tradingview.com/script/JEew0HGJ-ATR-Extension-QuantVue/
QuantVue
https://www.tradingview.com/u/QuantVue/
183
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © QuantVue //@version=5 indicator("ATR Extension [QuantVue]", overlay = true) /////////// //inputs// var g1 = 'ATR Options' atrLen = input.int(14, 'ATR Length', group = g1) extMult = input.float(3.0, 'Exte...
Japanese Candlestick Patterns
https://www.tradingview.com/script/r3Hqfawn-Japanese-Candlestick-Patterns/
Marceeelll
https://www.tradingview.com/u/Marceeelll/
93
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Marceeelll //@version=5 indicator("Japanese Candlestick Patterns", overlay=true, max_labels_count = 500) import Marceeelll/JapaneseCandlestickPatterns/1 as jcp /////////////////// // --- TREND --- // /...