The Relative Strength Orbital Graph is an inspired recreation of the popular Relative Rotation Graphs trading tool, coded from the ground up in Pine Script™. This graphical tool shows how some user-selected securities perform against a selected benchmark using two relative performance metrics, the JdK-RS Ratio and JdK-RS Momentum. Note that these metrics are...
Adaptive Supertrend w/ Floating Levels is a Supertrend indicator made adaptive by comparing the coefficient of determination / average of the least squares. The basic concept is this: use correlation with an r-squared line to adapt the period of the indicator, thereby resulting in a more versatile Supertrend. This adaptive formula makes the Supertrend more...
This indicator shows correlation strength between the source asset plotted in the main chart and a user-input asset in the indicator panel. For example, if the main chart panel is displaying BTCUSD and the correlation indicator is NDX, then the correlation strength is plotted as the relationship between the two. A strong positive correlation target is set at 0.80...
Pearson correlation coefficient measures the linear correlation between two variables. It has a value between +1 and −1, where 1 is total positive linear correlation, 0 is no linear correlation and −1 is total negative linear correlation. It’s often denoted by r for sample correlation and ρ for population correlation. Note: Pearson Correlation only measures...
DGT interpreted version of LazyBear's WaveTrend, visualizing on Price Chart Original Author : LazyBear Crosses above or below threshold are emphasized with bigger labels - crosses above threshold : probable short indications with a bigger label and relativly small label for probable long indications - crosses below threshold : probable long indications with a...
I have been sitting on this for over a year, but I now present this "Voss Predictive Filter" multicator employing PSv4.0 upon initial release, originally formulated by the great and empowering Dr. John Ehlers for TASC - August 2019 Traders Tips. This is a slightly modified version of the original indicator John Ehlers designed. My improved implementation is an...
Volume is one piece of information that is often neglected, however, learning to interpret volume brings many advantages and could be of tremendous help when it comes to analyzing the markets. In addition to technicians, fundamental investors also take notice of the numbers of shares traded for a given security. What is Volume? The volume represents all the...
Pinescript requires many of its built-in functions to use a simple int as their period length, which entails the period length cannot vary during the script's execution. These functions allow using a series int or series float for their period length, which means it can vary on each bar. The functions shared in this script include: Rolling sum: ...
Adaptive Trend Cipher Highly experimental! Features: -Implements 5 different Dominant Adaptive Cycle Measures to determine optimal inputs for correlation functions. These cycle calculations include the following: ** * Ehler's Autocorrelation Dominant Cycle * Ehler's Instantaneous Dominant Cycle * Ehler's Band-pass Dominant Cycle * Ehler's Hilbert Period...
This script calculates the covariance and correlation coefficient between two markets using arrays. Lookback: How many bars to perform the calculation on. Source: Price source to calculate the correlation on. Reference Market: The reference market to compare to the current market. It's a simple indicator, but very useful for determining how correlated your...
This divergence indicator can track the correlation between one or more symbols. I use it to track the divergences between the VIX volatility index, gold, bonds, as well as other market leading indicators. When using with Vix, lower coefficients can lead to false signals. When in a high vix bear market signals, there is more noise and more false (or missing)...
Estimating the LSMA Without Classics Parameters I already mentioned various methods in order to estimate the LSMA in the idea i published. The parameter who still appeared on both the previous estimation and the classic LSMA was the sample correlation coefficient. This indicator will use an estimate of the correlation coefficient using the standard score thus...
*** Only works for the 28 pairs of the majors & 'major crosses' tickers, this will not provide analysis for anything else!!*** AUD / CAD / CHF / EUR / GBP / JPY / NZD / USD - mix and match.
This script presents the session range and post session movements relative to that range of all the majors and crosses on a single page. You can also set it to a daily range and weekly range (beta). It will even show you the pip value of the range. I made the indicator to easily stay on top of market movements at london open relative to the Asia session range....
The Spearman Rank Indicator was created by John Ehlers (Stocks and Commodities July 2020 pg 6) and this works well as a trend confirmation indicator. This is obviously his take on the Spearman Ranking Correlation and make sure to let me know what you think! Buy when the line turns green and sell when it turns red. Let me know if there are any other indicators you...
A good amount of users requested a text box showing various price statistics, the following script returns various of these stats in a user-selected range, and include classical ones such as a central tendency measurement (mean), dispersion (normalized range) and percent change, but also include less common statistics such as average traded volume and number of...
Hot off the press, I present this "Correlation Cycle, CorrelationAngle, and Market State" multicator employing PSv4.0, originally formulated by Dr. John Ehlers for TASC - June 2020 Traders Tips. Basically it's an all-in-one combination of three Ehlers' indicators. This power packed triplet indicator, being less than a 100 line implementation at initial release, is...