Library "Moving_Averages" This library contains majority important moving average functions with int series support. Which means that they can be used with variable length input. For conventional use, please use tradingview built-in ta functions for moving averages as they are more precise. I'll use functions in this library for my other scripts with dynamic...
Library "loxxjuriktools" loxxjuriktools: Jurik tools used in Loxx's idicators and strategies jcfbaux(src, len) jcfbaux Parameters: src : float len : int Returns: result float jcfb(src, len, len) jcfb Parameters: src : float len : int len : int Returns: result float jurik_filt(src, len, phase)...
Library "loxxmas" TODO:loxx moving averages used in indicators kama(src, len, kamafastend, kamaslowend) KAMA Kaufman adaptive moving average Parameters: src : float len : int kamafastend : int kamaslowend : int Returns: array ama(src, len, fl, sl) AMA, adaptive moving average Parameters: src : float len : int ...
Library "loxxpaaspecial" loxxpaaspecial: Ehlers Phase Accumulation Dominant Cycle Period with multiplier and filter paa(src, mult, filt) (src, mult, filt) Parameters: src : float mult : float filt : float Returns: result float
Library "loxxfsrrdspfilts" loxxfsrrdspfilts : FATL, SATL, RFTL, & RSTL Digital Signal Filters fatl(src) fatl Parameters: src : float Returns: result float rftl(src) rftl Parameters: src : float Returns: result float satl(src) satl Parameters: src : float Returns: result float rstl(src) rstl Parameters: src :...
Mannarino Market Risk Indicator is from the original legendary Mannarino . The indicator basically assesses for the risks in the market. Since I could not find the original indicator under the trading view platform, I have derived the metrics from his website. If you are going to use it, use it at your own discretion. Library "MMRI_4khansolo" mmri()
Library "bullratio" Calculate the profit/loss ratio of a permabull for configurable time range bullratio(len) calculates the profit/loss ratio for a permabull of age len Parameters: len : the number of candles to include in the running bull ratio - 0 for all time Returns: series float of profit/loss percentage
Library "CarlLib" LastLowRedHighGreen(open, close, high, close, reqChangePerc) returns values representing the high of the most recent green and the low of the most recent red Parameters: open : open series close : close series high : high series close : close series reqChangePerc : the minimum require change percentage for the...
Library "fontilab" Provides function's indicators for pivot - trend - resistance. pivots(src, lenght, isHigh) Detecting pivot points (and returning price + bar index. Parameters: src : The chart we analyse. lenght : Used for the calcul. isHigh : lookging for high if true, low otherwise. Returns: The bar index and the price of the pivot. ...
Library "WpProbabilisticLib" Library that contains functions to calculate probabilistic based on historical candle analysis CandleType(open, close) This function check what type of candle is, based on its close and open prices Parameters: open : series float (open price) close : series float (close price) Returns: This function return the...
Library "external_input_utils" Collection of external input utilities for conversion and other hacky functions str_to_src(value) str_to_src - Convert the string value to the coresponding source series. It can be used to limit the "input.source" choices provided to the end user. The most interesting part is that it can be used to overcome the "one...
Library "BjCandlePatterns" Patterns is a Japanese candlestick pattern recognition Library for developers. Functions here within detect viable setups in a variety of popular patterns. Please note some patterns are without filters such as comparisons to average candle sizing, or trend detection to allow the author more freedom. doji(dojiSize, dojiWickSize) ...
Library "AutoFiboRetrace" TODO: add library description here fun(x) TODO: add function description here Parameters: x : TODO: add parameter x description here Returns: TODO: add what function returns
Library "ADX" adx(dilen, adxLen) Parameters: dilen : Length of the Directional Index. adxLen : Length (smoothing) of the Average Directional Index. Returns:
Library "ZenLibrary" A collection of custom tools & utility functions commonly used with my scripts. getDecimals() Calculates how many decimals are on the quote price of the current market Returns: The current decimal places on the market quote price truncate(float, float) Truncates (cuts) excess decimal places Parameters: float : _number The...
Library "eHarmonicpatternsExtended" Library provides an alternative method to scan harmonic patterns. This is helpful in reducing iterations. Republishing as new library instead of existing eHarmonicpatterns because I need that copy for existing scripts. scan_xab(bcdRatio, err_min, err_max, patternArray) Checks if bcd ratio is in range of any harmonic...
Library "JohnEhlersFourierTransform" Fourier Transform for Traders By John Ehlers, slightly modified to allow to inspect other than the 8-50 frequency spectrum. reference: www.mesasoftware.com high_pass_filter(source) Detrended version of the data by High Pass Filtering with a 40 Period cutoff Parameters: source : float, data source. Returns:...
Library "Progressbar" Feel free to contribute for an extended version. 😊 Still in development. We hope you enjoy it! 🎉 CRYPTOLINX - jango_blockchained 😊👍 *** MORE EXAMPLE WILL COMING UP SOON *** Disclaimer: Trading success is all about following your trading strategy and the indicators should fit within your trading strategy, and not to be traded upon...