Changes candle color when close is within the top 25% or bottom 25% of candle range (High - Low) on the last candle update. Due to limitations of barcolor command, I'd suggest that you turn OFF the candle borders (chart settings--> right click on chart --> settings -->symbol and uncheck the border option) to ensure that the bar color is easily identifiable.
FIRST, CHANGE SOURCE OF INDICATOR FROM CLOSE TO WHATEVER INDICATOR YOU ARE COMPARING TO PRICE!!!! Confirming Indicator Validity: By calculating the correlation coefficient between the price and a specific indicator, you can assess the degree to which the indicator and price move together. If there is a high positive correlation, it suggests that the indicator...
Further attempts to study divergence impact on price in shorter terms. Previous study can be found here: In this script, we are trying to gather the stats based on last two pivot state together. For example, Individual table of Pivot High Projection is as explained below: But, by looking at the bigger picture, we can further estimate following things...
Displays volume data in panel on bottom right of screen. Shows current bar, change from last bar and average of last 20 bars. This number can be changed in settings if you wish to have the average calculated on a different amount of bars.
I did not write the script from scratch but rather started editing code of an existing one. The original code came from a script called GAP DETECTOR by @Asch- First up: I am a trader, not a programmer and therefore my code most likely is inefficient. If someone with more expertise would like to help and optimize it - feel free to get in touch, I am always...
Alpha Performance of Period (PoP) produces a visualization of returns (gains and losses) over a quarterly, monthly, or annual period. It also displays the total % gain and loss over any length of days, months, and years as defined by the user. Performance of Period (PoP) can be used to understand the performance of an asset over multiple periods using a single...
Buying the dip has become a meme in crypto, but does it actually work? Using this script you can find out. The dip is defined here as the average true range multiplied by a number of your choosing (dipness input) and subtracted from the low. When price crosses under the dip level, a long is initiated. The long is then closed using a timestop (default value 20...
Interquartile Range Bands script. This indicator was originally developed by Alex Orekhov at his home. The idea based on the interquartile range en.wikipedia.org If price breaks out from the bands then it is `outlier` price. After breakouts price always returns to its median. Watch squeeze/expansion periods. Anyway use it as a supplement to the other...