About this Strategy This supertrend strategy uses the Heikin Ashi candles to generate the supertrend but enters and exits trades using normal candle close prices. If you use the standard built in Supertrend indicator on Heikin Ashi candles, it will produce very unrealistic backtesting results because it uses the Heikin Ashi prices instead of the real prices....
Strategy based off Heikin Ashi candles and their correlation to common Japanese candlesticks . This strategy will signal a trend change when a candlestick closes above/below the opening price of a Heikin Ashi candle of the opposite kind.
Smoothed Heikin Ashi Trend on chart - Backtest This is a backtest of the Smoothed Heikin Ashi Trend indicator, which computes the reverse candle close price required to flip a Heikin Ashi trend from red to green and vice versa. The original indicator can be found in the scripts section of my profile. This particular back test uses this indicator with a Trend...
This script was inspired by the "Heikin/Kaufman Strategy" from marco valente built on v2. The script was rebuilt on the v5 and most importantly removed the repaint function that was driving surrealistic backtesting inflated numbers. This script is now fully functional and not repainting - At the time of testing worked efficiently 90% WR and 2x profit factor on...
This strategy utilize Heikin-Ashi candlestick chart. Heikin-Ashi technique is a Japanese candlestick-based technical trading tool that uses candlestick charts to represent and visualize market price data. Heikin-Ashi candle is essentially taking an average of the movement. There is a tendency with Heikin-Ashi for the candles to stay red during a downtrend and...
This is a crypto trending strategy designed for big timeframes such as 3-4h+. Its components are: RSI ICHIMOKU full pack Heikin Ashi candles for logic calculation inside Rules for entry. For long : we have a long cross condition on ichimoku and price is above the ichimoku lines, and at the same time RSI value is > 50. For long : we have a short cross condition...
Haven't seen a strategy quite like it. Buy when Heikin Ashi candle closes above a moving average that is sourced on highs - Sell when Heikin Ashi candle closes above a moving average that is sourced on lows. Moving average length should be between 5 and 20 ideally. NOTE: the Heikin Ashi close values are calculated when the box is checkmarked. You do not need to...
"Heikin-Ashi, also sometimes spelled Heiken-Ashi, means "average bar" in Japanese. The Heikin-Ashi technique can be used in conjunction with candlestick charts when trading securities to spot market trends and predict future prices. It's useful for making candlestick charts more readable and trends easier to analyze. For example, traders can use Heikin-Ashi charts...
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...
Continue experimenting with different combinations of strategies. Here is the PSAR Strategy calculated based on HA candles. HA is already calculated inside the script, do not apply it to HA candles. Strategy is calculated based on 25% equity invested with 0.1% commission. #################### Disclaimer Please remember that past performance may not be...
First I would like to thank to @JustUncleL since this strategy started from one of his scalper strategies This strategy can be adapted to all time charts . First it has the session where we want to trade, for this example I choosed the EURUSD so I only take in consideration london/neywork session. Its made from 3 EMA : normal slow ultra slow It has has the...
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...
Heiken Ashi candles help us to identify a trend. This strategy simply enters a long when the Heiken Ashi candles turn green and a short when they turn red. Because of the way BTC price moves in medium term trends, this simple strategy seems effective. There is a rate of change function applied to avoid some of the choppy sideways action (thanks again to...
a simple up down candle strategy with a built in MA control alerts script:
You can use this script to backtest Heikin-Ashi bar color change strategy. 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.
Tested on "BTC/USD", this is a reversible strategy If the RSI is lower than "RSI Limit" (for last "RSI Signals" candles) and there were "Open Color, Bars" green Heiken Ashi candles - close short, open long If the RSI is higher than 100-"RSI Limit" (for last "RSI Signals" candles) and there were "Open Color, Bars" red Heiken Ashi candles - close long, open...
Made in a few minutes to debunk all the bullshit going around tradingview and everywhere about "heikin-ashi" being a holy grail trend indicator. Do not be deceived. Heikin-Ashi is a beautiful way to remove much of the noise in markets, and is light on the eyes. (nice and smooth!) I personally use heikin-ashi as a way to remove a lot of the clutter in the markets,...