Kaiser Windowed Sinc Moving Average Indicator The Kaiser Windowed Sinc Moving Average is an advanced technical indicator that combines the sinc function with the Kaiser window to create a highly customizable finite impulse response (FIR) filter for financial time series analysis. Sinc Function: The Ideal Low-Pass Filter At the core of this indicator is the...
Heyo, This indicator is an original translation from Ehlers' book "Cycle Analytics for Traders Advanced". First, I describe the indicator as usual and later you can find a very insightful quote of the book. Key Features Signal Line: Represents the output of the band-pass filter, highlighting the dominant cycle in the data. Trigger Line: A leading...
This indicator utilizes a biquad band pass filter to isolate and highlight a specific frequency band in price data, helping traders focus on price movements within a targeted frequency range. The Length parameter determines the center frequency of the filter, affecting which frequency band is isolated. Adjusting this parameter allows you to focus on different...
This indicator utilizes a biquad high pass filter to filter out low-frequency components from price data, helping traders focus on high-frequency movements and detect rapid changes in trends. The Length parameter determines the cutoff frequency of the filter, affecting how quickly the filter responds to changes in price. A shorter length allows the filter to...
This indicator utilizes a biquad low pass filter to smooth out price data, helping traders identify trends and reduce noise in their analysis. The Length parameter acts as the length of the moving average, determining the smoothness and responsiveness of the filter. Adjusting this parameter changes how quickly the filter reacts to price changes. The Q Factor...
STD-Filtered, Variety FIR Digital Filters w/ ATR Bands is a FIR Digital Filter indicator with ATR bands. This indicator contains 12 different digital filters. Some of these have already been covered by indicators that I've recently posted. The difference here is that this indicator has ATR bands, allows for frequency filtering, adds a frequency multiplier, and...
Goertzel Cycle Period is an indicator that uses Goertzel algorithm to extract the cycle period of ticker's price input to then be injected into advanced, adaptive indicators and technical analysis algorithms. The following information is extracted from: "MESA vs Goertzel-DFT, 2003 by Dennis Meyers" Background MESA which stands for Maximum Entropy Spectral...
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 :...
FATL, SATL, RFTL, & RSTL Digital Signal Filter (DSP) Smoother is is a baseline indicator with DSP processed source inputs What are digital indicators: distinctions from standard tools, types of filters. To date, dozens of technical analysis indicators have been developed: trend instruments, oscillators, etc. Most of them use the method of averaging historical...
A simple utility tool to examine a filter's step & impulse responses. By default you can see LSMA's responses. How to use: 1. Insert your filter to "f(input)" function inside the code; 2. Let this tool help you to make your own filters. I been seeing people dropping snaps with this stuff but NEVER, NO1 actually dropped the tool itself (4 real?). Well here is it,...
The Detrended Synthetic Price was created by Bill Mars and this indicator is another undiscovered gem that I have found very useful. He obviously took inspiration from John Ehlers in the creation of this indicator and I would describe this indicator as a combination of a MACD and Ehlers work. This indicator is extremely smooth and gives very clear buy and sell...
Library "AnalysisInterpolationLoess" LOESS, local weighted Smoothing function. loess(sample_x, sample_y, point_span) LOESS, local weighted Smoothing function. Parameters: sample_x : int array, x values. sample_y : float array, y values. point_span : int, local point interval span. aloess(sample_x, sample_y, point_span) aLOESS, adaptive local...
The Hilbert Transform was created by John Ehlers (Stocks & Commodities V. 18:3 (16-27)) and this indicator can work pretty well as a trend confirmation. This essentially transforms the underlying price data into a soundwave and when you compare the two (blue is positive and red is negative) then it provides fairly clear buy and sell signals. Ehlers did warn in...
A tool to plot auto correlation of time series, this is useful in identifying periodicity in a time series or signal. Due to the limits of Pine Script you'll need to add it multiple times if you want autocorrelation beyond 55 periods. I have added it 4 times here for 220 periods. For more information on Autocorrelation see: en.wikipedia.org Note: There are 1...
This function implements the Goertzel algorithm (for integer N). The Goertzel algorithm is a technique in digital signal processing (DSP) for efficient evaluation of the individual terms of the discrete Fourier transform (DFT). In short, it measure the power of a specific frequency like one bin of a DFT, over a rolling window (N) of samples. Here you see an...
When designing filters it can be interesting to have information about their characteristics, which can be obtained from the set of filter coefficients (weights). The following script analyzes the impulse response of a filter in order to return the following information: Lag Smoothness via the Herfindahl index Percentage Overshoot Percentage Of Positive...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...