This strategy uses combined indicators to create LONG entry points, the strategy was first found by saudALThaidy. How to use: Open your asset and pick a timeframe between 5min and 2hours (recommended: 30min, 45min), the strategy will give entry points itself, you can monitor and take profit manually(recommended), or you can use the exit setup. exit setup: ...
Based on "Heikin Ashi Strategy v2" by breizh29. Adds stop loss and optional log-transform
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...
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...
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...
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,...
This is a STRATEGY based on our popular HAMA Candles Indicator. It is an "Always On" strategy, meaning it will stay in a Long position until the Short criteria shows up, and then it will close the Long position and immediately enter a Short position. Since this is a strategy, we added a few more components. The most notable one is the grid at the top right that...
"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...
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.
Simple strategy. It is a combination of Kama, HeikinAshi and ROC. synapticex.com
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...
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...
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...
For Educational Purposes. Results can differ on different markets and can fail at any time. Profit is not guaranteed. This only works in a few markets and in certain situations. Changing the settings can give better or worse results for other markets. Nemeth is a forex trader that came up with a multi-time frame heiken ashi based strategy that he showed to an...
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...
a simple up down candle strategy with a built in MA control alerts script:
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...
This is a strategy adapted initially for Mavilim moving average indicator, based on WMA MA. It seems to works amazingly on long term markets, like stocks, some futures, some comodities and so on. In this strategy, I form initially the candle, using EMA values, so I take the EMA of last 50 closes, open, highs and lows and form the candle After this I take...