This is live and non-repainting Renko RSI tool. The tool has it’s own engine and not using integrated function of Trading View. Renko charts ignore time and focus solely on price changes that meet a minimum requirement. Time is not a factor on Renko chart but as you can see with this script Renko RSI created on time chart. Renko chart provide several...
Hello Everyone. Almost one year later, with Pine version 4, I developed new version of the Divergence for many Indicator. It analyses divergences for 10 predefined indicators and then draws line on the graph. Red for negatif divergence (means prices may go down or trend reversal), Lime for positive divergences (means prices may go up or trend...
Script shows how to get a value from a bar from a year (or a few years) ago.
If you are desperately looking for a novel RSI, this isn't that. This is another lesser known novel species of indicator. Hot off the press, in multiple stunning color schemes, I present my version of "Relative Strength (RSMK)" employing PSv4.0, originally formulated by Markos Katsanos for TASC - March 2020 Traders Tips. This indicator is used to compare...
Laguerre RSI is based on John EHLERS' Laguerre Filter to avoid the noise of RSI. Change alpha coefficient to increase/decrease lag and smoothness. Buy when Laguerre RSI crosses upwards above 20. Sell when Laguerre RSI crosses down below 80. While indicator runs flat above 80 level, it means that an uptrend is strong. While indicator runs flat below 20 level, it...
The Mean Deviation Index (MDX) is used to see how much price is deviating from the mean. This indicator takes both volatility and mean deviation in consideration. It uses the standard deviation of the ATR to filter an EMA, and uses this as the mean. It then only plots > or < 0 if price is more than one x ATR away from the mean. If index is positive, the...
Creator: Michael G. Zahorchak. References: The Art of Low Risk Investing by Michael G. Zahorchak, 1977. Unfortunately, it's all but impossible to find a copy these days. The Complete Guide to Market Breadth Indicators by Gregory L. Morris, 2006. A fantastic resource for those interested in Technical Analysis or creating their own trend based system. ...
Short Summary This indicator takes the differences in the previous 4 period OHLC inputs, and compares them to the previously closed candle input. The difference is then placed into an oscillator that when all four inputs are scrolled back on, shows an EKG appearing oscillator / volatility measure for traders to use on indexes, tickers and markets that do not...
Compares the probability of price increase to the probability of price decrease to predict the likelihood of price discovery.
Volume Scale by Price (VSP) show volume of bar in y-axis (price-axis) with options below: 1. Number of histogram * Number of histogram = 0 => do not plot volume histogram * Number of histogram = 1 => plot volume of 21 lasted bar (bar to bar ) * Number of histogram = 2 => plot volume of 21 bar next histogram 1 (bar to bar ) 2. Line width * Columns width of...
Bias And Sentiment Strength (BASS) Indicator is designed to be a quick visualization as to the market strength. Pair with Alligator, MACD, or Moving Average lines on your chart for good results. How to use this indicator: Blue above 0 is positive sentiment, red below 0 is negative sentiment. If you have blue above and red below, be cautious! The Bass is telling...
Hot off the press, I present this NEW "TrendFlex Oscillator" employing PSv4.0, originally formulated by Dr. John Ehlers for TASC - February 2020 Traders Tips. John Ehlers might describe it's novel characteristics as being a reversal sensitive near zero-lag averaging indicator retaining the TREND component. Also, I would add that irregardless of the sampling...
Hot off the press, I present this NEW "Reflex Oscillator" employing PSv4.0, originally formulated by Dr. John Ehlers for TASC - February 2020 Traders Tips. John Ehlers might describe it's novel characteristics as being a reversal sensitive near zero-lag averaging indicator retaining the CYCLE component. Also, I would add that irregardless of the sampling interval,...
New Indicator from John F. Ehlers issued in the February 2020 Technical Analysis of Stocks and Commodities article "Reflex: A New Zero-Lag Indicator" This indicator includes both studies described in the article and intend to significantly reduce the lag of the signal compared to other oscillators. Reflex for the cycle component and is more sensitive to major...
Hello traders This is an upgraded version of my Dollar Cost Average (Data Window) script 1 - What is Dollar-Cost Averaging ( DCA )? Dollar-Cost Averaging is a strategy that allows an investor to buy the same dollar amount of investment at regular intervals. The purchases occur regardless of the asset's price. I hope you're hungry because that one is a...
This is a multi-timeframe version of our Volatility Stop , an ATR-based trend detector that can be used as a stop. ► Timeframe selection The higher timeframe can be selected using 3 different ways: • By steps (60 min., 1D, 3D, 1W, 1M, 1Y). • As a multiple of the current chart's resolution, which can be fractional, so 3.5 will work. • Fixed. Note that you can...
Time Series Lag Reduction Filter by Cryptorhythms Description A little filter to reduce lag on any time series data. Here we use an EMA to demonstrate how it works, but you could use it in many different ways/appications. This method can cause overshoot if you get too aggressive with the "lagReduce" setting. In this case lower the lagReduce variable. 👍 We...