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 |
|---|---|---|---|---|---|---|---|---|
Angled Volume Profile [Trendoscope] | https://www.tradingview.com/script/MgsLckWl-Angled-Volume-Profile-Trendoscope/ | Trendoscope | https://www.tradingview.com/u/Trendoscope/ | 587 | 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
// ░▒
// ▒▒▒ ▒▒
// ... |
Ladder ATR | https://www.tradingview.com/script/0J8sQTz5-Ladder-ATR/ | jason5480 | https://www.tradingview.com/u/jason5480/ | 75 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jason5480
//@version=5
indicator(title = 'Ladder ATR',
shorttitle = 'LATR',
timeframe = '',
timeframe_gaps = true)
import HeWhoMustNotBeNamed/arraymethods/1
import... |
VWAP2D+ | https://www.tradingview.com/script/Bn6wz47K-VWAP2D/ | Electrified | https://www.tradingview.com/u/Electrified/ | 113 | study | 5 | MPL-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=Tracks the VWAP for the latest/current and previous session.
indicator("VWAP2D+", overlay = true)
source = input.source(hlc3, "Source")
extended = input.bool(false... |
Equilibrium | https://www.tradingview.com/script/4syrwJXn-Equilibrium/ | sudoMode | https://www.tradingview.com/u/sudoMode/ | 113 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © sudoMode
//@version=5
//@release=0.0.7
indicator(title = 'Pressure Gauge', shorttitle = 'Equilibrium', overlay = false)
// --- user-input ---
// setting groups
group_1 = 'Gauge Settings'
group_2 = 'Osc... |
Bar Magnified Volume Profile/Fixed Range [ChartPrime] | https://www.tradingview.com/script/azaqVnio-Bar-Magnified-Volume-Profile-Fixed-Range-ChartPrime/ | ChartPrime | https://www.tradingview.com/u/ChartPrime/ | 945 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ExoMaven
//@version=5
indicator(title = "Bar Magnified Volume Profile/Fixed Range [ChartPrime]", shorttitle = "Bar Magnified Volume Profile/Fixed Range [ChartPrime]", overlay = true, max_boxes_count = 100... |
Gaps [Kioseff Trading] | https://www.tradingview.com/script/0JcOuXSQ-Gaps-Kioseff-Trading/ | KioseffTrading | https://www.tradingview.com/u/KioseffTrading/ | 408 | study | 5 | MPL-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("Gaps [Kioseff Trading]", overlay = true,
max_labels_count = 500 ,
max_boxes_count = 500 ... |
Historical Volatility Scale [ChartPrime] | https://www.tradingview.com/script/tKw4WJVt-Historical-Volatility-Scale-ChartPrime/ | ChartPrime | https://www.tradingview.com/u/ChartPrime/ | 236 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ExoMaven
//@version=5
indicator(title = "Historical Volatility Scale [ChartPrime]", shorttitle = "Historical Volatility Scale [V1]", overlay = true, scale = scale.none, max_lines_count = 100)
//░█████╗░... |
Candle Mania [starlord_xrp] | https://www.tradingview.com/script/dNPDmo0C-Candle-Mania-starlord-xrp/ | starlord_xrp | https://www.tradingview.com/u/starlord_xrp/ | 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/
// © starlord_xrp
//@version=5
indicator("Candle Mania [starlord_xrp]", overlay = true)
//fast volume weighted moving average that acts like a filter for uptrend or downtrend
ma = ta.vwma(close, 8)
//trigger... |
Economic Data Trading alerts - CPI, Interest rate, PPI, etc | https://www.tradingview.com/script/GnmFUUVu-Economic-Data-Trading-alerts-CPI-Interest-rate-PPI-etc/ | KareemFarid | https://www.tradingview.com/u/KareemFarid/ | 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/
// © KareemFarid
//@version=5
indicator("BETA - Economic Data Trading Strategy - CPI, Interest rate, PPI and more", shorttitle = "Economic Data Trading Strategy", overlay=true)
// Input for the location and ... |
[JL] Control Your Emotions Reminder | https://www.tradingview.com/script/USC9rsqK-JL-Control-Your-Emotions-Reminder/ | Jesse.Lau | https://www.tradingview.com/u/Jesse.Lau/ | 35 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Jesse.Lau
//@version=5
indicator('[JL] Control Your Emotions Reminder', overlay=true, max_bars_back = 4900)
text_= input.string('=====Control Your Emotions=====\n')
text1= input.string('Fear:Fear can ... |
Trend Line | https://www.tradingview.com/script/LUKaSZlC-Trend-Line/ | HPotter | https://www.tradingview.com/u/HPotter/ | 380 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © HPotter 15/03/2023
//@version=5
////////////////////////////////////////////////////////////
// The indicator draws a trend line indicating the trend at the current moment and show it is resistance or... |
Will my limit order be filled ? | https://www.tradingview.com/script/GXcFOSbU-Will-my-limit-order-be-filled/ | mks17 | https://www.tradingview.com/u/mks17/ | 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/
// © mks17
//@version=5
indicator("Will my order be filled ?")
limitMargin = input.float(0.2, "Margin % from last close", step=0.01) / 100
numberBars = input.int(5, "Number of Bars to have a fill")
sourceL = ... |
SPX Fair Value Bands WSHOSHO | https://www.tradingview.com/script/MxhYLsAW-SPX-Fair-Value-Bands-WSHOSHO/ | dharmatech | https://www.tradingview.com/u/dharmatech/ | 136 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © dharmatech
//@version=5
indicator("SPX Fair Value Bands WSHOSHO", overlay = true)
wshosho = request.security("WSHOSHO", "D", close)
rrp = request.security("RRPONTSYD", "D", close)
tga = request... |
Supertrend ANY INDICATOR (RSI, MFI, CCI, etc.) + Range Filter | https://www.tradingview.com/script/GRMqFdJQ-Supertrend-ANY-INDICATOR-RSI-MFI-CCI-etc-Range-Filter/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 929 | study | 5 | MPL-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
import wbburgin/wbburgin_utils/1 as e
//@version=5
indicator("Supertrend ANY INDICATOR (RSI, MFI, CCI, etc.) + Range Filter",shorttitle="ST ANY INDICATOR [wbburgin]",overlay=false)
// This indi... |
Price Data Label | https://www.tradingview.com/script/dd2ZEP5s-Price-Data-Label/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 208 | study | 5 | MPL-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("Price Data Label", overlay=true, max_labels_count = 500)
//constants
ISDAILY = timeframe.isdaily
ISWEEKLY = timeframe.isweekly
//inputs
var g1 = 'Daily Moving A... |
VOLD Indicator | https://www.tradingview.com/script/MJECvbeV-VOLD-Indicator/ | viewer405 | https://www.tradingview.com/u/viewer405/ | 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/
// © viewer405
//@version=5
indicator(title="VOLD Indicator", shorttitle="VOLD")
bullColor = #26a69a
bearColor = #ef5350
timeInterval = input.timeframe("", title="Time Interval")
style = input.string("line",... |
Previous Levels With Custom TimeZone | https://www.tradingview.com/script/1JZPGtam/ | LudoGH68 | https://www.tradingview.com/u/LudoGH68/ | 278 | study | 5 | MPL-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("Previous Levels", overlay = true)
import LudoGH68/SessionAndTimeFct_public/1 as sat
import LudoGH68/Drawings_public/1 as d
getLineStyle(lineOption) =>
lineOption == "... |
XLY/XLP Ratio | https://www.tradingview.com/script/ulCnavTl/ | MasterOfDesaster | https://www.tradingview.com/u/MasterOfDesaster/ | 15 | 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/
// © MasterOfDesaster
//@version=4
study(title="XLY/XLP Ratio", overlay=false)
// Definieren Sie XLY und XLP Symbole
xly = "XLY"
xlp = "XLP"
// Abrufen der Kursdaten von TradingView
xly_price = security(xly,... |
Federal Funds Rate Projections [tedtalksmacro] | https://www.tradingview.com/script/cIna7eYl-Federal-Funds-Rate-Projections-tedtalksmacro/ | tedtalksmacro | https://www.tradingview.com/u/tedtalksmacro/ | 119 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tedtalksmacro
//@version=5
indicator("Federal Funds Rate Projections [tedtalksmacro]", overlay = false, format = format.percent)
// Calculate
currentfedfunds = (request.security("ZQ1!", "1", close) - 100... |
Highest/Lowest value since X time ago, various indicators | https://www.tradingview.com/script/adA4h4Pm-Highest-Lowest-value-since-X-time-ago-various-indicators/ | Dean_Crypto | https://www.tradingview.com/u/Dean_Crypto/ | 51 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Dean_Crypto
//@version=5
// User input
indicator(title="v2 Highest/Lowest value since X time ago", shorttitle = "H/L-V X-Ago", overlay=false, max_labels_count = 500)
grp1 = "Sources | Length, (length onl... |
Simple Dominance Momentum Indicator | https://www.tradingview.com/script/RN1Tc7we-Simple-Dominance-Momentum-Indicator/ | CryptoMobster | https://www.tradingview.com/u/CryptoMobster/ | 241 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jrgoodland
//@version=5
indicator("Simple Dominance Momentum Indicator", format = format.percent)
dom_ema_len = input.int(21, "EMA Length", 1)
trend_ema_len = input.int(55, "Trend EMA Length", 1)
string ... |
Paradigm Trades_VPA Swing Indicator | https://www.tradingview.com/script/RyrJ1Vz0-Paradigm-Trades-VPA-Swing-Indicator/ | PierrePressure | https://www.tradingview.com/u/PierrePressure/ | 26 | 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/
// © PierrePressure
//@version=4
study("VPA Swing Indicator", overlay=true)
// Determine if the current bar is a Volume Climax Up
vc_up = (volume > sma(volume, 20)) and (close > open)
// Determine if the cur... |
Range Analysis - By Leviathan | https://www.tradingview.com/script/nUos1SCj-Range-Analysis-By-Leviathan/ | LeviathanCapital | https://www.tradingview.com/u/LeviathanCapital/ | 3,428 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © LeviathanCapital
//@version=5
indicator("Range Analysis - By Leviathan", shorttitle='Range Analysis - By Leviathan', overlay=true, max_boxes_count=500, max_bars_back = 500)
timeGroup = 'Time Interva... |
Trap Trading - SwaG | https://www.tradingview.com/script/j7bM9Goa-Trap-Trading-SwaG/ | swagato25 | https://www.tradingview.com/u/swagato25/ | 155 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Swag
//@version=5
indicator("Trap Trading - SwaG", overlay = true)
//Inputs
bool red_zone_traps = input.bool(defval = false, title = "Red Zone Traps")
bool avoid_traps_at_support_or_resistance = input.boo... |
USBOND_BackCalc | https://www.tradingview.com/script/V4c1hFrp/ | Aki_Pine1024 | https://www.tradingview.com/u/Aki_Pine1024/ | 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/
// © Aki_Pine1024
//@version=5
// Determining bond prices from yields on US Treasuries
// 米国債の利回りから債券価格を求める
indicator("USBOND_BackCalc", precision = 2)
//{ Symbol information シンボルの情報
// Get symbol
// シンボルを取得
... |
DD/RP Calculator | https://www.tradingview.com/script/OFF0R7Pn/ | jam_chen1025 | https://www.tradingview.com/u/jam_chen1025/ | 9 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jam_chen1025
//@version=5
indicator("DD/RP Calculator", overlay=true)
// input
show_se_lbl = input.bool(false,"Show Entry/Exit Label")
show_se_li = input.bool(true,"Show Entry/Exit Line")
ddrpc_is_open =... |
Volume+ (Time of Day) | https://www.tradingview.com/script/4oAJY0xk-Volume-Time-of-Day/ | Electrified | https://www.tradingview.com/u/Electrified/ | 127 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Electrified
//@version=5
indicator("Volume+ (Time of Day)", "Vol+ ⏲")
import Electrified/Color/9
MEASUREMENT = "Measurement"
days = input.int(100, "Days", group = MEASUREMENT, tooltip = "The number of da... |
Volume Strength | https://www.tradingview.com/script/LW2o2Zyf-Volume-Strength/ | AngelAlgo | https://www.tradingview.com/u/AngelAlgo/ | 149 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AngelAlgo
//@version=5
indicator("Volume Strength", overlay = false)
// Input parameters
length = input.int(14, title="Length", minval=1)
// Define a function that calculates cumulative volume for a g... |
Correlation Coefficient Table | https://www.tradingview.com/script/pFMqW8b1-Correlation-Coefficient-Table/ | chill05 | https://www.tradingview.com/u/chill05/ | 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/
// © chill05
//@version=5
indicator("Correlation Coefficient Table", shorttitle = "CCT", format = format.price, precision = 2, overlay = true)
tf = input.timeframe(defval="", title = "Timeframe")
symbolInput =... |
RSI is in Normal Distribution? | https://www.tradingview.com/script/ds3Ege9v-RSI-is-in-Normal-Distribution/ | Dicargo_Beam | https://www.tradingview.com/u/Dicargo_Beam/ | 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/
// © Dicargo_Beam
//@version=5
indicator("RSI is in Normal Distribution?")
len = input.int(14)
_rsi = ta.rsi(close,len)
modify = input.bool(false, "Use 'Dicargo_Beam's RSI modified Function", tooltip="used in... |
4C Options Expected Move (Weekly + 0DTE) | https://www.tradingview.com/script/9nOpiEYe-4C-Options-Expected-Move-Weekly-0DTE/ | FourC | https://www.tradingview.com/u/FourC/ | 337 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © FourC
//This indicator plots lines for BOTH the Weekly and 0DTE options expected moves. This version is different than the original script "4C Expected Move (Weekly Options)" where only the weekly expected... |
Satoshi Indicator | https://www.tradingview.com/script/pt2UikHF/ | Seungdori_ | https://www.tradingview.com/u/Seungdori_/ | 110 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Seungdori_
//@version=5
indicator('Satoshi Indicator', overlay=false, precision = 8)
sym = input.symbol(defval = 'BINANCE:BTCUSDT', title = 'Pair', confirm = false)
ma_on = input.bool(defval = true, tit... |
Vigilant Asset Allocation G4 Backtesting Engine | https://www.tradingview.com/script/WzCLgqV0-Vigilant-Asset-Allocation-G4-Backtesting-Engine/ | jamiedubauskas | https://www.tradingview.com/u/jamiedubauskas/ | 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/
// © jamiedubauskas
//@version=5
indicator("Vigilant Asset Allocation G4 Backtesting Engine", overlay=false, max_bars_back = 5000)
// keeping track of the current monthly holding
varip current_holding = "none... |
Stx Ma-Trend Finder | https://www.tradingview.com/script/IAfZnyND/ | Strambatax | https://www.tradingview.com/u/Strambatax/ | 35 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Strambatax
// ████████ ██ ██
// ██░██░░░ ██ ██
// ████████░ ██
// ██ ██ ██ ██
// ████████ ██ ██
//@version=5
indicator("Stx Ma-Trend Finder", overlay = true)
ma_type = input.string... |
Efficiency Gaps | https://www.tradingview.com/script/pCKE0vLT-Efficiency-Gaps/ | BobBasic | https://www.tradingview.com/u/BobBasic/ | 80 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © BobBasic
//@version=5
indicator("Efficiency Gaps", overlay=true, max_boxes_count=60, max_lines_count=60)
multi = input.float(0.01, "ATR Multiplier", 0.01, 1, step=0.01)
period = input.int(21, "ATR... |
Volume+ | https://www.tradingview.com/script/aVjJ6pRD-Volume/ | Electrified | https://www.tradingview.com/u/Electrified/ | 104 | study | 5 | MPL-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
indicator("Volume+")
import Electrified/Color/9
MEASUREMENT = "Measurement"
len = input.int(400, "Length", group = MEASUREMENT, tooltip = "The number of bars to measure the weigh... |
Parabolic Scalp Take Profit[ChartPrime] | https://www.tradingview.com/script/u2FmZMI9-Parabolic-Scalp-Take-Profit-ChartPrime/ | ChartPrime | https://www.tradingview.com/u/ChartPrime/ | 372 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ExoMaven
//@version=5
indicator(title = "Parabolic Scalp Take Profit[ChartPrime]", shorttitle = "Parabolic Scalp Take Profit [V1]", overlay = true)
exponential_value = input.float(title = "Aggressiveness... |
7 Week Rule | https://www.tradingview.com/script/kDC1dFjU-7-Week-Rule/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 279 | study | 5 | MPL-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("7 Week Rule", overlay = true)
// inputs
g1 = 'Moving Average'
len = input.int(10, "MA length", group = g1, inline = '1')
matype = input.string('SMA', 'MA type', o... |
MACD & RSI Overlay (Expo) | https://www.tradingview.com/script/iOi1pXOX-MACD-RSI-Overlay-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 1,820 | 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('MACD & RSI Overlay (Expo)', overlay=true)
// ~~ ToolTips {
t1 = "Select if you want to display MACD [12,26] or RSI [14] or... |
Modified Mannarino Market Risk Indicator MMMRI MMRI | https://www.tradingview.com/script/snuFoPT6-Modified-Mannarino-Market-Risk-Indicator-MMMRI-MMRI/ | allanster | https://www.tradingview.com/u/allanster/ | 1,459 | study | 5 | MPL-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
// MMRI Gregory Mannarino: https://www.mannarino-market-risk-indicator.com/
// MMRI = (USD Strength * USD Interest Rate) / 1.61
// MMMRI Nobody Special Finance: https://www.mannarino-market-ris... |
SLSMA - Smooth LSMA | https://www.tradingview.com/script/AEIs1XbD-SLSMA-Smooth-LSMA/ | veryfid | https://www.tradingview.com/u/veryfid/ | 187 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © veryfid
//@version=5
indicator(title='SLSMA - Smooth LSMA', shorttitle='SLSMA', overlay=true, timeframe='')
src = input(close, title='Source')
length = input(title='Length', defval=21)
offset = input(tit... |
Blocky's EMA Ribbon | https://www.tradingview.com/script/988Rz11A-Blocky-s-EMA-Ribbon/ | godzcopilot | https://www.tradingview.com/u/godzcopilot/ | 58 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Extended EMA inspiration from https://www.tradingview.com/script/hWdwt5XH-Multi-Moving-Average-with-Forecast/
// © godzcopilot
//@version=5
indicator(title="Blocky's EMA Ribbon", shorttitle="BREMA", overla... |
Order Blocks & Breaker Blocks [LuxAlgo] | https://www.tradingview.com/script/piIbWMpY-Order-Blocks-Breaker-Blocks-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 8,593 | 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("Order Blocks & Breaker Blocks [LuxAlgo]", overlay = true
, max_lines_count = 500
, max_labels_count = 500
, max_boxes_... |
Daily Opening GAP | https://www.tradingview.com/script/d9WZvTC4-Daily-Opening-GAP/ | aaronmefford | https://www.tradingview.com/u/aaronmefford/ | 101 | study | 5 | MPL-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("Daily GAP", shorttitle="Gaps", overlay=true,max_boxes_count=150,max_lines_count = 200)
session = input.session("0930-1600","Session Period",options=["0930-1600"])
line_width = input.in... |
RedK EVEREX - Effort Versus Results Explorer | https://www.tradingview.com/script/I5qJDPxT-RedK-EVEREX-Effort-Versus-Results-Explorer/ | RedKTrader | https://www.tradingview.com/u/RedKTrader/ | 3,304 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © RedKTrader - March 2023
//@version=5
// ******************************
// EVEREX v2.0 adds markers for key patterns based on nPrice:nVol ratios
// starting with EoM and Compression - maybe add "Ba... |
US Treasuries Yield Curve | https://www.tradingview.com/script/zXgTdtml-US-Treasuries-Yield-Curve/ | QuantNomad | https://www.tradingview.com/u/QuantNomad/ | 190 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © QuantNomad
//@version=5
indicator("US Treasuries Yield Curve", max_labels_count = 500, max_lines_count = 500)
timFm = input.string("Monthly", "Yield Curve Timeframe", ["Yearly", "Monthly", "Weekly", "Da... |
Advanced Price Direction Algorithm | https://www.tradingview.com/script/OfzWxWnE-Advanced-Price-Direction-Algorithm/ | eykpunter | https://www.tradingview.com/u/eykpunter/ | 98 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © eykpunter
//@version=5
indicator("Advanced Price Direction")
evaltttext="advanced price direction; evaluates n plus n bars lumped together e.g. if you enter 5 the script uses the last 5 bars as a set and ... |
MARS - Moving Average Relative Strength | https://www.tradingview.com/script/Lv26g1XV-MARS-Moving-Average-Relative-Strength/ | finallynitin | https://www.tradingview.com/u/finallynitin/ | 688 | study | 5 | MPL-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
//original concept from dman103
//modified from "Percentage Relative Strength" script by dman103 https://www.tradingview.com/v/v3bbnm1Z/
//@version=5
indicator('Moving Average Relative St... |
Elliott Wave [LuxAlgo] | https://www.tradingview.com/script/KvrhsPTp-Elliott-Wave-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 6,960 | 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("Elliott Wave [LuxAlgo]", max_lines_count=500, max_labels_count=500, overlay=true, max_bars_back=5000)
//---------------------... |
Weekly Opening GAP | https://www.tradingview.com/script/OEAEvOz1-Weekly-Opening-GAP/ | aaronmefford | https://www.tradingview.com/u/aaronmefford/ | 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/
//@version=5
// © aaronmefford
indicator("Weekly GAP", shorttitle="WGaps", overlay=true )
daily_session = input.session("0930-1600","Session Period",options=["0930-1600"])
boxColor = input.color(color.orange... |
Multi Timeframe Moving Averages | https://www.tradingview.com/script/5UPnfqZF-Multi-Timeframe-Moving-Averages/ | jstntham | https://www.tradingview.com/u/jstntham/ | 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/
// © jstntham
// _ _ _ _
// (_)___| |_ _ __ | |_| |__ __ _ _ __ ___
// | / __| __| '_ \| __| '_ \ / _` | '_ ` _ \
// | \__ \ |_| | | | |_| | | | (_| | | | | | |... |
Market Condition Detector | https://www.tradingview.com/script/tXMfSJNH/ | Fred6724 | https://www.tradingview.com/u/Fred6724/ | 422 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Fred6724
//@version=5
indicator(title="Market Condition Detector", overlay=true)
// Net High Lows
ref = input("SP:SPX", title = 'Reference Ticker') // Changed to SP:SPX
NNH = input("HIGQ", title ... |
Volatility Counter | https://www.tradingview.com/script/7n8hNFaf-Volatility-Counter/ | ebanat420 | https://www.tradingview.com/u/ebanat420/ | 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/
// © ebanat420
//@version=5
indicator("Volatility Counter", shorttitle = "VolCount", timeframe = "", timeframe_gaps = true)
hline(2, title='Threshold lvl 2', color=color.blue, linestyle=hline.style_dotted, lin... |
Breakout Identifier + Pivots with pos/neg/neu candles | https://www.tradingview.com/script/0AV8OdnN-Breakout-Identifier-Pivots-with-pos-neg-neu-candles/ | creksar_stock | https://www.tradingview.com/u/creksar_stock/ | 125 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © creksar_stock
//@version=5
indicator("Breakout Signals with Pivots", "Breakout indication", overlay = true)
//toggles n other source stuff
bc_src = close
bo_src = open
gap = input.int(250, "Signal Gap", ... |
RSI Trendlines with Breakouts | https://www.tradingview.com/script/YcKrOcXe-RSI-Trendlines-with-Breakouts/ | HoanGhetti | https://www.tradingview.com/u/HoanGhetti/ | 1,566 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © HoanGhetti
//@version=5
indicator("RSI Trendlines with Breakouts [HG]", precision = 2, max_labels_count = 500, max_lines_count = 500)
import HoanGhetti/SimpleTrendlines/3 as tl
g_trendlines = 'Trendli... |
Candle and BG Trend Identifier | https://www.tradingview.com/script/lQiXzDp0-Candle-and-BG-Trend-Identifier/ | creksar_stock | https://www.tradingview.com/u/creksar_stock/ | 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/
// © creksar_stock
//@version=5
indicator("Candle and BG microtrend identifier", "Microtrend Based Candles", true)
hifunc = high > high[1]
lofunc = low < low[1]
bgcolor(hifunc ? color.new(color.green, 85) : lo... |
Bitcoin Relative Value Indicator | https://www.tradingview.com/script/c73jgmcl-Bitcoin-Relative-Value-Indicator/ | bigcitytom | https://www.tradingview.com/u/bigcitytom/ | 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/
// © bigcitytom
//@version=5
indicator(title='Bitcoin Trend Analysis', shorttitle='BTC Analysis', overlay=true)
// Define the symbols for Bitcoin, DXY, CPI, M2 money supply, and the total US stock market
btc_... |
[JL] Supertrend Zone Pivot Point with zigzag fib | https://www.tradingview.com/script/HrcAAGcU-JL-Supertrend-Zone-Pivot-Point-with-zigzag-fib/ | Jesse.Lau | https://www.tradingview.com/u/Jesse.Lau/ | 1,817 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Jesse.Lau
//@version=5
indicator(title="[JL] Supertrend Zone Pivot Point with zigzag fib", overlay=true,max_labels_count=500,max_bars_back = 4900)
show_zigzag = input(true, "Show zigzag", group="Show")... |
Drip's 11am rule breakout/breakdown (OG) | https://www.tradingview.com/script/j5fydEzi-Drip-s-11am-rule-breakout-breakdown-OG/ | sensir | https://www.tradingview.com/u/sensir/ | 1,548 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © sensir
//@version=5
indicator("Drip's 11am rule breakout/breakdown", overlay = true)
timeFilter = input.timeframe(title = "Cutoff time for indentifying HOD/LOD zone (EST). Recommended 9:30-11:30 AM EST",... |
VIX Reference Indicator | https://www.tradingview.com/script/vpkUgWcj-VIX-Reference-Indicator/ | Steversteves | https://www.tradingview.com/u/Steversteves/ | 117 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Steversteves
//@version=5
indicator("VIX Reference", max_labels_count = 500)
// Settings
timeframe = input.timeframe("")
AvgLength = input.int(75, title="Average Length")
vix = request.security("CBOE... |
Weighted Deviation Bands [Loxx] | https://www.tradingview.com/script/GnIBQ2jn-Weighted-Deviation-Bands-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 129 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © loxx
//@version=5
indicator("Weighted Deviation Bands [Loxx]",
overlay = true,
timeframe="",
timeframe_gaps = true)
greencolor = #2DD204
redcolor = #D2042D
bluecolor = #042dd2
import ... |
Multiple Standard Momentum | https://www.tradingview.com/script/sGD5aatR/ | DOC-STRATEGY | https://www.tradingview.com/u/DOC-STRATEGY/ | 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/
// © DOC-STRATEGY
//██████╗░░█████╗░░█████╗░ ░██████╗████████╗██████╗░░█████╗░████████╗███████╗░██████╗░██╗░░░██╗
//██╔══██╗██╔══██╗██╔══██╗ ██╔════╝╚══██╔══╝██╔══██╗██╔══██╗╚══██╔══╝██╔════╝██╔════╝░╚██╗░██╔╝
... |
Trend Indicator with RSI and Fibbonacci Band 0.702 crossings | https://www.tradingview.com/script/dgPKYm97/ | blublub | https://www.tradingview.com/u/blublub/ | 78 | 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/
// © blublub
//@version=4
//strategy("Trend Indicator with RSI crossing", shorttitle="TIR", overlay=true, format=format.price, precision=2, margin_long = 120, margin_short = 120 )
study("Trend Indicator with R... |
UB Profit Signal Indicator | https://www.tradingview.com/script/czqXpu8B-UB-Profit-Signal-Indicator/ | UrbanBull | https://www.tradingview.com/u/UrbanBull/ | 69 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mohanpblogger
//@version=5
indicator("UB Profit Signal", overlay=true)
// Define input variables
macdFastLength = input.int(title="MACD Fast Length", defval=12)
macdSlowLength = input.int(title="MACD Slo... |
Ticker Ratio Levels | https://www.tradingview.com/script/m3iH0y0S-Ticker-Ratio-Levels/ | HALDRO | https://www.tradingview.com/u/HALDRO/ | 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/
// © HALDRO
opt01 = 'XAU'
opt02 = 'DXY'
opt03 = 'BTC'
opt04 = 'ETH'
opt05 = 'SPX'
opt06 = 'NASDAQ'
opt07 = 'AVG STABLE.D'
opt08 = 'AVG STOCK Price'
opt09 = 'Alt Cap(TOTAL3)'
opt10 ... |
Short Term Bubble Risk | https://www.tradingview.com/script/04ha0AJc-Short-Term-Bubble-Risk/ | legroszach | https://www.tradingview.com/u/legroszach/ | 77 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © legroszach
//@version=5
import kaigouthro/hsvColor/15
indicator('Short Term Bubble Risk', overlay=false)
source = close
smaLength = 20
sma = ta.sma(source, smaLength)
outSma = request.security(syminfo.t... |
Draw Several Horizontal Lines [MsF] | https://www.tradingview.com/script/bHfaQrrN/ | Trader_Morry | https://www.tradingview.com/u/Trader_Morry/ | 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/
// © Trader_Morry
//@version=5
indicator(title='Draw Several Horizontal Lines [MsF]', shorttitle='Draw H.Lines', overlay=true, max_bars_back = 5000)
////////
// Input values
// [
var GRP1 = "--- Horizontal L... |
CBDE Oscillator | https://www.tradingview.com/script/JIqYG4CA-CBDE-Oscillator/ | DarklyEnergized | https://www.tradingview.com/u/DarklyEnergized/ | 167 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © kstrat2001
//@version=5
// Central Bank Dark Energy Oscillator
indicator(title = "CBDE Oscillator", shorttitle = "CBDEO", overlay = false)
oscillator_gradient_color(signal, high_color, low_color) =>
... |
+ Average Candle Bodies Range | https://www.tradingview.com/script/yYyunIRv-Average-Candle-Bodies-Range/ | ClassicScott | https://www.tradingview.com/u/ClassicScott/ | 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/
// © ClassicScott
// ACBR, or, Average Candle Bodies Range is a volatility and momentum indicator designed to indicate periods of increasing volatility and/or
// momentum. The genesis of the idea formed from m... |
Implied and Historical Volatility v4 | https://www.tradingview.com/script/Zj1dAiEK-Implied-and-Historical-Volatility-v4/ | Aziz_PactionTrader | https://www.tradingview.com/u/Aziz_PactionTrader/ | 47 | 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/
// © Aziz_PactionTrader
//@version=4
study("Implied and Historical Volatility v4", overlay=false)
// Define pi
pi = 3.14159265359
// Input variables
strike_price = input(title="Strike Price", type=input.floa... |
Fundamentals Graphing [Kioseff Trading] | https://www.tradingview.com/script/7qjXp2op-Fundamentals-Graphing-Kioseff-Trading/ | KioseffTrading | https://www.tradingview.com/u/KioseffTrading/ | 790 | study | 5 | MPL-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("Fundamentals Graphing [Kioseff Trading]", overlay = false, max_lines_count = 500, max_labels_count = 500)
import kaigouthro/hsvColor/15 as kai
// THANK YOU TV + P... |
[JL] Fractals ATR Block | https://www.tradingview.com/script/DAprOFMl-JL-Fractals-ATR-Block/ | Jesse.Lau | https://www.tradingview.com/u/Jesse.Lau/ | 210 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Jesse.Lau
//@version=5
indicator("[JL] Fractals ATR Block", shorttitle="[JL] FAB", format=format.price, precision=0, overlay=true)
show_fractals = input(true, "Show Fractals", group="Show")
show_atr... |
Role Reversal Detection Alert [MsF] | https://www.tradingview.com/script/L3COnlyb/ | Trader_Morry | https://www.tradingview.com/u/Trader_Morry/ | 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/
// © Trader_Morry
//@version=5
indicator(title='Role Reversal Detection Alert [MsF]', shorttitle='R&R Detection', overlay=true, max_bars_back = 5000)
////////
// Input values
// [
ibaseHValue = input.floa... |
Net USD Liquidity w/ overlays [tedtalksmacro] | https://www.tradingview.com/script/R7sQxk8I-Net-USD-Liquidity-w-overlays-tedtalksmacro/ | tedtalksmacro | https://www.tradingview.com/u/tedtalksmacro/ | 160 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tedtalksmacro
//@version=5
indicator("Net USD Liquidity w/ overlays [tedtalksmacro]", overlay = false)
//USCBBS-RRPONTTLD*1000000000-WTREGEN*1000000000
balance_sheet = request.security("USCBBS", 'D', cl... |
Reversal Points | https://www.tradingview.com/script/w5WRygzM/ | Enes_Yetkin_ | https://www.tradingview.com/u/Enes_Yetkin_/ | 586 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © enesyetkin
//@version=5
indicator('Reversal Points', overlay=true)
newHighSensitivity = input.int(defval=50, title='New Low Sensitivity', minval=1)
Periods = input(title='ATR Period', defval=10)
src = i... |
ATR-Stepped, Another New Adaptive Moving Average [Loxx] | https://www.tradingview.com/script/KUqzlSGC-ATR-Stepped-Another-New-Adaptive-Moving-Average-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 275 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © loxx
//@version=5
indicator("ATR-Stepped, Another New Adaptive Moving Average [Loxx]",
overlay = true,
timeframe="",
timeframe_gaps = true)
import loxx/loxxexpandedsourcetypes/4
greenco... |
"The Stocashi" - Stochastic RSI + Heikin-Ashi | https://www.tradingview.com/script/PbJeJTH4-The-Stocashi-Stochastic-RSI-Heikin-Ashi/ | CoffeeshopCrypto | https://www.tradingview.com/u/CoffeeshopCrypto/ | 740 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
//This is just a fun script to give a different representation to the ever popular Stochastic RSI
//Even for me over the years the stochastic has been a difficult one to use in trading mearly beause of its chop... |
Pre-market Highs & Lows on regular trading hours (RTH) chart | https://www.tradingview.com/script/OMKhuwOC-Pre-market-Highs-Lows-on-regular-trading-hours-RTH-chart/ | twingall | https://www.tradingview.com/u/twingall/ | 128 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// Added feature to choose only to extend most recent session lines/labels to last bar index
// Fix to work on SPY, Indices (e.g. ES1!) and Stocks (14th Oct'23)
// © twingall
//@version=5
indicator("Pre-marke... |
The Strat [LuxAlgo] | https://www.tradingview.com/script/AkpEZFyO-The-Strat-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 1,683 | 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("The Strat [LuxAlgo]"
, overlay = true
, max_lines_count = 500
, max_labels_count = 500)
//-----------------------------... |
Moving Averages + Premarket High/Low + Yesterday High/Low V2 | https://www.tradingview.com/script/SkwGgW8d-Moving-Averages-Premarket-High-Low-Yesterday-High-Low-V2/ | carsonhughes | https://www.tradingview.com/u/carsonhughes/ | 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/
// © convicted
//@version=5
indicator(title='MovingAvg', shorttitle='MovingAvg', overlay=true)
//Yesterday high and low
bool preHours = (hour == 4 or hour >= 4) and (hour < 9 and minute <= 30)
bool ma... |
2B Reversal Pattern (Expo) | https://www.tradingview.com/script/dHb3Hn12-2B-Reversal-Pattern-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 4,870 | 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("2B Reversal Pattern (Expo)",overlay=true,max_lines_count=500)
// ~~ ToolTips {
t1 = "Set the pivot period."
t2 = "Set the ... |
Correlation Matrix + Heatmap - By Leviathan | https://www.tradingview.com/script/uy1LMmRg-Correlation-Matrix-Heatmap-By-Leviathan/ | LeviathanCapital | https://www.tradingview.com/u/LeviathanCapital/ | 671 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © LeviathanCapital
//@version=5
indicator("Correlation Matrix - By Leviathan")
length = input.int(50, 'Correlation Length', tooltip='The number of bars back used to calculate correlation')
change = inp... |
Pin Candle Detection | https://www.tradingview.com/script/6OEpSAhf-Pin-Candle-Detection/ | xfuturesgod | https://www.tradingview.com/u/xfuturesgod/ | 77 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © xfuturesgod
//@version=5
indicator("Pin Candle Detection", overlay = true)
fibLevel = input.float(0.55,"Candle Fibonacci Level", minval = 0, maxval = 1)
wickSize = input.float(7, "Wick Length", minval = 1... |
[-_-] Dictionary | https://www.tradingview.com/script/P67EBBPr-Dictionary/ | sabricat | https://www.tradingview.com/u/sabricat/ | 8 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © -_-
//@version=5
indicator("[-_-] Dictionary", overlay=true)
// Custom type that has two string arrays (one for storing keys, another for storing values)
type Dictionary
array<string> keys
array<... |
War Times | https://www.tradingview.com/script/UwQu3JvT-War-Times/ | trevor1617 | https://www.tradingview.com/u/trevor1617/ | 8 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © jdehorty
// @version=5
indicator('War Times', overlay=true, scale=scale.none, max_lines_count=500)
import trevor1617/WarCalendar/1 as calendar
// ==================
// ==== Settings ====
// ============... |
Time of Day - Volatility Report | https://www.tradingview.com/script/ddgvttDd-Time-of-Day-Volatility-Report/ | sbtnc | https://www.tradingview.com/u/sbtnc/ | 127 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © sbtnc
// Created: 2023-02-23
// Last modified: 2023-02-23
// Version 1.0
//@version=5
indicator("Time of Day - Volatility Report", format=format.percent)
//---------------------------------------------... |
EMA Power Ranking [wbburgin] | https://www.tradingview.com/script/X13Iue8a-EMA-Power-Ranking-wbburgin/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 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/
// © wbburgin
//@version=5
indicator("EMA Power Ranking [wbburgin]",overlay = true,max_bars_back=5000)
maLength = input.int(100,"MA LENGTH",group="Moving Averages")
format = input.string("Pure EMA",options=["... |
Return Abnormality Score [SpiritualHealer117] | https://www.tradingview.com/script/HCPEp4pn-Return-Abnormality-Score-SpiritualHealer117/ | spiritualhealer117 | https://www.tradingview.com/u/spiritualhealer117/ | 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/
// © spiritualhealer117
//@version=5
indicator("Return Abnormality Score [SpiritualHealer117]")
import spiritualhealer117/Statistical_Tool_Pack/3 as statistics
sr_len = input.int(14, "Short Run Length", group... |
[Uhokang] Bollinger Band BB EMA SMMA SMA Multy timeframe | https://www.tradingview.com/script/1eVeA6Lf-Uhokang-Bollinger-Band-BB-EMA-SMMA-SMA-Multy-timeframe/ | atomicbear96 | https://www.tradingview.com/u/atomicbear96/ | 72 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © atomicbear96
//@version=5
indicator("[Uhokang] Bollinger Band BB EMA SMMA SMA Multy timeframe", overlay = true)
// import Timeframes
import atomicbear96/MultyTimeframe/1 as MultyTimeframe
[big_interval,... |
Distance from the High/Low price | https://www.tradingview.com/script/fNoJM9lo/ | Seungdori_ | https://www.tradingview.com/u/Seungdori_/ | 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/
// © Seungdori_
//@version=5
indicator('Distance from the High/Low price', precision=3, overlay=false)
// Input//
length = input.int(defval = 400, title = 'Lengths', minval = 1, group = 'High/Low')
src = inpu... |
Cuck Wick | https://www.tradingview.com/script/Y7wktqTK-Cuck-Wick/ | Kila_Whale | https://www.tradingview.com/u/Kila_Whale/ | 453 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © KiLA-WHALE
// What's a cuck wick? It's that fast stophunting wick that cucks everyone by triggering their stoploss and liquidation.
// This indicator is dedicated to my friend Alexandru who saved me from ... |
Faytterro Market Structere | https://www.tradingview.com/script/RUNiTECF-Faytterro-Market-Structere/ | faytterro | https://www.tradingview.com/u/faytterro/ | 538 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © faytterro
//@version=5
indicator("Faytterro Market Structere", overlay = true, max_bars_back =2000)
max_bars_back(time, 2000)
n = input.int(10, "length", minval = 1)
g = input.int(0,"go to past",minval = ... |
Zazzamira 50-25-25 Trend System Alerts Only | https://www.tradingview.com/script/PrCnYJO2-Zazzamira-50-25-25-Trend-System-Alerts-Only/ | philipbianchi | https://www.tradingview.com/u/philipbianchi/ | 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/
// © Hiubris_Indicators
//@version=5
indicator(title = "Opening Range Levels Alerts Only", overlay = true)
// Open Session
tz0 = input.string('UTC-5', title="Timezone", inline='tz', group='Time-Range Settings... |
Super 6x: RSI, MACD, Stoch, Loxxer, CCI, & Velocity [Loxx] | https://www.tradingview.com/script/U30edqhu-Super-6x-RSI-MACD-Stoch-Loxxer-CCI-Velocity-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 592 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © loxx
//@version=5
indicator("Super 6x: RSI, MACD, Stoch, Loxxer, CCI, & Velocity [Loxx]",
shorttitle="S6XRMSDCV [Loxx]",
overlay = false)
greencolor = #2DD204
redcolor = #D2042D
_... |
Trampoline Dots | https://www.tradingview.com/script/w3ej2qYB-Trampoline-Dots/ | lnlcapital | https://www.tradingview.com/u/lnlcapital/ | 86 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
//
// @version=5
//
// Trampoline Dots (Price Divergence Dots)
//
// Trampoline Dots serve as a "quick bounce" tool. These little dots will trigger whenever the higher aggregation MACD is above / below zero and... |
PA-Adaptive T3 Loxxer [Loxx] | https://www.tradingview.com/script/zIIHaytd-PA-Adaptive-T3-Loxxer-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 212 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © loxx
//@version=5
indicator("PA-Adaptive T3 Loxxer [Loxx]",
shorttitle="PAAT3L [Loxx]",
overlay = false,
timeframe="",
timeframe_gaps = true)
import loxx/loxxexpande... |
Quick Shot[ChartPrime] | https://www.tradingview.com/script/IUSxvoWl-Quick-Shot-ChartPrime/ | ChartPrime | https://www.tradingview.com/u/ChartPrime/ | 267 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © ExoMaven
//@version=5
indicator(title = "Quick Shot[ChartPrime]", shorttitle = "Quick Shot [V1]", overlay = true)
//User Input
length = input.int(title = "Length", defval = 50, maxval = 100, minval = 10... |
Vector MACD | https://www.tradingview.com/script/UL8mHBNf-Vector-MACD/ | BobBasic | https://www.tradingview.com/u/BobBasic/ | 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/
// © BobBasic
//@version=5
indicator(title="Vector MACD", shorttitle="Vector MACD")
vp1 = input.int(89, "Vector Period 1")
vp2 = input.int(55, "Vector Period 2")
vp3 = input.int(34, "Vector Period 3")... |
Signals and pivot divergences | https://www.tradingview.com/script/d5z6zLpr-Signals-and-pivot-divergences/ | mickes | https://www.tradingview.com/u/mickes/ | 372 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © mickes
//@version=5
indicator("Signals and pivot divergences", overlay = true, max_labels_count = 500, max_lines_count = 500)
_pivotLengthLeft = input.int(8, "Pivot length left", group = "General")
_pivo... |
Open Interest with Heikin Ashi candles | https://www.tradingview.com/script/ZOd77kTZ-Open-Interest-with-Heikin-Ashi-candles/ | MyFire_Yiannis | https://www.tradingview.com/u/MyFire_Yiannis/ | 95 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © MyFire_Yiannis 2023
//
//@version=5
indicator(title = "Open Interest with Heikin Ashi", shorttitle = "OIHA v1.0", format = format.volume, overlay=false)
bool overwriteSymbolInput = input.bool(false, "Ove... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.