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
X
https://www.tradingview.com/script/SpLFamSD-X/
fikira
https://www.tradingview.com/u/fikira/
25
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/ // © fikira //@version=5 // @description a collection of 'special' methods/functions ('special' at the time of conception) // Initial functions includes: // • count of a given number in a given array // • arra...
TableUtils
https://www.tradingview.com/script/i1uOvZ27-TableUtils/
pmarino84
https://www.tradingview.com/u/pmarino84/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © pmarino84 //@version=5 // @description TODO: add library description here library("TableUtils", true) const string TABLE_POSITION_TOP_LEFT = "Top left" const string TABLE_POSITION_TOP_RIGHT = "To...
[Library] VAcc
https://www.tradingview.com/script/RpRjfuvX-Library-VAcc/
algotraderdev
https://www.tradingview.com/u/algotraderdev/
5
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/ // © algotraderdev & Scott Cong // Based on "Stocks & Commodities V. 41:09 (8–15): VAcc: A Momentum Indicator Based On Velocity And Acceleration by Scott Cong, PhD" //@version=5 library('vacc') // @function C...
MyVolatilityBandss
https://www.tradingview.com/script/YQjJuMNE-MyVolatilityBandss/
cryptorepos
https://www.tradingview.com/u/cryptorepos/
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/ // © ClassicScott //@version=5 // @description Just a lil' library of volatility bands that I use in some scripts library("MyVolatilityBandss") // @function Bollinger Bands // @param src float // @param lkb...
Table
https://www.tradingview.com/script/GWvI1cvC-Table/
jmosullivan
https://www.tradingview.com/u/jmosullivan/
5
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/ // © jmosullivan //@version=5 // @description This library provides an easy way to convert arrays and matrixes of data into tables. There are // a few different implementations of each function so you can ge...
Price - TP/SL
https://www.tradingview.com/script/BLqukQSJ-Price-TP-SL/
DinGrogu
https://www.tradingview.com/u/DinGrogu/
4
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © DinGrogu //@version=5 library('price') // ############################################################ // # FUNCTIONS // ############################################################ // Get the limit or...
ETFFinderLib
https://www.tradingview.com/script/dsZIQ4MM-ETFFinderLib/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ //Made for: // ...
Polyline Plus
https://www.tradingview.com/script/whitXdWw-Polyline-Plus/
algotraderdev
https://www.tradingview.com/u/algotraderdev/
8
library
5
MPL-2.0
// @license This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // @author algotraderdev // @description This library introduces the `PolylinePlus` type, which is an enhanced version of the built-in PineScript // `polyline`. It enable two features that are absent f...
Fear & Greed Index (Zeiierman)
https://www.tradingview.com/script/qC7RI6cj-Fear-Greed-Index-Zeiierman/
Zeiierman
https://www.tradingview.com/u/Zeiierman/
462
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("Fear & Greed Index (Zeiierman)",max_bars_back = 500,max_lines_count = 500,precision = 1) //~~} // ~~ Vars { b = b...
PineUnit
https://www.tradingview.com/script/HIQiZXdL/
Guardian667
https://www.tradingview.com/u/Guardian667/
5
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/ // © Guardian667 //@version=5 // @description A comprehensive testing framework for Pine Script on TradingView. Built with well-known testing paradigms like Assertions, Units and Suites. It offers the ability...
Sentiment Range MA [ChartPrime]
https://www.tradingview.com/script/LVsNPKBe-Sentiment-Range-MA-ChartPrime/
ChartPrime
https://www.tradingview.com/u/ChartPrime/
496
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ChartPrime //@version=5 indicator("Sentiment Range MA [ChartPrime]", overlay = true, timeframe = "", timeframe_gaps = false) simple_filter(float source, int length, bool duel_filter)=> switch duel_fi...
Trend Lines [LuxAlgo]
https://www.tradingview.com/script/vE8YNVgM-Trend-Lines-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,767
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("Trend Lines [LuxAlgo]", shorttitle= "LuxAlgo - Trend Lines", max_lines_count = 500, max_labels_count = 500, overlay = true) ...
AGbayLIB
https://www.tradingview.com/script/O81IBvZF-AGbayLIB/
agbay
https://www.tradingview.com/u/agbay/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © agbay //@version=5 // @description Changes the timeframe period to the given period and returns the data matrix[cyear, cmonth, cday, chour, cminute_, csecond, cfulltime, copen, cclose, chigh, clow, cvolu...
WIPFunctionLyaponov
https://www.tradingview.com/script/QxBg9q9S-WIPFunctionLyaponov/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
16
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © RicardoSantos //@version=5 // checkpoint // 100 matrix version // 126 map version //@description Lyapunov exponents are mathematical measures used to describe the behavior of a system over // time. The...
Contrast Color Library
https://www.tradingview.com/script/cvUcp6x0-Contrast-Color-Library/
algotraderdev
https://www.tradingview.com/u/algotraderdev/
12
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © algotraderdev // @version=5 // @description This lightweight library provides a utility method that analyzes any provided background color and // automatically chooses the optimal black or white foregrou...
Ephemeris
https://www.tradingview.com/script/nB6jxuPn-Ephemeris/
BullRider802
https://www.tradingview.com/u/BullRider802/
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/ // © BullRider802 //@version=5 // @description TODO: add library description here library("Ephemeris") // =====================================================================================================...
Trade
https://www.tradingview.com/script/GOsuWMni-Trade/
DevLucem
https://www.tradingview.com/u/DevLucem/
32
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/ // © DevLucem // ( ( // )\ ) )\ ) // (()/( ( ) (()/( ( ( ) // /(_)) ))\ /(( /(_)) ))\ ...
Webby's Quick & Grateful Dead RS
https://www.tradingview.com/script/qCW9Jwrv-Webby-s-Quick-Grateful-Dead-RS/
Amphibiantrading
https://www.tradingview.com/u/Amphibiantrading/
186
study
5
MPL-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("Webby's Quick & Grateful Dead RS", overlay = true, shorttitle = 'QGDRS') // inputs var g1 = 'RS Line Options' index = input.symbol(title='Index to Comp...
IPDA Standard Deviations [DexterLab x TFO x toodegrees]
https://www.tradingview.com/script/dz03uwWw-IPDA-Standard-Deviations-DexterLab-x-TFO-x-toodegrees/
toodegrees
https://www.tradingview.com/u/toodegrees/
749
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © toodegrees, tradeforopp //@version=5 indicator( "IPDA Standard Deviations [DexterLab x TFO x toodegrees]" , shorttitle= "IPDA Stdev [DexterLab x TFO x toodegrees]" , overlay=true ...
RMI Trend Sniper
https://www.tradingview.com/script/rtD9lc5D-RMI-Trend-Sniper/
TZack88
https://www.tradingview.com/u/TZack88/
2,735
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TZack88 //@version=5 indicator('RMI Trend Sniper', overlay=true,max_labels_count = 500) // ** ---> Inputs ------------- { var bool positive = false var bool negative =...
Multi Timeframe Supply & Demand Zones
https://www.tradingview.com/script/sWLOTs2O-Multi-Timeframe-Supply-Demand-Zones/
Lenny_Kiruthu
https://www.tradingview.com/u/Lenny_Kiruthu/
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/ // © Lenny_Kiruthu //@version=5 indicator(title = "Multi Timeframe Supply & Demand zones" , shorttitle = "MTF SnD" , overlay = true , max_bars_back = 500 , max_lines_count = 500 , max_boxes_count = 5...
lib_plot_composite_objects
https://www.tradingview.com/script/ya26kqMj-lib-plot-composite-objects/
robbatt
https://www.tradingview.com/u/robbatt/
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/ // © robbatt //@version=5 import robbatt/lib_plot_objects/32 as D // @description library building on top of lib_plot_objects for composite objects such as Triangles and Polygons library("lib_plot_composite_o...
Enhanced McClellan Summation Index
https://www.tradingview.com/script/xpnUXbpU-Enhanced-McClellan-Summation-Index/
QuantiLuxe
https://www.tradingview.com/u/QuantiLuxe/
144
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © EliCobra //@version=5 indicator("Enhanced McClellan Summation Index", "[Ʌ] - 𝐄𝐧𝐡𝐚𝐧𝐜𝐞𝐝 𝐌𝐒𝐈", false) type bar float o = open float h = high...
ICT Times [joshu]
https://www.tradingview.com/script/tpMeVmYH-ICT-Times-joshu/
joshuuu
https://www.tradingview.com/u/joshuuu/
148
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © joshuuu //@version=5 indicator("ICT Times [joshu]", overlay = false, max_boxes_count = 500) var box killzone_box = na var box sb_box = na var box macro_box = na is_newbar(string sess) => t = time('D',...
imlib
https://www.tradingview.com/script/7MP89RMJ-imlib/
sabricat
https://www.tradingview.com/u/sabricat/
9
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sabricat //@version=5 // @description: Implements functions to display square images using <table> objects library("imlib", overlay=true) // Custom type to describe image data export type ImgData in...
Oscillator Volume Profile [Trendoscope®]
https://www.tradingview.com/script/f5NtcsZD-Oscillator-Volume-Profile-Trendoscope/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
144
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 // ░▒ // ▒▒▒ ▒▒ // ...
SuperTrend Toolkit
https://www.tradingview.com/script/dhtT5sK0-SuperTrend-Toolkit/
QuantiLuxe
https://www.tradingview.com/u/QuantiLuxe/
109
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/ // © QuantiLuxe //@version=5 indicator("SuperTrend Toolkit", "[Ʌ] -‌ Super Kit", false) type bar float o = na float h = na float l = na float c =...
lib_pivot
https://www.tradingview.com/script/IiChJzU6-lib-pivot/
robbatt
https://www.tradingview.com/u/robbatt/
0
library
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/ // © robbatt //@version=5 // @description Object oriented implementation of Pivot methods. library("lib_pivot", overlay=true) import robba...
gFancyMA
https://www.tradingview.com/script/KgcSguz8-gFancyMA/
GalacticS2021
https://www.tradingview.com/u/GalacticS2021/
5
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/ // © GalacticS2021 //@version=5 // @description: Contains reusable functions/ labeled moving average library("GalacticS2021", true) // @function : Connects label to ma // @param y : add parameter y coordinat...
CandlesGroup_Types
https://www.tradingview.com/script/GhSKKrOj-CandlesGroup-Types/
SteinG
https://www.tradingview.com/u/SteinG/
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/ // © SteinG //@version=5 // @description CandlesGroup Ojbect Type v10 library("CandlesGroup_Types", overlay = true) //#region ****************** CandlesGroup Types ****************** // @type A point on cha...
ATR_Info
https://www.tradingview.com/script/dlUKaSL2-atr-info/
aks_v
https://www.tradingview.com/u/aks_v/
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/ // © aks_v //@version=5 // @description ATR_Info: Calculates ATR without paranormal bars library("ATR_Info", overlay = true) // @function ATR_WPB: Calculates ATR without paranormal bars // @param source ATR_...
Stablecoin Supply Ratio Oscillator
https://www.tradingview.com/script/4yIVcZS3-Stablecoin-Supply-Ratio-Oscillator/
QuantiLuxe
https://www.tradingview.com/u/QuantiLuxe/
234
study
5
CC-BY-NC-SA-4.0
// This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0/ // © EliCobra //@version=5 indicator("Stablecoin Supply Ratio Oscillator", "[Ʌ] -‌ SSRO", false) type bar float o = open float h = high float l = low...
COSTAR [SS]
https://www.tradingview.com/script/ZbCu84zD-COSTAR-SS/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ // ______ ______ _______.___________. ___ .______ // / | / __ \ / | | / \ | _ \ //| ,----'| | | | | (----`---| |----` / ^ \ ...
Donchian Trend Signals
https://www.tradingview.com/script/ntV1kMLS-Donchian-Trend-Signals/
OmegaTools
https://www.tradingview.com/u/OmegaTools/
68
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © OmegaTools //@version=5 indicator("Donchian Trend Signals", "DTS", overlay = true) lnt = input(21, "Length") cmp = input.bool(false, "Complex mode", "Transform the average line into the average of multip...
lib_zig
https://www.tradingview.com/script/CNJ8VO2I-lib-zig/
robbatt
https://www.tradingview.com/u/robbatt/
1
library
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/ // © robbatt //@version=5 // @description Object oriented implementation of Pivot methods. library("lib_zig", overlay=true) import robbatt...
KNN Regression [SS]
https://www.tradingview.com/script/dWKzL2Xi-KNN-Regression-SS/
Steversteves
https://www.tradingview.com/u/Steversteves/
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/ // /$$$$$$ /$$ /$$ // /$$__ $$ | $$ | $$ ...
Japanese Candle Patterns Detector in Potential Price Zone
https://www.tradingview.com/script/Y9fTWPZZ-Japanese-Candle-Patterns-Detector-in-Potential-Price-Zone/
MoriFX
https://www.tradingview.com/u/MoriFX/
82
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © MoriFX //@version=5 indicator('Japanese Candle Patterns Detector in Potential Price Zone', shorttitle='Japanese Patterns', overlay=true) // User inputs HamStar = input(title='Hammer and ShootingSt...
lib_statemachine
https://www.tradingview.com/script/jVX7YbB6-lib-statemachine/
robbatt
https://www.tradingview.com/u/robbatt/
4
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © robbatt //@version=5 // @description simple state machine that allows tracking a state an manipulating it with conditions library("lib_statemachine", overlay = true) export type StateMachine int sta...
Zig-Zag Open Interest Footprint [Kioseff Trading]
https://www.tradingview.com/script/bSm3Vfyx-Zig-Zag-Open-Interest-Footprint-Kioseff-Trading/
KioseffTrading
https://www.tradingview.com/u/KioseffTrading/
106
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © KioseffTrading //@version=5 indicator("Zig-Zag Open Interest Footprint [Kioseff Trading]", max_lines_count = 500, max_labels_count = 500, overlay= true, max_polylines_count = 100, max_boxes_count = 500) ...
lib_color
https://www.tradingview.com/script/1TaXd8ko-lib-color/
robbatt
https://www.tradingview.com/u/robbatt/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © robbatt //@version=5 // @description library("lib_color", overlay = true) // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © robbatt // @...
lib_priceaction
https://www.tradingview.com/script/74JjWBvw-lib-priceaction/
robbatt
https://www.tradingview.com/u/robbatt/
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/ // © robbatt //@version=5 // @description a library for everything related to price action, starting off with displacements library("lib_priceaction", overlay = true) // @function calculate if there is a dis...
NewsEventsCad
https://www.tradingview.com/script/vBz4Rsl4-NewsEventsCad/
wppqqppq
https://www.tradingview.com/u/wppqqppq/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © wppqqppq //@version=5 // @description This library provides date and time data of the high impact news events on CAD. Data source is csv exported from https://www.fxstreet.com/economic-calendar and trans...
NewsEventsUsd
https://www.tradingview.com/script/nPdurDTe-NewsEventsUsd/
wppqqppq
https://www.tradingview.com/u/wppqqppq/
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/ // © wppqqppq //@version=5 // @description This library provides date and time data of the high impact news events on USD. Data source is csv exported from https://www.fxstreet.com/economic-calendar and trans...
Donchian MA Bands [LuxAlgo]
https://www.tradingview.com/script/XMhy1M9c-Donchian-MA-Bands-LuxAlgo/
LuxAlgo
https://www.tradingview.com/u/LuxAlgo/
1,011
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("Donchian MA Bands [LuxAlgo]", shorttitle="LuxAlgo - Donchian MA Bands", overlay=true) //----------------------------------...
NewsEventsJpy
https://www.tradingview.com/script/HFrg5Dsc-NewsEventsJpy/
wppqqppq
https://www.tradingview.com/u/wppqqppq/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © wppqqppq //@version=5 // @description This library provides date and time data of the high impact news events on JPY. Data source is csv exported from https://www.fxstreet.com/economic-calendar and trans...
Overgeared Library Economic Calendar
https://www.tradingview.com/script/6BBnZfbe-Overgeared-Library-Economic-Calendar/
Overgeared
https://www.tradingview.com/u/Overgeared/
5
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/ // © jdehorty //@version=5 // @description This library is a data provider for important Dates and Times from the Economic Calendar. library(title='OvergearedLibraryEconomicCalendar') // @function Returns the...
Trend Line Xross
https://www.tradingview.com/script/9QnuavYi-Trend-Line-Xross/
SamRecio
https://www.tradingview.com/u/SamRecio/
54
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © SamRecio //@version=5 indicator("Trend Line Xross", shorttitle = "TLX", overlay = true) ///_________________________________________ ///Practical Application of y = mx + b - Trendline Intersection Point ...
SMC Indicator With Webhook
https://www.tradingview.com/script/gqiG3j3a-SMC-Indicator-With-Webhook/
sunwoo101
https://www.tradingview.com/u/sunwoo101/
220
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sunwoo101 //@version=5 indicator("Simple SMC Indicator", overlay = true) // Settings // Price Action onlyDrawInSession = input(false, "Only Draw In Session", group = "Price Action") drawFractals = input...
Spongebob [TFO]
https://www.tradingview.com/script/jF4qg2gK-Spongebob-TFO/
tradeforopp
https://www.tradingview.com/u/tradeforopp/
123
study
5
MPL-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("Spongebob [TFO]", "Spongebob [TFO]", true) body_color = #eee866 outline_color = #c0bd16 black = #000000 white = color.white red = #d44b2e iris = #37a7dc pants_upper = ...
Consecutive Higher/Lower Closings
https://www.tradingview.com/script/ztAangSn-Consecutive-Higher-Lower-Closings/
rahul_joshi_2
https://www.tradingview.com/u/rahul_joshi_2/
54
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © rahul_joshi_2 //@version=5 indicator("Custom Buy/Sell Signal", overlay=true) // Input options consecutiveHigherValues = input(3, title="Consecutive Higher Values for Buy Signal") consecutiveLowerValues = ...
ATH Drawdown Indicator by Atilla Yurtseven
https://www.tradingview.com/script/lIqLjXdt-ATH-Drawdown-Indicator-by-Atilla-Yurtseven/
AtillaYurtseven
https://www.tradingview.com/u/AtillaYurtseven/
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/ // © AtillaYurtseven //@version=5 indicator("ATH Drawdown // Atilla Yurtseven", shorttitle="ADD") show_as_candles = input.bool(false, title="Show as Candles") show_mean = input.bool(true, title="Show Mean") g...
RS for VPA
https://www.tradingview.com/script/7ebucCfu-RS-for-VPA/
karthikmarar
https://www.tradingview.com/u/karthikmarar/
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/ // © karthikmarar //@version=5 //Relative strength Indicator for use with VPA 5.0 indicator("RS for VPA") i_sym = input.symbol(title='Index for Rel.strength', defval='NSE:cnx500') len = input.int(22, "Peri...
Absolute ZigZag Lib
https://www.tradingview.com/script/lRY74dha-Absolute-ZigZag-Lib/
niquedegraaff
https://www.tradingview.com/u/niquedegraaff/
31
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/ // © niquedegraaff // @version=5 library("Absolute_ZigZag_Lib", overlay = true) // @type The source to use // @param high (float) The high value for the pivot lows. // @param low (...
GeneratorBeta
https://www.tradingview.com/script/spDdHM7H-GeneratorBeta/
Mutik159
https://www.tradingview.com/u/Mutik159/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Mutik159 //@version=5 // @description [SNG_BETA] Levels Generating Library library("GeneratorBeta") import Mutik159/TypesBeta/1 // ****************************************************** // // **********...
MyVolatilityBands
https://www.tradingview.com/script/QPnYTaX0-MyVolatilityBands/
ClassicScott
https://www.tradingview.com/u/ClassicScott/
15
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/ // © ClassicScott //@version=5 // @description Just a lil' library of volatility bands that I use in some scripts library("MyVolatilityBands") // @function Bollinger Bands // @param src float // @param lkbk...
LYGLibrary
https://www.tradingview.com/script/ujM2JW4W-LYGLibrary/
liyugen
https://www.tradingview.com/u/liyugen/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © liyugen // Last Updated: 16 June, 2023 // @version=5 // @description A collection of custom tools & utility functions commonly used with my scripts library("LYGLibrary") // --- BEGIN UTILITY FUNCTIONS { /...
JavaScript-style Debug Console
https://www.tradingview.com/script/bnbjXk0D-JavaScript-style-Debug-Console/
algotraderdev
https://www.tradingview.com/u/algotraderdev/
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/ // © algotraderdev // @version=5 // @description JavaScript-style Debug Console for Pine Coders library("Console", overlay = true) // Enum for log levels. int LOG_LEVEL_DEBUG = 0 int LOG_LEVEL_INFO = 1 int LOG...
toString
https://www.tradingview.com/script/2vqK0lGM-toString/
moebius1977
https://www.tradingview.com/u/moebius1977/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © moebius1977 //@version=5 // @description Contains toString/toS conversion methods for int/float/bool/string/line/label/box and arrays and matrices thereof. Also contains a string wraping function. libra...
Mad_MATH
https://www.tradingview.com/script/5kms7jpa-Mad-MATH/
djmad
https://www.tradingview.com/u/djmad/
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/ // © djmad // included and modified code from HPotter // included code from peacefulLizard50262 // Mathematics from Pafnuti Lwowitsch Tschebyschow (1821–1894) // Mathematics from John F. Ehlers // Mathematics ...
arraybrowser
https://www.tradingview.com/script/VXY9LAys-arraybrowser/
moebius1977
https://www.tradingview.com/u/moebius1977/
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/ // © moebius1977 // Using © kaigouthro's beautiful matrixautotable library. Many thanks! //@version=5 // ---- VERSIONS ----- { // v49 published as import moebius1977/arraybrowser/5, added varip arrays support ...
3x MTF MACD v3.0
https://www.tradingview.com/script/TlzO43LY-3x-MTF-MACD-v3-0/
thebearfib
https://www.tradingview.com/u/thebearfib/
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/ // Idea by © thebearfib - Made By @kioseffTrading // //MACD on 3time frames //@version=5 // indicator("3x MTF MACD v5.150", overlay = true, max_labels_count = 500) import RicardoSantos/MathOperator/2 import He...
HelperTA
https://www.tradingview.com/script/3yk4SvI6-HelperTA/
leap-forward
https://www.tradingview.com/u/leap-forward/
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/ // © leap-forward //@version=5 // @description TODO: add library description here library("HelperTA", true) // @function stockRSI // @returns <[k, d]> export stockRSI(series float src, int K, int D, int rsiPer...
Vector3
https://www.tradingview.com/script/Wximy5Sk-Vector3/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
45
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 Representation of 3D vectors and points. // This structure is used to pass 3D positions and directions around. It also contains functions for doing common vecto...
ka66: lib/MovingAverages
https://www.tradingview.com/script/sSlwVjuI-ka66-lib-MovingAverages/
ka66
https://www.tradingview.com/u/ka66/
4
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © ka66 //@version=5 // @description Exotic or Interesting Moving Averages Lib. library("MovingAverages", overlay = true) emaAlpha(src, alpha) => // https://nullbeans.com/how-to-calculate-the-exponenti...
libhs_td5
https://www.tradingview.com/script/6EqyduOa-libhs-td5/
GETpacman
https://www.tradingview.com/u/GETpacman/
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/ // © GETpacman //@version=5 // @description td5 Test Data Library for Logx Testing library("libhs_td5") export fill(matrix<string> dbus, bool fillData=true) => string gm1='' string gm2='' st...
Uptrend Downtrend Loopback Candle Identification Lib
https://www.tradingview.com/script/7XVVW2CK-Uptrend-Downtrend-Loopback-Candle-Identification-Lib/
AugustoErni
https://www.tradingview.com/u/AugustoErni/
4
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © AugustoErni //@version=5 library("uptrend_downtrend_loopback_candle_identification_lib", overlay=true) export uptrendLoopbackCandleIdentification(int lookbackPeriod) => var bool isUptrend = false ...
Strategy Utilities
https://www.tradingview.com/script/kzwONNw9/
TheSocialCryptoClub
https://www.tradingview.com/u/TheSocialCryptoClub/
15
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/ // © TheSocialCryptoClub //@version=5 // @description: Utilities for Strategies, library("strategy_utilities") // @function monthly_table prints the Monthly Returns table, modified from QuantNomad....
BankNifty_CSM
https://www.tradingview.com/script/E0EShlA5-BankNifty-CSM/
chhagansinghmeena
https://www.tradingview.com/u/chhagansinghmeena/
25
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/ // © chhagansinghmeena //@version=5 // @description TODO: add library description here library("BankNifty_CSM", overlay = true) // @function TODO: add function description here // @param x TODO: add paramete...
CurrentlyPositionIndicator
https://www.tradingview.com/script/0WIoCFGS-CurrentlyPositionIndicator/
boitoki
https://www.tradingview.com/u/boitoki/
26
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/ // © boitoki //@version=5 import boitoki/Utilities/5 as util // @description Currently position indicator library("CurrentlyPositionIndicator", overlay=true) f_chg_string (_value, _type) => switch str.lowe...
MACD Pulse Check
https://www.tradingview.com/script/T8t0V6vV-MACD-Pulse-Check/
TheRealDrip2Rip
https://www.tradingview.com/u/TheRealDrip2Rip/
29
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © TheRealDrip2Rip //@version=5 indicator("MACD Pulse Check", shorttitle="MACD Pulse Check", overlay=false) // Time filter for alerts allow_alerts = time(timeframe.period, "0955-1550") allow_alerts1 = time(...
Boxes_Plot
https://www.tradingview.com/script/EP7sKHjT-Boxes-Plot/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
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/ // © peacefulLizard50262 //@version=5 library("Boxes_Plot") grad(src)=> color out = switch int(src) 0 => color.new(#1500FF , 20) 1 => color.new(#1709F6 , 20) 2 => color.new(#191...
BenfordsLaw
https://www.tradingview.com/script/RM9cFeXx-BenfordsLaw/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
40
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 Methods to deal with Benford's law which states that a distribution of first and higher order digits // of numerical strings has a characteristic pattern. // "B...
MM Detector (Long)
https://www.tradingview.com/script/SNc19Vhb-MM-Detector-Long/
carlpwilliams2
https://www.tradingview.com/u/carlpwilliams2/
24
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © carlpwilliams2 //@version=5 indicator("MM Detector (Long)", overlay=true, max_bars_back = 5000) import carlpwilliams2/CarlLib/5 as carlLib numberOfPushes = input.int(2,title="Number Of Pushes", minval =...
peacefulIndicators
https://www.tradingview.com/script/nPrmJntS-peacefulIndicators/
peacefulLizard50262
https://www.tradingview.com/u/peacefulLizard50262/
5
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 custom library of technical indicators for trading analysis, including MACD with Dynamic Length, Stochastic RSI with ATR Stop Loss, Bollinger Bands with...
MACD_base_and_reference_TF
https://www.tradingview.com/script/puFvskb1-MACD-base-and-reference-TF/
vpirinski
https://www.tradingview.com/u/vpirinski/
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/ // © vpirinski //@version=5 //#region *********** DESCRIPTION *********** // The "MACD_with_reference" indicator aims to illustrate the MACD (Moving Average Convergence Divergence) on two distinct timeframes...
OrderLib
https://www.tradingview.com/script/F2zE1kvF-orderlib/
Hamster-Coder
https://www.tradingview.com/u/Hamster-Coder/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Hamster-Coder //@version=5 // @description TODO: add library description here library("OrderLib", overlay = true) import Hamster-Coder/TextLib/6 as textLib //#region Local methods // // @function Add ...
Branch Curve
https://www.tradingview.com/script/MaiWm366-Branch-Curve/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
11
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro //@version=5 import RicardoSantos/CommonTypesMath/1 //@description Generates a branch made of segments with a starting angle // and a turning angle for each segment. The branch is generated fr...
Amazing Oscillator [Algoalpha]
https://www.tradingview.com/script/PX8S1CUj-Amazing-Oscillator-Algoalpha/
AlgoAlpha
https://www.tradingview.com/u/AlgoAlpha/
32
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Algoalpha X © SUSHIBOI77 //@version=5 indicator("🙌 Amazing Oscillator [Algoalpha]") Length = input.int(20, minval = 1) green = input.color(#00ffbb, "Up Color") //#00ffbb red = input.color(#ff1100, "Done ...
Polynomial
https://www.tradingview.com/script/4cXvhpSj-Polynomial/
hamta7
https://www.tradingview.com/u/hamta7/
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/ // © aminmasood54 //@version=5 // @description TODO: add library description here library("Polynomial",overlay = true) // @function TODO: add function description here // @param x TODO: add parameter x descr...
LibAndy
https://www.tradingview.com/script/tDNjFB9P-LibAndy/
andym1125
https://www.tradingview.com/u/andym1125/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © andym1125 //@version=5 // @description TODO: add library description here library("LibAndy") // @function TODO: add function description here // @param x TODO: add parameter x description here // @retur...
RsiLib
https://www.tradingview.com/script/tUfnxNOq-rsilib/
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("RsiLib", overlay = true) highestIndex(float value, int length) => temp = value result = 0 for idx = 0 t...
loxxfft
https://www.tradingview.com/script/ngbvdAfp-loxxfft/
loxx
https://www.tradingview.com/u/loxx/
32
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/ // © loxx //@version=5 // @description This code is a library for performing Fast Fourier Transform (FFT) operations. FFT is an algorithm that can quickly compute the discrete Fourier transform (DFT) of ...
Console
https://www.tradingview.com/script/7l0ukRdj-Console/
cryptolinx
https://www.tradingview.com/u/cryptolinx/
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/ // © cryptolinx - jango_blockchained - open 💙 source //@version=5 // ——— Console { // // @description This script has evolved from its origins as a classic console script adaptation. \ // With the introducti...
TrendLine Cross
https://www.tradingview.com/script/SyntOR5B-TrendLine-Cross/
AleSaira
https://www.tradingview.com/u/AleSaira/
174
study
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © AleSaira //==================////////////////////////================================/////////////////======================} //==================////////////////////////================================//...
Utility
https://www.tradingview.com/script/GfcPtSz8-Utility/
derekren321
https://www.tradingview.com/u/derekren321/
12
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © derekren321 //@version=5 library("Utility", true) import TradingView/ta/5 // Smoothed moving average export smma(series float src, simple int length) => smma = 0.0 sma = ta.sma(src, length) s...
Antares_messages_public
https://www.tradingview.com/script/4pTbmpHS-Antares-messages-public/
taran1tul
https://www.tradingview.com/u/taran1tul/
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/ // © taran1tul //@version=5 // @description This library add messages for yours strategy for use in Antares trading system for binance and bybit exchanges. // Данная библиотека позволяет формировать сообщени...
Scaled Order Sizing and Take Profit Target Arrays
https://www.tradingview.com/script/Mi1lMkO4-Scaled-Order-Sizing-and-Take-Profit-Target-Arrays/
kaigouthro
https://www.tradingview.com/u/kaigouthro/
22
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © kaigouthro // @version=5 // @ description # WOAH Order Scaling! // This Provides a user with methods to create a list of profit targets // and order sizes which grow or shrink. // #### For size // - th...
DiddlyUtility
https://www.tradingview.com/script/UBnouAef-DiddlyUtility/
RobMinty
https://www.tradingview.com/u/RobMinty/
33
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/ // © RobMinty //@version=5 // @description This utility function contains the general functions used in our indicators library("DiddlyUtility") //***************************** // Zone Maintainance F...
MyLibrary
https://www.tradingview.com/script/yUOuExP7-MyLibrary/
Schwehng
https://www.tradingview.com/u/Schwehng/
0
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © Schwehng //@version=5 // @description TODO: add library description here library("MyLibrary") export MMMM(string toe) => string tex = toe export OOOO(string toe, string toe1, string toe2, string toe3...
FunctionBaumWelch
https://www.tradingview.com/script/OhWGAkLm-FunctionBaumWelch/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
27
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 Baum-Welch Algorithm, also known as Forward-Backward Algorithm, uses the well known EM algorithm // to find the maximum likelihood estimate of the parameter...
new_line_dot_3
https://www.tradingview.com/script/PY11tkgO-new-line-dot-3/
Quantkr
https://www.tradingview.com/u/Quantkr/
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/ // © MBYLAB //@version=5 // @description TODO: plot line based on 3 points. library("new_line") // @function TODO: plot line based on 3 points. (each different) // @param x TODO: bar_index or location x // @...
OHLC
https://www.tradingview.com/script/F2tbSR4s-OHLC/
cryptolinx
https://www.tradingview.com/u/cryptolinx/
8
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © cryptolinx - jango_blockchained - open 💙 source //@version=5 // ▪ ──── LIBRARY // ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░...
FunctionProbabilityViterbi
https://www.tradingview.com/script/4LxrPLxI-FunctionProbabilityViterbi/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
27
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 The Viterbi Algorithm calculates the most likely sequence of hidden states *(called Viterbi path)* // that results in a sequence of observed events. librar...
Lex_3CR_Functions_Library2
https://www.tradingview.com/script/IT2DSMaN-Lex-3CR-Functions-Library2/
LexingtonStanley
https://www.tradingview.com/u/LexingtonStanley/
2
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © LexingtonStanley //@version=5 // testing // @description This is a source code for a technical analysis library in Pine Script language, //designed to identify and mark Bullish and Bearish Three Candle R...
AstroLib
https://www.tradingview.com/script/mvz71Xp1-AstroLib/
BarefootJoey
https://www.tradingview.com/u/BarefootJoey/
29
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/ // Authors: © badsector666 and © BarefootJoey // ██████████████████████████████████████████████████████████████████████ _____ __ _ _______ _____ _______ _______ _______ // █▄─▄─▀██▀▄─██▄─▄▄▀█▄─▄▄─█▄...
MarkovChain
https://www.tradingview.com/script/gPZKYCjK-MarkovChain/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
49
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 Generic Markov Chain type functions. // --- // A Markov chain or Markov process is a stochastic model describing a sequence of possible events in which the // ...
HarmonicPatternTracking
https://www.tradingview.com/script/y1qRVAnK-HarmonicPatternTracking/
Trendoscope
https://www.tradingview.com/u/Trendoscope/
77
library
5
MPL-2.0
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © HeWhoMustNotBeNamed // ░▒ // ▒▒▒ ▒▒ // ▒▒▒▒▒ ▒▒ // ▒▒...
MarkovAlgorithm
https://www.tradingview.com/script/MLkBP8gp-MarkovAlgorithm/
RicardoSantos
https://www.tradingview.com/u/RicardoSantos/
32
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 Markov algorithm is a string rewriting system that uses grammar-like rules to operate on strings of // symbols. Markov algorithms have been shown to be Turin...
SMC + 2BB
https://www.tradingview.com/script/EB5iPDwh-SMC-2BB/
Xcribbles
https://www.tradingview.com/u/Xcribbles/
23
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("KAPOK MELARAT" , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_ba...
Portfolio Heat
https://www.tradingview.com/script/zn0dhdX7-Portfolio-Heat/
Amphibiantrading
https://www.tradingview.com/u/Amphibiantrading/
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/ // © Amphibiantrading //@version=5 indicator('Portfolio Heat', overlay = true) //----------settings----------// acct = input.float(100000., 'Account Size', confirm = true) view = input.string('D...