The Breakouts Tests & Retests indicator highlights tests and retests of levels constructed from detected swing points. A swing area of interest switches colors when a breakout occurs. Users can control the sensitivity of the swing point detection and the width of the swing areas. 🔶 USAGE When a Swing point is detected, an area of interest is drawn,...
PineUnit by Guardian667 A comprehensive testing framework for Pine Script on TradingView. Built with well-known testing paradigms like Assertions, Units and Suites. It offers the ability to log test results in TradingView's built-in Pine Protocol view, as well as displaying them in a compact table directly on your chart, ensuring your scripts are both robust and...
The Symbiotic Exiton Measure Enthropic Nexus (SEMEN) Indicator is a technical analysis tool used in trading and investing. It's name might sound complex, but its function is quite simple - to help traders make informed decisions about buying or selling stocks by predicting market trends. The SEMEN indicator uses a combination of various factors such as volume,...
This is another simple strategy based on ema Entry Buy - 1) when close crossover ema then buy and only open one trade till it not close 2) if previous buy trade is profitable open another trade and check again trade is profitable or not 3)if trade is not profitable reset and wait for sell condition... Entry Sell -1) when...
Experimental: Compares the similarity of two instruments price patterns.
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:...
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: 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: 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: 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.
Use this to determine how often your average entry price for shorts and longs over the last 11 trades are in profit or not.
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...
simple yet efficient predictive algorithm applied to moving averages