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 |
|---|---|---|---|---|---|---|---|---|
InsideBar3.0 | https://www.tradingview.com/script/tdReTRCI-InsideBar3-0/ | 487551 | https://www.tradingview.com/u/487551/ | 108 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AtulGoswami
//@version=5
indicator("InsideBar3.0", overlay = true)
var float h1=na
var float l1 = na
var int mindex=na
var float target1 = na
var float target2 = na
var float target3 = na
var float target... |
Fundamental Metrics v1.2 | https://www.tradingview.com/script/nAPvE3db-Fundamental-Metrics-v1-2/ | thebearfib | https://www.tradingview.com/u/thebearfib/ | 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/
// © thebearfib
//
//@version=5
indicator("Fundamental Metrics v1.0",
shorttitle = 'Funda Bear',
overlay = true)
//
// ————————————————————————————————————————————————————————————————————————————————————... |
Earnings Levels | https://www.tradingview.com/script/BhRhVdV3-Earnings-Levels/ | timwest | https://www.tradingview.com/u/timwest/ | 164 | study | 5 | MPL-2.0 | /// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Vollchaot and Tim West
//@version=5
//This script essentially handles 4 plots, that paint the KELs:
//There is a counter that counts from 1 to 4 (for the 1st, 2nd, 3rd, 4th earnings report of the year)... |
Volume Profile Segment Difference «NoaTrader» | https://www.tradingview.com/script/1ihqKwsP-Volume-Profile-Segment-Difference-NoaTrader/ | NoaTrader | https://www.tradingview.com/u/NoaTrader/ | 83 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © NoaTrader
//@version=5
indicator("Volume Profile Segment Difference «NoaTrader»","VPSD",overlay = true,format = format.volume,max_lines_count = 500)
var seg = input.float(1000,"Each Volume Profile's Range... |
Number of Bars CheatSheet | https://www.tradingview.com/script/VrQKZe1E-Number-of-Bars-CheatSheet/ | thebearfib | https://www.tradingview.com/u/thebearfib/ | 14 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © thebearfib
//@version=5
indicator("Number of Bars CheatSheet", overlay = true)
showxE = input.bool(defval = true, title = "🏦 Show Bars CheatSheet: ")
_fontSize1 = input.string("Normal","🗚 - Fon... |
Kviateq - Session Opening Ranges | https://www.tradingview.com/script/N0Tiyd9a-Kviateq-Session-Opening-Ranges/ | hundredtoamillion | https://www.tradingview.com/u/hundredtoamillion/ | 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/
// © hundredtoamillion
//@version=5
indicator("Kviateq - Session Opening Ranges", overlay= true)
ref_res = ""
tmzn = input(defval="GMT+7", title = "Timezone")
bool showSydney = input.bool(true, "Show Sydne... |
Bitcoin Aggregated Volume Profile «NoaTrader» | https://www.tradingview.com/script/1wEqp8Qm-Bitcoin-Aggregated-Volume-Profile-NoaTrader/ | NoaTrader | https://www.tradingview.com/u/NoaTrader/ | 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/
// © NoaTrader
//@version=5
indicator("Bitcoin Aggregated Volume Profile «NoaTrader»","BTC agg vp",overlay = true,format = format.volume,max_lines_count = 500)
var seg = input.float(1000,"Each Volume Profile's... |
Psychological Support/Resistence [StratifyTrade] | https://www.tradingview.com/script/om7XAE85-Psychological-Support-Resistence-StratifyTrade/ | StratifyTrade | https://www.tradingview.com/u/StratifyTrade/ | 845 | 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("Psychological Support/Resistence [HunterAlgos]", shorttitle = "Psychological Support/Resistence [1.0.0]", overlay = true,... |
US Presidential Elections | https://www.tradingview.com/script/CbdSlFMn-US-Presidential-Elections/ | NoaTrader | https://www.tradingview.com/u/NoaTrader/ | 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/
// © NoaTrader
//@version=5
indicator("US Presidential Elections",overlay = true,max_labels_count = 500)
var show_elec = input.bool(true,"Show Election Lables")
var show_inag = input.bool(true,"Show Inaugurati... |
Equity Trade Risk Manager | https://www.tradingview.com/script/KQybMyEu-Equity-Trade-Risk-Manager/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 266 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Amphibiantrading
//@version=5
indicator("Trade Risk Manager", overlay = true)
//----------settings----------//
var g0 = 'Account & Risk Settings'
actSize = input.int(100000, 'Account Size', inli... |
Kviatek - Multi Day VWAP | https://www.tradingview.com/script/y8a9kHqj-Kviatek-Multi-Day-VWAP/ | hundredtoamillion | https://www.tradingview.com/u/hundredtoamillion/ | 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/
// © kviateq
// @version=5
indicator('Kviatek - Multi Day VWAP', overlay=true, max_boxes_count = 500)
showDOW = input(true, title="Show day of the week labels?")
tmzn = input(defval="GMT+7", titl... |
Sudden increase in volume [PINESCRIPTLABS] | https://www.tradingview.com/script/klwM1g6Z/ | PINE_LABS | https://www.tradingview.com/u/PINE_LABS/ | 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/
// © PINE_LABS
//@version=5
indicator("Sudden increase in volume and RSI on oversold or overbought PINESCRIPTLABS", shorttitle="Sudden up and down volume PINESCRIPTLABS", overlay=true)
// Parámetros del indic... |
Asset Performance | https://www.tradingview.com/script/VwteGUbh/ | hisatomi | https://www.tradingview.com/u/hisatomi/ | 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/
// © hisatomi
//@version=5
indicator("Asset Performance", overlay = false, format = format.percent, explicit_plot_zorder = true)
bars = input.int(200, "Bars", minval = 0, step = 100)
GROUP_NAME = "Assets for ... |
RSRS (Resistance Support Relative Strength) | https://www.tradingview.com/script/JOxeFQeX-RSRS-Resistance-Support-Relative-Strength/ | algotraderdev | https://www.tradingview.com/u/algotraderdev/ | 85 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © algotraderdev
// @version=5
indicator('RSRS', max_bars_back = 600, explicit_plot_zorder = true)
import voided/regress/1 as regress
// Inputs and Constants.
int OLS_WINDOW_SIZE = input.int(
18,
'Line... |
Math Neuron | https://www.tradingview.com/script/BZ8vGhuT/ | flexer_frey | https://www.tradingview.com/u/flexer_frey/ | 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/
// © flexer_frey
//@version=5
indicator("Math Neuron" , overlay=false)
t0 = "search data from last pivots to predict in live candle"
t1 = "number of candle in neuron's dataset"
t2 = "number of iterations for t... |
Day Trader's Anchored Moving Averages [wbburgin] | https://www.tradingview.com/script/XqWFNfGN-Day-Trader-s-Anchored-Moving-Averages-wbburgin/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 85 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © wbburgin
//@version=5
indicator("Day Trader's Anchored Moving Averages [wbburgin]",overlay=true)
source = input.source(close,"Source",group="General")
highlighting = input.bool(true,"Highlighting",group="... |
Fibonacci Structure & Trend Channel (Expo) | https://www.tradingview.com/script/EhJK1FZL-Fibonacci-Structure-Trend-Channel-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 1,020 | 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("Fibonacci Structure Trend Channel (Expo)",overlay=true, max_labels_count=500)
//~~}
// ~~ Tooltips {
t1 = "Determines th... |
Contraction Box & Doji Lines | https://www.tradingview.com/script/4wjs61mH-Contraction-Box-Doji-Lines/ | AleSaira | https://www.tradingview.com/u/AleSaira/ | 112 | study | 5 | MPL-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("Contraction Box & Doji Lines", shorttitle="Contraction Box & Doji Lines", overlay=true, max_lines_count = 200)
// Set the length of horizontal lines from doji
var int Lin... |
Double Tops & Bottoms [QuantVue] | https://www.tradingview.com/script/77CirzdZ-Double-Tops-Bottoms-QuantVue/ | QuantVue | https://www.tradingview.com/u/QuantVue/ | 313 | study | 5 | MPL-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("Double Tops & Bottoms [QuantVue]", overlay = true, max_lines_count = 500, max_labels_count = 500)
//----------settings----------//
lookback = input.int(9, 'Pivot lookback... |
TraderJoe Tick | https://www.tradingview.com/script/3h5z8meZ-TraderJoe-Tick/ | thebearfib | https://www.tradingview.com/u/thebearfib/ | 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/
// @thebearfib
//
//@version=5
indicator('TheTraderJoe Tick', 'TTJ TICK',
overlay = true,
max_labels_count = 500)
[h, l, c, o, firstbar_check, lastbar_check] = request.security('USI:TICK', timeframe.peri... |
VWAP Divergence | Flux Charts | https://www.tradingview.com/script/bcLxWaDF-VWAP-Divergence-Flux-Charts/ | fluxchart | https://www.tradingview.com/u/fluxchart/ | 317 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © fluxchart
//@version=5
indicator(title="VWAP Divergence | Flux Charts", shorttitle="VWAP Divergence | Flux Charts", overlay=true)
hideonDWM = input(false, title="Hide VWAP on 1D or Above", group="VWAP Se... |
Paytience Distribution | https://www.tradingview.com/script/OmGKZzAQ-Paytience-Distribution/ | PaytienceIO | https://www.tradingview.com/u/PaytienceIO/ | 90 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © PaytienceIO
//@version=5
indicator("Paytience Distribution", max_boxes_count = 500, max_lines_count = 500)
type points
float start
float end
sq(source) => math.pow(source, 2)
sinc(source, band... |
Ichimoku MA Bands | https://www.tradingview.com/script/HhPrPvNf-Ichimoku-MA-Bands/ | Degen_Crypto | https://www.tradingview.com/u/Degen_Crypto/ | 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/
//@version=5
indicator("Ichimoku MA Bands", overlay = true)
src = close
thirteenEma = ta.ema(close, 13)
tl_13ema = plot(thirteenEma, color=color.teal, title='13 EMA',linewidth = 1, display = display.none)
t... |
VWAP with signals | https://www.tradingview.com/script/6zrD1WlS-VWAP-with-signals/ | qwertytehseen | https://www.tradingview.com/u/qwertytehseen/ | 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/
// © ZenAndTheArtOfTrading / www.PineScriptMastery.com
// @version=5
indicator("VWAP & VWMA", overlay=true)
// Import libraries
import ZenAndTheArtOfTrading/ZenLibrary/2 as zen
// Get user input
vwapType = in... |
Supply and Demand Anchored [LuxAlgo] | https://www.tradingview.com/script/gYaSQVds-Supply-and-Demand-Anchored-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 1,948 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © LuxAlgo
//@version=5
indicator("Supply and Demand Anchored [LuxAlgo]", "LuxAlgo - Supply and Demand Anchored", overlay = true, max_boxes_count = 500, max... |
TP-Plus Indicator | https://www.tradingview.com/script/WlqUOd1g/ | nashuald | https://www.tradingview.com/u/nashuald/ | 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/
// © nashuald
//@version=5
indicator("TP-Plus Indicator", shorttitle = "TPI+", overlay = true )
period = input(20, "Fast Period")
periodSlow = input(40, "Slow Period")
priceSrc = input.source(hlcc4, "Source"... |
NumberOfVisibleBars | https://www.tradingview.com/script/52F31Y58-NumberOfVisibleBars/ | mentalRock19315 | https://www.tradingview.com/u/mentalRock19315/ | 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/
// © mentalRock19315
//@version=5
// @description TODO: add library description here
library("NumberOfVisibleBars",true)
// @function Calculates the number of visible bars on the user screen
// @param No par... |
L.S.C : CF-SW ORG ORS ORI | https://www.tradingview.com/script/sbsUUmGk-L-S-C-CF-SW-ORG-ORS-ORI/ | devilpretnd | https://www.tradingview.com/u/devilpretnd/ | 46 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © devilpretnd
//@version=5
indicator("L.S.C : CF-SW ORG ORS ORI", overlay=true, max_boxes_count=500, max_labels_count=500)
//////////////////////////////////////////////////////////// SETTING
showOR... |
Bpa | https://www.tradingview.com/script/n7VhN7EY-Bpa/ | yohtza | https://www.tradingview.com/u/yohtza/ | 35 | 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/
// © yohtza
//@version=5
// @description library of Brooks Price Action concepts
library("Bpa", overlay=true)
// @function check if the bar is a breakout based on the specified conditions
// @param atr atr v... |
GP - Long Short Scanner | https://www.tradingview.com/script/OT9xOPjC/ | gokhanpirnal | https://www.tradingview.com/u/gokhanpirnal/ | 228 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © gokhanpirnal
//@version=5
indicator("GP - Long Short Scanner",shorttitle = 'GP - Long Short Scanner', overlay = true, max_labels_count=500)
long = input(title='TSI Long Length', defval=1)
short = input(t... |
Price Band | https://www.tradingview.com/script/hwOlpH2l-Price-Band/ | vikasrangkapoor | https://www.tradingview.com/u/vikasrangkapoor/ | 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/
// © vikasrangkapoor
//@version=5
indicator(title = "Price Band", shorttitle="VRKPB", overlay=true, timeframe="", timeframe_gaps=true)
length = input(title="Length", defval=25)
offset = input(title="Offset", d... |
base16 | https://www.tradingview.com/script/2s7AlPIW-base16/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 12 | 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 Base16 Syntax Theme Collection. dark/light Pairs placed into 2 matched groups.
// included is tool for assembling your own themes, as well as all themes String name... |
AD's - Indecisive Candles, volume spikes, gaps | https://www.tradingview.com/script/d3l2b9jK-AD-s-Indecisive-Candles-volume-spikes-gaps/ | Mkt_RnD | https://www.tradingview.com/u/Mkt_RnD/ | 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/
// © Mkt_RnD
//@version=5
indicator("Indecisive Candles, volume spikes, gaps", title="AD's", overlay=true)
// Identification of pivots
//mom = input(50, minval=1, title="Percentage for Momentum Candle")
in... |
Engulfing and ema | https://www.tradingview.com/script/8acCwSHL/ | Malikdrajat | https://www.tradingview.com/u/Malikdrajat/ | 27 | 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/
// © maulana5lik
//@version=4
study("Engulfing and ema", overlay=true)
validThreshold = input(50, title="Valid Threshold (%)", minval=1, maxval=100, step=1)
boringThreshold = input(50, title="Boring Candle Th... |
Previous Candle Range 15 min | https://www.tradingview.com/script/HjQ81tL3-Previous-Candle-Range-15-min/ | pioannis | https://www.tradingview.com/u/pioannis/ | 5 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © pioannis
//@version=5
indicator("Previous Candle Range 15 min", shorttitle = "Previous Candle Range 15 min", overlay=true)
Lot_factor = input(1.0, "A factor in : LOT = Risc/(pips * A)")
risc = input(1000... |
Expanded Camarilla Levels (R5 + R6) | https://www.tradingview.com/script/dgW9ZvpS-Expanded-Camarilla-Levels-R5-R6/ | yareally | https://www.tradingview.com/u/yareally/ | 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/
//@version=5
indicator('Expanded Camarilla Levels', overlay=true)
mode = input.string(title='HTF Method', defval='Auto', options=['Auto', 'User Defined'])
HTFm = input.timeframe('D', title='Time Frame (if HTF M... |
Previous Candle Range 15'-5' | https://www.tradingview.com/script/P4XzjHOi-Previous-Candle-Range-15-5/ | pioannis | https://www.tradingview.com/u/pioannis/ | 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/
// © pioannis
//@version=5
indicator("Previous Candle Range 15'-5'", shorttitle = "Previous Candle Range 15'-5'", overlay=true)
Lot_factor = input(1.0, "A factor in : LOT = Risc/(pips * A)")
risc = input(1000... |
Machine Learning Momentum Oscillator [ChartPrime] | https://www.tradingview.com/script/OCl780V6-Machine-Learning-Momentum-Oscillator-ChartPrime/ | ChartPrime | https://www.tradingview.com/u/ChartPrime/ | 899 | study | 5 | MPL-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("Machine Learning Momentum Oscillator [ChartPrime]",shorttitle = "Machine Learning Momentum Oscillator [ChartPrime]" , overlay=false)
string Core ... |
Volume Delta Trailing Stop [LuxAlgo] | https://www.tradingview.com/script/kkccHSw9-Volume-Delta-Trailing-Stop-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 1,799 | 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 Trailing Stop [LuxAlgo]", shorttitle="LuxAlgo - Volume Delta Trailing Stop", overlay=true)
//------------... |
TTP Green/Red Consecutive Candles | https://www.tradingview.com/script/OsiexeVY-TTP-Green-Red-Consecutive-Candles/ | TheTradingParrot | https://www.tradingview.com/u/TheTradingParrot/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © TheTradingParrot
//@version=5
indicator("TTP Green/Red Consecutive Candles v0.1")
redCandle = close < close[1]
greenCandle = close >= close[1]
candleChange = (redCandle and greenCandle[1]) or (greenCand... |
PERFECT ENGULFING Candlestick Patterns by Anmol | https://www.tradingview.com/script/qBg35gwR-PERFECT-ENGULFING-Candlestick-Patterns-by-Anmol/ | anmolgoel056 | https://www.tradingview.com/u/anmolgoel056/ | 97 | 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/
// © anmolgoel056
//@version=4
study(title="Candlestick Patterns with Entry Signals", shorttitle="CPES by Anmol", overlay=true)
// User-defined inputs for label positions and visibility
var label_position = in... |
Label_Trades Enter your trade information to display on chart | https://www.tradingview.com/script/MGBy9Ps7-Label-Trades-Enter-your-trade-information-to-display-on-chart/ | jryan3 | https://www.tradingview.com/u/jryan3/ | 31 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jryan3
//@version=5
indicator("Label_Trades", overlay=true)
t_bot = input.time(timestamp("1 Jan 2024 10:00"), "Date and Time Bought")
t_sold = input.time(timestamp("1 Jan 2024 10:00"), "Date and Time Sold... |
Max - min - ML - top/bottom GP | https://www.tradingview.com/script/mbsONldh-Max-min-ML-top-bottom-GP/ | alexhyer13 | https://www.tradingview.com/u/alexhyer13/ | 15 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © alexhyer13
//@version=5
indicator("Max/mins",overlay=true)
length=input.int(title="Length", defval=650)
lookback = input.int(title="Lookback", defval=640)
use_max = input.bool(title="Max", defval=1)
use... |
Volume Based RSI with ADX | https://www.tradingview.com/script/XQVzqiNc-Volume-Based-RSI-with-ADX/ | noufalbinjalal | https://www.tradingview.com/u/noufalbinjalal/ | 28 | 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/
// © Noufal-Bin-Jalal
//@version=5
indicator("Volume Based RSI with ADX", overlay=false, format=format.price, precision=2, timeframe="", timeframe_gaps=true,max_l... |
Stochastic Trend mtf | https://www.tradingview.com/script/tIMQJpUn/ | ahmettetik77 | https://www.tradingview.com/u/ahmettetik77/ | 38 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ahmettetik77
//@version=5
indicator(title="Stochastic Trend mtf", shorttitle="Stoch Trend mtf", format=format.price, precision=2, timeframe="240", timeframe_gaps=false)
neon = input.bool(title = 'N... |
TrendCylinder (Expo) | https://www.tradingview.com/script/PFFQXniH-TrendCylinder-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 675 | 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("TrendCylinder (Expo)", overlay = true)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... |
fibo_levels | https://www.tradingview.com/script/VN0DoGxo-fibo-levels/ | taran1tul | https://www.tradingview.com/u/taran1tul/ | 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/
// © taran1tul
//@version=5
// @description Calculate Fibo levels from any 2 levels. Your need know only 2 price of 2 levels for calculate any level of Fibo: function 'fibo_lvl',
// or calculate array of pri... |
RS_TD_Library_2 | https://www.tradingview.com/script/6AOk0oub/ | tom_munich | https://www.tradingview.com/u/tom_munich/ | 8 | 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/
// © tom_munich
//@version=5
// @description TradingView Library for showing option prices on the chart
library("RS_TD_Library_2", true)
// @function Shows the table of profit/loss of all options to the giv... |
ABC on Recursive Zigzag [Trendoscope] | https://www.tradingview.com/script/RGNBIIcD-ABC-on-Recursive-Zigzag-Trendoscope/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 1,143 | 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
// ░▒
// ▒▒▒ ▒▒
// ... |
Draw | https://www.tradingview.com/script/rkonPq69-Draw/ | reees | https://www.tradingview.com/u/reees/ | 39 | 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/
// © reees
//@version=5
// @description Draw patterns, lines, labels, shapes etc.
library("Draw",overlay=true)
import reees/TA/66 as t
import reees/Utilities/2 as u
//--------------------------------------... |
LibIndicadoresUteis | https://www.tradingview.com/script/tARxmsTT/ | Fabricio_Guima | https://www.tradingview.com/u/Fabricio_Guima/ | 2 | 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/
// © Fabricio_Guima/GuimaIndicadoresUteis
//@version=5
// @description Collection of useful indicators. This collection does not do any type of plotting on the graph, as the methods implemented can and should b... |
kNN | https://www.tradingview.com/script/5wbvaWZT-kNN/ | lastguru | https://www.tradingview.com/u/lastguru/ | 18 | 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/
// © lastguru, 2022. All right reserved
//@version=5
// @description Collection of experimental kNN functions
library("kNN", true)
// @function Store the previous trade; buffer the current one until re... |
condition | https://www.tradingview.com/script/qNWSt6SV-condition/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 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/
// © kaigouthro
// @version=5
// @description True/False Condition tools and toggles for booleans and utility.
// suggested use is checking if a calculation is required, or can be skipped
// speeding up script... |
High/Low Fibs using Bullish Anchors | https://www.tradingview.com/script/YCwW6jyr-High-Low-Fibs-using-Bullish-Anchors/ | thebearfib | https://www.tradingview.com/u/thebearfib/ | 76 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © thebearfib
//
//@version=5
//
indicator(title = "High/Low Fibs Anchors Bear",
shorttitle='Bear Fibs Anchors',
format=format.price,
precision=2,
overlay = true)
//~ https://www.tradingview.com/... |
rows | https://www.tradingview.com/script/XWIiAjwT-rows/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 12 | 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 Whole Row Matrix Setter/Getter Operations
library("rows")
// Helpers for NA vals (prevents errors on reads later on)
nafill(a)=> x = a.get(0), x := na
// THANK ... |
Robust Bollinger Bands with Trend Strength | https://www.tradingview.com/script/iezQb2d9-Robust-Bollinger-Bands-with-Trend-Strength/ | federalTacos5392b | https://www.tradingview.com/u/federalTacos5392b/ | 41 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © federalTacos5392b
//@version=5
indicator("Robust Bollinger Bands with Trend Strength", shorttitle="RBB", overlay=true)
// Input for the number of periods
length = input(14, title="Length")
Trend_strength_... |
Volume Profile - Bear | https://www.tradingview.com/script/DOZrMvWs-Volume-Profile-Bear/ | thebearfib | https://www.tradingview.com/u/thebearfib/ | 107 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © thebearfib
//
//@version=5
//
indicator('Volume Profile Outline - Bear',shorttitle = 'VP cool- [BeaR]',
overlay =true,
max_bars_back =1000,
max_lines_count =500, max_labels_count=500)... |
Bitcoin to GOLD [presentTrading] | https://www.tradingview.com/script/dPqS45zq-Bitcoin-to-GOLD-presentTrading/ | PresentTrading | https://www.tradingview.com/u/PresentTrading/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © PresentTrading
//@version=5
indicator('Bitcoin to GOLD [presentTrading]')
TimeFrame = input.string('480', "Time Frame")
ma_length = input.int(200, 'Moving Average Length')
// Changed from Gold to Bitcoi... |
Cynical Cold Index | https://www.tradingview.com/script/7jya0bKN-Cynical-Cold-Index/ | doubtful-jelly | https://www.tradingview.com/u/doubtful-jelly/ | 2 | study | 5 | MPL-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("Cynical Cold Index")
gold = request.security("COMEX:GC1!", timeframe.period, close) * 1
oil = request.security("NYMEX:CL1!", timeframe.period, close) * 30.59273422562141
coffee ... |
How To Input CSV List Of Symbol Data Used For Screener | https://www.tradingview.com/script/KfqHqHUH-How-To-Input-CSV-List-Of-Symbol-Data-Used-For-Screener/ | allanster | https://www.tradingview.com/u/allanster/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © allanster
//@version=5
indicator("How To Input CSV List Of Symbol Data Used For Screener")
// Input CSV list using EXCHANGE:TICKER format for ticker IDs to be screened.
feed = input.text_area('COINBASE:B... |
Buy/Sell EMA Crossover | https://www.tradingview.com/script/x5gxW3ll-Buy-Sell-EMA-Crossover/ | AleSaira | https://www.tradingview.com/u/AleSaira/ | 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/
// © AleSaira
//@version=5
indicator(title = "Buy/Sell ema crossover", shorttitle="Buy/Sell ema crossover", overlay=false)
emaLengthInput = input.int(200, title="EMA Length")
ema200 = ta.ema(close, emaLengthI... |
Z-Score Based Momentum Zones with Advanced Volatility Channels | https://www.tradingview.com/script/oUQNMqOu-Z-Score-Based-Momentum-Zones-with-Advanced-Volatility-Channels/ | federalTacos5392b | https://www.tradingview.com/u/federalTacos5392b/ | 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/
// © federalTacos5392b
//@version=5
indicator("Z-Score Based Momentum Zones with Advanced Volatility Channels", overlay = true)
look_back_length = input(5, title=" Volatility Correction Look Back Length")
look... |
Fib TSI | https://www.tradingview.com/script/6yxWGs1k-Fib-TSI/ | Options360 | https://www.tradingview.com/u/Options360/ | 46 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Options360
// 9/16/23 Fib TSI update to 1.1
// 10/30/23 update: 1) add Macro lengths 55, 89, 144, 233 & 377. 2) add All lower TSI histogram option. 3) add All Macro TSI histogram option.
//@version=5
indic... |
columns | https://www.tradingview.com/script/a2K0wzx9-columns/ | kaigouthro | https://www.tradingview.com/u/kaigouthro/ | 11 | 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 Whole Column Matrix Setter/Getter Operations
library("columns",true)
// Helpers for NA vals (prevents errors on reads later on)
// Helpers for NA vals (prevents er... |
VWMA/SMA Delta Volatility (Statistical Anomaly Detector) | https://www.tradingview.com/script/Ytt6Fo6M-VWMA-SMA-Delta-Volatility-Statistical-Anomaly-Detector/ | tkarolak | https://www.tradingview.com/u/tkarolak/ | 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/
// © tkarolak
//@version=5
// ====================
// ==== Background ====
// ====================
// This indicator detects and visualizes market volatility by
// analyzing the difference between VWMA and SM... |
Composite Momentum Indicator | https://www.tradingview.com/script/4I3G9j26-Composite-Momentum-Indicator/ | federalTacos5392b | https://www.tradingview.com/u/federalTacos5392b/ | 36 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © federalTacos5392
//@version=5
indicator("Composite Momentum Oscillator", overlay=false)
// Input parameters
lookback_period = input.int(500, title="Look-back Period")
overbought_threshold=input(1.2, titl... |
Dynamic GANN Square Of 9 Bands | https://www.tradingview.com/script/toCyMkKA-Dynamic-GANN-Square-Of-9-Bands/ | Arun_K_Bhaskar | https://www.tradingview.com/u/Arun_K_Bhaskar/ | 195 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Arun_K_Bhaskar
//@version=5
indicator(title='Dynamic GANN Square Of 9 Bands', shorttitle='Dynamic GANN', overlay=true, format=format.price)
////////////////////////////////////////////////////////////// ... |
Price Strength Index + RSI Buy/Sell Zones | https://www.tradingview.com/script/zTRUboks-Price-Strength-Index-RSI-Buy-Sell-Zones/ | tkarolak | https://www.tradingview.com/u/tkarolak/ | 42 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tkarolak
//@version=5
// ====================
// ==== Background ====
// ====================
// This Indicator assesses the strength and direction of a financial asset's price trend
// by comparing th... |
Drawing multiple horizontal levels | https://www.tradingview.com/script/NEeu9eqq-Drawing-multiple-horizontal-levels/ | mr_coffeefe | https://www.tradingview.com/u/mr_coffeefe/ | 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/
// © mr_coffeefe
// This is a simple Indicator to draw pricelevels or any kind of horizontal levels into your chart.
//@version=5
indicator("MC Levels", overlay=true, max_lines_count=500)
MCLevelsS... |
Cross Correlation [Kioseff Trading] | https://www.tradingview.com/script/4iriNqgS-Cross-Correlation-Kioseff-Trading/ | KioseffTrading | https://www.tradingview.com/u/KioseffTrading/ | 133 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © KioseffTrading
//@version=5
indicator("Cross Correlation Scanner", precision = 12, overlay = true, max_bars_back = 1000)
k = input.int (defval = 1, title = "Start Lag", minval = 1, inline = "1")... |
CCPD Candle Color Price Detector | https://www.tradingview.com/script/SQRvvKwB-CCPD-Candle-Color-Price-Detector/ | KingForexBob | https://www.tradingview.com/u/KingForexBob/ | 28 | 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/
// © KingForexBob
//@version=4
study(title="CCPD Candle Color Price Detector", shorttitle="CCPD", overlay=true)
// Input to adjust the number of bars for highest high and lowest low calculation
barsForHighLow... |
Ultimate RSI [LuxAlgo] | https://www.tradingview.com/script/17Jj7Vcg-Ultimate-RSI-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 2,953 | 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("Ultimate RSI [LuxAlgo]", "LuxAlgo - Ultimate RSI")
//-------------------------------------------------------------------... |
Market Trend | https://www.tradingview.com/script/lBxqimNh-Market-Trend/ | Tradingninjaa-com | https://www.tradingview.com/u/Tradingninjaa-com/ | 45 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Trading Ninjaa
//@version=5
indicator(title="Market Trend", shorttitle="Market Trend", overlay=true)
// Input for MA period
maPeriod = input.int(9, title="MA Period", minval=1)
// Define higher timefram... |
FVG w/ Fibs [QuantVue] | https://www.tradingview.com/script/qsQDdHqc-FVG-w-Fibs-QuantVue/ | QuantVue | https://www.tradingview.com/u/QuantVue/ | 358 | study | 5 | MPL-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("FVG w/ Fibs [QuantVue]", overlay = true, max_boxes_count = 250, max_lines_count = 500)
//----------settings----------//
bullCol = input.color(color.new(color.lime... |
Liquidity Concepts [StratifyTrade] | https://www.tradingview.com/script/pII2VRaA-Liquidity-Concepts-StratifyTrade/ | StratifyTrade | https://www.tradingview.com/u/StratifyTrade/ | 625 | 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("Liquidity Concepts [HunterAlgos]", shorttitle = "Liquidity Concepts [1.0.0]",overlay = true, max_lines_count = 500, max_l... |
Trade Tool VDWMA + OI RSI Based | https://www.tradingview.com/script/WkmAi64j/ | Demech | https://www.tradingview.com/u/Demech/ | 59 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Demech
//@version=5
indicator("Trade Tool VDWMA + OI RSI Based", shorttitle = "VDWMA Tool", overlay=true, format=format.price, precision = 2, timeframe = "", timeframe_gaps = false)
import PineCoders/Time... |
ICT True Day Range [MK] | https://www.tradingview.com/script/8I87kv7I-ICT-True-Day-Range-MK/ | malk1903 | https://www.tradingview.com/u/malk1903/ | 106 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © malk1903
// @version=5
indicator(title="ICT True Day Range [MK]", shorttitle="True Day Range [MK]", overlay=true, max_lines_count=500)
/////////////////////////////////////////////////////////////////////... |
[GTH decimals heatmap] (wide screen advised) | https://www.tradingview.com/script/gODo96lh-GTH-decimals-heatmap-wide-screen-advised/ | gehteha | https://www.tradingview.com/u/gehteha/ | 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/
// © gehteha
//@version=5
indicator("[GTH decimals heatmap]", overlay = false)
pre = input.bool(false, "Pre-market", tooltip = "ETH must be selected on the chart")
main = input.bool(true, "Main market", toolt... |
ICT Time Indicator - Minimalistic | https://www.tradingview.com/script/Hb0z3RMN-ICT-Time-Indicator-Minimalistic/ | SuspiciousAvocado | https://www.tradingview.com/u/SuspiciousAvocado/ | 42 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © SuspiciousAvocado
//@version=5
indicator(title = 'ICT Time Indicator - Minimalistic', shorttitle = 'ICT Time Indicator')
// Constants
ny_timezone = string('America/New_York')
// Inputs
group_time = 'Ti... |
MACDV | https://www.tradingview.com/script/eEMacXQx-MACDV/ | Options360 | https://www.tradingview.com/u/Options360/ | 41 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Options360
// 10/7/23 update: fine tune default input lengths, add a total line option, add a PVT or AD option, add a bullish or bearish tiny dot option.
// 10/14/23 update: add 6 volume source options: Ac... |
Personal Trading Hours (timezone Europe/Amsterdam) | https://www.tradingview.com/script/4DXs9UCu-Personal-Trading-Hours-timezone-Europe-Amsterdam/ | chrismariatrader | https://www.tradingview.com/u/chrismariatrader/ | 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/
// © chrismariatrader
// Originaly created for the students of fxminds.nl for backtesting purposes on the days and times that they are able to trade on.
// But it can also be used for live trading when you, fo... |
Normal Distribution Asymmetry & Volatility Zones | https://www.tradingview.com/script/EfLL08Ju-Normal-Distribution-Asymmetry-Volatility-Zones/ | tkarolak | https://www.tradingview.com/u/tkarolak/ | 44 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tkarolak
//@version=5
indicator("Normal Distribution Asymmetry & Volatility Zones", "ND-Asymetry & Volatility", overlay=false, precision = 8)
// ====================
// ==== Background ====
// ==========... |
[sphx] FWMA | https://www.tradingview.com/script/jEJSshjO/ | zamansiz74 | https://www.tradingview.com/u/zamansiz74/ | 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/
// © zamansiz74
//@version=5
indicator("[sphx] FWMA", overlay = true)
//
periods = input.int(defval = 6, title="Long Period")
periods2 = input.int(defval = 5, title="Short Period")
//
if periods2 > periods
... |
PhantomFlow AccumulationDetector | https://www.tradingview.com/script/2tOhRFZk-PhantomFlow-AccumulationDetector/ | PhantomFlow | https://www.tradingview.com/u/PhantomFlow/ | 266 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mxrshxl_trxde
//
//@version=5
indicator(title = "PhantomFlow AccumulationDetector", shorttitle = "PhantomFlow AccumulationDetector", overlay = true, max_boxes_count = 500, max_labels_count = 500, max_line... |
The Swinging Momentum Indicator | https://www.tradingview.com/script/gmXSHgRo-The-Swinging-Momentum-Indicator/ | durunvo | https://www.tradingview.com/u/durunvo/ | 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/
// © durunvo
//@version=5
indicator("Momentum", overlay=true)
// plotshape(year == 2021 and month == 5 and dayofmonth == 28, style=shape.triangleup, location=location.belowbar, size=size.small)
// plotshape(ye... |
[TTI] Closing Range Indicator | https://www.tradingview.com/script/xRzgrqPw-TTI-Closing-Range-Indicator/ | TintinTrading | https://www.tradingview.com/u/TintinTrading/ | 23 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © TintinTrading
//@version=5
indicator("[TTI] Closing Range Indicator", overlay=true, max_labels_count=500)
// Input for timeframe selection
timeframeOption = input.string(title="Timeframe", options=["D", ... |
ATR Adaptive RSI Oscillator | https://www.tradingview.com/script/WxRL7biz-ATR-Adaptive-RSI-Oscillator/ | tkarolak | https://www.tradingview.com/u/tkarolak/ | 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/
// © tkarolak
//@version=5
// ====================
// ==== Background ====
// ====================
// The "ATR Adaptive RSI Oscillator" combines the ATR (Average True Range) and the RSI (Relative Strength Ind... |
[TTI] Price confirmation indicator | https://www.tradingview.com/script/lAj07bhr-TTI-Price-confirmation-indicator/ | TintinTrading | https://www.tradingview.com/u/TintinTrading/ | 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/
// © TintinTrading
//@version=5
indicator("[TTI] Price confirmation indicator", overlay = true)
// Input settings
price_up_color = input.color(color.rgb(0, 51, 255), "Price Up Color")
price_down_color = input... |
[TTI] MarketSmith & IBD Style Model Stock Quarters | https://www.tradingview.com/script/egZKC0r7-TTI-MarketSmith-IBD-Style-Model-Stock-Quarters/ | TintinTrading | https://www.tradingview.com/u/TintinTrading/ | 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/
// © TintinTrading
//@version=5
indicator("[TTI] MarketSmith & IBD Style Model Stock Quarters ", overlay=true, max_lines_count=500)
// Function to get the abbreviation of the next month
nextMonthAbbreviation(... |
Show-Bias | https://www.tradingview.com/script/ZZU1PyJS-Show-Bias/ | amitni82 | https://www.tradingview.com/u/amitni82/ | 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/
// © amitni82
//@version=5
indicator("Show-Bias-v2", overlay = true, max_bars_back = 5)
// Inputs
// highlightBar = input.bool(true, "Highlight current bar")
highlighterColorBullish = input.color(color.new(c... |
Plot Closed Candles | https://www.tradingview.com/script/ijXH41Qo-Plot-Closed-Candles/ | tradefavorite2021 | https://www.tradingview.com/u/tradefavorite2021/ | 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/
// © tradefavorite2021
//@version=5
indicator("Plot Closed Candles", overlay=true )
// Must turn off normal candles first by right clicking on the candles and turning off borders , bodies , and wicks
plotca... |
Daily Pivots with Fakeout Protection | https://www.tradingview.com/script/Hv1IOvCt-Daily-Pivots-with-Fakeout-Protection/ | cyatophilum | https://www.tradingview.com/u/cyatophilum/ | 147 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © cyatophilum
//@version=5
indicator("Daily Pivots with Fakeout Protection",overlay=true)
pivot_tf = input.timeframe('D','Pivots Timeframe')
fakeout_perc = input.float(0.2,'Fakeout Protection (%)')
[daily... |
Incomplete Session Candle - Incomplete Timeframe Candle Marker | https://www.tradingview.com/script/d0ViOp87-Incomplete-Session-Candle-Incomplete-Timeframe-Candle-Marker/ | AfnanTAjuddin | https://www.tradingview.com/u/AfnanTAjuddin/ | 107 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AfnanTAjuddin
//@version=5
indicator("Incomplete Session Candle - Incomplete Timeframe Candle Marker ", shorttitle="Incomplete Session candle", overlay=true)
// Check if current timeframe is intraday
isIn... |
strategy | https://www.tradingview.com/script/L8ULxMae-strategy/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 59 | 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
// ░▒
// ▒▒▒ ▒▒
// ▒▒▒▒▒ ▒▒
// ▒▒... |
MAX_MIN_V1 | https://www.tradingview.com/script/VOcORRLm/ | pernath | https://www.tradingview.com/u/pernath/ | 14 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © pernath
//@version=5
indicator("MAX_MIN_V1", overlay=true)
//###############VAR###################
//angulo_mdl_short=input(title='angle_mdl_short', defval=-3.0)
//angulo_mdl_long=input(title='... |
Position and Risk Calculator (for Indices) [dR-Algo] | https://www.tradingview.com/script/2n8jh7l8/ | dR-Algo | https://www.tradingview.com/u/dR-Algo/ | 150 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © dR-Algo
//@version=5
indicator("Position and Risk Calculator [dR-Algo]", overlay = true, shorttitle = "Position Size Calculator [dR]")
// INPUT
equity = input.float(50000, title = "Equity", tooltip = "... |
Auto Fibonacci Levels [MisterMoTA] | https://www.tradingview.com/script/eMTByULS-Auto-Fibonacci-Levels-MisterMoTA/ | MisterMoTA | https://www.tradingview.com/u/MisterMoTA/ | 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/
// @author = MisterMoTA
// © MisterMoTA
//@version=5
indicator('Auto Fibonacci Levels [MisterMoTA]', 'FIBEMO', overlay = true)
// Create an input that specifies on which time and date
lineDate = input.time(ti... |
True Strength [PINESCRIPTLABS] | https://www.tradingview.com/script/aF01pQY1/ | PINE_LABS | https://www.tradingview.com/u/PINE_LABS/ | 53 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © PINE_LABS
//@version=5
indicator("True Strength [PINESCRIPTLABS]", shorttitle="True Strength [PINESCRIPTLABS]", format=format.price, precision=4, timeframe="", timeframe_gaps=true,overlay =false)
long = i... |
The Next Pivot [Kioseff Trading] | https://www.tradingview.com/script/pLzwXOug-The-Next-Pivot-Kioseff-Trading/ | KioseffTrading | https://www.tradingview.com/u/KioseffTrading/ | 800 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Kioseff Trading
//@version=5
indicator("The Next Pivot [Kioseff Trading]", overlay=true, max_lines_count = 500, max_boxes_count = 500, max_labels_count = 500)
import TradingView/ZigZag/6 as ZigZagLib
i... |
K Line Pow Moving Average Convergence Divergence | https://www.tradingview.com/script/pfzYaOJn/ | lihulu123 | https://www.tradingview.com/u/lihulu123/ | 5 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © lihulu123
//@version=5
indicator(title="K Line Pow Moving Average Convergence Divergence", shorttitle="KLinePowMACD",max_boxes_count=40000,max_bars_back=500)
// Getting inputs
fast_length = input(title="... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.