A crypto correlation matrix or table is a tool that displays the correlation between different cryptocurrencies and other financial assets. The matrix provides an overview of the degree to which various cryptocurrencies move in tandem or independently of each other. Each cell represents the correlation between the row and column assets respectively. The...
Publishing my first indicator on TradingView. Essentially a modification of the Correlation Coefficient indicator, that displays a 2 ticker symbols' correlation coefficient vs, the chart presently loaded.. You can modify the symbols, but the default uses DXY and XAU, which have been displaying strong negative correlation. As with the built-in CC (Correlation...
In this small indicator I make it possible for the user to set two different input sources. Then, the indicator displays the correlation of these two input sources. It's a very small script, but I think it could be helpful to somebody to find uncorrelated indicators for his trading strategy. To use uncorrelated indicators is in general recommended. Enjoy this...
Correlation Tracker Indicator The Correlation Tracker indicator calculates and visualizes the correlation between two symbols on a chart. It helps traders and investors understand the relationship and strength of correlation between the selected symbol and another symbol of their choice. Indicator Features: - Correlation Calculation: The indicator calculates...
Library "loxxfft" This code is a library for performing Fast Fourier Transform (FFT) operations. FFT is an algorithm that can quickly compute the discrete Fourier transform (DFT) of a sequence. The library includes functions for performing FFTs on both real and complex data. It also includes functions for fast correlation and convolution, which are operations...
This script helps you visualize the correlation between the price of an asset and 4 moving averages of your choice. This indicator can help you identify trendy markets as well as trend-shifts. Disclaimer Bear in mind that there is always some lag when using Moving-Averages, hence the purpose of this indicator is as a trend identification tool rather than an...
I hope this strategy is just an idea and a starting point, I use the correlation of the Sp500 with the Btc, this does not mean that this correlation will exist forever!. I love Trading view and I'm learning to program, I find correlations very interesting and here is a simple strategy. This is a trading strategy script written in Pine Script language for use in...
█ OVERVIEW This is a table that shows some information about stocks. It is divided into four sections: 1) Correlation 2) Shares 3) Daily Data 4) Extended Session Data The table is completely modular, which means you can add or remove each element from the settings menu, and it will automatically rearrange its spaces. It is also highly customizable, to the...
Hello everyone, This indicator shows the correlation coefficients of altcoins with bitcoin in a table. What is the correlation coefficient? The correlation coefficient is a value that takes a value between 0 and 1 when a parity makes similar movements with the reference parity, and takes a value between 0 and -1 when it makes opposite movements. In order to...
-Correlation Coefficient with Dynamic Average R (shows R average for the visible chart only, changes as you zoom in or out) -Label: Vis-Avg-R = Visable Average R -the Correlation Coefficient function for Pearson's R is taken from "BA🐷 CC" indicator by @balipour (highly recommended; more thorough treatment of R and other stats, but without the dynamic average) -I...
How do I use it? Never use this indicator as standalone trading signal, it should be used as confluence. When the price is above the moving average this shows the bullish trend is strong. When the price is below the moving average this shows the bearish trend is strong. When the moving average is purple, the trend is bullish, when it is gray, the trend is...
Display three DACC plots simultaneously, to visualize both directional (up on top, down at bottom) and adirectional DACC (in the middle) simultaneously. Delta Agnostic Correlation calculates a correlation between two symbols based only on the sign of their changes using a Sign Test (en.m.wikipedia.org), regardless of the amplitude of price change. Compared to a...
This is an educational tool that can help you find direct or inverse relations between two assets. In this case I am using VIX and SPX . The way it works is the next one : So I am looking at the current open value of VIX in comparison with the previous close ( if it either above or below) and after on the SPX I am looking into the history and see for example...
Correlation-Co _OI This Indicator uses a Correlation Coefficient to compare a Crypto Currency to the Binance Open Interest feed if the data is provided A move in the same direction is indicated with a positive value (the indicator will move up) A move in the opposite direction the indicator will indicate with a negative value (the indicator will move down) If...
Decsription: Auto-Cointegration-Based Pair Trading Strategy (revised version) To review, there are three popular styles of Pair trading: distance-based pair trading, correlation-based pair trading and cointegration-based pair trading. Typically, they require preliminary statistical estimation of the viability of the corresponding strategy. Basically a pair trade...
This indicator highlights zones with strong, weak and negative correlation. Unlike standard coefficient indicator it will help to filter out noise when analyzing dependencies between two assets. With default input setting Correlation_Threshold=0.5: - Zones with correlation above 0.5, will be colored in green (strong correlation) - Zones with correlation from -0.5...
This is a non-parametric correlation statistical test, which is less sensitive to magnitude and more to direction, hence why some people call this a "concordance test". This indicator was originally created by Alex Orekhov (everget), if you like this one, please show the original author some love: This version is extended by tartigradia (2022) to make it more...
Shows the Pearson correlation between two symbols, including statistical significance test. This is a fork of the original script by Balipour, with the addition of EMA that can be used instead of SMA in the Pearson correlation as an attempt to capture correlation trend changes more quickly, and conversion to pinescript v5. In the end, the EMA does not help much,...