Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
FINGERPRINT CARDS AB SER. B, ABB LTD, KINDRED GROUP PLC, SOLTECH ENERGY SWEDEN AB, VOLVO, AB SER. B, HENNES & MAURITZ AB, H & M SER. B
OMX Stockholm 30 Index, S&P 500, Dow 30, Nasdaq Composite, Nikkei 225, DAX-indexet
SWEDEN GOVERNMENT BONDS 10 YR, US 10Y, Euro Bund, Tyskland 10ÅR, Japan 10Y, UK 10Y
Introduction Cycles can be spotted by using a wide range of methods, most of them will involve bandpass filtering, here i will show a method using recursion with the change() function. The Indicator As i explained in other indicators using recursion i posted rescaling the input is important, i will use the rsi of an exponential moving average as input. alpha...
Old indicator ! But its a simple trick to have a zero-lag smoothing effect, i think i did it because the smoothing was kinda asymmetrical with the detrended line. So even if the result appear quite good take into account that the detrended line isn't always correlated with the price.
Introduction If you rescale a sine wave to the price you will need to correlate it with it in order to show good results, today i present a different method that does not involve correlation to "morph" a sine wave to the price in order to provide forecast's and highlight market periodic patterns. Parameters length control the period of the sine wave, ...
Introduction Adaptive technical indicators are importants in a non stationary market, the ability to adapt to a situation can boost the efficiency of your strategy. A lot of methods have been proposed to make technical indicators "smarters" , from the use of variable smoothing constant for exponential smoothing to artificial intelligence. The dominant cycle...
Welles Wilder (delta phenomenon) a 4-day rotation indicator PVAC is the acronym Alan uses for a four-day rotation cycle. The cycle itself is circularly continuous every days of the week, forever, including every holiday. Thus if, for instance, Monday was a P, Tuesday is V, Wednesday is A, Thursday is C. At this point the cycle repeats, with Friday being P,...
This indicator was originally developed by John F. Ehlers (Stocks & Commodities , V.18:7 (July, 2000): "Optimal Detrending"). Mr. Ehlers applied the ideas of the radar systems for the financial time series detrending. Mr. Ehlers constructed the Triple Delay-Line Canceller first, then smoothed it with the Modified Optimum Elliptic Filter with minimal lag. The...
I compiled all of Ehlers' IFM methods into one script - all written as functional blocks so you can simply add them to your own scripts. Bonus! I also dropped in the Super Smoother, which is a much more efficient and low lag averaging method. I used it to clean the data before feeding it into other indicators.
The last of Ehlers Instantaneous Frequency Measurement methods. This is a more robust version of this script. I wrote it as a function, so you can simply copy and paste it into any script to add an adaptive period setting capability. Cheers, DasanC
Yet another method for determining the cycle of a market: this time, you have access to the two fastest and most accurate methods as well as the option to average these methods together. The controls are pretty straight forward: Source lets you select the price data to perform calculations on (close, open, etc..) Max Period is simply the cap for the algorithm...
This is my latest bandpass filter - used to determine if a security is in a trend or cycle. Now with an adaptive period setting! I use Ehlers in-phase & quadrature dominant cycle measurement (IQ IFM) method to set the period dynamically. This method favors longer periods which tend to produce smoother, albeit laggier bandpass oscillator plots. From my quick tests,...
Behold! A strategy that makes use of Ehlers research into the field of signal processing and wins so consistently, on multiple time frames AND on multiple currency pairs. The Adaptive Zero Lag EMA (AZLEMA) is based on an informative report by Ehlers and Ric . I've modified it by using Cosine IFM, a method by Ehlers on determining the dominant cycle period without...
This indicator provides a continuous measurement of a securities' dominant cycle period, based on Ehlers ever-impressive reports and analysis tools. This method uses in-phase and quadrature analysis, making use of the imaginary domain. This method is prone to favor longer periods and can allow noise to greatly affect the end result. >What does that even...
This indicator provides a continuous measurement of a securities' dominant cycle period, based on Ehlers ever-impressive reports and analysis tools. >What does that even mean? Essentially, you get a real-time (low lag) plot of the cycle period in bars. If the COS IFM reads "16" then you can expect the distance between swing highs and swing lows to be approx. 16...
The Self Referencing Stochastic Oscillator The stochastic oscillator bring values in range of (0,100). This process is called Feature scaling or Unity-Based Normalization When a function use recursion you can highlights cycles or create smoother results depending on various factors, this is the goal of a recursive stochastic. For example : k =...
The BBC indicator shows price in relation to the upper (in red) and lower (in green) Bollinger Bands It highlights breaks in the Bands, where the 0-line represents a price equal to the band. These breaks can either be used as take-profit points or as entry points, depending on trend direction. Entries can be at the beginning of a break (eg. for impulse or...
Multi indicator Bollinger Band x RSI Wave Trend Cycles Free users will like it :) Fell free to like share comments... and check my other stuff :]
This indicator was originally developed by Doug Schaff in the 1990s (published in 2008).
Ehlers Instantaneous Trendline script. This indicator was described by John F. Ehlers in his book "Rocket Science for Traders" (2001, Chapter 10: The Instantaneous Trendline).