Description: The "RSI Bar" indicator is a versatile tool designed to enhance your technical analysis on trading charts. This Pine Script™ code calculates the Relative Strength Index (RSI) for open, close, high, and low prices, and represents the results as bars on the chart. The bars are color-coded based on whether the closing RSI is higher or lower than the...
Why ultimate? It's very configurable (you can select to see the candles or a line, pick the colors, switch between Heiken-Ashi and normal candles, etc.). In addition to standard Heiken-Ashi candles, it offers the option of a new, modified calculation of the candles different than the standard Heiken-Ashi calculation. It can work based off the existing...
This indicator locates and places markers on known bullish and bearish candles. All candles can be turned on/off in the settings. It also has a setting to display RSI/MFI/Stoch RSI indications of oversold and overbought areas in the background showing areas of higher interest. The last feature is a setting that allows you to see where Heiken-Ashi has switched...
It uses heiken-ashi candles to find swing highs and lows, then check if candles are inside the range of them. This way you can filter out ranging market. It may be better to use it in higher timeframe than current.
It uses Heiken Ashi candles to detect recent swing high and low. It can be used as a stop-loss or support/resistance indicator.
// For overlaying Heikin Ashi candles over basic charts, or for use in it's own panel as an oscillator. // Enjoy the visual cues of HA candles, without giving up price action awareness. // Good for learning and comparison. // Aug 11 2022 Release Notes: * Bugfix: Candle color was based on classic direction not HA direction (did not update cover photo). // Aug 12...
Fisher Transform of MACD w/ Quantile Bands is a Fisher Transform indicator with Quantile Bands that takes as it's source a MACD. The MACD has two different source inputs for fast and slow moving averages. What is Fisher Transform? The Fisher Transform is a technical indicator created by John F. Ehlers that converts prices into a Gaussian normal...
I have always fighted to understand the market direction because it looks different on different timeframes. I wanted an indicator where I can see all the different timeframes at once. This indicator shows the Heiken Ashi candle colors for different time frames at once. Use it on the 5 Minute timeframe. 4 colors: dark green: bullis green HA candle with no low...
Heiken Ashi is good for cleaning up noise but I don't want it to obscure real price action like all the ones I have come across do. This very simple indicator just puts Heiken Ashi candles off the main chart so you can see the real price action and the Heiken Ashi version of price action at the same time. I find the dual view far more useful than completely...
Better Heiken-Ashi Candles w/ Expanded Source Types is an indicator to compare regular candles to traditional Heiken-Ashi candles to "better" Heiken Ashi candles. This indicator and comparison study appears an oscillator. The purpose of this indicator is to demonstrate a better way to calculate HA candles and also to demonstrate expanded source types. This...
This indicator shows mini trends using 2 Simple Moving Averages based on Heiken Ashi candles. This indicator also shows overlay of Heiken Ashi candles, so you can stay on standard candles and see actual price. This indicator helps finding entries on Heiken Ashi breaking up/down at M1-M5 timeframe.
This indicator is a predictive tool using Heikinashi to calculate shifts in trade direction. It works by reverse-engineering the regular candle stick closing price required, to flip the Heiken Ashi candle from Red to Green and vice-versa. Below, is an earlier indicator that I released and created. This plots this price as an oscillator, which allows traders to...
This indicator plots a delta between the Heiken Ashi close price and the regular candlestick closing price as a histogram, which allows you to quickly analyse changes in trend direction. It also provides a reverse-engineered closing price for regular candlesticks, to reach in order to maintain the momentum, which allows you to be forewarned of potential pivot...
One of the biggest complaints about Heikin Ashi is the lack of real price data you receive. This attempts to give you as much information as possible by displaying both the candle color and the Heikin Ashi color. The wick takes on the original color while the body of the candle gets the Heikin Ashi color. The only downside to this method is that you do not get to...
Hello Everyone. I hope you are all doing great. It's been a long time since I posted my first script here, and I got a lot of response from that. So, I thought I should share this script also to everyone, and anyone that may find it useful. Personally, I use it to tell the general market conditions. Here's how I works : The script tries to determine the overall...
This is my first public simple script. It expresses the color of Heiken ashi Candle on a different time chart. As you already know about it, If you change your chart directly to Heiken ashi, the value of candle changes. For eaxmple, moving average lines change little by little from Non Heiken ashi Candle. I was very uncomfortable with this. If you use this,...
This script enables calling and/or plotting of traditional Candles sources while loaded on Heikin Ashi charts. Thanks to @PineCoders for rounding method: www.pinecoders.com Thanks to @BeeHolder for method to regex normalize syminfo.tickerid. NOTICE: While this script is meant to be utilized on Heikin Ashi charts it does NOT enable ability to backtest! NOTICE:...
It is a Heiken Ashi candle overlay. It has a selectable moving average before HA calculation and another after HA calculation, to smooth original Heiken Ashi candles. It can be used: Detecting Short/Long term trend direction Dynamic support/resistance, not just a line, but it has a height Trailing stop Trend reversal detection, when price...