Experimental: Compares the similarity of two instruments price patterns.
TL;DR This script doesn't provide any buy/sell signals. This script won't make you profitable implicitly. This script is intended for utility function testing, library testing, custom assertions. It is free and open-source. Introduction About the idea: is not exclusive, programmers tend to use this method a lot and for a long time. The point is to...
This indicator plots a cointegration matrix for pairings of most major stock indices. The matrix is populated with ADF t-stats (from an ADF-test with 1 lag). An ADF-test (Augmented Dickey-Fuller test) tests the null hypothesis that an AR process has a unit root. If rejected, the alternative hypothesis is usually that the AR process is either stationary or...
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 indicator plots a cointegration matrix for pairings of all 28 major forex pairs. The matrix is populated with ADF t-stats (from an ADF-test with 1 lag). An ADF-test (Augmented Dickey-Fuller test) tests the null hypothesis that an AR process has a unit root. If rejected, the alternative hypothesis is usually that the AR process is either stationary or...
EXPERIMENTAL: Forecasting using a polynomial regression over the estimates of multiple linear regression forecasts. note: on low data the estimates are skewd away of initial value, i added the i_min_estimate option in to try curve this issue with limited success "o_o.
experimental: testing benfords law, en.wikipedia.org
experimental: shows the distribution for each shift in a autocorrelation.
a test case for the KDE function on price delta. the KDE function can be used to quickly check or confirm edge cases of the trading systems conditionals.
Experimental: finds and displays the wavelength index's of the autocorrelation wavelengths..
EXPERIMENTAL: a test on how to compare price at different frequency's with static patterns.
Experimental: A simple test to check performance impact of chaining functions in pinescript.
Releasing this test script for PVT ratios using sub-interval harmonics at a 1D, 4H, 1H, 45M, 15M and 5M level. It basically takes the PVT values for a rolling periodic interval and gets the (avg - min)/max for that interval (the ratio). Then it colors it based on the subinterval next to it. Just think of it as rolling Ichimoku clouds, but in real-time using...
Inspired by @bitmexstorm study Volatility-calibrated ATR This study features two different ATR trail derivative concepts-Default one is called- "Silicone", and the alternative is called- "Mercurial. To decrease confusion during backtesting, trails plots with distinct color palette. Options include the ability to apply a smoothening filter that affects both...