Trend Identifier for 1D BTC.USD It smoothens a closely following moving average into a polynomial like plot. And assumes 4 stage cycles based on the first and second derivatives. Green: Bull / Exponential Rise Yellow: Distribution Red: Bear / Exponential Drop Blue: Accumulation Red --> Blue --> Green: indicates the start of a bull market Green --> Yellow -->...
Hi all, In these troubled times, going back to fundamentals can sometimes be a good idea 😊 I put this one up using data retrieved from “Nasdaq Data Link” and their “Blockchain.com” database. Here is a good place to analyses some Bitcoin data “outside” its price action with 25 different data sets. Just go to the settings menu and display the ones you are...
This indicator uses the Ichimoku Tenkan / Kijun trend line formulas to predict what those values will be in the future if current price action does not violate the period highs and lows. Because of the way Ichimoku formulates the trend, it contains (but does not visualize) this predictive information in a way that moving averages do not. Sharp chart readers can...
This is a scalper analysis movement designed around MACD and 200 EMA The rules are simple: For long we check if the close of the candle is above the ema200 and we have a crossover between macd and signal Once this happens we analyse the next candle, if its close higher than open , we can consider it a win and if its close lower than open we consider a lose. For...
█ OVERVIEW This is a simple script that will plot labels over or under candles to show where there had been consecutive candles that closed in a similar fashion. This script was inspired by a Tweet about Bitcoin experiencing its first 7th-consecutive weekly black candle and I sought out to test that. █ INPUTS There are three inputs for this script....
Level: 3 Background The Altman Z-score is the output of a credit-strength test that gauges a publicly traded manufacturing company's likelihood of bankruptcy. The Altman Z-score is a formula for determining whether a company, notably in the manufacturing space, is headed for bankruptcy. Function The possibility of financial failure or bankruptcy of the...
With the usage of ATR, applied on the close of the daily candle, I am calculated the volatility channels for the TOP and BOTTOM Based on this logic, we can estimate, with a huge confidence factor, where the prices are going to be compressed for the trading day. Having said that, lets take a look at the data gathered among the most important financial...
// How it Works \\ This script calculates the open and close prices of Heikin Ashi candles across multiple timeframes, If the candle formed on that timeframe is green it will display in the table a green square, If the candle is red, the square will display red. // Settings \\ You can change the colours of the plots You can also Change any of the timeframes...
The indicator counts how often a pullback that starts outside the Keltner Channel resolves or fails. Resolves: the pullback high or low is retested. Fails: price goes outside the oppositie side of the Keltner Channel.
Library "FunctionPolynomialFit" Performs Polynomial Regression fit to data. In statistics, polynomial regression is a form of regression analysis in which the relationship between the independent variable x and the dependent variable y is modelled as an nth degree polynomial in x. reference: en.wikipedia.org www.bragitoff.com gauss_elimination(A, m, n) ...
A simple table with up to 9 key financials on your chart. Simple, easy and configurable.
This indicator compares the attractiveness of equities relative to the risk-free rate of return, by comparing the earnings yields of S&P 500 companies to the 10Y treasury yields. "Earnings yield" refers to the net income attributable to shareholders divided by the stock's price - effectively the inverse of the PE ratio. The tangible meaning of this metric is "the...
This script tracks the percent change of Bitcoin vs. the percent change of the coin on the chart. Crypto markets are usually affected greatly by Bitcoin swings so being able to see if the given coin is trending above or below Bitcoin is useful market data. All choices made with this script are your own! Thanks.
Library "FunctionPeakDetection" Method used for peak detection, similar to MATLAB peakdet method function(sample_x, sample_y, delta) Method for detecting peaks. Parameters: sample_x : float array, sample with indices. sample_y : float array, sample with data. delta : float, positive threshold value for detecting a peak. Returns: tuple with...
(Script Available Version of my previous Fundamental Analysis - Multiple RSI Ema ) As the number of crypto currencies is expanding, we need to find the one which will boom in the next months, weeks or even days. Therefore, I present to you a Fundamental Analysis tool based on RSI built in order to compare the RSI between the diverse cryptocurrencies. When...
The Fibonacci Moving Average is a powerful indicator that takes into account many underlying moving averages to give out an approximate short-term/long-term view of the markets. Its strength lies with dynamic support and resistance levels. I have created this indicator in order to improve trend-following entry positions.
// Equity Fundamental Data Report Table: // Data Provider: Tradingview // I am not a financial advisor or expert. // This is my interpretation of this data. Consider this data doesn't represent the whole picture of what is going on! // If you find some fundamentally wrong thinking about this approach, please inform me. // I am open to suggestions. I am also...
This script finds swing lows and swing highs based on input criteria for lookback and lookforward periods, and plots letters accordingly. Helps identify trend or lacktherof HH = higher high LH = lower high HL = higher low LL = lower low