En gros ça trouve des divergences au niveau du CVD et sinon ça montre globalement sa tendance, c'est pas très avancé et ne doit pas être utilisé seul mais bon faites comme vous voulez en sah
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...
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.
this code is untested use at your own risk... applying timed price change over the square to predict price expansion or contraction of the range, it is not predicting the future price only the range that is possible for the price to be in within a margin of error of possibility, with that said i think its very unlikely for price to fall outside the range, due to...
EXPERIMENTAL: a test on how to compare price at different frequency's with static patterns.
Experimental: Compares the similarity of two instruments price patterns.
Experimental: finds and displays the wavelength index's of the autocorrelation wavelengths..
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.
Experimental: A simple test to check performance impact of chaining functions in pinescript.
experimental: shows the distribution for each shift in a autocorrelation.
Library "MathSpecialFunctionsTestFunctions" Methods for test functions. rosenbrock(input_x, input_y) Valley-shaped Rosenbrock function for 2 dimensions: (x,y) -> (1-x)^2 + 100*(y-x^2)^2. Parameters: input_x : float, common range within (-5.0, 10.0) or (-2.048, 2.048). input_y : float, common range within (-5.0, 10.0) or (-2.048, 2.048). Returns:...
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.