As a longtime fan of ADX, looking at Vortex Indicator I often wondered, where is the third line. I have rarely seen that anybody is calculating it. So, here it is: Average Vortex Index - an ADX calculated from Vortex Indicator. I interpret it similarly to the ADX indicator: higher values show stronger trend. If you discover other interpretation or have...
This indicator aims to indicate the correlation between two assets(Current and Base), it does NOT show entries or help your chart analysis directly. The main features of this Correlation indicator is : Correlation type : Direct Correlation | Inverse Correlation | No Correlation Correlation Percentage : as its name, it calculate the Correlation Percentage...
This script plots the Motion Line, a concept explained in Glenn Neely's River Trading Technology, on the go. Due to the limitations on Pine Script at the time of writing this script, plotting Motion Line on Violent Outside-bars does not follow the main procedure... For example on this occasion, the snapshot below displays how exactly the Motion Line should be...
Adaptive Oscillators use the same principle as Adaptive Moving Averages. This is an experiment to separate length generation from oscillators, offering multiple alternatives to be combined. Some of the combinations are widely known, some are not. Note that all Oscillators here are normalized to -1..1 range. This indicator is based on my previously published public...
This indicator is taken from the calculations made by Lev Umanov. It predicts the peaks of Bitcoin. The indicator works with most BTCUSD pairings.
This is a simple wrapper script to generate 40 different series of information along an increasing candle length. It plots the last data point, and repaints on each new candle, allowing one to see variations within series' values as the timeframe increases. This POV is looking not across a depth of field, but the wave as if it were moving towards you. The goal...
A complimentary indicator to my Adaptive MA constructor. It calculates the difference between the two MA lines (inspired by the Moving Average Difference (MAD) indicator by John F. Ehlers). You can then further smooth the resulting curve. The parameters and options are explained here: The difference is normalized by dividing the difference by twice its Root mean...
Adaptive Moving Averages are nothing new, however most of them use EMA as their MA of choice once the preferred smoothing length is determined. I have decided to make an experiment and separate length generation from smoothing, offering multiple alternatives to be combined. Some of the combinations are widely known, some are not. This indicator is based on my...
Helper script to display patterns on chart.
EXPERIMENTAL: displays rates as a oscillator.
This is another among zillions of attempts at a moving average of a security. More precisely, two attempts at one go). The zzoid function generates a zigzag-like MA that can adopt different forms. The stepline function creates, sure enough, a stepline.
naive level forecasting of multiple zigzag's based on this principle:
simple example showing how to use na to create straight lines that "repaint" as the latest bars update.
Modified version of the true alligator indicator (ie SMMA) that features a timeframe multiplier so that you can monitor the elliott wave of higher timeframes. (See original "True Williams Alligator" for more details.) Note: First script submission. Didn't mean to use this chart. Also this is a duplicate post -- oops.