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 |
|---|---|---|---|---|---|---|---|---|
Buying/Selling Pressure Cycle (PreCy) | https://www.tradingview.com/script/T7zFa1gR-Buying-Selling-Pressure-Cycle-PreCy/ | ALifeToMake | https://www.tradingview.com/u/ALifeToMake/ | 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/
// © ALifeToMake
//@version=5
indicator(title="Buying/Selling Pressure Cycle (PreCy) V6.8", shorttitle="PreCy", overlay=false, precision=0)
// INPUTS ----------------------------------------------------... |
shadow bar | https://www.tradingview.com/script/UIaGPd8Y-shadow-bar/ | ceshead | https://www.tradingview.com/u/ceshead/ | 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/
// © ceshead
//This indicator shows a new candle bar formation looking back a period (n) of time.
//In this way the trader can see how the traditional bars are part of a larger formation that can show a trend ... |
RSI, SRSI, MACD and DMI cross - Open source code | https://www.tradingview.com/script/XvbAWq6O-RSI-SRSI-MACD-and-DMI-cross-Open-source-code/ | Trading_Paradise | https://www.tradingview.com/u/Trading_Paradise/ | 181 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © Trading_Paradise
//@version=5
indicator("RSI, SRSI, MACD and DMI cross", overlay=true)
// Input
rsiLength = input.int(title="RSI Length", defval=14, minva... |
High Volume Candles Detector - Open Source Code | https://www.tradingview.com/script/yetSDA8G-High-Volume-Candles-Detector-Open-Source-Code/ | Trading_Paradise | https://www.tradingview.com/u/Trading_Paradise/ | 218 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © Trading_Paradise
//@version=5
indicator(title="High Volume Candles", overlay = true)
// Previously existing inputs
lengthMA = input(20, group= "Define Volu... |
Variance Windows | https://www.tradingview.com/script/G6s6hEPJ-Variance-Windows/ | pkchari | https://www.tradingview.com/u/pkchari/ | 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/
// © pkchari
//@version=5
indicator("Variance windows", overlay=true)
span1 = input(20, title="ShortTerm Analysis span", tooltip="Period for short-term variance estimation")
span2 = input(50, title="LongTerm A... |
True Trend Oscillator [wbburgin] | https://www.tradingview.com/script/R3T9epUR-True-Trend-Oscillator-wbburgin/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 514 | study | 5 | MPL-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("True Trend Oscillator [wbburgin]",overlay=false)
import jdehorty/KernelFunctions/2 as k
threshold = input.int(20,"Range Threshold",minval=0,maxval=100,
tooltip="Stochast... |
MultiMoves | https://www.tradingview.com/script/EkAvmDXq-MultiMoves/ | s3raphic333 | https://www.tradingview.com/u/s3raphic333/ | 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/
// ©SignalFI
// Modified by ©s3raphic
//@version=5
indicator("MultiMoves", overlay=true, max_labels_count = 500, max_lines_count = 500, max_boxes_count = 500)
// MultiMoves Short{{
mm_gr_name = "MultiMoves... |
Strat Trail Stop by AlexsOptions | https://www.tradingview.com/script/HfAuYuG6-Strat-Trail-Stop-by-AlexsOptions/ | AlexsOptions | https://www.tradingview.com/u/AlexsOptions/ | 249 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AlexSopa
//@version=5
indicator("Strat Trail Stop by AlexsOptions","STS by A.O",overlay=true)
timeframe = input.timeframe('D',"Timeframe Input",tooltip = "This will allow you to trail based on whatever t... |
Vector2DrawTriangle | https://www.tradingview.com/script/IiclD701-Vector2DrawTriangle/ | RicardoSantos | https://www.tradingview.com/u/RicardoSantos/ | 17 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © RicardoSantos
//@version=5
// @description Functions to draw a triangle and manipulate its properties.
library(title='Vector2DrawTriangle')
// .
// references:
// https://docs.unity3d.com/ScriptRefe... |
MathComplexNumbers | https://www.tradingview.com/script/web2D0Tn-MathComplexNumbers/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
//@description A set of utility functions to handle complex numbers without arrays.
library("MathComplex")
//@function Complex type.
export type complex
float re
... |
CandleLib | https://www.tradingview.com/script/nWaH7l6z-candlelib/ | Hamster-Coder | https://www.tradingview.com/u/Hamster-Coder/ | 1 | 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/
// © Hamster-Coder
//@version=5
// @description TODO: add library description here
library("CandleLib", overlay = true)
export candle_body() =>
math.abs(open-close)
// @variable Size of the candle body... |
market sessions by sellstreet | https://www.tradingview.com/script/mqQDkZSx-market-sessions-by-sellstreet/ | sellstreet | https://www.tradingview.com/u/sellstreet/ | 131 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © sellstreet
//@version=5
indicator("market sessions by sellstreet", overlay=true, precision=0,
max_bars_back=1500, max_lines_count=500, max_labels_count=500, max_boxes_count=500)
// format=format.price... |
RSI MTF Dashboard | https://www.tradingview.com/script/prTz5JXo-RSI-MTF-Dashboard/ | cbryce23 | https://www.tradingview.com/u/cbryce23/ | 97 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © cbryce23
//@version=5
indicator(title="RSI MTF Dashboard", shorttitle = "RSI MTF Dashboard", overlay=true)
//========== Tickers
useT1 = input(true,"", inline = "1", group="Tickers")
t1 = input.sy... |
Mervaleta Breadth | https://www.tradingview.com/script/TDEOSuXl-Mervaleta-Breadth/ | FractalTrade15 | https://www.tradingview.com/u/FractalTrade15/ | 25 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © FractalTrade15
//@version=5
indicator("Amplitud MERVAL", overlay = false, format = format.percent)
//----------------------------------------------Funciones----------------------------------------------... |
luckynickva OHLC | https://www.tradingview.com/script/cGuHmaQB-luckynickva-OHLC/ | Nickafella | https://www.tradingview.com/u/Nickafella/ | 25 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Nickafella
//@version=5
//@version=5
indicator(title="luckynickva OHLC", overlay=true, max_lines_count=500)
Open = open... |
[MAD] Position starter & calculator | https://www.tradingview.com/script/qvCJKcW3-MAD-Position-starter-calculator/ | djmad | https://www.tradingview.com/u/djmad/ | 731 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © djmad
//@version=5
indicator(title='[MAD] Position starter & calculator', shorttitle='[MAD] Pos. S&C', overlay=true , max_boxes_count=500, max_lines_count=500, max_labels_count=500)
// load Stand... |
Advanced Trend Channel Detection (Log Scale) | https://www.tradingview.com/script/dGyhoTE5-Advanced-Trend-Channel-Detection-Log-Scale/ | Julien_Eche | https://www.tradingview.com/u/Julien_Eche/ | 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/
// © Julien_Eche
//@version=5
indicator("Advanced Trend Channel Detection (Log Scale)", shorttitle="ATCD Log Scale", overlay=true)
lengthInput1 = input.int(50, title="Length 1", minval = 1, maxval = 5000)
len... |
ICT Macros [LuxAlgo] | https://www.tradingview.com/script/aLTywnJ0-ICT-Macros-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 2,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('ICT Macros [LuxAlgo]', overlay = true, max_lines_count = 500, max_labels_count = 100)
//-------------------------------------... |
Pattern Forecast (Expo) | https://www.tradingview.com/script/YVjt2ruq-Pattern-Forecast-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 973 | 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("Pattern Forecast (Expo)",overlay=true,max_bars_back=5000,max_boxes_count=500,max_lines_count=500)
//~~~~~~~~~~~~~~~~~~~~~~~... |
Chickenz Compare performance of 2 Tickers (Default - BTC/LTC) | https://www.tradingview.com/script/gYImuE7r-Chickenz-Compare-performance-of-2-Tickers-Default-BTC-LTC/ | iancarmichael71 | https://www.tradingview.com/u/iancarmichael71/ | 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/
// © iancarmichael71
//@version=5
indicator("Chickenz BTC/LTC", overlay=false)
ticker1 = input.symbol("LTCUSDT")
LTC_close = request.security(ticker1,"",close)
LTC = request.security(syminfo.tic... |
Vector2DrawQuad | https://www.tradingview.com/script/aTm4QVKx-Vector2DrawQuad/ | RicardoSantos | https://www.tradingview.com/u/RicardoSantos/ | 14 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © RicardoSantos
//@version=5
// @description functions to handle vector2 Quad drawing operations.
library(title='Vector2DrawQuad')
// .
// references:
// https://docs.unity3d.com/ScriptReference/Vecto... |
Open Interest All Exchanges | https://www.tradingview.com/script/0jFP2swS-Open-Interest-All-Exchanges/ | JanLosev | https://www.tradingview.com/u/JanLosev/ | 161 | study | 5 | MPL-2.0 | // This high code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// ©JanLosev
// I am happy and make the people around me happier.
// With Love JanLosev.
// @version=5
indicator(title='Open Interest', shorttitle='OI', overlay=false, precision=0)
OPEN_BITFINEX = re... |
Absolute Momentum Intensity | https://www.tradingview.com/script/WJXmIX3B-Absolute-Momentum-Intensity/ | ALifeToMake | https://www.tradingview.com/u/ALifeToMake/ | 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/
// © ALifeToMake
//@version=5
indicator(title="Absolute Momentum Intensity V1.2", shorttitle="AMI", overlay=false)
// AMI --------------------------------------------------------------------------------------... |
PSESS1 - Learn PineScript Inputs | https://www.tradingview.com/script/mEPAmXNT-PSESS1-Learn-PineScript-Inputs/ | Mahdi_Fatemi1998 | https://www.tradingview.com/u/Mahdi_Fatemi1998/ | 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/
// © Mahdi_Fatemi1998
//@version=5
indicator(title='Learn PineScript Inputs', overlay=true)
//some parameters of the indicator() function, when used, will populate the script’s “Inputs” tab with a field. ... |
Adjusted OBV | https://www.tradingview.com/script/3VHYsAyD-Adjusted-OBV/ | a_lost_hero | https://www.tradingview.com/u/a_lost_hero/ | 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/
// © a_lost_hero
//@version=5
indicator("Adjusted OBV")
totalwidth = nz((high - low),0)
topwickwidth = if close >= open
high - close
else
high - open
bottomwickwidth = if close >= open
open - lo... |
Tick Profile Heatmap | https://www.tradingview.com/script/UsTY4NAD-Tick-Profile-Heatmap/ | syntaxgeek | https://www.tradingview.com/u/syntaxgeek/ | 46 | 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/
// Copyright syntaxgeek, coleJustice, LuxAlgo (https://www.tradingview.com/script/5MggSfGG-Volume-Profile-LUX/)
// A use of the volume profile based on code... |
PM RTH AH VWAPs [vnhilton] | https://www.tradingview.com/script/oJycKjll-PM-RTH-AH-VWAPs-vnhilton/ | vnhilton | https://www.tradingview.com/u/vnhilton/ | 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/
// © vnhilton
//@version=5
indicator("PM RTH AH VWAPs [vnhilton]", "PM RTH AH VWAPs", true)
//Parameters
src = input(hlc3, "Source For VWAP")
//PM VWAP
vwap = ta.vwap(src, timeframe.change("... |
ATR Candles | https://www.tradingview.com/script/X6m8ySec-ATR-Candles/ | Amphibiantrading | https://www.tradingview.com/u/Amphibiantrading/ | 198 | study | 5 | MPL-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("ATR/ADR Candles", overlay = true)
//inputs
var g1 = 'ATR/ADR Settings'
adrOrAtr = input.string('ATR', 'ATR or ADR', options = ['ATR', 'ADR'])
atrLenLong ... |
SPX ES Spread | https://www.tradingview.com/script/6wR9Dmnm-SPX-ES-Spread/ | mrmccraig | https://www.tradingview.com/u/mrmccraig/ | 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/
// © mrmccraig
//@version=5
indicator("SPX ES Spread", overlay=true)
ESticker = input.string("ES1!", "ES Symbol")
SPXticker = input.string("SPX", "SPX Symbol")
theSource = input.source(close, "Source")
calcMe... |
Price Action Color Forecast (Expo) | https://www.tradingview.com/script/rrT9dacO-Price-Action-Color-Forecast-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 1,355 | 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("Price Action Color Forecast (Expo)",overlay=true,max_boxes_count=5000,max_lines_count=500)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... |
PineTradingbotWebhook | https://www.tradingview.com/script/xOO4qW1P-PineTradingbotWebhook/ | AlphaCentauri66367 | https://www.tradingview.com/u/AlphaCentauri66367/ | 7 | library | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AlphaCentauri66367
//
// Credits:
// JSON functions taken from © beskrovnykh: https://www.tradingview.com/script/HFGmR9ST-market-monitor/
//@version=5
// @description Provides Webhook JSON strings for Tb... |
Seasonality [TFO] | https://www.tradingview.com/script/wiXmhDwT-Seasonality-TFO/ | tradeforopp | https://www.tradingview.com/u/tradeforopp/ | 1,415 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © tradeforopp
//@version=5
indicator("Seasonality [TFO]", "Seasonality v1.0 [TFO]", false, max_lines_count = 500, max_boxes_count = 500, max_labels_count = 500)
// -------------------- Inputs ------------... |
Segment2 | https://www.tradingview.com/script/GxI7sD1z-Segment2/ | RicardoSantos | https://www.tradingview.com/u/RicardoSantos/ | 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/
// © RicardoSantos
//@version=5
// @description Structure representation of a directed straight line in two dimensions from origin to target vectors.
// .
// reference:
// https://graphics.stanford.edu/cours... |
BankNifty targets using VIX Version 2 | https://www.tradingview.com/script/RQF0tlIX-BankNifty-targets-using-VIX-Version-2/ | nanujogi | https://www.tradingview.com/u/nanujogi/ | 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/
// © nanujogi.
// Credit: cusomFonts thanks flies to kaigouthro.
// https://www.tradingview.com/script/vmuJYczR-font/
//@version=5
MAXLABELS = 125
indicator("BankNifty targets using VIX Version 2", shorttit... |
Dominant Period-Based Moving Average (DPBMA) | https://www.tradingview.com/script/zHYDgMzv-Dominant-Period-Based-Moving-Average-DPBMA/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 50 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("My script", overlay = true)
import lastguru/DominantCycle/2 as d
ema(float source = close, float length = 9)=>
alpha = 2 / (length + 1)
var float smoot... |
Simple Moving Average Extrapolation via Monte Carlo (SMAE) | https://www.tradingview.com/script/SC3d1cEZ-Simple-Moving-Average-Extrapolation-via-Monte-Carlo-SMAE/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 49 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("SMAE", overlay = true, max_lines_count = 500)
logReturn(a, b)=>
math.log(a / b) * 100
addLogReturn(number, logReturn) =>
result = number * math.exp(log... |
ICT Sessions | https://www.tradingview.com/script/v3VnC8yZ-ICT-Sessions/ | Remote-Trading | https://www.tradingview.com/u/Remote-Trading/ | 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/
// © Tatewaki97
//@version=5
indicator("ICT Sessions")
override_offset = input.bool(false, title="Override defaul offset", inline = "utc_offset")
utc_offset_input = input.int(-6, title="Offset of UTC ... |
[TT] Sectors Dist % From MA | https://www.tradingview.com/script/zmrAwEtb-TT-Sectors-Dist-From-MA/ | tradersTerminal | https://www.tradingview.com/u/tradersTerminal/ | 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/
// © tradersTerminal
//@version=5
//study("Percentage Distance From Moving Average")
indicator("[TT] Sectors Dist % From MA")
MA_Period = input(200)
//list of all sectors
sector1 = input("XLC")
sector2 = in... |
Volatility patterns / quantifytools | https://www.tradingview.com/script/HjIKKzVd-Volatility-patterns-quantifytools/ | quantifytools | https://www.tradingview.com/u/quantifytools/ | 339 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © quantifytools
//@version=5
indicator("Volatility patterns", overlay=true, max_boxes_count = 500, max_lines_count = 500)
// Inputs
//Range inputs
groupRangeSettings = "Range pattern settings"... |
Deming Linear Regression [wbburgin] | https://www.tradingview.com/script/bp4TcdDe-Deming-Linear-Regression-wbburgin/ | wbburgin | https://www.tradingview.com/u/wbburgin/ | 78 | study | 5 | MPL-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("Deming Linear Regression [wbburgin]", overlay=true)
//Deming regression is a type of linear regression used to model the relationship between two variables when there i... |
RGB Color Codes Chart | https://www.tradingview.com/script/GjhWmxLy-RGB-Color-Codes-Chart/ | RozaniGhani-RG | https://www.tradingview.com/u/RozaniGhani-RG/ | 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/
// © RozaniGhani-RG
//@version=5
indicator('RGB Color Codes Chart', 'RCCC', true)
// 0. Inputs
// 1. Types
// 2. Custom Functions
// 3. Arrays and Variables
// 4. Constructs
//#region ———————————————————— 0.... |
Line Colorizer - Durbtrade | https://www.tradingview.com/script/aTZiV0V7-Line-Colorizer-Durbtrade/ | Durbtrade | https://www.tradingview.com/u/Durbtrade/ | 19 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © Durbtrade
//@version=5
// Durbtrade - Line Colorizer
indicator(title="Line Colorizer - Durbtrade", shorttitle="Line Colorizer - Durbtrade", timeframe="", overlay = true, timeframe_gaps=true, explicit_plo... |
Monte Carlo Price Probabilities | https://www.tradingview.com/script/HLpRcHqT-Monte-Carlo-Price-Probabilities/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Monte Carlo", max_lines_count = 500, overlay = true, max_bars_back = 500)
arb_price = input.price(0, "Price", confirm = true)
sims = input.int(5, "Number of Si... |
FVG Sessions [LuxAlgo] | https://www.tradingview.com/script/5ERKwGoq-FVG-Sessions-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 2,663 | 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("FVG Sessions [LuxAlgo]", overlay = true, max_lines_count = 500, max_boxes_count = 500)
//------------------------------------... |
Trend Angle | https://www.tradingview.com/script/XtMt3LBp-Trend-Angle/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 91 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Trend Angle")
length = input.int(8, "Length", 1)
scale = input.int(2, "Scale", 1)
smooth = input.float(2, "Smooting", 1)
factor = input.float(1, "Smoothing Fa... |
Fetch ATR + MA Strategy | https://www.tradingview.com/script/bka1NUXf-Fetch-ATR-MA-Strategy/ | FetchTeam | https://www.tradingview.com/u/FetchTeam/ | 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/
// © FetchTeam
//@version=5
indicator("Fetch ATR + MA Strategy", overlay=true)
ATR_COLOR = input.color(color.red, "ATR COLOR")
MA_COLOR = input.color(color.new(... |
SuperBollingerTrend (Expo) | https://www.tradingview.com/script/AjWfiZpw-SuperBollingerTrend-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 4,967 | 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("SuperBollingerTrend (Expo)","",true,max_labels_count = 500)
//~~ Inputs {
int prd = input.int(12,"Period",minval=1... |
libhs.log.DEMO | https://www.tradingview.com/script/wITCQP6R-libhs-log-DEMO/ | GETpacman | https://www.tradingview.com/u/GETpacman/ | 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/
// © GETpacman
//@version=5
indicator("libhs.logger.DEMO", overlay=true)
plot(na)
import GETpacman/logger/3 as logger
import GETpacman/libhs_td4/3 as td4
import GETpacman/libhs_td5/3 as td5
color c_cream ... |
Trend Angle Candle Color | https://www.tradingview.com/script/Gl4Jco0X-Trend-Angle-Candle-Color/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 49 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Trend Angle Candle Color", overlay = true)
grad(src)=>
color out = switch 100 - int(src)
0 => color.new(#1500FF , 0)
1 => color.new(#1709F... |
T3 Oscillator | https://www.tradingview.com/script/L4wzVG0t-T3-Oscillator/ | Daniel_Ge | https://www.tradingview.com/u/Daniel_Ge/ | 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/
// © Daniel_Ge
//@version=5
indicator("T3 Oscillator", "T3O", overlay = false, timeframe = "")
// Input
src = input(close, "Source")
t3_length = input.int(50, "Length")
smooth_length = input.int(3, "Smoothing... |
ICT Session Opening FVG / Silver Bullet [MK] | https://www.tradingview.com/script/WOFcFdAY-ICT-Session-Opening-FVG-Silver-Bullet-MK/ | malk1903 | https://www.tradingview.com/u/malk1903/ | 888 | 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/
// © malk1903
//@version=5
indicator("Session Opening FVG / Silver Bullet [MK]", shorttitle="Opening FVG/Silver Bullet [MK]",overlay = true, max_lines_count = 500,... |
[5-2-2023] MNQ CALC | https://www.tradingview.com/script/wGnCmwNU-5-2-2023-MNQ-CALC/ | Perry_Trades | https://www.tradingview.com/u/Perry_Trades/ | 4 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © perrysrich
//@version=5
indicator("MNQ Calc", overlay=true)
risking = input.int(title="Dollar Risk", defval = 100, minval = 100)
location_table(type) =>
switch type
"Top Right" => position.t... |
Top12/Bottom88 Weighted Ratio | https://www.tradingview.com/script/42uBbSOj-Top12-Bottom88-Weighted-Ratio/ | MarlosClock | https://www.tradingview.com/u/MarlosClock/ | 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/
// © MarlosClock
// first pine script, Top 12 QQQ Tick
//@version=5
indicator('Top12/Bottom88 Weighted Ratio ', shorttitle='Top12/Bot88', overlay=false)
FBclose = request.security('FB', '60', close[0])
AAPL... |
Financial Radar Chart by zdmre | https://www.tradingview.com/script/8dGBPyTy-Financial-Radar-Chart-by-zdmre/ | zdmre | https://www.tradingview.com/u/zdmre/ | 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/
// © zdmre
//@version=5
indicator('Financial Radar Chart by zdmre', overlay=false, max_lines_count=500, max_labels_count=500)
//inputs
period = input.string('FY', 'Period', options=['FQ', 'FY'], tooltip='FQ: Q... |
No Code Signals | https://www.tradingview.com/script/LdeAtyjj-No-Code-Signals/ | SamRecio | https://www.tradingview.com/u/SamRecio/ | 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/
// © SamRecio
//@version=5
indicator("No Code Signals",shorttitle = "[NCS]", overlay = true, max_bars_back = 5000, max_labels_count = 500)
src1 = input.source(open, title = "Indicator 1", group = "🔷 🔹 IMPO... |
Active Addresses | https://www.tradingview.com/script/mk1DWVtd-Active-Addresses/ | VanHe1sing | https://www.tradingview.com/u/VanHe1sing/ | 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/
// © VanHelsing666
//@version=5
indicator("Active Addresses", shorttitle = "AASI")
active_adds = request.security("BTC_ACTIVEADDRESSES", "", close)
changes_price = (close - close[28])/close
changes_adres = (... |
ADR/AWR/AMR Average Daily+Weekly+Monthly Range[Traders Reality] | https://www.tradingview.com/script/LMuUYB0P-ADR-AWR-AMR-Average-Daily-Weekly-Monthly-Range-Traders-Reality/ | SmartMoneyConceptsOnYouTube | https://www.tradingview.com/u/SmartMoneyConceptsOnYouTube/ | 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/
// Created by infernix, peshocore and xtech5192 - stripped down to ADR/AWR/AMR by divinasion
// Please note while the code is open source and you are free to use it however you like - the 'Traders Reality' na... |
RSI Exponential Smoothing (Expo) | https://www.tradingview.com/script/OhFeqKQX-RSI-Exponential-Smoothing-Expo/ | Zeiierman | https://www.tradingview.com/u/Zeiierman/ | 1,141 | 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("RSI Exponential Smoothing (Expo)", overlay=true)
// ~~ Inputs {
rsiperiod = input.int(14,minval=2, title="RSI Period", inl... |
Bullish Pennant Patterns [theEccentricTrader] | https://www.tradingview.com/script/6bIHOBHs-Bullish-Pennant-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bullish Pennant Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 350)
//////////// shsl ////////////
shPrice = clo... |
Bullish Alternate Flag Patterns [theEccentricTrader] | https://www.tradingview.com/script/ZzQckj47-Bullish-Alternate-Flag-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bullish Alternate Flag Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPric... |
Bearish Alternate Flag Patterns [theEccentricTrader] | https://www.tradingview.com/script/KnfqwsYn-Bearish-Alternate-Flag-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bearish Alternate Flag Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 250)
//////////// shsl ////////////
shPric... |
Bearish Pennant Patterns [theEccentricTrader] | https://www.tradingview.com/script/5pJohzGI-Bearish-Pennant-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bearish Pennant Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 350)
//////////// shsl ////////////
shPrice = clo... |
Double Bottom Patterns [theEccentricTrader] | https://www.tradingview.com/script/orqK2H0P-Double-Bottom-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 74 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Double Bottom Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 63)
//////////// shsl ////////////
shPrice = close[... |
Triple Bottom Patterns [theEccentricTrader] | https://www.tradingview.com/script/c5ZLhANT-Triple-Bottom-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Triple Bottom Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 50)
//////////// shsl ////////////
shPrice = close[... |
Triple Top Patterns [theEccentricTrader] | https://www.tradingview.com/script/hENKHARI-Triple-Top-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 71 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Triple Top Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 50)
//////////// shsl ////////////
shPrice = close[1] ... |
Double Top Patterns [theEccentricTrader] | https://www.tradingview.com/script/2mGWaEbt-Double-Top-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 67 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Double Top Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 63)
//////////// shsl ////////////
shPrice = close[1] ... |
Price Extrapolator with Std Deviation | https://www.tradingview.com/script/P29PE06W-Price-Extrapolator-with-Std-Deviation/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator('Price Extrapolator with Log Normal Deviation', shorttitle='PE', overlay=true)
// Input for the length of historical data to calculate the average log return
le... |
Donchian Channel Oscillator (DonOsc) | https://www.tradingview.com/script/WpcI9O22-Donchian-Channel-Oscillator-DonOsc/ | eykpunter | https://www.tradingview.com/u/eykpunter/ | 78 | study | 5 | MPL-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(title="Donchian Channel Oscillator", shorttitle = "DonOsc", overlay=false)
//inputs
pertttext="Script uses timeframe to set lookback - month and week: 14, day: 21, 4hour a... |
Recessions & crises shading (custom dates & stats) | https://www.tradingview.com/script/ueWc5CGd-Recessions-crises-shading-custom-dates-stats/ | haribotagada | https://www.tradingview.com/u/haribotagada/ | 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/
// © haribotagada
//@version=5
indicator(title = 'Recessions & crises shading', shorttitle='Recessions', overlay=true)
// https://en.wikipedia.org/wiki/List_of_recessions_in_the_United_States
// https://www.n... |
Volume Profile Matrix [LuxAlgo] | https://www.tradingview.com/script/y4plLaDG-Volume-Profile-Matrix-LuxAlgo/ | LuxAlgo | https://www.tradingview.com/u/LuxAlgo/ | 1,754 | study | 5 | CC-BY-NC-SA-4.0 | // This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/
// © LuxAlgo
//@version=5
indicator("Volume Profile Matrix [LuxAlgo]", overlay = true, max_boxes_count = 500, max_lines_count = 500)
//---------------------------... |
Turtle trading | https://www.tradingview.com/script/K20CzeJ4-Turtle-trading/ | danilogalisteu | https://www.tradingview.com/u/danilogalisteu/ | 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/
// © danilogalisteu
//@version=5
indicator("Turtle", overlay=true)
entry_period = input.int(20, "Entry period", minval=2)
exit_period = input.int(10, "Exit period", minval=1)
show_trades = input.bool(false, ... |
Relative Volume | https://www.tradingview.com/script/H7suYM5K-Relative-Volume/ | starstudded | https://www.tradingview.com/u/starstudded/ | 133 | 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/
// © starstudded
//@version=4
study("Relative Volume", shorttitle="RVOL", format=format.volume)
lsmalength = input(50, "LSMA Length", group="General Settings")
std = 21
ma2 = linreg(volume, lsmalength, 0)
st... |
Chebyshev type I and II Filter | https://www.tradingview.com/script/wn1YfGVm-Chebyshev-type-I-and-II-Filter/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Chebyshev type I and II", "CHBV", true)
// Custom cosh function
cosh(float x) =>
(math.exp(x) + math.exp(-x)) / 2
// Custom acosh function
acosh(float x) ... |
Stochastic Chebyshev Smoothed With Zero Lag Smoothing | https://www.tradingview.com/script/Mk1iVaf2-Stochastic-Chebyshev-Smoothed-With-Zero-Lag-Smoothing/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 67 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Stochastic Chebyshev Smoothed With 0 Lag Smoothing", "CSTOCH")
// Custom cosh function
cosh(float x) =>
(math.exp(x) + math.exp(-x)) / 2
// Custom acosh fu... |
Multi Time Frame Normalized Price | https://www.tradingview.com/script/jirgeUd6-Multi-Time-Frame-Normalized-Price/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Multi Time Frame Normalized Price", "MTFNP", false, max_lines_count = 500)
import peacefulLizard50262/Spider_Plot/2 as s
length = input.int(20, "STDEV LENGTH"... |
SuperTrend with Chebyshev Filter | https://www.tradingview.com/script/nsjNg8mF-SuperTrend-with-Chebyshev-Filter/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 226 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Chebyshev Trend", overlay = true, max_labels_count = 500)
// Custom cosh function
cosh(float x) =>
(math.exp(x) + math.exp(-x)) / 2
// Custom acosh functio... |
MACD Chebyshev (CMACD) | https://www.tradingview.com/script/QLFPDWZg-MACD-Chebyshev-CMACD/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("MACD Chebyshev (CMACD)", "CMACD", false)
import lastguru/DominantCycle/2 as d
j(source, delay)=>
3 * source-2 * delay
diff(src, N) =>
switch N
... |
4 Pole Butterworth | https://www.tradingview.com/script/5Y3LACs1-4-Pole-Butterworth/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("4 Pole Butterworth", "4PB", true)
fourpolebutter(float src, int len) =>
a1 = 0.
b1 = 0.
c1 = 0.
coef1 = 0.
coef2 = 0.
coef... |
Tape (Time and Sales) | https://www.tradingview.com/script/vIDMwYuU-Tape-Time-and-Sales/ | liquid-trader | https://www.tradingview.com/u/liquid-trader/ | 495 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © liquid-trader
// This indicator is a synthesized "Tape" (aka. Time and Sales) from real time market data.
// It's specifically designed to be performant, expediting trading insights and decisions.
// More... |
Conceptive Price Moving Average [CSM] | https://www.tradingview.com/script/YUsTSSsF-Conceptive-Price-Moving-Average-CSM/ | chhagansinghmeena | https://www.tradingview.com/u/chhagansinghmeena/ | 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/
// © chhagansinghmeena
//@version=5
indicator("Conceptive Price Moving Average [CSM]", shorttitle = "CPMA by CSM", overlay=true)
// Define the length of the moving average
source = input.source(title = "CMA S... |
Bullish Flag Patterns [theEccentricTrader] | https://www.tradingview.com/script/XL02MdYv-Bullish-Flag-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 47 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © theEccentricTrader
//@version=5
indicator('Bullish Flag Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 350)
//////////// shsl ////////////
shPrice = close[... |
Radar Rider | https://www.tradingview.com/script/GB8fMpfQ-Radar-Rider/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Radar Rider", max_lines_count = 500)
import peacefulLizard50262/Spider_Plot/1 as s
normalize(close, len) =>
(close - ta.lowest(close, len))/(ta.highest(clo... |
Trend Reversal Probability Calculator | https://www.tradingview.com/script/dwzOuO3c-Trend-Reversal-Probability-Calculator/ | cyatophilum | https://www.tradingview.com/u/cyatophilum/ | 734 | study | 5 | MPL-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("Trend Reversal Probability Calculator",overlay=true)
// Inputs {
theme = input.string('Light','Color Theme',options=['Dark','Light'])
groupEMA = 'Moving Averages'
leng... |
Forex Radar | https://www.tradingview.com/script/apQu9bpB-Forex-Radar/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Forex Radar", "FR", false, max_lines_count = 500, max_labels_count = 500)
import peacefulLizard50262/Spider_Plot/1 as s
normalize(close, len) =>
(close - ta... |
Goertzel Cycle Composite Wave [Loxx] | https://www.tradingview.com/script/wZwWxSpI-Goertzel-Cycle-Composite-Wave-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 157 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © loxx
//@version=5
indicator("Goertzel Cycle Composite Wave [Loxx]", overlay = false, max_lines_count = 500)
color greencolor = #2DD204
color redcolor = #D2042D
string hpsmth = "Hodrick-Prescott Filter ... |
Probability Envelopes (PBE) | https://www.tradingview.com/script/7zhoyAJQ-Probability-Envelopes-PBE/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 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/
// © peacefulLizard50262
//@version=5
indicator("Probability Envelopes", "PBE", precision = 3, overlay = true, max_bars_back = 100)
useLogReturns = input(false, title="Use Log Returns")
multiplier = input.flo... |
AI-Bank-Nifty Tech Analysis | https://www.tradingview.com/script/j8dRWBK7-AI-Bank-Nifty-Tech-Analysis/ | chhagansinghmeena | https://www.tradingview.com/u/chhagansinghmeena/ | 503 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © chhagansinghmeena
//@version=5
indicator("AI-Bank-Nifty Tech Analysis [CSM]", shorttitle = "CSM BankNifty & Nifty", overlay = true)
import chhagansinghmeena/BankNifty_CSM/16 as CSM
optionScript = input.s... |
FRAMA and Candlestick Patterns [CSM] | https://www.tradingview.com/script/2sqUa8Z3-FRAMA-and-Candlestick-Patterns-CSM/ | chhagansinghmeena | https://www.tradingview.com/u/chhagansinghmeena/ | 151 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © chhagansinghmeena
//@version=5
indicator('FRAMA and Candlestick Patterns [CSM]', shorttitle='CSM FRAMA', overlay=true)
import chhagansinghmeena/BankNifty_CSM/2 as CM
// Input parameters
src = input.source... |
Endpointed SSA of Price [Loxx] | https://www.tradingview.com/script/VPAKmSkt-Endpointed-SSA-of-Price-Loxx/ | loxx | https://www.tradingview.com/u/loxx/ | 432 | study | 5 | MPL-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("Endpointed SSA of Price [Loxx]", overlay = true)
color greencolor = #2DD204
color redcolor = #D2042D
int Maxncomp = 25
int MaxLag = 200
int MaxArrayLength = 1000
// Calcul... |
Divergences in 52 Week Moving Averages, Adjusted and Smoothed | https://www.tradingview.com/script/tDteM2Iq-Divergences-in-52-Week-Moving-Averages-Adjusted-and-Smoothed/ | blueberryjones | https://www.tradingview.com/u/blueberryjones/ | 49 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © blueberryjones
//@version=5
indicator("Divergences in 52 Week Moving Averages, Adjusted and Smoothed", timeframe='D', overlay=true)
//Allow user to adjust EMA, 3 is standard.
emaLength = input.int(3, tit... |
Sebastine Trend Catcher | https://www.tradingview.com/script/ipM8iQXh-Sebastine-Trend-Catcher/ | sebastinecc | https://www.tradingview.com/u/sebastinecc/ | 122 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © sebastinecc
//@version=5
indicator("Sebastine Trend Catcher")
len=input(5)
o=ta.ema(open,len)
c=ta.ema(close,len)
h=ta.ema(high,len)
l=ta.ema(low,len)
haclose = (o+h+l+c)/4
haopen = o // initia... |
200 Week Moving Average Heatmap | https://www.tradingview.com/script/SzcosnpJ-200-Week-Moving-Average-Heatmap/ | VanHe1sing | https://www.tradingview.com/u/VanHe1sing/ | 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/
// © VanHelsing666
//@version=5
indicator("200 Week Moving Average Heatmap", overlay = true)
sma = ta.sma(close, 1400) //200 Week Moving Average
sma_4w = sma[4*7] // 4 week ago Moving Average
delta_perc =... |
Simple Moving Average Slope [AstrideUnicorn] | https://www.tradingview.com/script/CMitPGXF-Simple-Moving-Average-Slope-AstrideUnicorn/ | AstrideUnicorn | https://www.tradingview.com/u/AstrideUnicorn/ | 281 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © AstrideUnicorn
//@version=5
indicator("Simple Moving Average Slope [AstrideUnicorn]", shorttitle = "SMAS [AstrideUnicorn]", overlay = false)
// Inputs
window = input(20, "Window")
threshold = inp... |
Bearish Flag Patterns [theEccentricTrader] | https://www.tradingview.com/script/PcwsfiUX-Bearish-Flag-Patterns-theEccentricTrader/ | theEccentricTrader | https://www.tradingview.com/u/theEccentricTrader/ | 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/
// © theEccentricTrader
//@version=5
indicator('Bearish Flag Patterns [theEccentricTrader]', overlay = true, max_lines_count = 500, max_labels_count = 350)
//////////// shsl ////////////
shPrice = close[... |
Trading Zones based on RS / Volume / Pullback | https://www.tradingview.com/script/iddLXlFM-Trading-Zones-based-on-RS-Volume-Pullback/ | InvestIn10 | https://www.tradingview.com/u/InvestIn10/ | 99 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © InvestIn10
//@version=5
indicator("Trading Zones based on RS / Volume / Pullback", shorttitle = "Trading Zones from: RS / Volume / Pullback", overlay = true)
// Default color constants using tranparency ... |
Price Level Stats (PLS) | https://www.tradingview.com/script/4pJi8NfK-Price-Level-Stats-PLS/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 37 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("Price Level Stats", "PLS", precision = 3, overlay = true)
import RicardoSantos/MathSpecialFunctionsGamma/1
// Types
type vec2
float x
float y
// Help... |
Expected Volatility | https://www.tradingview.com/script/dsXscaGY-Expected-Volatility/ | ShadowOfCrimson | https://www.tradingview.com/u/ShadowOfCrimson/ | 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/
// © ShadowOfCrimson
//Notes: request.security can only be called 40 times in one script, use it more sparingly to allow the script to draw
//more boxes back for backtesting... there should be a more effective... |
Volume Divergence Indicator | https://www.tradingview.com/script/nxR6JqcL-Volume-Divergence-Indicator/ | cyatophilum | https://www.tradingview.com/u/cyatophilum/ | 765 | study | 5 | MPL-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("Volume Divergence Indicator",overlay= true)
// Inputs {
displayMode = input.string('Overlay', 'Choose overlay mode',options=['Overlay','Non Overlay'])
overlay = displa... |
Volume Weighted Pivot Point Moving Averages VPPMA | https://www.tradingview.com/script/xEta7cB9-Volume-Weighted-Pivot-Point-Moving-Averages-VPPMA/ | peacefulLizard50262 | https://www.tradingview.com/u/peacefulLizard50262/ | 37 | study | 5 | MPL-2.0 | // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © peacefulLizard50262
//@version=5
indicator("PPMA", overlay = true)
timeframe = input.timeframe(defval = '240')
leftBars = input.int(defval = 2, title = "Left Bars", minval = 1)
rightBars = input.int(de... |
Stophunt Wick | https://www.tradingview.com/script/KPTUDGYk-Stophunt-Wick/ | KiLA-WHALE | https://www.tradingview.com/u/KiLA-WHALE/ | 143 | study | 5 | MPL-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 Stophunt Wick? It's that fast stophunting wick that cucks everyone by triggering their stoploss.
// This indicator is dedicated to my friend Alexandru who saved me from getting l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.