Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
LAND SECURITIES GROUP PLC ORD 10 2/3P, BURFORD CAPITAL LIMITED ORD NPV (DI), SMITH & NEPHEW PLC ORD USD0.20, BIDSTACK GROUP PLC ORD 0.5P, LLOYDS BANKING GROUP PLC ORD 10P, BARCLAYS PLC ORD 25P
FTSE 100, DAX Index, Euro Stoxx 50, S&P 500, Nasdaq Composite, Nikkei 225
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
This code is based on Smoothed HA candle which will work on all chart types condition for BUY: 1. When close crosses Smoothed HA 2.Close should be in side upper band 3.BBW must be greater than the average vice versa for sell this code takes data from HA chart so that it can be applied on all chart type. Bollinger band and Bollinger band width conditions added...
It draws Fib retracements based on the highest high measured when HeikinAshi candles are green, and lows based on when HeikinAshi candles are red. The idea is that you can see the fib retracements based on HeikinAshi trends on a larger timeframe to help trade in smaller timeframes. for v2 I reset the fib trace when a new high is set and also at the second green...
This is a flexible currency strength indicator and you can adjust it to any currency you wish 'to measure'. By default, it is set to measure USD major pairs. Indicator calculates every pair you list, and plots one composite chart in the form of Heikin Ashi candles. Basically, you will get USD index in this case. Similarly, you can get AUD, EUR, CAD, JPY, CHF, etc...
This indicator allows you to base the MA calculation from Heikin Ashi values on normal charts and/or the real OHLC values while looking at Heikin Ashi. There are 3 MA types you can select - EMA / SMA / HMA The colour is based on the slope. I made this to help me visualize my DMI+ strategy, when I was looking at taking signals from Heikin Ashi but looking at...
Hello, this is both a strategy and indicator that revolves around Heikin Ashi candles. In this case we take 3 different time frames, in this example we use daily , weekly and monthly. The conditions for entry are : For long : we check that we have a green daily candle, at the same time we check that the weekly and monthly candles are also green. For short : We...
Today I bring you another amazing strategy. Its made of 2 EMA in this case 50 and 100. At the same time, internaly for candles we calculate the candles using the HA system ( while still using in live the normal candles). This way we can assure that even if we use HA candles, we avoid repainting, and its legit. We first calculate the HA candles based on the EMA...
This is non-repaiting Supertrend Multi Time Frame script, uses Heikin Ashi Candles as source on normal chart There is an option for Higher Time Frame. if you choose "Auto" then Higher Time Frame calculation is made by the script. If you choose "User Defined" option and then you can select Time Frame. You better use this script with other indicators such as RSI,...
You can use this script to setup alerts on Heikin-Ashi bar color change. You have to apply this script to usual candles and not Heikin-Ashi!!! Background color indicates HA bar color. On change you'll see green/red arrows and alert will be fired. Also you can find in the code calculations of all HA OHLC values.
Here are two moving averages, one based on positive candles and the other based on negative candles. If the current bar is positive, the negative MA will use its last known negative bar for the calculation. The default setting uses Heikin Ashi to smooth the candles with the trend, you can turn this off if you want in inputs. Let me know if you find it useful :)
Based on "Heikin Ashi Strategy v2" by breizh29. Adds stop loss and optional log-transform
Custom source function for toggling traditional Candle sources or Heikin-Ashi sources on a traditional Candles chart. Thanks to PineCoders for rounding method: www.pinecoders.com Thanks to @LucF and @RicardoSantos for their advice and enlightenment as always. NOTICE: This is an example script and not meant to be used...
The 10/20 MA Heikin-Ashi Strategy is the best I know. It's easy, it's elegant, it's effective. It's particularly effective in markets that trend on the daily. You may lose some money when markets are choppy, but your loss will be more than compensated when you're aboard during the big moves at the beginning of a trend or after retraces. There's that, and you...
Much confusion exists in the TradingView community about backtesting on non-standard charts. This script tries to shed some light on the subject in the hope that traders make better use of those chart types. Non-standard charts are: Heikin Ashi (HA) Renko Kagi Point & Figure Range These chart types are called non-standard because they all transform market...
The indicator is in the top left of the screen! That's all there is, by design. This is a super simple indicator that allows you to see what the real price of a candle was when using Heikin Ashi charts, while not cluttering up your screen. HA charts are a great way to help those who can be spooked by the chaos of the markets (I'm one!), but they have a big...
So this is last version of HA this one has all MA type to choose from and MTF
Introduction There are different and better way's to see price data, a candlestick chart is one of the best way to see the price since you have access to the open/high/low/close information, this is really efficient and can allow for naked non parametric trading strategies (candlesticks patterns) . But what about making candles out of indicators ? There are...
This script uses Heikin Ashi candles to smooth out the candles, then counts how many consecutive candles in a row are the same colour (red or green). It then takes each count and multiples it by the difference between close and open, to provide a weighted movement. Where larger moves create greater impulses.
The script combines 2 indicators (MACD and Stoch-RSI) and puts them visually directly on the candles - can be used with normal OHLC candles or Heiken Ashi candles. Furthermore, you can derive divergences exremely easy directly visually from the candles as well. Lastly, a SMA 20 high and a SMA 20 low line build a trend channel. Script is best used in trending...