Yet another way to try and measure volatility. An alternative to using ATR is Standard Deviation, it can be used to measure volatility or what is also known as risk. SD measures how dispersed or far away the data is from the mean. It's commonly seen in risk management formulas or portfolio diversification formulas. The problem however is that the numbers that ATR...
█ OVERVIEW This indicator calculates relative volume, which is the ratio of present volume over an average of past volume. It offers two calculation modes, both using a time reference as an anchor. █ CONCEPTS Calculation modes The simplest way to calculate relative volume is by using the ratio of a bar's volume...
Relative Volume or RVOL is an indicator used to help determine the amount of volume change over a given period of time. It is often used to help traders determine how in-play a ticker is. General rule of thumb is the higher the RVOL, the more in play a stock is. I myself like to use it as a substitute of the volume indicator itself. Basic Calculation: Relative...
Relative strength is a ratio between two assets, most often a stock and a market average (index). This implementation uses the method described here and the second method described here to calculate its value: "To calculate the relative strength of a particular stock, divide the percentage change over some time period by the percentage change of a particular...
This is a strategy utilizing multiple of Evergets RMI (thanks to him for permission to publish) and a Chance Momentum. It buys when 4 of the RMIs are below their thresholds and sells when they are above. There is a 5th one I added last night that works in Reverse - buy when its above and sell when below, which should work better for pyramiding strats by using it...
This indicator colors the volume bars based on any of the three follow criteria: - Volume Amount - RVOL (Relative Volume) - Lookback (Highest Over Period) You can use one, two or all three of these settings at the same time. You can also set alerts with this indicator. The script will trigger an alert whenever any of the three specified flags are triggered. ...
This is a strange experimental strategy WIP that I decided to upload an early version to share some of what I am working on. Just one script of a few. It combines Chande Momentum with RMI and some weird ones I am experimenting with - Triple Hull MA RSI, Double Exponential + Volume Weighted RSI, Triple Exponential RSI. And to top it off, a final oscillator that...
The RVI is a modified form of the relative strength index (RSI). The original RSI calculation separates one-day net changes into positive closes and negative closes, then smoothes the data and normalizes the ratio on a scale of zero to 100 as the basis for the formula. The RVI uses the same basic formula but substitutes the 10-day...
This script plots two moving averages but is mostly designed to highlight a fill strength gradient. The fill strength gradient shows a more opaque fill based on the current percentage difference of the current difference to the maximum difference in two MAs in a trend. Citation: PinceCoders - Slight modification on color functions
I have a thing for pivots and SR, so this is Tom DeMark Daily Retracements Levels pivots from DeMark Indicators book by Jason Perl. Red lines -daily R Green lines - daily S Expect reversals or breaks at these points. and some random stock, just test your instrument
Use this indicator to compare how security is performing in compare with preferred index (SPX by default). > 0 outperforming < 0 underperforming Works best for weekly, but can be applied to monthly and daily charts. It will be rather useless to use it in smaller timeframes Apply it to SPX, industry index, sector index or other security in similar sector
Relative Momentum Index indicator script. This indicator was originally developed by Roger Altman (Stocks & Commodities V. 11:2 (57-60)). RMI with momentum period of 1 will be equal to an RSI when they have the same period and source price.
RVSI is an alternative volume-based indicator that measures the rate of change of average OBV. How to read a chart using it? First signal to buy is when you see RVSI is close to green oversold levels. Once RVSI passes above it's orange EMA, that would be the second alert of accumulation. Be always cautious when it reaches 50 level as a random...
RSI Donchian Channels Built by Ricardo and JR Here is a great indicator to use for strong trends. Donchian Channels react immediately to changes in the highest high and lowest low. For strong trends you want to trade when RSI is set along the upper or lower DC-RSI envelope. When the RSI releases from the DC-RSI envelope, you can take the trade off. ...
RSI Plus: ☑️ Show the divergences. ☑️ Shows the approximate price of an RSI level (by default it is level 55 but it can be changed for any other level). ☑️ Shows the bulls and bears zones, in green when crossing level 50 up and red when crossing down. ☑️ Circle the highest and lowest levels as possible purchases and sales. ☑️ Includes a smoothed RSI. RSI ...
This will show you the RSI of the higher timeframes (up to 1D). Current Timeframe is colored red, higher timeframes are colored from light gray to darker gray (you can change that). There are several ways to enter a trade: 1. look for rising RSI on higher timeframe (line is stepping up in indicator window), wait for current RSI to decline to oversold (with...
My other indicator shows the linear regression slope of the source. This one finds the exponential regression slope and optionally multiplies it by R-squared and optionally annualizes it. Multiplying by R-squared makes sure that the price movement was significant in order to avoid volatile movements that can throw off the slope value. Annualizing the exponential...