Description: The "Volume-Price Percentile Live" indicator is designed to provide real-time analysis of the relationship between volume percentiles and price percentiles on any given timeframe. This tool helps traders assess market activity by comparing how current volume levels rank relative to historical volume data and how current price movements (specifically...
This is an interesting take on the stochastic oscillator. What I have done here is I've taken the cumulative sum of the deltas of all the simple moving averages from 1 to 200 and summed them. Next I transform this into a stochastic oscillator with ta.stoch. The point of this is to show you trends, tops and bottoms. I hope you find this indicator as interesting as...
The purpose of this code is to graph a volume simple moving average (sma) and it's first and second derivatives to provide traders with additional information that might determine if volume is converging or diverging with price. The yellow line represents the volume sma, the red line represents the first derivative or the rate of change of the volume and the green...
Polynomial Regression Derivatives is an indicator that explores the different derivatives of polynomial position. This indicator also includes a signal line. In a later release, alerts with signal markings will be added. Polynomial Derivatives are as follows 1rst Derivative - Velocity: Velocity is the directional speed of a object in motion as an...
Note: This script will only work properly with Binance Futures symbols. This script simply looks at the open interest for the symbol you are currently viewing and determines if a large change in open interest has occurred, which triggers a background color alert. It does this by comparing the absolute value of the range of the current open interest bar with a...
The following oscillator is a twist on momentum, incorporating a 2nd derivative "acceleration" to help determine changes in momentum. Both are plotted directly accessing previous series values rather than using a moving average. The script has an option to divide so the formula is d(Price)/d(Time), like a derivative. The script also provides options for the user...
This is a test that offers insight into whether and asset is heading into bullish or bearish territory. This indicator/test offers insight into the Exponential Moving Average's velocity and acceleration as well as the Stochastic RSI's velocity, acceleration and jerk. Included is a 'Stochastic Difference' and 'Stochastic Growth' indicators (commented out) that...
The Simple Deriv Indicator was created by John Ehlers (Stocks and Commodities June 2021 pg 10) and this is a heavily modified version of his original script that changes the buy and sell signals. I did testing with his original settings but they didn't seem to be very profitable for most stocks so I created my own system. This indicator does have a lag though so...
I got sick of calculating leverage all of the time, so I made this real time calculator. It is primarily for crypto derivatives. It tracks and displays the liquidation price for 5 customisable leverage levels and plots them either historically and/or in real time, with labels beside each including the estimated price. These calculations include maintenance...
Can be extended with more derivative or spot pairs, see the comments in the code for instructions. Most importantly, the pairs need to be added to the respective arrays in the same order, so that the weights are applied to the correct pairs.
This is the acceleration of a chart written in pine. It's the second derivative otherwise the derivative of the momentum. It shows how fast a stock's momentum is changing and in what direction. As standard I left the controls in the settings for source and length of the estimate. I will be incorporating this in other more complicated scripts here shortly
Momentum written in Pine You are able to change the source with this.