This was a follower suggested script. This script compares the USDT and BTC relative prices of a particular altcoin traded on Binance by calculating it's USDT price comparative to BTC. This is a very simple calculation (ALT/USDT price divided by ALT/BTC price). From there, we simply subtract the BTC/USDT price from the ALT ration price and we can see if a coin...
Shows the rate of change of prices. The rate of change is the percent "change" of the related bar. When tje rate of change is too different, there is a trade opportunity. Seeing the rate of change you can guess if you can judge if you are making a good trade Yes the information is already on the bar chart but without knowing you might easily miss the...
Basic Percentage Change Over Time. Works on any timeframe. - Global Market Signals
This is standard Williams %R originally written by another user that I modified. Credit to him whose name escapes me at the moment. The green line is 13EMA and red line is 13SMA (offset by 2 for timing trades). Great for very quick trades/day trades. Green over red = long. Red over Green = short. Beware: this is still a choppy indicator. You'll need to use it...
I updated the GBTC premium percentage indicator to the average bitcoin price (average between bitfinex, coinbase, bitstamp, bittrex, and gemini). I also left this new script open so you can update the amount of bitcoin per share because it is always changing. you can find the amount of bitcoin per share at grayscale.co half way down on the left.
//////////////////////////////////////////////////////////// // Copyright by HPotter v1.0 04/04/2015 // Percent difference between price and MA //////////////////////////////////////////////////////////// study(title="Percent difference between price and MA") source = close useCurrentRes = input(true, title="Use Current Chart Resolution?") resCustom =...
I am proposing an alternative to the percent change. An alternative that is symmetrical to both positive and negative change, unlike percentage change. The simple idea is to have a positive number if the reference value (called val in the script) is lower than the stock value and needs to be multiplied; a negative number instead if the reference number is...
This script is very much beta! This is a simple script to visualize how two symbols move in relation to each other. For example if the underlying symbol is a 2x Gold ETF (meaning the ticker moves at 2x the spot price of gold---if gold goes up 3% this ticker should go up 6%) and the comparison symbol is an 2x inverse gold ETF (at gold up 3% this should move down...
S Use this script to see the depths of corrections and also to see how long it has been since a correction. I published this script because the last time the SNP has gone this long without a 5% correction was 1996 excluding bear markets of course. NOTE: This script is a 2 in 1. In order to see correction depth only use the first 3 plot settings as...
A very simple yet, very useful and lovely oscillator, most of the time, when we have a position in a trend and we want to take a look at percentage of our gain or loss, we need to use the "Price Range" tool time and time again, this, in some trades that you would buy and sell in less than an hour, can become a problem, also, if you have few different things going...
This histogram displays price or % change from previous bar. Can be applied to any time frame. 15/12/2016 Update: Number of digits after the floating point for study values on the axis now two.
I needed the %R code in one of my indicators and TradingVeiw have it hidden. So here is my attempt.
EXPERIMENTAL: time based percentual change. note: each series uses it self as base reference so there's a bit a divergence.