Keep your coins folks, I don't need them, don't want them. If you wish be generous, I do hope that charitable peoples worldwide with surplus food stocks may consider stocking local food banks before stuffing monetary bank vaults, for the crusade of remedying the needs of less than fortunate children, parents, elderly, homeless veterans, and everyone else who...
Hello Traders ! Looking for better trading results ? "This indicator shows you how to identify price reversals in a timely manner." John F. Ehlers Introduction : The Gaussian Fisher Transform Price Reversals indicator, dubbed FTR for short, is a stat based price reversal detection indicator inspired by and based on the work of the electrical engineer now...
█ OVERVIEW TASC's April 2023 edition of Traders' Tips features an article entitled "Just Ignore Them: Undersampling The Data As A Smoothing Technique" by John Ehlers, which explores a method for reducing noise through data sampling. This script implements the article's proposed Undersampled Double MA indicator. █ CONCEPTS The conventional approach to...
My first Published contribution. Gracious thank you to all Pine Coders, this has subtle features that have multiple shifts based on inputs. with some experimentation, one might try pushing other sources at the hue dials and see more dynamic indication. for John Ehlers article TASC Magazine This Month. - Special Edition.
PA-Adaptive T3 Loxxer is a Loxxer indicator that is Phase Accumulation Cycle adaptive and uses T3 moving average for smoothing instead of the typical SMA or EMA . this allows for smoother signals by reducing noise. What is Loxxer? The Loxxer indicator is a technical analysis tool that compares the most recent maximum and minimum prices to the previous period's...
█ OVERVIEW TASC's February 2023 edition of Traders' Tips includes an article titled "Every Little Bit Helps: Averaging The Open And Close To Reduce Noise" by John Ehlers. This code implements the numerical example from this article. █ CONCEPTS Using theories from digital signal processing as a starting point, John Ehlers argues that using the average of...
█ Description The indicator is the implementation of inverse fisher transform an indicator transform of the adaptive stochastic (dominant cycle), as in the Cycle Analytics for Trader pg. 198 (John F. Ehlers). Indicator transformation in brief means reshaping the indicator to be more interpretable. The inverse fisher transform is achieved by compressing...
Description: Convolution indicators aim to identify a major reversal in the price direction so that one can trade the market primarily in the direction of the ensuing trend, as described in the Cycle Analytics for Traders, by John F. Ehlers pg. 165. The notion is based on the concept of the two price segments are perfectly correlated (cross-correlated) that...
Description: As in the practices, most traders find it hard to set the proper lookback period of the indicator to be used. SwamiCharts offers a comprehensive way to visualize the indicator used over a range of lookback periods. The SwamiCharts of Relative Strength Index (RSI), was developed by Ehlers - see Cycle Analytics for Traders, chapter 16. The indicator...
█ OVERVIEW TASC's November 2022 edition Traders' Tips includes an article by John Ehlers titled "Recurring Phase Of Cycle Analysis". This is the code that implements the phasor analysis indicator presented in this publication. █ CONCEPTS The article explores the use of phasor analysis to identify market trends. An ordinary rotating phasor diagram is a...
Stochastic of Two-Pole SuperSmoother is a Stochastic Indicator that takes as input Two-Pole SuperSmoother of price. Includes gradient coloring and Discontinued Signal Lines signals with alerts. What is Ehlers ; Two-Pole Super Smoother? From "Cycle Analytics for Traders Advanced Technical Trading Concepts" by John F. Ehlers A SuperSmoother filter is used...
Adaptive Two-Pole Super Smoother Entropy (Math) MACD is an Ehlers Two-Pole Super Smoother that is transformed into an MACD oscillator using entropy mathematics. Signals are generated using Discontinued Signal Lines. What is Ehlers; Two-Pole Super Smoother? From "Cycle Analytics for Traders Advanced Technical Trading Concepts" by John F. Ehlers A...
FDI-Adaptive Fisher Transform is a Fractal Dimension Adaptive Fisher Transform indicator. What is the Fractal Dimension Index? The goal of the fractal dimension index is to determine whether the market is trending or in a trading range. It does not measure the direction of the trend. A value less than 1.5 indicates that the price series is persistent or that...
Deviation Scaled Moving Average w/ DSL as described in the “The Deviation-Scaled Moving Average.” article of July 2018 TASC . This is an adaptive moving average average that has the ability to rapidly adapt to volatility in price movement. This version adds Discontinued Signal Lines create the buy/sell signals. What are DSL Discontinued Signal Line? A lot...
STD/Clutter Filtered, One-Sided, N-Sinc-Kernel, EFIR Filt is a normalized Cardinal Sine Filter Kernel Weighted Fir Filter that uses Ehler's FIR filter calculation instead of the general FIR filter calculation. This indicator has Kalman Velocity lag reduction, a standard deviation filter, a clutter filter, and a kernel noise filter. When calculating the Kernels,...
STD-Filtered, ATR-Adaptive Laguerre Filter is a standard Laguerre Filter that is first made ATR-adaptive and the passed through a standard deviation filter. This helps reduce noise and refine the output signal. Can apply the standard deviation filter to the price, signal, both or neither. What is the Laguerre Filter? The Laguerre RSI indicator created by...
John Ehler's MESA Stochastic It is updated and optimized version of script originally published by @veryfid. Changes: Converted to v5 Rewrote MESA Function. Same function can now calculate various length signals. Modified super smoother. Indicator reacts faster to price change. Optimized code. Functions are only called once per length.
This is a Gaussian Filter with Standard Deviation Filtering that works for orders (poles) higher than the usual 4 poles that was originally available in Ehlers Gaussian Filter formulas. Because of that, it is a sort of generalized Gaussian filter that can calculate arbitrary (order) pole Gaussian Filter and which makes it a sort of a unique indicator. For this...