This new bar system consists of candles connected to each other with trend lines. I have defined a falling trend if the current peak is lower than the previous peak, and an rising trend if the current low is higher than the previous low. When the series of lows or highs is broken, indicating a reversal in the trend, the candles change color. This provides a...
This is experimental script for zigzag which uses type, method and array. Not recommend for actual usage, for pine script study maybe useful. In this experiment, I use type as coded below. It seems have limitation as specially when push as array. As Trading View recommendation, pushing float and int into array especially for type not guarantee to work. I agree...
This scripts shows a tool which enables switching between settings without opening the settings In this case you can switch between a RSI of 3 different tickers, 3 different higher timeframes, and 4 different lengths. How does it work? The position of a 'time line' is compared with the position of a box. Changing the position of the line changes the...
Hello All, This is an experimental work to show 10 moving averages in 3D by using linefill.new() feature of the Pine language. You can set moving average type as Simple (SMA) or Exponential (EMA) You can set "Starting Length" and set the "Step" to calculate other lengths. For example; if "Starting Length" is 10 and "step" is 5 then the lengths are 10, 15, 20,...
Experimental: a composite of the dollar index with equal weights. this is a repost of: www.tradingview.com
Experimental: Compares the similarity of two instruments price patterns.
Library "WIPNNetwork" this is a work in progress (WIP) and prone to have some errors, so use at your own risk... let me know if you find any issues.. Method for a generalized Neural Network. network(x) Generalized Neural Network Method. Parameters: x : TODO: add parameter x description here Returns: TODO: add what function returns
Library "FunctionPatternDecomposition" Methods for decomposing price into common grid/matrix patterns. series_to_array(source, length) Helper for converting series to array. Parameters: source : float, data series. length : int, size. Returns: float array. smooth_data_2d(data, rate) Smooth data sample into 2d points. Parameters: data...
Experimental. In regular scenario divergence calculation follows these procedure Pivots on price are considered as primary source They are compared with pivots on oscillators Trend bias of price is used This is an experimental version where Pivots on oscillators are considered as primary source They are compared with pivots on price Trend...
experimental: a basic method to evaluate stock dividend periodicity. known issues: * it does not adapt well to changes in periodicity, if there is a big enough change on the dividend period plan.
Experimental: Uses Kadane's max subarray sum algorithm to find the largest impulse within a window and draws Murrey's math lines based on that impulse.
This is an experimental study aimed to find historical patterns of current trend movement. ⬜ Process ▶ Derive zigzag pivots based on Length and Source ▶ Based on the Loopback Pivot settings devise a pattern string based on predetermined language which correlates all the pivots within the given range. ▶ Preserve pattern in an array along with bar index ▶...
Experimental: displays the frequency of candle types. reference: its a exploration of this topic: www.elitetrader.com
Experimental: The Gramian Angular Field is usually used in machine learning for machine vision, it allows the encoding of data as a visual queue / matrix.
This is not an indicator, just for fun and testing out the new table functions. Requires bar replay to calculate (quickly) one generation to the next. A random pregen seed and a few other known seeds picked at random. The limited grid dimensions affect the outcome for some.
experimental: shows the distribution for each shift in a autocorrelation.
Experimental: finds and displays the wavelength index's of the autocorrelation wavelengths..